123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>img2pdf</Name>
- <Homepage>https://gitlab.mister-muffin.de/josch/img2pdf</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPL3</License>
- <Icon>img2pdf</Icon>
- <Summary>Losslessly convert raster images to PDF</Summary>
- <Description>Lossless conversion of raster images to PDF. You should use img2pdf if your priorities are (in this order): always lossless, small, fast.</Description>
- <Archive sha1sum="50e6af775c985495482665ed933d42c507327828" type="targz">https://gitlab.mister-muffin.de/josch/img2pdf/archive/0.5.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-build</Dependency>
- <Dependency>python3-wheel</Dependency>
- <Dependency>python3-installer</Dependency>
- <Dependency>python3-setuptools</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>img2pdf.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>img2pdf</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency>python3-pillow</Dependency>
- <Dependency>python3-pikepdf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python3*/site-packages</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-08-14</Date>
- <Version>0.5.1</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|