pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libogg</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>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>The Ogg media file format library</Summary>
  14. <Description>libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.</Description>
  15. <Archive sha1sum="5e525ec6a4135066932935c01d2c309ea5009f8d" type="tarxz">http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libogg</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libogg-devel</Name>
  26. <RuntimeDependencies>
  27. <Dependency release="current">libogg</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="data">/usr/lib/pkgconfig</Path>
  31. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="data">/usr/share/aclocal</Path>
  34. <Path fileType="doc">/usr/share/doc/libogg/*html</Path>
  35. <Path fileType="doc">/usr/share/doc/libogg/*png</Path>
  36. <Path fileType="doc">/usr/share/doc/libogg/ogg</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libogg-32bit</Name>
  41. <PartOf>emul32</PartOf>
  42. <Summary>32-bit shared libraries for libogg</Summary>
  43. <BuildType>emul32</BuildType>
  44. <BuildDependencies>
  45. </BuildDependencies>
  46. <RuntimeDependencies>
  47. <Dependency release="current">libogg</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="library">/usr/lib32</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="4">
  55. <Date>2017-02-06</Date>
  56. <Version>1.3.2</Version>
  57. <Comment>Rebuild</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2016-06-09</Date>
  63. <Version>1.3.2</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-05-02</Date>
  70. <Version>1.3.2</Version>
  71. <Comment>Version bump</Comment>
  72. <Name>Serdar Soytetir</Name>
  73. <Email>kaptan@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2014-05-20</Date>
  77. <Version>1.3.1</Version>
  78. <Comment>First release</Comment>
  79. <Name>Serdar Soytetir</Name>
  80. <Email>kaptan@pisilinux.org</Email>
  81. </Update>
  82. </History>
  83. </PISI>