author | Jan Alexander Steffens
<heftig@archlinux.org> 2017-11-27 14:42:39 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2017-11-27 14:42:39 UTC |
parent | 8921bf93643a7c65e992e76eea1f3305c696b770 |
PKGBUILD | +7 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index aff5766..a1b2201 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pipewire -pkgver=0.1.6 -pkgrel=2 +pkgver=0.1.7 +pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="http://pipewire.org" license=(LGPL2.1) @@ -11,7 +11,7 @@ depends=(gstreamer gst-plugins-base v4l-utils) makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva) optdepends=(ffmpeg jack2 libva) install=pipewire.install -_commit=5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65 # tags/0.1.6 +_commit=58f086b1653ccc0c1eb1d6cf988acff103daaede # tags/0.1.7 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,10 @@ prepare() { } build() { - arch-meson $pkgname build -Denable_docs=true -Denable_man=true + arch-meson $pkgname build \ + -Denable_docs=true \ + -Denable_man=true \ + -Denable_gstreamer=true ninja -C build }