From: David Seifert Date: Sat, 11 Feb 2017 19:21:53 +0000 (+0100) Subject: media-video/chaplin: Depend on virtual/imagemagick-tools X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2aa646c1093b9a3c265bd039b6f607987c2b62b;p=gentoo.git media-video/chaplin: Depend on virtual/imagemagick-tools Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907 --- diff --git a/media-video/chaplin/chaplin-1.10-r1.ebuild b/media-video/chaplin/chaplin-1.10-r2.ebuild similarity index 87% rename from media-video/chaplin/chaplin-1.10-r1.ebuild rename to media-video/chaplin/chaplin-1.10-r2.ebuild index fed2d9681c7b..f10e59735b25 100644 --- a/media-video/chaplin/chaplin-1.10-r1.ebuild +++ b/media-video/chaplin/chaplin-1.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="transcode vcd" DEPEND=">=media-libs/libdvdread-0.9.4" RDEPEND="${DEPEND} - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) + virtual/imagemagick-tools media-video/mjpegtools transcode? ( >=media-video/transcode-0.6.2 ) vcd? ( >=media-video/vcdimager-0.7.2 )"