Skip to content

Instantly share code, notes, and snippets.

@gmykhailiuta
Created March 11, 2021 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmykhailiuta/7c2e3a5376e891100759de7aea6dc327 to your computer and use it in GitHub Desktop.
Save gmykhailiuta/7c2e3a5376e891100759de7aea6dc327 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 350c90f..b20bf4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gst-plugin-pipewire-git
_pkgbase=pipewire
-pkgver=0.3.18.104.gd99ac615
+pkgver=0.3.23.56.gd63f4234
_ver=${pkgver:0:3}
pkgrel=1
pkgdesc='Multimedia graph framework - pipewire plugin (git)'
@@ -25,9 +25,9 @@ pkgver() {
build() {
arch-meson ${_pkgbase} build \
- -D docs=false \
- -D bluez5=false \
- -D jack=false -Dpipewire-jack=false \
+ -D docs=disabled \
+ -D bluez5=disabled \
+ -D jack=disabled -Dpipewire-jack=disabled \
-D udevrulesdir=/usr/lib/udev/rules.d
ninja -C build src/gst/libgstpipewire.so
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment