pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libzimg</Name>
  6. <Homepage>https://github.com/sekrit-twc/zimg</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>WTFPL</License>
  12. <IsA>library</IsA>
  13. <Summary>Scaling, colorspace conversion, and dithering library</Summary>
  14. <Description>The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion.</Description>
  15. <Archive sha1sum="62e68b8cf9fe6296372fd51f4558f1b4170e3a7c" type="targz">https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.5.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libzimg</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libzimg-devel</Name>
  26. <Summary>Header files for libzimg.</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">libzimg</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="data">/usr/lib/pkgconfig</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="4">
  37. <Date>2023-11-03</Date>
  38. <Version>3.0.5</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="3">
  44. <Date>2022-11-10</Date>
  45. <Version>3.0.4</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2021-11-06</Date>
  52. <Version>3.0.3</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2020-01-14</Date>
  59. <Version>2.9.2</Version>
  60. <Comment>First release.</Comment>
  61. <Name>Idris Kalp</Name>
  62. <Email>idriskalp@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>