pspec.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libsndfile</Name>
  6. <Homepage>https://libsndfile.github.io/libsndfile/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <PartOf>multimedia.sound</PartOf>
  15. <Summary>A C library for reading and writing files containing sampled sound</Summary>
  16. <Description>Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.</Description>
  17. <Archive sha1sum="8d9031e13f56abb79e89a122333ad11fa0512799" type="tarxz">https://github.com/libsndfile/libsndfile/releases/download/1.2.2/libsndfile-1.2.2.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>flac-devel</Dependency>
  20. <Dependency>lame-devel</Dependency>
  21. <Dependency>libogg-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>libopus-devel</Dependency>
  24. <Dependency>alsa-lib-devel</Dependency>
  25. <Dependency>libvorbis-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch level="1">missing.patch</Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>libsndfile</Name>
  33. <RuntimeDependencies>
  34. <Dependency>flac</Dependency>
  35. <Dependency>lame</Dependency>
  36. <Dependency>libogg</Dependency>
  37. <Dependency>libopus</Dependency>
  38. <Dependency>alsa-lib</Dependency>
  39. <Dependency>libvorbis</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="data">/usr/share/octave</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>libsndfile-devel</Name>
  51. <Summary>Development files for libsndfile</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">libsndfile</Dependency>
  54. <Dependency>flac-devel</Dependency>
  55. <Dependency>lame-devel</Dependency>
  56. <Dependency>libogg-devel</Dependency>
  57. <Dependency>libopus-devel</Dependency>
  58. <Dependency>libvorbis-devel</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig</Path>
  63. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>libsndfile-32bit</Name>
  68. <PartOf>emul32</PartOf>
  69. <Summary>32-bit shared libraries for libsndfile</Summary>
  70. <BuildType>emul32</BuildType>
  71. <BuildDependencies>
  72. <Dependency>flac-32bit</Dependency>
  73. <Dependency>alsa-lib-32bit</Dependency>
  74. <Dependency>libogg-32bit</Dependency>
  75. <Dependency>libopus-32bit</Dependency>
  76. <Dependency>libvorbis-32bit</Dependency>
  77. </BuildDependencies>
  78. <RuntimeDependencies>
  79. <Dependency>flac-32bit</Dependency>
  80. <Dependency>alsa-lib-32bit</Dependency>
  81. <Dependency>libogg-32bit</Dependency>
  82. <Dependency>libopus-32bit</Dependency>
  83. <Dependency>libvorbis-32bit</Dependency>
  84. <Dependency release="current">libsndfile</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="library">/usr/lib32</Path>
  88. </Files>
  89. </Package>
  90. <History>
  91. <Update release="9">
  92. <Date>2023-08-15</Date>
  93. <Version>1.2.2</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="8">
  99. <Date>2023-01-27</Date>
  100. <Version>1.2.0</Version>
  101. <Comment>Version bump</Comment>
  102. <Name>fury</Name>
  103. <Email>uglyside@yandex.ru</Email>
  104. </Update>
  105. <Update release="7">
  106. <Date>2021-12-04</Date>
  107. <Version>1.0.31</Version>
  108. <Comment>Version bump.</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="6">
  113. <Date>2020-01-12</Date>
  114. <Version>1.0.28</Version>
  115. <Comment>Rebuild</Comment>
  116. <Name>Pisi Linux Community</Name>
  117. <Email>admin@pisilinux.org</Email>
  118. </Update>
  119. <Update release="5">
  120. <Date>2018-08-01</Date>
  121. <Version>1.0.28</Version>
  122. <Comment>Version Bump</Comment>
  123. <Name>Pisi Linux Community</Name>
  124. <Email>admin@pisilinux.org</Email>
  125. </Update>
  126. <Update release="4">
  127. <Date>2017-02-06</Date>
  128. <Version>1.0.27</Version>
  129. <Comment>Version Bump</Comment>
  130. <Name>Pisi Linux Community</Name>
  131. <Email>admin@pisilinux.org</Email>
  132. </Update>
  133. <Update release="3">
  134. <Date>2016-06-09</Date>
  135. <Version>1.0.25</Version>
  136. <Comment>Release Bump</Comment>
  137. <Name>Pisi Linux Community</Name>
  138. <Email>admin@pisilinux.org</Email>
  139. </Update>
  140. <Update release="2">
  141. <Date>2016-05-27</Date>
  142. <Version>1.0.25</Version>
  143. <Comment>Release bump</Comment>
  144. <Name>Alihan Öztürk</Name>
  145. <Email>alihan@pisilinux.org</Email>
  146. </Update>
  147. <Update release="1">
  148. <Date>2014-05-25</Date>
  149. <Version>1.0.25</Version>
  150. <Comment>First release</Comment>
  151. <Name>Alihan Öztürk</Name>
  152. <Email>alihan@pisilinux.org</Email>
  153. </Update>
  154. </History>
  155. </PISI>