summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-02-25 21:40:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-02-25 21:40:01 +0000
commitb07d0fd20cbc948b64dd708c26cc6788ce80366d (patch)
treeb134ac85f94a723ad9927c5eda79e9606a3767b2 /media-libs
parentadd dies to sed calls (diff)
downloadgentoo-2-b07d0fd20cbc948b64dd708c26cc6788ce80366d.tar.gz
gentoo-2-b07d0fd20cbc948b64dd708c26cc6788ce80366d.tar.bz2
gentoo-2-b07d0fd20cbc948b64dd708c26cc6788ce80366d.zip
make the gtk2 module depend on exif as its automagic and there is no configure option to disable it, part of bug #385395
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mlt/ChangeLog6
-rw-r--r--media-libs/mlt/mlt-0.7.6.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog
index 4a9ffa993fab..8641da70ed37 100644
--- a/media-libs/mlt/ChangeLog
+++ b/media-libs/mlt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mlt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.77 2012/02/25 21:31:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.78 2012/02/25 21:40:01 aballier Exp $
+
+ 25 Feb 2012; Alexis Ballier <aballier@gentoo.org> mlt-0.7.6.ebuild:
+ make the gtk2 module depend on exif as its automagic and there is no
+ configure option to disable it, part of bug #385395
25 Feb 2012; Alexis Ballier <aballier@gentoo.org> mlt-0.7.6.ebuild:
add dies to sed calls
diff --git a/media-libs/mlt/mlt-0.7.6.ebuild b/media-libs/mlt/mlt-0.7.6.ebuild
index 359a1980c431..b168e38b574c 100644
--- a/media-libs/mlt/mlt-0.7.6.ebuild
+++ b/media-libs/mlt/mlt-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v 1.3 2012/02/25 21:31:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v 1.4 2012/02/25 21:40:01 aballier Exp $
EAPI=4
PYTHON_DEPEND="python? 2:2.6"
@@ -28,6 +28,7 @@ RDEPEND="ffmpeg? ( virtual/ffmpeg[vdpau?] )
>=dev-libs/libxml2-2.5 )
frei0r? ( media-plugins/frei0r-plugins )
gtk? ( x11-libs/gtk+:2
+ media-libs/libexif
x11-libs/pango )
quicktime? ( media-libs/libquicktime )
xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 )