git » pipewire.git » commit aa42b1d

Upgrade to 0.3.52.

author David Runge
2022-06-09 12:12:39 UTC
committer David Runge
2022-06-09 12:12:39 UTC
parent 6b3b7376bc9684595a48aae96f26aa9a85d79874

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).

PKGBUILD +8 -7

diff --git a/PKGBUILD b/PKGBUILD
index 29c797b..c99ad24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,21 @@ pkgbase=pipewire
 pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
          pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2
          pipewire-x11-bell)
-_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"
 url="https://pipewire.org"
 arch=(x86_64)
 license=(MIT)
-makedepends=(git meson doxygen graphviz python-docutils valgrind libpulse
-             alsa-lib libusb gst-plugins-base rtkit dbus sdl2 ncurses
-             libcanberra libsndfile bluez-libs sbc libldac libfreeaptx
-             libfdk-aac avahi lilv webrtc-audio-processing libx11 libxfixes)
+makedepends=(alsa-lib bluez-libs avahi git dbus doxygen graphviz
+gst-plugins-base libcanberra libfdk-aac libfreeaptx libldac libpulse libsndfile
+libusb libx11 libxfixes lilv meson ncurses python-docutils rtkit sbc sdl2
+valgrind webrtc-audio-processing)
 checkdepends=(desktop-file-utils)
 options=(debug)
-source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit")
+source=(git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -37,6 +37,7 @@ prepare() {
 
 build() {
   local meson_options=(
+    -D bluez5-codec-lc3plus=disabled
     -D docs=enabled
     -D jack=disabled
     -D jack-devel=true