summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2021-01-06 20:24:26 -0800
committerChristopher Snowhill2021-01-06 20:24:26 -0800
commit5f2970a78ac9a2ed691357b3b1c7fe80544e56d9 (patch)
tree20387f349e6803eb6a72e382e63c53770408668e
parent508d16ccf62025c3a76df144165c336f62f6e2ba (diff)
downloadaur-5f2970a78ac9a2ed691357b3b1c7fe80544e56d9.tar.gz
Update to 0.3.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18cae197db25..b53a3cb66663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-pipewire
pkgdesc = Server and user space API to deal with multimedia pipelines (32-bit client libraries)
- pkgver = 0.3.18
- pkgrel = 2
+ pkgver = 0.3.19
+ pkgrel = 1
url = https://pipewire.org
arch = x86_64
license = LGPL2.1
@@ -25,7 +25,7 @@ pkgbase = lib32-pipewire
makedepends = libsndfile
makedepends = lib32-libsndfile
makedepends = vulkan-headers
- source = git+https://github.com/PipeWire/pipewire#commit=e7dffd64ebff76e2388d6e694de96d6693a6ed7d
+ source = git+https://github.com/PipeWire/pipewire#commit=b2b45abe0198354ff43e5bf1bc0324b060dde97a
sha256sums = SKIP
pkgname = lib32-pipewire
@@ -42,11 +42,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.18
+ depends = lib32-pipewire=0.3.19
depends = lib32-jack2
pkgname = lib32-gst-plugin-pipewire
pkgdesc = Multimedia graph framework - pipewire plugin (32-bit version)
- depends = lib32-pipewire=0.3.18
+ depends = lib32-pipewire=0.3.19
depends = lib32-gst-plugins-base-libs
diff --git a/PKGBUILD b/PKGBUILD
index 4eca5589740c..f3d86827f484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=lib32-pipewire
_pkgbase=pipewire
pkgname=(lib32-pipewire lib32-pipewire-jack lib32-gst-plugin-pipewire)
-pkgver=0.3.18
-pkgrel=2
+pkgver=0.3.19
+pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines (32-bit client libraries)"
url="https://pipewire.org"
license=(LGPL2.1)
@@ -16,7 +16,7 @@ makedepends=(git meson valgrind jack2 lib32-jack2 libpulse lib32-libpulse
gst-plugins-base lib32-gst-plugins-base rtkit
vulkan-icd-loader lib32-vulkan-icd-loader lib32-dbus
libsndfile lib32-libsndfile vulkan-headers)
-_commit=e7dffd64ebff76e2388d6e694de96d6693a6ed7d # tags/0.3.18
+_commit=b2b45abe0198354ff43e5bf1bc0324b060dde97a # tags/0.3.19
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
sha256sums=('SKIP')
@@ -27,9 +27,6 @@ pkgver() {
prepare() {
cd $_pkgbase
-
- # fix kwin
- git cherry-pick -n fc2b0b20ad4271b0c6f258451a82311b792b7a57
}
build() {