extra/pipewire to 0.2.2-1

This commit is contained in:
Kevin Mihelich 2018-08-02 23:12:04 +00:00
parent d8175fc297
commit 3d3bb1ea52

View file

@ -5,7 +5,7 @@
# - remove makedepend on valgrind # - remove makedepend on valgrind
pkgname=pipewire pkgname=pipewire
pkgver=0.2.0 pkgver=0.2.2
pkgrel=1 pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines" pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org" url="https://pipewire.org"
@ -14,7 +14,7 @@ arch=(x86_64)
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit) depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
makedepends=(git meson doxygen graphviz xmltoman) makedepends=(git meson doxygen graphviz xmltoman)
install=pipewire.install install=pipewire.install
_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86 # tags/0.2.0 _commit=327ae5db6ef93724640c4c74664d693d7a530dbe # tags/0.2.2
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit" source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
unhide-providers.diff) unhide-providers.diff)
sha256sums=('SKIP' sha256sums=('SKIP'
@ -47,8 +47,7 @@ build() {
} }
check() { check() {
cd build meson test -C build
meson test
} }
package() { package() {