diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 08:37:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 08:37:09 +0000 |
commit | 755fc273f6e32f7e2828e379520eda4a279546d1 (patch) | |
tree | cc77ec050d8dd1e659acab0818bc09f96b60b114 /media-libs/mlt | |
parent | Version bump. (diff) | |
download | gentoo-2-755fc273f6e32f7e2828e379520eda4a279546d1.tar.gz gentoo-2-755fc273f6e32f7e2828e379520eda4a279546d1.tar.bz2 gentoo-2-755fc273f6e32f7e2828e379520eda4a279546d1.zip |
bump ffmpeg dep, bug #242422
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mlt/mlt-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog index bb0c48cd6eaa..e08c0f0c2104 100644 --- a/media-libs/mlt/ChangeLog +++ b/media-libs/mlt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mlt # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.27 2008/09/21 11:43:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.28 2008/10/18 08:37:09 aballier Exp $ + + 18 Oct 2008; Alexis Ballier <aballier@gentoo.org> mlt-0.3.0.ebuild: + bump ffmpeg dep, bug #242422 *mlt-0.3.0 (21 Sep 2008) diff --git a/media-libs/mlt/mlt-0.3.0.ebuild b/media-libs/mlt/mlt-0.3.0.ebuild index e98b6d2ff0d5..038fe44b8a38 100644 --- a/media-libs/mlt/mlt-0.3.0.ebuild +++ b/media-libs/mlt/mlt-0.3.0.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-libs/mlt/mlt-0.3.0.ebuild,v 1.1 2008/09/21 11:43:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.3.0.ebuild,v 1.2 2008/10/18 08:37:09 aballier Exp $ EAPI=1 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="dv xml jack gtk sdl vorbis sox quicktime mmx lame xine lame ogg theora xine ffmpeg libsamplerate qt3" -DEPEND="ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20070616-r3 ) +DEPEND="ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) dv? ( >=media-libs/libdv-0.104 ) xml? ( >=dev-libs/libxml2-2.5 ) ogg? ( >=media-libs/libogg-1.1.3 ) |