Skip to content

Commit bb06890

Browse files
committed
img2pdf: update to 0.6.3
1 parent 3cec871 commit bb06890

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

srcpkgs/img2pdf/template

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Template file for 'img2pdf'
22
pkgname=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}"
811
short_desc="Lossless conversion of raster images to PDF"
912
maintainer="Orphaned <orphan@voidlinux.org>"
10-
license="GPL-3.0-or-later"
13+
license="LGPL-3.0-or-later"
1114
homepage="https://gitlab.mister-muffin.de/josch/img2pdf"
1215
distfiles="${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

0 commit comments

Comments
 (0)