mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pipewire to 0.2.3+17+g10ce1a02-1
This commit is contained in:
parent
48297b3516
commit
68989dfbc0
1 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# - remove makedepend on valgrind
|
||||
|
||||
pkgname=pipewire
|
||||
pkgver=0.2.3+3+gbbba49aa
|
||||
pkgver=0.2.3+17+g10ce1a02
|
||||
pkgrel=1
|
||||
pkgdesc="Server and user space API to deal with multimedia pipelines"
|
||||
url="https://pipewire.org"
|
||||
|
@ -13,7 +13,7 @@ arch=(x86_64)
|
|||
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
|
||||
makedepends=(git meson doxygen graphviz xmltoman)
|
||||
install=pipewire.install
|
||||
_commit=bbba49aae1e593cf5e1c00fdfcb39dc3f0d91ec5 # pull/86/head~1
|
||||
_commit=10ce1a02cf752bbe86b41c111300face95112945 # master
|
||||
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -34,8 +34,7 @@ prepare() {
|
|||
build() {
|
||||
arch-meson $pkgname build \
|
||||
-D docs=true \
|
||||
-D man=true \
|
||||
-D gstreamer=true
|
||||
-D man=true
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue