[arch-commits] Commit in ffmpegthumbs/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Aug 30 22:24:01 UTC 2015


    Date: Monday, August 31, 2015 @ 00:24:01
  Author: arojas
Revision: 245106

Fix plugin install dir

Modified:
  ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-30 22:20:24 UTC (rev 245105)
+++ PKGBUILD	2015-08-30 22:24:01 UTC (rev 245106)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbs
 pkgver=15.08_r91_c06602f
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/ffmpegthumbs'
 arch=(i686 x86_64)
@@ -30,7 +30,8 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTING=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 



More information about the arch-commits mailing list