summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2020-12-15 20:00:59 -0800
committerChristopher Snowhill2020-12-15 20:00:59 -0800
commit6c6c31e1d5ada3c79b29536f5b307410f92b0b58 (patch)
tree997c96a78f67cc92927223510da0aaf47324187e
parentf4407383061bcc83edd8cac51f32c6d9f402f19b (diff)
downloadaur-6c6c31e1d5ada3c79b29536f5b307410f92b0b58.tar.gz
Update to 0.3.18. No new dependencies, since lib32-libopenaptx and lib32-libldac have not magically materialized by my hands or anyone else's hands. Probably not needed anyway, since these are just to interface with the 64 bit PipeWire server, not interface with hardware.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f7ed6ef860..9fcad1769a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-pipewire
pkgdesc = Server and user space API to deal with multimedia pipelines (32-bit client libraries)
- pkgver = 0.3.17
+ pkgver = 0.3.18
pkgrel = 1
url = https://pipewire.org
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = lib32-pipewire
makedepends = lib32-dbus
makedepends = lib32-libsndfile
makedepends = vulkan-headers
- source = git+https://github.com/PipeWire/pipewire#commit=f5f5beb0ece64c7d08edb5413dde537ec5b6c3e2
+ source = git+https://github.com/PipeWire/pipewire#commit=e7dffd64ebff76e2388d6e694de96d6693a6ed7d
sha256sums = SKIP
pkgname = lib32-pipewire
@@ -37,11 +37,11 @@ pkgname = lib32-pipewire
pkgname = lib32-pipewire-jack
pkgdesc = Server and user space API to deal with multimedia pipelines (32-bit client libraries) (JACK support)
- depends = lib32-pipewire=0.3.17
+ depends = lib32-pipewire=0.3.18
depends = lib32-jack2
pkgname = lib32-gst-plugin-pipewire
pkgdesc = Multimedia graph framework - pipewire plugin (32-bit version)
- depends = lib32-pipewire=0.3.17
+ depends = lib32-pipewire=0.3.18
depends = lib32-gst-plugins-base-libs
diff --git a/PKGBUILD b/PKGBUILD
index 300b0279506f..71fdf42668d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=lib32-pipewire
_pkgbase=pipewire
pkgname=(lib32-pipewire lib32-pipewire-jack lib32-gst-plugin-pipewire)
-pkgver=0.3.17
+pkgver=0.3.18
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines (32-bit client libraries)"
url="https://pipewire.org"
@@ -15,7 +15,7 @@ makedepends=(git meson valgrind lib32-jack2 lib32-libpulse lib32-alsa-lib
lib32-gstreamer lib32-gst-plugins-base lib32-sbc rtkit
lib32-vulkan-icd-loader lib32-dbus lib32-libsndfile
vulkan-headers)
-_commit=f5f5beb0ece64c7d08edb5413dde537ec5b6c3e2 # tags/0.3.17
+_commit=e7dffd64ebff76e2388d6e694de96d6693a6ed7d # tags/0.3.18
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
sha256sums=('SKIP')