diff options
Diffstat (limited to 'media-video/handbrake/handbrake-1.2.2-r3.ebuild')
-rw-r--r-- | media-video/handbrake/handbrake-1.2.2-r3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/handbrake/handbrake-1.2.2-r3.ebuild b/media-video/handbrake/handbrake-1.2.2-r3.ebuild index a2e9041ccde2..723f649b7e26 100644 --- a/media-video/handbrake/handbrake-1.2.2-r3.ebuild +++ b/media-video/handbrake/handbrake-1.2.2-r3.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=6 @@ -23,7 +23,7 @@ HOMEPAGE="http://handbrake.fr/" LICENSE="GPL-2" SLOT="0" -IUSE="+fdk gstreamer gtk libav libav-aac nvenc x265" +IUSE="+fdk gstreamer gtk libav-aac nvenc x265" REQUIRED_USE="^^ ( fdk libav-aac )" @@ -45,8 +45,7 @@ RDEPEND=" media-libs/x264:= media-sound/lame sys-libs/zlib - libav? ( >=media-video/libav-12.2:0=[fdk?] ) - !libav? ( >=media-video/ffmpeg-4.1:0=[fdk?] ) + >=media-video/ffmpeg-4.1:0=[fdk?] gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 |