diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-09-19 23:31:19 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-09-19 23:31:19 +0000 |
commit | 168fcbd418e8d59336016b72fe8beb774b702d4c (patch) | |
tree | 91e2de813933cc7f683d72baec7e0cd87a30b394 /media-libs/mlt | |
parent | Version bump. This fixes bug #148146. (diff) | |
download | gentoo-2-168fcbd418e8d59336016b72fe8beb774b702d4c.tar.gz gentoo-2-168fcbd418e8d59336016b72fe8beb774b702d4c.tar.bz2 gentoo-2-168fcbd418e8d59336016b72fe8beb774b702d4c.zip |
missing dep added, see bug #147498
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mlt/mlt-0.2.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog index 23356b4b4fdb..6f435b1ecf06 100644 --- a/media-libs/mlt/ChangeLog +++ b/media-libs/mlt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mlt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.9 2006/09/08 19:26:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.10 2006/09/19 23:31:19 lu_zero Exp $ + + 19 Sep 2006; Luca Barbato <lu_zero@gentoo.org> mlt-0.2.2.ebuild: + Jack module requires ladspa-sdk, see bug #147498 08 Sep 2006; Markus Rothe <corsair@gentoo.org> mlt-0.2.2.ebuild, mlt-20051209.ebuild: diff --git a/media-libs/mlt/mlt-0.2.2.ebuild b/media-libs/mlt/mlt-0.2.2.ebuild index 2356fd15b044..d0b5d5cdf185 100644 --- a/media-libs/mlt/mlt-0.2.2.ebuild +++ b/media-libs/mlt/mlt-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.2.2.ebuild,v 1.4 2006/09/08 19:26:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.2.2.ebuild,v 1.5 2006/09/19 23:31:19 lu_zero Exp $ inherit eutils @@ -23,7 +23,8 @@ DEPEND="media-video/ffmpeg >=media-libs/sdl-image-1.2.4 ) >=media-libs/libsamplerate-0.1.2 jack? ( media-sound/jack-audio-connection-kit - >=dev-libs/libxml2-2.5 ) + media-libs/ladspa-sdk + >=dev-libs/libxml2-2.5 ) gtk? ( >=x11-libs/gtk+-2.0 x11-libs/pango ) sox? ( media-sound/sox ) |