pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>svt-av1</Name>
  6. <Homepage>https://gitlab.com/AOMediaCodec/SVT-AV1</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom, BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Scalable Video Technology AV1 encoder and decoder.</Summary>
  14. <Description>The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software encoder/decoder library.</Description>
  15. <Archive sha1sum="c8de7ad1868a332e9b1b08a28c41fd9d22ff8fa2" type="tarbz2">https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.7.0/SVT-AV1-v1.7.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>yasm</Dependency>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>svt-av1.patch</Patch>
  23. <Patch level="1">svt-av1.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>svt-av1</Name>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>svt-av1-devel</Name>
  37. <Summary>Development files for svt-av1</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">svt-av1</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2023-11-19</Date>
  49. <Version>1.7.0</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Mustafa Cinasal</Name>
  52. <Email>muscnsl@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2023-01-03</Date>
  56. <Version>0.9.1</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2021-11-02</Date>
  63. <Version>0.8.7</Version>
  64. <Comment>First release</Comment>
  65. <Name>PisiLinux Community</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>