Date: Tuesday, November 3, 2015 @ 13:39:57
  Author: kkeen
Revision: 145780

upgpkg: simplescreenrecorder 0.3.6-1 and revert qt5

Modified:
  simplescreenrecorder/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-11-03 12:25:53 UTC (rev 145779)
+++ PKGBUILD    2015-11-03 12:39:57 UTC (rev 145780)
@@ -3,13 +3,15 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.6
+pkgrel=1
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("i686" "x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/";
 license=("GPL3")
-depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" "libpulse" 
"jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+# 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" "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";)
@@ -21,8 +23,9 @@
 build() {
   cd ssr
   # fPIC is only required for qt5 + gcc5
-  CXXFLAGS="$CXXFLAGS -fPIC"
-  ./configure --prefix=/usr --disable-assert --with-qt5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
   make
 }
 package() {
@@ -29,3 +32,4 @@
   cd ssr
   make DESTDIR="$pkgdir" install
 }
+md5sums=('SKIP')

Reply via email to