diff options
Diffstat (limited to 'community/mlt/PKGBUILD')
-rw-r--r-- | community/mlt/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index d0ce1644b..d807e93f1 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92329 2013-06-04 04:33:12Z svenstaro $ +# $Id: PKGBUILD 92918 2013-06-19 09:58:46Z bluewind $ # 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.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64') url="http://www.mltframework.org" @@ -26,9 +26,9 @@ build() { msg "SSE2=$SSE2" ./configure --prefix=/usr --disable-gtk2 \ - --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/qt4 \ --avformat-vdpau \ - --avformat-swscale + --avformat-swscale \ + --enable-gpl --enable-gpl3 make # mlt python bindings |