summaryrefslogtreecommitdiff
path: root/community/mlt
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-02 23:10:09 +0000
committerroot <root@rshg047.dnsready.net>2011-07-02 23:10:09 +0000
commit1732308adb7885b00fc388f978e65b3ad15aa067 (patch)
tree7a26cedab2b721f05a3b57ccf578787217f8a9a7 /community/mlt
parenta81bc5be2e3672119ca0313a1fde10397a31211e (diff)
Sat Jul 2 23:10:09 UTC 2011
Diffstat (limited to 'community/mlt')
-rw-r--r--community/mlt/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index a98de1ccb..f1d8f0d3f 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 46148 2011-05-04 08:34:19Z spupykin $
+# $Id: PKGBUILD 50803 2011-07-01 12:47:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -8,7 +8,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
pkgver=0.7.2
-pkgrel=1
+pkgrel=1.1
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
url="http://www.mltframework.org"
@@ -21,7 +21,10 @@ md5sums=('3adeace6642a5ee0db0715b6bd7b7a52')
build() {
# mlt
cd $srcdir/mlt-$pkgver
- [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
+
+# [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
+ SSE2=--disable-sse2
+
msg "SSE2=$SSE2"
./configure --prefix=/usr --enable-gpl \
--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \