mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/pipewire to 0.3.6-1
This commit is contained in:
parent
1a5870d191
commit
de73b306ea
1 changed files with 4 additions and 8 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue