community/simplescreenrecorder to 0.3.9-4

This commit is contained in:
Kevin Mihelich 2018-02-01 19:04:48 +00:00
parent 75d211e701
commit 190250f63c

View file

@ -7,7 +7,7 @@
pkgname=simplescreenrecorder
pkgver=0.3.9
pkgrel=3
pkgrel=4
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("x86_64")
url="http://www.maartenbaert.be/simplescreenrecorder/"
@ -15,12 +15,12 @@ license=("GPL3")
# upstream reports crashes with Qt5, reverting FS#45104
# trying qt5 again with 0.3.9-3
#depends=("qt4"
depends=("qt5-base" "qt5-x11extras" "qt5-tools"
depends=("qt5-base" "qt5-x11extras"
"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")
makedepends=("git" "cmake")
makedepends=("git" "cmake" "qt5-tools")
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
md5sums=("SKIP")