extra/pipewire to 0.3.12-1

This commit is contained in:
Kevin Mihelich 2020-09-19 00:35:04 +00:00
parent c7811952be
commit 31a7c74ba8

View file

@ -6,7 +6,7 @@
pkgbase=pipewire
pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
pkgver=0.3.11
pkgver=0.3.12
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
@ -15,7 +15,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=b0c758719dfd661d9d2237e780f93d56ea181669 # tags/0.3.11
_commit=fc0354ae1d74e5b3681ff852507d9bc1719027d5 # tags/0.3.12
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
sha256sums=('SKIP')
@ -32,7 +32,6 @@ build() {
arch-meson $pkgbase build \
-D docs=true \
-D udevrulesdir=/usr/lib/udev/rules.d
meson compile -C build
}