extra/pipewire to 0.3.6-1

This commit is contained in:
Kevin Mihelich 2020-06-10 18:52:51 +00:00
parent 1a5870d191
commit de73b306ea

View file

@ -1,14 +1,13 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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() {