pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>speex</Name>
  6. <Homepage>http://www.speex.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>xiph</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Audio compression format designed for speech and its converter application</Summary>
  14. <Description>speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. The package also contains a command-line tool to convert to/from Speex codec.</Description>
  15. <Archive sha1sum="3b2a3126e1e8cdd1002f0f210cc61fd0d1561e00" type="tarbz2">https://gitlab.xiph.org/xiph/speex/-/archive/Speex-1.2.1/speex-Speex-1.2.1.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libogg-devel</Dependency>
  18. <Dependency versionFrom="1.2.1">speexdsp-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!-- <Patch level="1">speex-ac.patch</Patch> -->
  22. <!-- <Patch level="1">constant.patch</Patch> -->
  23. <!-- <Patch level="1">configure.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>speex</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libogg</Dependency>
  30. <Dependency>speexdsp</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>speex-devel</Name>
  41. <Summary>Development files for speex</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">speex</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/share/aclocal</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>speex-32bit</Name>
  54. <PartOf>emul32</PartOf>
  55. <Summary>32-bit shared libraries for speex</Summary>
  56. <BuildType>emul32</BuildType>
  57. <BuildDependencies>
  58. <Dependency>libogg-32bit</Dependency>
  59. <Dependency>speexdsp-32bit</Dependency>
  60. </BuildDependencies>
  61. <RuntimeDependencies>
  62. <Dependency release="current">speex</Dependency>
  63. <Dependency>libogg-32bit</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="library">/usr/lib32</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="7">
  71. <Date>2022-06-20</Date>
  72. <Version>1.2.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="6">
  78. <Date>2020-01-14</Date>
  79. <Version>1.2.0</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="5">
  85. <Date>2018-08-03</Date>
  86. <Version>1.2.0</Version>
  87. <Comment>Rebuild.</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="4">
  92. <Date>2017-02-17</Date>
  93. <Version>1.2.0</Version>
  94. <Comment>Version Bump.</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="3">
  99. <Date>2016-06-09</Date>
  100. <Version>1.2_rc1</Version>
  101. <Comment>Release Bump</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2016-05-25</Date>
  107. <Version>1.2_rc1</Version>
  108. <Comment>Rebuild</Comment>
  109. <Name>Serdar Soytetir</Name>
  110. <Email>kaptan@pisilinux.org</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2014-05-20</Date>
  114. <Version>1.2_rc1</Version>
  115. <Comment>First release</Comment>
  116. <Name>Serdar Soytetir</Name>
  117. <Email>kaptan@pisilinux.org</Email>
  118. </Update>
  119. </History>
  120. </PISI>