git » pipewire.git » commit ba2d087

0.3.56-1

author Jan Alexander Steffens
2022-07-19 10:59:12 UTC
committer Jan Alexander Steffens
2022-07-19 10:59:12 UTC
parent 06c55814c751c113b252601c2793866ed03213d3

0.3.56-1

PKGBUILD +6 -9

diff --git a/PKGBUILD b/PKGBUILD
index 8a9ffd4..1e9f6f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@ 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=957e3a7b3832dbf61e5530f448bf7e4275fa8476  # tags/0.3.55
-pkgver=0.3.55
-pkgrel=2
+_commit=f274e53d25ee8f483ac6fce9e516bb1830abe88b  # tags/0.3.56
+pkgver=0.3.56
+pkgrel=1
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org"
 arch=(x86_64)
 license=(MIT)
 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)
+             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)
@@ -31,9 +31,6 @@ pkgver() {
 prepare() {
   cd pipewire
 
-  # jack: avoid crash in ardour
-  git cherry-pick -n 40552a0e914c3aef48ce59ce1bfb9d80516aa893
-
   # 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
 }