community/simplescreenrecorder to 0.4.0-1

This commit is contained in:
Kevin Mihelich 2020-04-26 22:48:19 +00:00
parent d01ea5971b
commit 352993bcf9

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: Kyle Keen <keenerd@gmail.com> # Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Maarten Baert # Contributor: Maarten Baert
@ -6,18 +5,18 @@
# - cmake with -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE" # - cmake with -DENABLE_32BIT_GLINJECT="FALSE" -DENABLE_X86_ASM="FALSE" -DWITH_GLINJECT="FALSE"
pkgname=simplescreenrecorder pkgname=simplescreenrecorder
pkgver=0.3.11 pkgver=0.4.0
pkgrel=1 pkgrel=1
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL." pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("x86_64") arch=("x86_64")
url="http://www.maartenbaert.be/simplescreenrecorder/" url="https://www.maartenbaert.be/simplescreenrecorder/"
license=("GPL3") license=("GPL3")
# upstream reports crashes with Qt5, reverting FS#45104 # upstream reports crashes with Qt5, reverting FS#45104
# trying qt5 again with 0.3.9-3 # trying qt5 again with 0.3.9-3
#depends=("qt4" #depends=("qt4"
depends=("qt5-base" "qt5-x11extras" depends=("qt5-base" "qt5-x11extras"
"ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
"libx11" "libxext" "libxfixes" "libxi" "libx11" "libxext" "libxfixes" "libxi" "libxinerama"
"desktop-file-utils" "gtk-update-icon-cache") "desktop-file-utils" "gtk-update-icon-cache")
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications") optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
makedepends=("git" "cmake" "qt5-tools") makedepends=("git" "cmake" "qt5-tools")