summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang-Huang Bao2021-03-12 04:26:19 +0800
committerHuang-Huang Bao2021-03-12 04:26:19 +0800
commit2ea549947b8dfbd80fa1cb0c16782761e4132ee7 (patch)
tree75593a42f45116aa73b70fcda33749c0d3c9cc4c
parente14a9b921dc32b24e90ceab12d283bb44a6c0fe3 (diff)
downloadaur-2ea549947b8dfbd80fa1cb0c16782761e4132ee7.tar.gz
Explicitly set value on options which have external dependencies
-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
}