[arch-commits] Commit in lib32-pipewire/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Jun 9 12:18:00 UTC 2022
Date: Thursday, June 9, 2022 @ 12:18:00
Author: dvzrv
Revision: 1229570
upgpkg: lib32-pipewire 1:0.3.52-1: Upgrade to 0.3.52.
Sort the list of makedepends alphabetically for better readability.
Disable the new feature bluez5-codec-lc3plus as we do not have it in the repositories yet and it is so far unclear how to provide it (if at all).
Modified:
lib32-pipewire/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-09 11:46:11 UTC (rev 1229569)
+++ PKGBUILD 2022-06-09 12:18:00 UTC (rev 1229570)
@@ -4,8 +4,8 @@
pkgbase=lib32-pipewire
pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2)
-_commit=ebc775674a0cf254cebd6d4694944006405807e3 # tags/0.3.51
-pkgver=0.3.51
+_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad # tags/0.3.52
+pkgver=0.3.52
pkgrel=1
epoch=1
pkgdesc="Low-latency audio/video router and processor - 32-bit client library"
@@ -12,7 +12,7 @@
url="https://pipewire.org"
arch=(x86_64)
license=(MIT)
-makedepends=(git meson lib32-alsa-lib lib32-systemd lib32-dbus)
+makedepends=(git lib32-alsa-lib lib32-dbus lib32-systemd meson)
options=(debug)
source=(git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit)
sha256sums=('SKIP')
@@ -29,6 +29,7 @@
build() {
local meson_options=(
--libdir /usr/lib32
+ -D bluez5-codec-lc3plus=disabled
-D examples=disabled
-D man=disabled
-D tests=disabled
More information about the arch-commits
mailing list