pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libogg</Name>
  6. <Homepage>https://www.xiph.org/ogg/</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. <PartOf>multimedia.sound</PartOf>
  14. <Summary>The Ogg media file format library</Summary>
  15. <Description>libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams.</Description>
  16. <Archive sha1sum="5a368421a636f7faa4c2f662857cb507dffd7c99" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.5.tar.xz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libogg</Name>
  20. <Summary>The Ogg media file format library</Summary>
  21. <Files>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>libogg-devel</Name>
  28. <Summary>Development files for the ogg media file format library</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">libogg</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="data">/usr/lib/pkgconfig</Path>
  34. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="data">/usr/share/aclocal</Path>
  37. <Path fileType="doc">/usr/share/doc/libogg/*html</Path>
  38. <Path fileType="doc">/usr/share/doc/libogg/*png</Path>
  39. <Path fileType="doc">/usr/share/doc/libogg/ogg</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>libogg-32bit</Name>
  44. <PartOf>emul32</PartOf>
  45. <Summary>32-bit shared libraries for libogg</Summary>
  46. <BuildType>emul32</BuildType>
  47. <BuildDependencies>
  48. <!-- <Dependency></Dependency> -->
  49. </BuildDependencies>
  50. <RuntimeDependencies>
  51. <Dependency release="current">libogg</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="library">/usr/lib32</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="7">
  59. <Date>2021-12-04</Date>
  60. <Version>1.3.5</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Blue DeviL</Name>
  63. <Email>bluedevil@sctzine.com</Email>
  64. </Update>
  65. <Update release="6">
  66. <Date>2020-01-06</Date>
  67. <Version>1.3.4</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Blue DeviL</Name>
  70. <Email>bluedevil@sctzine.com</Email>
  71. </Update>
  72. <Update release="5">
  73. <Date>2018-07-29</Date>
  74. <Version>1.3.3</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="4">
  80. <Date>2017-02-06</Date>
  81. <Version>1.3.2</Version>
  82. <Comment>Rebuild</Comment>
  83. <Name>Pisi Linux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="3">
  87. <Date>2016-06-09</Date>
  88. <Version>1.3.2</Version>
  89. <Comment>Release Bump</Comment>
  90. <Name>Pisi Linux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="2">
  94. <Date>2016-05-02</Date>
  95. <Version>1.3.2</Version>
  96. <Comment>Version bump</Comment>
  97. <Name>Serdar Soytetir</Name>
  98. <Email>kaptan@pisilinux.org</Email>
  99. </Update>
  100. <Update release="1">
  101. <Date>2014-05-20</Date>
  102. <Version>1.3.1</Version>
  103. <Comment>First release</Comment>
  104. <Name>Serdar Soytetir</Name>
  105. <Email>kaptan@pisilinux.org</Email>
  106. </Update>
  107. </History>
  108. </PISI>