pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>vmaf</Name>
  6. <Homepage>https://github.com/netflix/vmaf/</Homepage>
  7. <Packager>
  8. <Name>Idris KALP</Name>
  9. <Email>idriskalp@gmail.com</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>Perceptual video quality assessment algorithm based on multi-method fusion</Summary>
  14. <Description>VMAF is a perceptual video quality assessment algorithm developed by Netflix. VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model.</Description>
  15. <Archive sha1sum="c050ada8ec285c56d4d40e16f03e451787c0999e" type="targz">https://github.com/Netflix/vmaf/archive/v1.3.15.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>vmaf</Name>
  19. <RuntimeDependencies>
  20. <Dependency>libgcc</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. <Path fileType="data">/usr/share</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>vmaf-devel</Name>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="data">/usr/lib/pkgconfig</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="1">
  38. <Date>2019-10-27</Date>
  39. <Version>1.3.15</Version>
  40. <Comment>First Release</Comment>
  41. <Name>Idris KALP</Name>
  42. <Email>idriskalp@gmail.com</Email>
  43. </Update>
  44. </History>
  45. </PISI>