pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kvazaar</Name>
  6. <Homepage>http://ultravideo.cs.tut.fi/#encoder</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>LGPL</License>
  12. <IsA>library</IsA>
  13. <Summary>An open-source HEVC encoder</Summary>
  14. <Description>Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1.</Description>
  15. <Archive sha1sum="0af6f755640d29f805463cb7abeb7cfa064ca94e" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>yasm</Dependency>
  18. <Dependency>crypto++-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>kvazaar</Name>
  23. <RuntimeDependencies>
  24. <Dependency>crypto++</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>kvazaar-devel</Name>
  35. <Summary>Header files for kvazaar.</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">kvazaar</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2020-11-07</Date>
  47. <Version>2.0.0</Version>
  48. <Comment>Rebuild.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2020-09-28</Date>
  54. <Version>2.0.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2020-01-12</Date>
  61. <Version>1.3.0</Version>
  62. <Comment>First release.</Comment>
  63. <Name>Idris Kalp</Name>
  64. <Email>idriskalp@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>