community/simplescreenrecorder to 0.4.3-2

This commit is contained in:
Kevin Mihelich 2022-02-17 19:32:14 +00:00
parent a48781b896
commit a062bbd075

View file

@ -6,7 +6,7 @@
pkgname=simplescreenrecorder
pkgver=0.4.3
pkgrel=1
pkgrel=2
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("x86_64")
url="https://www.maartenbaert.be/simplescreenrecorder/"
@ -17,14 +17,18 @@ depends=("qt5-base" "qt5-x11extras"
"desktop-file-utils" "gtk-update-icon-cache")
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
makedepends=("git" "cmake" "qt5-tools")
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
md5sums=("SKIP")
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver"
ffmpeg5.patch::https://patch-diff.githubusercontent.com/raw/MaartenBaert/ssr/pull/934.patch)
md5sums=('SKIP'
'4ef035d6c45d146a06b9953075173185')
install=simplescreenrecorder.install
prepare() {
cd ssr
mkdir -p build
patch -p1 -i ../ffmpeg5.patch # Fix build with ffmpeg 5
}
build() {