[arch-commits] Commit in pipewire/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Nov 5 23:30:31 UTC 2018


    Date: Monday, November 5, 2018 @ 23:30:30
  Author: heftig
Revision: 337903

0.2.3+17+g10ce1a02-1

Modified:
  pipewire/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-05 23:23:27 UTC (rev 337902)
+++ PKGBUILD	2018-11-05 23:30:30 UTC (rev 337903)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pipewire
-pkgver=0.2.3+3+gbbba49aa
+pkgver=0.2.3+17+g10ce1a02
 pkgrel=1
 pkgdesc="Server and user space API to deal with multimedia pipelines"
 url="https://pipewire.org"
@@ -10,7 +10,7 @@
 depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
 makedepends=(git meson doxygen graphviz xmltoman valgrind)
 install=pipewire.install
-_commit=bbba49aae1e593cf5e1c00fdfcb39dc3f0d91ec5  # pull/86/head~1
+_commit=10ce1a02cf752bbe86b41c111300face95112945  # master
 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,8 +31,7 @@
 build() {
   arch-meson $pkgname build \
     -D docs=true \
-    -D man=true \
-    -D gstreamer=true
+    -D man=true
   ninja -C build
 }
 



More information about the arch-commits mailing list