From 352993bcf9bda6dc32be002842ed075ad4bf9913 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 26 Apr 2020 22:48:19 +0000 Subject: [PATCH] community/simplescreenrecorder to 0.4.0-1 --- community/simplescreenrecorder/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD index 18469d7e6..7d34b6373 100644 --- a/community/simplescreenrecorder/PKGBUILD +++ b/community/simplescreenrecorder/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Kyle Keen # Contributor: Maarten Baert @@ -6,18 +5,18 @@ # - cmake with -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE" pkgname=simplescreenrecorder -pkgver=0.3.11 +pkgver=0.4.0 pkgrel=1 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL." arch=("x86_64") -url="http://www.maartenbaert.be/simplescreenrecorder/" +url="https://www.maartenbaert.be/simplescreenrecorder/" 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" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" - "libx11" "libxext" "libxfixes" "libxi" + "libx11" "libxext" "libxfixes" "libxi" "libxinerama" "desktop-file-utils" "gtk-update-icon-cache") optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications") makedepends=("git" "cmake" "qt5-tools")