pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>a52dec</Name>
  6. <Homepage>http://liba52.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>DVD ATSC A/52 streams decoder library</Summary>
  14. <Description>liba52 is a free library for decoding ATSC A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3.</Description>
  15. <Archive sha1sum="79b33bd8d89dad7436f85b9154ad35667aa37321" type="targz">http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. <Dependency>djbfft-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">a52dec-0.7.4-build.patch</Patch>
  22. <Patch>use-djbfft.patch</Patch>
  23. <Patch level="1">constant.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>a52dec</Name>
  28. <RuntimeDependencies>
  29. <Dependency>djbfft</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>a52dec-devel</Name>
  40. <Summary>Development files for a52dec</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">a52dec</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="5">
  50. <Date>2020-01-19</Date>
  51. <Version>0.7.4</Version>
  52. <Comment>Rebuild</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2018-07-31</Date>
  58. <Version>0.7.4</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2017-02-12</Date>
  65. <Version>0.7.4</Version>
  66. <Comment>Rebuild</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-06-09</Date>
  72. <Version>0.7.4</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2014-05-20</Date>
  79. <Version>0.7.4</Version>
  80. <Comment>First release</Comment>
  81. <Name>Serdar Soytetir</Name>
  82. <Email>kaptan@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>