mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/pipewire to 0.3.12-1
This commit is contained in:
parent
c7811952be
commit
31a7c74ba8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue