pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>flac</Name>
  6. <Homepage>http://flac.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>app:console</IsA>
  14. <Summary>An encoder/decoder for the Free Lossless Audio Codec</Summary>
  15. <Description>flac is the Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. This package contains tools and libraries to work with and support for files in FLAC format.</Description>
  16. <Archive sha1sum="2bdbb56b128a780a5d998e230f2f4f6eb98f33ee" type="tarxz">http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libogg-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>flac</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libogg</Dependency>
  25. <Dependency>libgcc</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>flac-docs</Name>
  35. <Summary>Documentation for flac</Summary>
  36. <RuntimeDependencies>
  37. <Dependency>flac</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>flac-devel</Name>
  45. <Summary>Development files for flac</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>libogg-devel</Dependency>
  48. <Dependency release="current">flac</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="data">/usr/lib/pkgconfig</Path>
  53. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  54. <Path fileType="data">/usr/share/aclocal</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>flac-32bit</Name>
  59. <PartOf>emul32</PartOf>
  60. <Summary>32-bit shared libraries for flac</Summary>
  61. <BuildType>emul32</BuildType>
  62. <BuildDependencies>
  63. <Dependency>libogg-32bit</Dependency>
  64. </BuildDependencies>
  65. <RuntimeDependencies>
  66. <Dependency>libogg-32bit</Dependency>
  67. <Dependency>libgcc</Dependency>
  68. <Dependency release="current">flac</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="library">/usr/lib32</Path>
  72. </Files>
  73. </Package>
  74. <History>
  75. <Update release="4">
  76. <Date>2017-02-06</Date>
  77. <Version>1.3.2</Version>
  78. <Comment>Version Bump</Comment>
  79. <Name>Pisi Linux Community</Name>
  80. <Email>admin@pisilinux.org</Email>
  81. </Update>
  82. <Update release="3">
  83. <Date>2016-06-09</Date>
  84. <Version>1.3.1</Version>
  85. <Comment>Release Bump</Comment>
  86. <Name>Pisi Linux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="2">
  90. <Date>2016-05-25</Date>
  91. <Version>1.3.1</Version>
  92. <Comment>Release bump.</Comment>
  93. <Name>Stefan Gronewold(groni)</Name>
  94. <Email>groni@pisilinux.org</Email>
  95. </Update>
  96. <Update release="1">
  97. <Date>2014-12-03</Date>
  98. <Version>1.3.1</Version>
  99. <Comment>First release</Comment>
  100. <Name>Stefan Gronewold(groni)</Name>
  101. <Email>groni@pisilinux.org</Email>
  102. </Update>
  103. </History>
  104. </PISI>