summaryrefslogtreecommitdiff
path: root/community/mlt
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-08 10:51:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-08 10:51:33 -0300
commitdd824c8c5b3bbc8aba3e56aed4ea211edd1e5f59 (patch)
tree5b4a427110de4cbca29e6148566cef8e177fd107 /community/mlt
parent7a76a1172d8ffd51f5d39cc500517cf398f473e7 (diff)
parent820b47e114141394686758f528713a7dae08c149 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cmus/PKGBUILD community/ettercap/PKGBUILD community/gnunet/PKGBUILD extra/fltk/PKGBUILD extra/libcanberra/PKGBUILD
Diffstat (limited to 'community/mlt')
-rw-r--r--community/mlt/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index ddc311762..1a8045db8 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79513 2012-11-06 12:08:47Z spupykin $
+# $Id: PKGBUILD 79557 2012-11-07 13:12:21Z 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.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.mltframework.org"
@@ -30,7 +30,7 @@ build() {
# SSE2=--disable-sse2
msg "SSE2=$SSE2"
- ./configure --prefix=/usr --enable-gpl \
+ ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
--avformat-vdpau \
--avformat-swscale $SSE2