diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-11 10:41:50 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-11 10:48:02 +0100 |
commit | 6551f51d42c0d551786819ba79a49eb382d769d0 (patch) | |
tree | 5f6caf949f559d0f296577672282b984360d8fb9 /media-libs | |
parent | media-libs/libquicktime: remove old (diff) | |
download | gentoo-6551f51d42c0d551786819ba79a49eb382d769d0.tar.gz gentoo-6551f51d42c0d551786819ba79a49eb382d769d0.tar.bz2 gentoo-6551f51d42c0d551786819ba79a49eb382d769d0.zip |
media-libs/libquicktime: Convert to libav useflag and add missing zlib dep, bug #543438
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild index 9c182daf58e8..b31abf34887d 100644 --- a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild +++ b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,16 +11,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame cpu_flags_x86_mmx opengl png schroedinger static-libs vorbis X x264" +IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx opengl png schroedinger static-libs vorbis X x264" RDEPEND=">=virtual/libintl-0-r1[${MULTILIB_USEDEP}] + sys-libs/zlib:= aac? ( >=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}] encode? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) ) alsa? ( >=media-libs/alsa-lib-1.0.20 ) dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] ) - ffmpeg? ( >=virtual/ffmpeg-9-r1[${MULTILIB_USEDEP}] ) + ffmpeg? ( + libav? ( media-video/libav:0=[${MULTILIB_USEDEP}] ) + !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) + ) gtk? ( x11-libs/gtk+:2 ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) |