diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:45:10 +0100 |
commit | d2aa646c1093b9a3c265bd039b6f607987c2b62b (patch) | |
tree | f9843078846860169de0233a6356a93e3ffd81ca /media-video/chaplin | |
parent | media-sound/gejengel: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-d2aa646c1093b9a3c265bd039b6f607987c2b62b.tar.gz gentoo-d2aa646c1093b9a3c265bd039b6f607987c2b62b.tar.bz2 gentoo-d2aa646c1093b9a3c265bd039b6f607987c2b62b.zip |
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
Diffstat (limited to 'media-video/chaplin')
-rw-r--r-- | media-video/chaplin/chaplin-1.10-r2.ebuild (renamed from media-video/chaplin/chaplin-1.10-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/chaplin/chaplin-1.10-r1.ebuild b/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 )" |