pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openal</Name>
  6. <Homepage>http://kcat.strangesoft.net/openal.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Open Audio Library is a vendor-neutral API for interactive spatialized audio</Summary>
  14. <Description>OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer.</Description>
  15. <Archive sha1sum="5d6151b544caaf53a15b798a495308e421044b0d" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>alsa-lib-devel</Dependency>
  18. <Dependency>pulseaudio-libs-devel</Dependency>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- <Patch level="1">pthread.patch</Patch> -->
  23. <Patch level="0">no-fpuextended.patch</Patch>
  24. <!-- <Patch level="1">openal-soft-1.14-x86.patch</Patch> -->
  25. <!-- <Patch level="0">libsndio-dlopen-change.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>openal</Name>
  30. <RuntimeDependencies>
  31. <Dependency>alsa-lib</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc/openal</Path>
  37. <Path fileType="data">/usr/share/openal</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>openal-devel</Name>
  42. <Summary>Development files for openal</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">openal</Dependency>
  45. <Dependency>pulseaudio</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig/openal.pc</Path>
  50. <Path fileType="data">/usr/lib32/pkgconfig/openal.pc</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>openal-32bit</Name>
  55. <PartOf>emul32</PartOf>
  56. <Summary>32-bit shared libraries for openal</Summary>
  57. <BuildType>emul32</BuildType>
  58. <RuntimeDependencies>
  59. <Dependency release="current">openal</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="library">/usr/lib32</Path>
  63. </Files>
  64. </Package>
  65. <History>
  66. <Update release="4">
  67. <Date>2017-02-18</Date>
  68. <Version>1.17.2</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2016-06-09</Date>
  75. <Version>1.15.1</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-05-27</Date>
  82. <Version>1.15.1</Version>
  83. <Comment>Release bump</Comment>
  84. <Name>Alihan Öztürk</Name>
  85. <Email>alihan@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2014-05-25</Date>
  89. <Version>1.15.1</Version>
  90. <Comment>First release</Comment>
  91. <Name>Alihan Öztürk</Name>
  92. <Email>alihan@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>