media-libs/vips: Add test dependencies.

Some tests need JPEG and PNG support.

Closes: https://bugs.gentoo.org/786210
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-04-29 18:24:03 +02:00
parent 6a5c5eef7a
commit da79392782

View File

@@ -11,8 +11,9 @@ HOMEPAGE="https://libvips.github.io/libvips/"
LICENSE="LGPL-2.1+"
SLOT="1"
KEYWORDS="~amd64 ~x86"
IUSE="doc debug exif fftw fits heif gsf graphicsmagick imagemagick imagequant jpeg lcms matio openexr orc pango pdf png svg static-libs tiff webp zlib"
REQUIRED_USE="imagequant? ( png )"
IUSE="doc debug exif fftw fits heif gsf graphicsmagick imagemagick imagequant jpeg lcms matio openexr orc pango pdf png svg static-libs test tiff webp zlib"
REQUIRED_USE="imagequant? ( png ) test? ( jpeg png )"
RESTRICT="!test? ( test )"
# FIXME: nitfi (FIND_NIFTI)
# openslide? ( >=media-libs/openslide-3.3.0 )