mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user