diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 12:34:50 +0200 |
commit | ac05f0348703769c529991fb5bfcebeeb700c6a7 (patch) | |
tree | c18802a18029b521a8f6ea91c6494e1518136ced /media-libs | |
parent | media-gfx/album: Replace virtual/ffmpeg (diff) | |
download | gentoo-ac05f0348703769c529991fb5bfcebeeb700c6a7.tar.gz gentoo-ac05f0348703769c529991fb5bfcebeeb700c6a7.tar.bz2 gentoo-ac05f0348703769c529991fb5bfcebeeb700c6a7.zip |
media-libs/avidemux-core: 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-libs')
-rw-r--r-- | media-libs/avidemux-core/avidemux-core-2.7.3-r1.ebuild (renamed from media-libs/avidemux-core/avidemux-core-2.7.3.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild (renamed from media-libs/avidemux-core/avidemux-core-2.7.4.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/avidemux-core/avidemux-core-2.7.3.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.3-r1.ebuild index 1ed1591e1a59..1b987f4d1e1d 100644 --- a/media-libs/avidemux-core/avidemux-core-2.7.3.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.7.3-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 @@ -21,7 +21,7 @@ IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv" DEPEND="dev-db/sqlite:3 nvenc? ( media-video/nvidia_video_sdk ) sdl? ( media-libs/libsdl:0 ) - system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] ) + system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] ) vaapi? ( x11-libs/libva:0= ) vdpau? ( x11-libs/libvdpau:0 ) xv? ( x11-libs/libXv:0 ) diff --git a/media-libs/avidemux-core/avidemux-core-2.7.4.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.4-r1.ebuild index 1143e35d737b..631c18906fed 100644 --- a/media-libs/avidemux-core/avidemux-core-2.7.4.ebuild +++ b/media-libs/avidemux-core/avidemux-core-2.7.4-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 @@ -21,7 +21,7 @@ IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv" DEPEND="dev-db/sqlite:3 nvenc? ( media-video/nvidia_video_sdk ) sdl? ( media-libs/libsdl:0 ) - system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] ) + system-ffmpeg? ( >=media-video/ffmpeg-9:0[mp3,theora] ) vaapi? ( x11-libs/libva:0= ) vdpau? ( x11-libs/libvdpau:0 ) xv? ( x11-libs/libXv:0 ) |