From a062bbd07579e97e85ebc9f13fa28c95db89ca9f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 17 Feb 2022 19:32:14 +0000 Subject: [PATCH] community/simplescreenrecorder to 0.4.3-2 --- community/simplescreenrecorder/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD index bc8ec6368..6dcc0288e 100644 --- a/community/simplescreenrecorder/PKGBUILD +++ b/community/simplescreenrecorder/PKGBUILD @@ -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() {