summaryrefslogtreecommitdiff
path: root/community/mlt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-18 02:35:48 -0800
committerroot <root@rshg054.dnsready.net>2012-12-18 02:35:48 -0800
commit7862d070a23260c281e227dabd498b99fa8a44a9 (patch)
treec3c4075da0032d20a2220092c8272142775b8d43 /community/mlt
parentbfa298276aad0011c7ac64738d521600e76c3628 (diff)
Tue Dec 18 02:33:35 PST 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 45d8264cb..85ac97bf8 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79557 2012-11-07 13:12:21Z spupykin $
+# $Id: PKGBUILD 81311 2012-12-17 10:05:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -7,8 +7,8 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
url="http://www.mltframework.org"
@@ -17,14 +17,14 @@ makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ff
'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
ffmpeg.patch)
-md5sums=('c7a8c4ca7485bb615cbcf851d8742a1c'
+md5sums=('8d2c5b0f24a8b90fb44961920e3770ff'
'c28b4691d1715432d4de0055f4e2f5eb')
build() {
# mlt
cd "$srcdir/mlt-$pkgver"
- patch -p1 <$srcdir/ffmpeg.patch
+# patch -p1 <$srcdir/ffmpeg.patch
[ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
# SSE2=--disable-sse2