summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-08-22 18:36:09 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-08-22 18:43:43 +0200
commit49391271d94b4c526a1a613439672421f7c07628 (patch)
treed92954ac7f4401e8458a7912463d8dc221138c27 /media-gfx
parentsys-apps/help2man: Bump to version 1.48.5 (diff)
downloadgentoo-49391271d94b4c526a1a613439672421f7c07628.tar.gz
gentoo-49391271d94b4c526a1a613439672421f7c07628.tar.bz2
gentoo-49391271d94b4c526a1a613439672421f7c07628.zip
media-gfx/img2pdf: hopefully the final attempt at fixing test deps
* Bit depth tests failures happen when ImageMagick is built with a quantum depth of 8 or 32 instead of 16. * ICC profile tests (test_png_icc) fail when ImageMagick lacks lcms support. * Some tests (test_general and test_tiff_gray1) need Pillow with tiff support. Closes: https://bugs.gentoo.org/809593 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
index 1b3da90848e8..8568129c5e2e 100644
--- a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
+++ b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
@@ -27,9 +27,10 @@ BDEPEND="
app-text/poppler[cairo,png,tiff]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pdfrw[${PYTHON_USEDEP}]
+ dev-python/pillow[tiff,${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
- media-gfx/imagemagick[jpeg,jpeg2k,png,q8,q32,tiff]
+ media-gfx/imagemagick[jpeg,jpeg2k,lcms,png,-q8,-q32,tiff]
media-libs/exiftool
media-libs/netpbm[jpeg]
)