summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-14 09:39:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-14 09:39:39 +0000
commitb1fa1c734f9657d0cca2ed592b48d7f94669be57 (patch)
tree2ff105ac323843bfef1bbdfbf6e1ec19da4914b4
parentMasking >=sys-cluster/vzctl-3.0.22-r10 until it'll start to work with sys-app... (diff)
downloadgentoo-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)
-rw-r--r--media-video/ffmpeg/ChangeLog7
-rw-r--r--media-video/ffmpeg/ffmpeg-0.4.9_p20081014.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog
index 81784cbe9934..c862b0d27795 100644
--- a/media-video/ffmpeg/ChangeLog
+++ b/media-video/ffmpeg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ffmpeg
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.228 2008/10/14 09:09:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.229 2008/10/14 09:39:39 aballier Exp $
+
+ 14 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ ffmpeg-0.4.9_p20081014.ebuild:
+ Broaden libdc1394 dep as it works with v2 too, by Fabio Correa
+ <facorread@gmail.com>, bug #237687
14 Oct 2008; Alexis Ballier <aballier@gentoo.org>
ffmpeg-0.4.9_p20070616.ebuild, ffmpeg-0.4.9_p20070616-r1.ebuild,
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 )