diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:47 +0200 |
commit | 4c8210421034dcf77d6b494438d3aebba9fecca5 (patch) | |
tree | ee21efb1310ff768387c00050838797f417865c9 /media-gfx | |
parent | kde-apps/kdenlive: Replace virtual/ffmpeg (diff) | |
download | gentoo-4c8210421034dcf77d6b494438d3aebba9fecca5.tar.gz gentoo-4c8210421034dcf77d6b494438d3aebba9fecca5.tar.bz2 gentoo-4c8210421034dcf77d6b494438d3aebba9fecca5.zip |
media-gfx/album: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/album/album-4.13-r2.ebuild (renamed from media-gfx/album/album-4.13-r1.ebuild) | 4 | ||||
-rw-r--r-- | media-gfx/album/album-4.15-r1.ebuild (renamed from media-gfx/album/album-4.15.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/album/album-4.13-r1.ebuild b/media-gfx/album/album-4.13-r2.ebuild index 8b5500e20dd0..a590351eb9fa 100644 --- a/media-gfx/album/album-4.13-r1.ebuild +++ b/media-gfx/album/album-4.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/jhead virtual/imagemagick-tools - ffmpeg? ( virtual/ffmpeg )" + ffmpeg? ( media-video/ffmpeg )" src_install() { dobin album diff --git a/media-gfx/album/album-4.15.ebuild b/media-gfx/album/album-4.15-r1.ebuild index ce30184d4956..283dda684e5f 100644 --- a/media-gfx/album/album-4.15.ebuild +++ b/media-gfx/album/album-4.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/jhead virtual/imagemagick-tools - ffmpeg? ( virtual/ffmpeg )" + ffmpeg? ( media-video/ffmpeg )" src_install() { dobin album |