Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
wf-recorder


Commits:
40677c20 by Brett Cornwall at 2024-10-08T11:57:26-07:00
Rebuild for ffmpeg 7.1

https://archlinux.org/todo/ffmpeg-70-mbedtls-360-x265-36-combo-rebuild/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = wf-recorder
        pkgdesc = Screen recorder for wlroots-based compositors such as sway
        pkgver = 0.5.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/ammen99/wf-recorder
        arch = x86_64
        license = MIT
@@ -18,6 +18,8 @@ pkgbase = wf-recorder
        depends = libwayland-client.so
        optdepends = slurp: Select a region to record
        source = 
wf-recorder-0.5.0.tar.gz::https://github.com/ammen99/wf-recorder/archive/v0.5.0.tar.gz
+       source = 
https://patch-diff.githubusercontent.com/raw/ammen99/wf-recorder/pull/279.patch
        sha256sums = 
b9168bfdf41995bce2cfed5487e3ca8f2e75a5661b92cebea086a3468d20d87c
+       sha256sums = 
48a09fd3b6012f0dae8901aeeff38865e324701037c07543e9a888b34eb0d9f1
 
 pkgname = wf-recorder


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=wf-recorder
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Screen recorder for wlroots-based compositors such as sway"
 arch=("x86_64")
 url="https://github.com/ammen99/wf-recorder";
@@ -26,8 +26,19 @@ makedepends=(
 optdepends=(
        'slurp: Select a region to record'
 )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz";)
-sha256sums=('b9168bfdf41995bce2cfed5487e3ca8f2e75a5661b92cebea086a3468d20d87c')
+source=(
+       
"$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz";
+       
"https://patch-diff.githubusercontent.com/raw/ammen99/wf-recorder/pull/279.patch";
+)
+sha256sums=('b9168bfdf41995bce2cfed5487e3ca8f2e75a5661b92cebea086a3468d20d87c'
+            '48a09fd3b6012f0dae8901aeeff38865e324701037c07543e9a888b34eb0d9f1')
+
+prepare() {
+       cd "$pkgname-$pkgver"
+       # The frame_rate variable has been made private.
+       # https://github.com/ammen99/wf-recorder/pull/279
+       patch -p1 < ../279.patch
+}
 
 build() {
        meson "$pkgname-$pkgver" build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wf-recorder/-/commit/40677c20cc4fb824b7616a45574dcabe3554cbf1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wf-recorder/-/commit/40677c20cc4fb824b7616a45574dcabe3554cbf1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to