diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD index 9aa999bd2..f8ffcb628 100644 --- a/community/simplescreenrecorder/PKGBUILD +++ b/community/simplescreenrecorder/PKGBUILD @@ -7,14 +7,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") @@ -36,8 +38,9 @@ build() { #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' ../ \ -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE" make