From de73b306ead9a2836018d4d5798596a4750f213a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 10 Jun 2020 18:52:51 +0000 Subject: [PATCH] extra/pipewire to 0.3.6-1 --- extra/pipewire/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/extra/pipewire/PKGBUILD b/extra/pipewire/PKGBUILD index c966e3e60..4b2d1b4f9 100644 --- a/extra/pipewire/PKGBUILD +++ b/extra/pipewire/PKGBUILD @@ -1,14 +1,13 @@ -# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan Alexander Steffens (heftig) # Maintainer: Jan de Groot # ALARM: Kevin Mihelich # - remove makedepend on valgrind # - patch to check for and link with libatomic -# - patch to disable neon on !aarch64 pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) -pkgver=0.3.5 +pkgver=0.3.6 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" @@ -17,7 +16,7 @@ arch=(x86_64) makedepends=(git meson doxygen graphviz xmltoman jack2 libpulse alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader dbus libsndfile bluez-libs vulkan-headers) -_commit=ba215efed0da8d6c9f3f2414d76a8e2c75352501 # tags/0.3.5 +_commit=b04552b2522a2cdae9a246be6ed77bb5ae31cda3 # tags/0.3.6 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit" 0001-atomic.patch) sha256sums=('SKIP' @@ -34,14 +33,11 @@ prepare() { } build() { - # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security] - CFLAGS+=" -Wformat" - arch-meson $pkgbase build \ -D docs=true \ -D man=true - ninja -C build + meson compile -C build } check() {