summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-01-18 02:35:19 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-01-18 02:35:19 +0000
commit16947b344676f5e9dfea9496ee41cbb9b345c131 (patch)
tree15da87d66f3ed171545bade4dcbff94588f8a44a /media-libs/mlt
parentVersion bump from upstream (diff)
downloadgentoo-2-16947b344676f5e9dfea9496ee41cbb9b345c131.tar.gz
gentoo-2-16947b344676f5e9dfea9496ee41cbb9b345c131.tar.bz2
gentoo-2-16947b344676f5e9dfea9496ee41cbb9b345c131.zip
amd64 workaround
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-libs/mlt')
-rw-r--r--media-libs/mlt/ChangeLog7
-rw-r--r--media-libs/mlt/mlt-20051209.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/media-libs/mlt/ChangeLog b/media-libs/mlt/ChangeLog
index e019f8d297bd..a8a4c16f6285 100644
--- a/media-libs/mlt/ChangeLog
+++ b/media-libs/mlt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mlt
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.2 2005/12/12 20:56:04 zypher Exp $
+# 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 $
+
+ 18 Jan 2006; Luca Barbato <lu_zero@gentoo.org> mlt-20051209.ebuild:
+ Added mmx useflag, should workaround amd64 build problems
12 Dec 2005; <zypher@gentoo.org> mlt-20051209.ebuild:
Added ~amd64 and ~x86 keywords
diff --git a/media-libs/mlt/mlt-20051209.ebuild b/media-libs/mlt/mlt-20051209.ebuild
index 71ce7b89b39b..deb69bdd312d 100644
--- a/media-libs/mlt/mlt-20051209.ebuild
+++ b/media-libs/mlt/mlt-20051209.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.3 2006/01/09 22:22:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-20051209.ebuild,v 1.4 2006/01/18 02:35:19 lu_zero Exp $
DESCRIPTION="MLT is an open source multimedia framework, designed and developed
for television broadcasting"
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="dv xml2 jack gtk sdl vorbis sox quicktime"
+IUSE="dv xml2 jack gtk sdl vorbis sox quicktime mmx"
DEPEND="media-video/ffmpeg
dv? ( >=media-libs/libdv-0.102 )
@@ -31,6 +31,8 @@ src_compile() {
local myconf=""
if ! use dv ; then myconf="${myconf} --disable-dv"
fi
+ if ! use mmx ; then myconf="${myconf} --disable-mmx"
+ fi
if ! use gtk ; then myconf="${myconf} --disable-gtk2"
fi
if ! use xml2 ; then myconf="${myconf} --disable-westley"