File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'img2pdf'
22pkgname=img2pdf
3- version=0.6.1
4- revision=2
5- build_style=python3-module
6- hostmakedepends="python3-pikepdf python3-setuptools"
7- depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter"
3+ version=0.6.3
4+ revision=1
5+ build_style=python3-pep517
6+ make_check_args="-k not(miff_cmyk)"
7+ hostmakedepends="python3-flit_core"
8+ depends="python3-pikepdf python3-Pillow"
9+ checkdepends="python3-pytest python3-numpy python3-scipy ImageMagick poppler
10+ ghostscript mupdf-tools netpbm exiftool colord ${depends}"
811short_desc="Lossless conversion of raster images to PDF"
912maintainer="Orphaned <orphan@voidlinux.org>"
10- license="GPL -3.0-or-later"
13+ license="LGPL -3.0-or-later"
1114homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
1215distfiles="${PYPI_SITE}/i/img2pdf/img2pdf-${version}.tar.gz"
13- checksum=306e279eb832bc159d7d6294b697a9fbd11b4be1f799b14b3b2174fb506af289
14- make_check=no # need to patch out some bitdepth checks
16+ checksum=219518020f5bd242bdc46493941ea3f756f664c2e86f2454721e74353f58cd95
17+
18+ case "$XBPS_TARGET_MACHINE" in
19+ i686)
20+ make_check=no # 70 errors on this arch
21+ ;;
22+ esac
You can’t perform that action at this time.
0 commit comments