author | Jan Alexander Steffens
<heftig@archlinux.org> 2020-12-15 12:54:38 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2020-12-15 12:54:38 UTC |
parent | 69b79ce61d75414abc091c3a3540d010eca35166 |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index ab15971..ae1e504 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa gst-plugin-pipewire) -pkgver=0.3.17 +pkgver=0.3.18 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" @@ -12,8 +12,8 @@ license=(LGPL2.1) arch=(x86_64) makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse alsa-lib gst-plugins-base sbc rtkit vulkan-icd-loader dbus - libsndfile bluez-libs vulkan-headers) -_commit=f5f5beb0ece64c7d08edb5413dde537ec5b6c3e2 # tags/0.3.17 + libsndfile bluez-libs vulkan-headers libopenaptx libldac) +_commit=e7dffd64ebff76e2388d6e694de96d6693a6ed7d # tags/0.3.18 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP') @@ -54,7 +54,8 @@ _ver=${pkgver:0:3} package_pipewire() { depends=(sbc rtkit vulkan-icd-loader bluez-libs alsa-card-profiles - libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so) + libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so + libldacBT_enc.so libopenaptx.so) optdepends=('pipewire-docs: Documentation' 'pipewire-jack: JACK support' 'pipewire-pulse: PulseAudio support')