summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5bda96f21c1..3497019dae81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-full-git
pkgdesc = Low-latency audio/video router and processor
- pkgver = 0.3.23.r53.g485bae5e
+ pkgver = 0.3.23.r62.g22f6e8e3
pkgrel = 1
url = https://pipewire.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 245fcc37ece9..e83facca249b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(pipewire-full-git pipewire-full-docs-git pipewire-full-alsa-git
gst-plugin-pipewire-full-git
pipewire-full-jack-client-git
pipewire-full-vulkan-git pipewire-full-ffmpeg-git)
-pkgver=0.3.23.r53.g485bae5e
+pkgver=0.3.23.r62.g22f6e8e3
pkgrel=1
pkgdesc="Low-latency audio/video router and processor"
url="https://pipewire.org"
@@ -38,6 +38,8 @@ build() {
-D docs=enabled \
-D ffmpeg=enabled \
-D test=enabled \
+ -D libcamera=disabled \
+ -D vulkan=enabled \
-D udevrulesdir=/usr/lib/udev/rules.d
meson compile -C build
}