pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>a52dec</Name>
  6. <Homepage>http://liba52.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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>djbfft-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">a52dec-0.7.4-build.patch</Patch>
  21. <Patch>use-djbfft.patch</Patch>
  22. <Patch level="1">constant.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>a52dec</Name>
  27. <RuntimeDependencies>
  28. <Dependency>djbfft</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>a52dec-devel</Name>
  39. <Summary>Development files for a52dec</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">a52dec</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="1">
  49. <Date>2020-04-24</Date>
  50. <Version>0.7.4</Version>
  51. <Comment>First release for SulinOS 2021</Comment>
  52. <Name>Suleyman Poyraz</Name>
  53. <Email>zaryob.dev@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </INARY>