[arch-commits] Commit in pipewire/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Jan 17 17:36:29 UTC 2022


    Date: Monday, January 17, 2022 @ 17:36:29
  Author: dvzrv
Revision: 434613

upgpkg: pipewire 1:0.3.43-5: Rebuild to remove the export of LD_LIBRARY_PATH from pw-jack.

Remove the export of LD_LIBRARY_PATH from pw-jack as the override will contain
/usr/lib which is known to cause trouble.

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 16:12:23 UTC (rev 434612)
+++ PKGBUILD	2022-01-17 17:36:29 UTC (rev 434613)
@@ -5,7 +5,7 @@
 pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2)
 pkgver=0.3.43
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
@@ -27,6 +27,8 @@
 
 prepare() {
   cd pipewire
+  # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
+  sed -e '/LD_LIBRARY_PATH/d' -i pipewire-jack/src/pw-jack.in
 }
 
 build() {



More information about the arch-commits mailing list