pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libvorbis</Name>
  6. <Homepage>http://www.vorbis.com</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>The Vorbis general audio compression codec</Summary>
  14. <Description>libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel.</Description>
  15. <Archive sha1sum="7b4cdd4a73fadfed457ae40984cb0cc91146b300" type="tarxz">http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libogg-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libvorbis</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libogg</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc/libvorbis/AUTHORS</Path>
  28. <Path fileType="doc">/usr/share/doc/libvorbis/README</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libvorbis-devel</Name>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libvorbis</Dependency>
  35. <Dependency>libogg-devel</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  41. <Path fileType="data">/usr/share/aclocal</Path>
  42. <Path fileType="doc">/usr/share/doc/libvorbis</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libvorbis-32bit</Name>
  47. <PartOf>emul32</PartOf>
  48. <Summary>32-bit shared libraries for libvorbis</Summary>
  49. <BuildType>emul32</BuildType>
  50. <BuildDependencies>
  51. <Dependency>libogg-32bit</Dependency>
  52. </BuildDependencies>
  53. <RuntimeDependencies>
  54. <Dependency release="current">libvorbis</Dependency>
  55. <Dependency>libogg-32bit</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib32</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="4">
  63. <Date>2017-02-06</Date>
  64. <Version>1.3.5</Version>
  65. <Comment>Version Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2016-06-09</Date>
  71. <Version>1.3.4</Version>
  72. <Comment>Release Bump</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2016-05-27</Date>
  78. <Version>1.3.4</Version>
  79. <Comment>Release bump</Comment>
  80. <Name>Serdar Soytetir</Name>
  81. <Email>kaptan@pisilinux.org</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2014-05-20</Date>
  85. <Version>1.3.4</Version>
  86. <Comment>First release</Comment>
  87. <Name>Serdar Soytetir</Name>
  88. <Email>kaptan@pisilinux.org</Email>
  89. </Update>
  90. </History>
  91. </PISI>