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

Kyle Keen kkeen at archlinux.org
Sat May 30 20:00:14 UTC 2015


    Date: Saturday, May 30, 2015 @ 22:00:14
  Author: kkeen
Revision: 134387

upgpkg: simplescreenrecorder 0.3.3-2

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-30 19:31:34 UTC (rev 134386)
+++ PKGBUILD	2015-05-30 20:00:14 UTC (rev 134387)
@@ -4,12 +4,12 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("i686" "x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/"
 license=("GPL3")
-depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
 makedepends=("git")
 source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
@@ -20,7 +20,9 @@
 
 build() {
   cd ssr
-  ./configure --prefix=/usr --disable-assert
+  # fPIC is only required for qt5 + gcc5
+  CXXFLAGS="$CXXFLAGS -fPIC"
+  ./configure --prefix=/usr --disable-assert --with-qt5
   make
 }
 package() {



More information about the arch-commits mailing list