diff options
Diffstat (limited to 'media-libs/mlt/mlt-0.8.8.ebuild')
-rw-r--r-- | media-libs/mlt/mlt-0.8.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/mlt/mlt-0.8.8.ebuild b/media-libs/mlt/mlt-0.8.8.ebuild index de13d3426eba..57f027e6666b 100644 --- a/media-libs/mlt/mlt-0.8.8.ebuild +++ b/media-libs/mlt/mlt-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.8.8.ebuild,v 1.1 2013/01/27 09:43:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.8.8.ebuild,v 1.2 2013/01/27 14:50:55 yngwin Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.6" @@ -10,7 +10,7 @@ DESCRIPTION="An open source multimedia framework, designed and developed for tel HOMEPAGE="http://www.mltframework.org/" SRC_URI="mirror://sourceforge/mlt/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="compressed-lumas dv debug ffmpeg frei0r gtk jack kde kdenlive libsamplerate melt @@ -84,6 +84,7 @@ src_configure() { tc-export CC CXX local myconf="--enable-gpl + --enable-gpl3 --enable-motion-est $(use_enable debug) $(use_enable dv) |