diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-14 09:39:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-14 09:39:39 +0000 |
commit | b1fa1c734f9657d0cca2ed592b48d7f94669be57 (patch) | |
tree | 2ff105ac323843bfef1bbdfbf6e1ec19da4914b4 /media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild | |
parent | Masking >=sys-cluster/vzctl-3.0.22-r10 until it'll start to work with sys-app... (diff) | |
download | gentoo-2-b1fa1c734f9657d0cca2ed592b48d7f94669be57.tar.gz gentoo-2-b1fa1c734f9657d0cca2ed592b48d7f94669be57.tar.bz2 gentoo-2-b1fa1c734f9657d0cca2ed592b48d7f94669be57.zip |
Broaden libdc1394 dep as it works with v2 too, by Fabio Correa <facorread@gmail.com>, bug #237687
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild b/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild index 4826823ff216..8a6eac6e4f96 100644 --- a/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild,v 1.2 2008/10/14 09:09:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild,v 1.3 2008/10/14 09:39:39 aballier Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -30,7 +30,7 @@ RDEPEND="vhook? ( >=media-libs/imlib2-1.4.0 >=media-libs/freetype-2 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) aac? ( media-libs/faad2 ) zlib? ( sys-libs/zlib ) - ieee1394? ( =media-libs/libdc1394-1* + ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) dirac? ( media-video/dirac ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) |