update ru.po, update build version
[goodguy/history.git] / cinelerra-5.1 / PKGBUILD
index 371e4c7e9e95c037cb13e148f66c2fcba6ba727f..be7b609c88162e16f3357d71c095a5e604bd0ad8 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: goodguy <lists.cinelerra-cv.org>
 pkgname=cin
 pkgver=5.1
-pkgrel=20160630
+pkgrel=20160730
 pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
 arch=('x86_64')
 url="http://www.cinelerra-cv.org"
@@ -22,11 +22,12 @@ prepare() {
 build() {
   cd "$srcdir/cinelerra-$pkgver"
   ./autogen.sh
+  export FFMPEG_EXTRA_CFG=" --disable-vdpau"
   ./configure --prefix=/usr --with-exec-name=$pkgname
 CFG_VARS="\
-CFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
-CXXFLAGS='-Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
-WERROR_CFLAGS='-fpermissive'" \
+CFLAGS+=' -Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
+CXXFLAGS+=' -Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
+WERROR_CFLAGS+=' -fpermissive'" \
   make 2>&1 | tee log
 }