git » pipewire.git » commit 25e0f51

0.3.65-2: add module-combine-stream

author Jan Alexander Steffens
2023-01-26 13:40:25 UTC
committer Jan Alexander Steffens
2023-01-26 13:40:25 UTC
parent ff75dc33f5e34d8cb93646c7d19dbaac361f4242

0.3.65-2: add module-combine-stream

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index a1faafd..8757fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ pkgname=(
 )
 _commit=9558a5d5e0360d8af822431c76ee858a8c7495ac  # tags/0.3.65
 pkgver=0.3.65
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -71,6 +71,9 @@ pkgver() {
 prepare() {
   cd pipewire
 
+  # Actually install module-combine-stream
+  git cherry-pick -n fba7083f8ceb210c7c20aceafeb5c9a8767cf705
+
   # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
   sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in
 }