pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>opusfile</Name>
  6. <Homepage>https://opus-codec.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Library for opening, seeking, and decoding .opus files</Summary>
  14. <Description>Library for opening, seeking, and decoding .opus files</Description>
  15. <Archive sha1sum="3e86971fef28292f982a32730632b1d531059ed5" type="targz">https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.12.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libogg-devel</Dependency>
  18. <Dependency>libopus-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!--
  23. <Patch>opusfile.patch</Patch>
  24. <Patch level="1">opusfile.patch</Patch>
  25. -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>opusfile</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libogg</Dependency>
  32. <Dependency>libopus</Dependency>
  33. <Dependency>openssl</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="data">/usr/share</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>opusfile-32bit</Name>
  43. <PartOf>emul32</PartOf>
  44. <Summary>32-bit shared libraries for opusfile</Summary>
  45. <BuildType>emul32</BuildType>
  46. <BuildDependencies>
  47. <Dependency>libogg-32bit</Dependency>
  48. <Dependency>libopus-32bit</Dependency>
  49. <Dependency>openssl-32bit</Dependency>
  50. </BuildDependencies>
  51. <RuntimeDependencies>
  52. <Dependency>libogg-32bit</Dependency>
  53. <Dependency>libopus-32bit</Dependency>
  54. <Dependency>openssl-32bit</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib32</Path>
  58. </Files>
  59. </Package>
  60. <Package>
  61. <Name>opusfile-devel</Name>
  62. <Summary>Development files for opusfile</Summary>
  63. <RuntimeDependencies>
  64. <Dependency release="current">opusfile</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="header">/usr/include</Path>
  68. <Path fileType="library">/usr/lib/pkgconfig</Path>
  69. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="3">
  74. <Date>2024-12-19</Date>
  75. <Version>0.12</Version>
  76. <Comment>Rebuild</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2020-06-27</Date>
  82. <Version>0.12</Version>
  83. <Comment>Version bump</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admins@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2020-03-07</Date>
  89. <Version>0.11</Version>
  90. <Comment>First release</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admins@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>