Date: Wednesday, June 19, 2013 @ 11:58:38
  Author: bluewind
Revision: 92917

upgpkg: mlt 0.9.0-2

fix FS#35756

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-19 07:39:00 UTC (rev 92916)
+++ PKGBUILD    2013-06-19 09:58:38 UTC (rev 92917)
@@ -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 @@
 
   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

Reply via email to