summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-16 01:26:10 +0000
committerSam James <sam@gentoo.org>2022-12-16 01:38:28 +0000
commita3192f6d32e2170bfaeb028f0821779e08f64845 (patch)
treed6043e98bf7a2d1a81442539b03e6741ebef187d /media-gfx/iscan
parentmedia-gfx/imv: add media-libs/libtiff subslot dep (diff)
downloadgentoo-a3192f6d32e2170bfaeb028f0821779e08f64845.tar.gz
gentoo-a3192f6d32e2170bfaeb028f0821779e08f64845.tar.bz2
gentoo-a3192f6d32e2170bfaeb028f0821779e08f64845.zip
media-gfx/iscan: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r--media-gfx/iscan/iscan-2.30.4.2-r3.ebuild (renamed from media-gfx/iscan/iscan-2.30.4.2-r1.ebuild)4
-rw-r--r--media-gfx/iscan/iscan-3.65.0-r1.ebuild (renamed from media-gfx/iscan/iscan-3.65.0.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/iscan/iscan-2.30.4.2-r1.ebuild b/media-gfx/iscan/iscan-2.30.4.2-r3.ebuild
index c1eb390986e3..9b5dab52d145 100644
--- a/media-gfx/iscan/iscan-2.30.4.2-r1.ebuild
+++ b/media-gfx/iscan/iscan-2.30.4.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -42,9 +42,9 @@ DEPEND="
gimp? ( media-gfx/gimp:0/2 )
X? (
dev-libs/glib:2
+ media-libs/libjpeg-turbo:=
media-libs/libpng:=
media-libs/tiff:=
- virtual/jpeg:=
x11-libs/gtk+:2
)
"
diff --git a/media-gfx/iscan/iscan-3.65.0.ebuild b/media-gfx/iscan/iscan-3.65.0-r1.ebuild
index b47d4d45f4ae..21dc24242f01 100644
--- a/media-gfx/iscan/iscan-3.65.0.ebuild
+++ b/media-gfx/iscan/iscan-3.65.0-r1.ebuild
@@ -27,8 +27,8 @@ BDEPEND="
RDEPEND="
dev-libs/boost:=
media-gfx/sane-backends
- media-libs/tiff
- virtual/jpeg
+ media-libs/libjpeg-turbo:=
+ media-libs/tiff:=
virtual/libusb:1
graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
!graphicsmagick? ( media-gfx/imagemagick:=[cxx] )