summaryrefslogtreecommitdiff
path: root/community/mlt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-04 00:04:04 +0000
committerroot <root@rshg054.dnsready.net>2012-09-04 00:04:04 +0000
commit8b7b4f2e5a808cb0c1226c23469fa57751eba190 (patch)
treed3b039c682e3991febbfa886b15b31cf09d048b8 /community/mlt
parent81de702a6fc79e430129a7d2b708d90f43ae5ba1 (diff)
Tue Sep 4 00:04:04 UTC 2012
Diffstat (limited to 'community/mlt')
-rw-r--r--community/mlt/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index adacfbaa8..276d90da7 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73477 2012-07-08 09:30:31Z ibiru $
+# $Id: PKGBUILD 75787 2012-08-31 10:39:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -7,7 +7,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.0
+pkgver=0.8.2
pkgrel=1
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
@@ -16,14 +16,14 @@ license=('GPL')
makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d56e0cdfba9c5b5608bf84493322615f')
+md5sums=('c7a8c4ca7485bb615cbcf851d8742a1c')
build() {
# mlt
cd "$srcdir/mlt-$pkgver"
-# [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
- SSE2=--disable-sse2
+ [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
+# SSE2=--disable-sse2
msg "SSE2=$SSE2"
./configure --prefix=/usr --enable-gpl \