pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libsamplerate</Name>
  6. <Homepage>https://github.com/libsndfile/libsamplerate</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio</Summary>
  14. <Description>Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a factor of 12 and upsample by the same factor. The ratio of input and output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects.</Description>
  15. <Archive sha1sum="93eacb671d2d09e317f5ccd49967cf747cb4d937" type="tarxz">https://github.com/libsndfile/libsamplerate/releases/download/0.2.2/libsamplerate-0.2.2.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libsndfile-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!-- <Patch level="1">dontbuild-tests-examples.patch</Patch> -->
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>libsamplerate</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libsndfile</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libsamplerate-devel</Name>
  36. <Summary>Development files for libsamplerate</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">libsamplerate</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="6">
  47. <Date>2022-01-18</Date>
  48. <Version>0.2.2</Version>
  49. <Comment>Version bump</Comment>
  50. <Name>PisiLinux Community</Name>
  51. <Email>admins@pisilinux.org</Email>
  52. </Update>
  53. <Update release="5">
  54. <Date>2020-01-12</Date>
  55. <Version>0.1.9</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="4">
  61. <Date>2018-08-03</Date>
  62. <Version>0.1.9</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="3">
  68. <Date>2017-02-06</Date>
  69. <Version>0.1.9</Version>
  70. <Comment>Version Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-09</Date>
  76. <Version>0.1.8</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2014-05-25</Date>
  83. <Version>0.1.8</Version>
  84. <Comment>First release</Comment>
  85. <Name>Alihan Öztürk</Name>
  86. <Email>alihan@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>