author | Jan Alexander Steffens
<heftig@archlinux.org> 2018-01-24 12:06:10 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2018-01-24 12:06:10 UTC |
parent | 5055d46acd1465f3b704c22fd955d5156d8e0f89 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index a1b2201..27e0b92 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pipewire -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" -url="http://pipewire.org" +url="https://pipewire.org" license=(LGPL2.1) arch=(x86_64) -depends=(gstreamer gst-plugins-base v4l-utils) -makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva) +depends=(gstreamer gst-plugins-base v4l-utils sbc) +makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva valgrind) optdepends=(ffmpeg jack2 libva) install=pipewire.install -_commit=58f086b1653ccc0c1eb1d6cf988acff103daaede # tags/0.1.7 +_commit=1804e47a9167e38ce340d10db2ecad3b363f97ac # tags/0.1.8 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP')