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

Kyle Keen kkeen at archlinux.org
Wed Jan 31 14:37:26 UTC 2018


    Date: Wednesday, January 31, 2018 @ 14:37:24
  Author: kkeen
Revision: 288411

upgpkg: simplescreenrecorder 0.3.9-3 qt5?

Modified:
  simplescreenrecorder/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 14:24:03 UTC (rev 288410)
+++ PKGBUILD	2018-01-31 14:37:24 UTC (rev 288411)
@@ -4,14 +4,16 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/"
 license=("GPL3")
 # upstream reports crashes with Qt5, reverting FS#45104
-#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
-depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+# trying qt5 again with 0.3.9-3
+#depends=("qt4"
+depends=("qt5-base" "qt5-x11extras" "qt5-tools"
+    "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
     "libx11" "libxext" "libxfixes" "libxi"
     "desktop-file-utils" "gtk-update-icon-cache")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
@@ -33,8 +35,9 @@
   #CXXFLAGS="$CXXFLAGS -fPIC"
   #./configure --prefix=/usr --disable-assert --with-qt5
   #./configure --prefix=/usr --disable-assert
+  #  -DLRELEASE='/usr/bin/lrelease-qt4' \
   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
-    -DLRELEASE='/usr/bin/lrelease-qt4' \
+    -DWITH_QT5=on \
     -DCMAKE_INSTALL_LIBDIR='lib' ../
   make
 }



More information about the arch-commits mailing list