extra/pipewire to 0.2.0-1

This commit is contained in:
Kevin Mihelich 2018-07-18 20:53:42 +00:00
parent 67cb14bcfb
commit 6cdc968a00

View file

@ -5,16 +5,16 @@
# - remove makedepend on valgrind
pkgname=pipewire
pkgver=0.1.9
pkgrel=3
pkgver=0.2.0
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
license=(LGPL2.1)
arch=(x86_64)
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg)
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
makedepends=(git meson doxygen graphviz xmltoman)
install=pipewire.install
_commit=62f113dbba7c706fad18c715cfad57ca7e102cb3 # tags/0.1.9
_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86 # tags/0.2.0
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
unhide-providers.diff)
sha256sums=('SKIP'
@ -52,5 +52,5 @@ check() {
}
package() {
DESTDIR="$pkgdir" ninja -C build install
DESTDIR="$pkgdir" meson install -C build
}