pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dav1d</Name>
  6. <Homepage>https://code.videolan.org/videolan/dav1d</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <PartOf>multimedia.video</PartOf>
  14. <Summary>dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness.</Summary>
  15. <Description>The goal of this project is to provide a decoder for most platforms, and achieve the highest speed possible to overcome the temporary lack of AV1 hardware decoder. It supports all features from AV1, including all subsampling and bit-depth parameters. In the future, this project will host simple tools or simple wrappings (like, for example, an MFT transform).</Description>
  16. <Archive sha1sum="6d13ca433468e3bd49208fc2ecb825874b566c21" type="tarxz">http://downloads.videolan.org/pub/videolan/dav1d/1.3.0/dav1d-1.3.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>nasm</Dependency>
  19. <Dependency>meson</Dependency>
  20. <Dependency>ninja</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>dav1d</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin/dav1d</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>dav1d-devel</Name>
  36. <RuntimeDependencies>
  37. <Dependency release="current">dav1d</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="library">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2023-11-19</Date>
  47. <Version>1.3.0</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2021-01-24</Date>
  54. <Version>0.8.1</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>0.5.2</Version>
  62. <Comment>First release.</Comment>
  63. <Name>Idris Kalp</Name>
  64. <Email>idriskalp@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>