diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-05-31 13:37:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-05-31 13:37:21 +0000 |
commit | bc9bce476f92e0b4acf239fe6644325300a379ab (patch) | |
tree | d99289daceda95cc9c0387934ba0de886174768a /media-libs | |
parent | Attempting to fix bad digest, bug 127058 (diff) | |
download | gentoo-2-bc9bce476f92e0b4acf239fe6644325300a379ab.tar.gz gentoo-2-bc9bce476f92e0b4acf239fe6644325300a379ab.tar.bz2 gentoo-2-bc9bce476f92e0b4acf239fe6644325300a379ab.zip |
Minor fix, bug #133089
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mlt/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mlt/mlt-20051209.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog index a8a4c16f6285..7e1186bf48fc 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.3 2006/01/18 02:35:19 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.4 2006/05/31 13:37:21 lu_zero Exp $ + + 31 May 2006; Luca Barbato <lu_zero@gentoo.org> mlt-20051209.ebuild: + Minor fix, thanks to wishmerhill <wishmerhill@nousefornames.it> for spotting it 18 Jan 2006; Luca Barbato <lu_zero@gentoo.org> mlt-20051209.ebuild: Added mmx useflag, should workaround amd64 build problems diff --git a/media-libs/mlt/mlt-20051209.ebuild b/media-libs/mlt/mlt-20051209.ebuild index deb69bdd312d..ae4c0046c5fb 100644 --- a/media-libs/mlt/mlt-20051209.ebuild +++ b/media-libs/mlt/mlt-20051209.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-20051209.ebuild,v 1.4 2006/01/18 02:35:19 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-20051209.ebuild,v 1.5 2006/05/31 13:37:21 lu_zero Exp $ DESCRIPTION="MLT is an open source multimedia framework, designed and developed for television broadcasting" @@ -45,7 +45,7 @@ src_compile() { fi if ! use sox ; then myconf="${myconf} --disable-sox" fi - if ! use quicktime || !use dv ; then myconf="${myconf} --disable-kino" + if ! use quicktime || ! use dv ; then myconf="${myconf} --disable-kino" fi ./configure --prefix=/usr \ |