diff options
author | root <root@rshg054.dnsready.net> | 2012-11-08 01:42:46 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-08 01:42:46 -0800 |
commit | 820b47e114141394686758f528713a7dae08c149 (patch) | |
tree | 4a11170763d1f324b933f92fa77994f7b71827fc /community/mlt | |
parent | a8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff) |
Thu Nov 8 01:42:46 PST 2012
Diffstat (limited to 'community/mlt')
-rw-r--r-- | community/mlt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index a9517a972..45d8264cb 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') 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 |