pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>img2pdf</Name>
  6. <Homepage>https://gitlab.mister-muffin.de/josch/img2pdf</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL3</License>
  12. <Icon>img2pdf</Icon>
  13. <Summary>Losslessly convert raster images to PDF</Summary>
  14. <Description>Lossless conversion of raster images to PDF. You should use img2pdf if your priorities are (in this order): always lossless, small, fast.</Description>
  15. <Archive sha1sum="50e6af775c985495482665ed933d42c507327828" type="targz">https://gitlab.mister-muffin.de/josch/img2pdf/archive/0.5.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-devel</Dependency>
  18. <Dependency>python3-build</Dependency>
  19. <Dependency>python3-wheel</Dependency>
  20. <Dependency>python3-installer</Dependency>
  21. <Dependency>python3-setuptools</Dependency>
  22. </BuildDependencies>
  23. <!--
  24. <Patches>
  25. <Patch>img2pdf.patch</Patch>
  26. </Patches>
  27. -->
  28. </Source>
  29. <Package>
  30. <Name>img2pdf</Name>
  31. <RuntimeDependencies>
  32. <Dependency>python3</Dependency>
  33. <Dependency>python3-pillow</Dependency>
  34. <Dependency>python3-pikepdf</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib/python3*/site-packages</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="1">
  44. <Date>2024-08-14</Date>
  45. <Version>0.5.1</Version>
  46. <Comment>First release</Comment>
  47. <Name>Kamil Atlı</Name>
  48. <Email>suvari@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>