Date: Monday, December 12, 2022 @ 05:08:05
  Author: heftig
Revision: 1358804

0.3.62-2

Modified:
  lib32-pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-12 04:45:10 UTC (rev 1358803)
+++ PKGBUILD    2022-12-12 05:08:05 UTC (rev 1358804)
@@ -10,7 +10,7 @@
 )
 _commit=3a443b4e1c9730675c7de0453a6279ab9ee263fd  # tags/0.3.62
 pkgver=0.3.62
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor - 32-bit client library"
 url="https://pipewire.org";
@@ -35,6 +35,10 @@
 
 prepare() {
   cd pipewire
+
+  # fix audio distortion
+  # https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2885
+  git cherry-pick -n b927063b89b791c5fc5485ce4d9eac2cd17a4ad6
 }
 
 build() {

Reply via email to