pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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>libdca</Name>
  6. <Homepage>http://developers.videolan.org/libdca.html</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>Library for decoding DTS Coherent Acoustics streams</Summary>
  14. <Description>libdts is a free library for decoding DTS Coherent Acoustics streams.</Description>
  15. <Archive sha1sum="d292ddb7b4d60c90274f9f0398fa61df0df9442c" type="tarbz2">https://download.videolan.org/pub/videolan/libdca/0.0.6/libdca-0.0.6.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libdca</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="man">/usr/share/man</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>libdca-devel</Name>
  28. <Summary>Development files for libdca</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">libdca</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="data">/usr/lib/pkgconfig</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2019-09-28</Date>
  40. <Version>0.0.6</Version>
  41. <Comment>First release</Comment>
  42. <Name>Süleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </INARY>