pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>esound</Name>
  6. <Homepage>http://www.tux.org/~ricdude/EsounD.html</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2</License>
  13. <Icon>esound</Icon>
  14. <IsA>app:console</IsA>
  15. <Summary>The Enlightened Sound Daemon</Summary>
  16. <Description>esound can mix several audio streams into one sound device. It will mix in pre-loaded samples, too. The requests are transparently handled by PulseAudio so it doesn't need to be launched as a daemon.</Description>
  17. <Archive sha1sum="6c343483b3789f439277935eaad7e478bee685ea" type="tarbz2">http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.41.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>alsa-lib-devel</Dependency>
  20. <Dependency>audiofile-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">esound-0.2.38-drain.patch</Patch>
  24. <Patch level="1">esound-0.2.38-fix-open-macro.patch</Patch>
  25. <Patch level="1">remove-confusing-spew.patch</Patch>
  26. <Patch level="1">esound-nospawn.patch</Patch>
  27. <Patch level="1">esound-0.2.39-fix-errno.patch</Patch>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>esound</Name>
  32. <RuntimeDependencies>
  33. <Dependency>alsa-lib</Dependency>
  34. <Dependency>audiofile</Dependency>
  35. <Dependency>pulseaudio</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="config">/etc</Path>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="library">/usr/lib/libesd.so*</Path>
  41. <Path fileType="library">/usr/lib/libesddsp.so*</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="man">/usr/share/man</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>esound-devel</Name>
  48. <Summary>Development files for esound</Summary>
  49. <RuntimeDependencies>
  50. <Dependency release="current">esound</Dependency>
  51. <Dependency>audiofile-devel</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="header">/usr/include</Path>
  55. <Path fileType="data">/usr/share/aclocal</Path>
  56. <Path fileType="data">/usr/lib/pkgconfig</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="1">
  61. <Date>2023-08-26</Date>
  62. <Version>0.2.41</Version>
  63. <Comment>First release</Comment>
  64. <Name>Kamil Atlı</Name>
  65. <Email>suvari@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>