Skip to content

Commit

Permalink
media-gfx/img2pdf: hopefully the final attempt at fixing test deps
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
sbraz committed Aug 22, 2021
1 parent 8a790d7 commit 4939127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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]
)
Expand Down

0 comments on commit 4939127

Please sign in to comment.