[arch-commits] Commit in simplescreenrecorder/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jan 26 19:43:22 UTC 2022
Date: Wednesday, January 26, 2022 @ 19:43:22
Author: arojas
Revision: 1116183
ffmpeg 5 rebuild
Modified:
simplescreenrecorder/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-26 19:40:07 UTC (rev 1116182)
+++ PKGBUILD 2022-01-26 19:43:22 UTC (rev 1116183)
@@ -3,7 +3,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/"
@@ -14,8 +14,10 @@
"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
@@ -22,6 +24,8 @@
prepare() {
cd ssr
mkdir -p build
+
+ patch -p1 -i ../ffmpeg5.patch # Fix build with ffmpeg 5
}
build() {
More information about the arch-commits
mailing list