mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/simplescreenrecorder to 0.4.3-2
This commit is contained in:
parent
a48781b896
commit
a062bbd075
1 changed files with 7 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue