[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-11-10 Thread Jan Steffens via arch-commits
Date: Tuesday, November 10, 2020 @ 18:50:19
  Author: heftig
Revision: 400105

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 400104, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 400104, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  217 ++---
 pipewire.install |   28 +++---
 2 files changed, 124 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 18:50:05 UTC (rev 400104)
+++ PKGBUILD2020-11-10 18:50:19 UTC (rev 400105)
@@ -1,107 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.15
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=16872549e3a2433f49f27c1875dfd432377ca0be  # tags/0.3.15
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   alsa-card-profiles
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-  _pick pulse usr/lib/pipewire-$_ver/libpipewire-module-protocol-pulse.so
-  _pick pulse usr/share/man/man1/pw-pulse.1
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-  _pick jack usr/share/man/man1/pw-jack.1
-
-  # Use alsa-card-profiles built with Pulseaudio
-  rm -rv "$pkgdir"/usr/share/alsa-card-profile
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 400104, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 18:50:19 UTC (rev 400105)
@@ -0,0 +1,110 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.15
+pkgrel=2
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=16872549e3a2433f49f27c1875dfd432377ca0be  # tags/0.3.15
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Fix Chrome
+  git cherry-pick -n b8c7b36d3b8be16593f554964cf2f852c21b5c2c
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D 

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-11-04 Thread Jan Steffens via arch-commits
Date: Wednesday, November 4, 2020 @ 21:17:36
  Author: heftig
Revision: 399278

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 399277, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 399277, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  212 ++---
 pipewire.install |   28 +++
 2 files changed, 121 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-04 21:16:56 UTC (rev 399277)
+++ PKGBUILD2020-11-04 21:17:36 UTC (rev 399278)
@@ -1,105 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.14
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=3960a884785d1f4b71302491f599ed7219f6e45a  # tags/0.3.14
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   alsa-card-profiles
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-  _pick pulse usr/lib/pipewire-$_ver/libpipewire-module-protocol-pulse.so
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-
-  # Use alsa-card-profiles built with Pulseaudio
-  rm -rv "$pkgdir"/usr/share/alsa-card-profile
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 399277, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-04 21:17:36 UTC (rev 399278)
@@ -0,0 +1,107 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.15
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=16872549e3a2433f49f27c1875dfd432377ca0be  # tags/0.3.15
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-10-30 Thread Jan Steffens via arch-commits
Date: Friday, October 30, 2020 @ 21:12:40
  Author: heftig
Revision: 399063

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 399062, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 399062, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  209 ++---
 pipewire.install |   28 +++
 2 files changed, 119 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-30 21:12:27 UTC (rev 399062)
+++ PKGBUILD2020-10-30 21:12:40 UTC (rev 399063)
@@ -1,104 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.13
-pkgrel=2
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=d7714f734dcf2a346f939e11e1e3f6a2373c8632  # tags/0.3.13
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   alsa-card-profiles
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-
-  # Use alsa-card-profiles built with Pulseaudio
-  rm -rv "$pkgdir"/usr/share/alsa-card-profile
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 399062, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-30 21:12:40 UTC (rev 399063)
@@ -0,0 +1,105 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.14
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=3960a884785d1f4b71302491f599ed7219f6e45a  # tags/0.3.14
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-10-03 Thread Jan Steffens via arch-commits
Date: Saturday, October 3, 2020 @ 15:03:50
  Author: heftig
Revision: 397204

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 397202, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 397203, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  200 ++---
 pipewire.install |   28 +++
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 15:03:44 UTC (rev 397203)
+++ PKGBUILD2020-10-03 15:03:50 UTC (rev 397204)
@@ -1,100 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.12
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=fc0354ae1d74e5b3681ff852507d9bc1719027d5  # tags/0.3.12
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 397202, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 15:03:50 UTC (rev 397204)
@@ -0,0 +1,100 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.13
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=d7714f734dcf2a346f939e11e1e3f6a2373c8632  # tags/0.3.13
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-09-18 Thread Jan Steffens via arch-commits
Date: Friday, September 18, 2020 @ 23:46:03
  Author: heftig
Revision: 396313

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 396311, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 396311, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  201 ++---
 pipewire.install |   28 +++
 2 files changed, 114 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-18 23:46:02 UTC (rev 396312)
+++ PKGBUILD2020-09-18 23:46:03 UTC (rev 396313)
@@ -1,101 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.11
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=b0c758719dfd661d9d2237e780f93d56ea181669  # tags/0.3.11
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 396311, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-18 23:46:03 UTC (rev 396313)
@@ -0,0 +1,100 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.12
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=fc0354ae1d74e5b3681ff852507d9bc1719027d5  # tags/0.3.12
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-09-11 Thread Jan Steffens via arch-commits
Date: Friday, September 11, 2020 @ 23:27:15
  Author: heftig
Revision: 395782

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 395781, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 395781, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  202 ++---
 pipewire.install |   28 +++
 2 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-11 23:27:01 UTC (rev 395781)
+++ PKGBUILD2020-09-11 23:27:15 UTC (rev 395782)
@@ -1,101 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.10
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=69be14186e20ffaa42c4a635be5da49173c45b97  # tags/0.3.10
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 395781, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-11 23:27:15 UTC (rev 395782)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.11
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=b0c758719dfd661d9d2237e780f93d56ea181669  # tags/0.3.11
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-08-24 Thread Jan Steffens via arch-commits
Date: Monday, August 24, 2020 @ 16:06:21
  Author: heftig
Revision: 394640

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 394639, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 394639, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  205 ++---
 pipewire.install |   28 +++
 2 files changed, 115 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 15:55:51 UTC (rev 394639)
+++ PKGBUILD2020-08-24 16:06:21 UTC (rev 394640)
@@ -1,104 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.8
-pkgrel=2
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=229fad46914a32b621e88e53abd1270c62b0e158  # tags/0.3.8^0
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # Fix infinite loop when disconnecting ALSA device
-  git cherry-pick -n d2452e1340038539bfbe3948fe61fe8a7b214f85
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 394639, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-24 16:06:21 UTC (rev 394640)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.10
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=69be14186e20ffaa42c4a635be5da49173c45b97  # tags/0.3.10
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D udevrulesdir=/usr/lib/udev/rules.d
+
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-07-25 Thread Jan Steffens via arch-commits
Date: Saturday, July 25, 2020 @ 20:46:27
  Author: heftig
Revision: 392538

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 392537, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 392537, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  202 ++---
 pipewire.install |   28 +++
 2 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-25 20:46:10 UTC (rev 392537)
+++ PKGBUILD2020-07-25 20:46:27 UTC (rev 392538)
@@ -1,101 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=b04552b2522a2cdae9a246be6ed77bb5ae31cda3  # tags/0.3.6
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 392537, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-25 20:46:27 UTC (rev 392538)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=0b3e9edaa2a155b6f1d1189a2dadbdb568c05ab1  # tags/0.3.7
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader 

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Wednesday, June 10, 2020 @ 17:20:55
  Author: heftig
Revision: 388754

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 388753, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 388753, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  205 ++---
 pipewire.install |   28 +++
 2 files changed, 115 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 17:20:12 UTC (rev 388753)
+++ PKGBUILD2020-06-10 17:20:55 UTC (rev 388754)
@@ -1,104 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=ba215efed0da8d6c9f3f2414d76a8e2c75352501  # tags/0.3.5
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
-  CFLAGS+=" -Wformat"
-
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  mkdir -p etc/alsa/conf.d
-  ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf 
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}
-
-package_pipewire-alsa() {
-  pkgdesc="ALSA Configuration for PipeWire"
-  depends=(libpipewire-$_ver.so)
-
-  mkdir -p "$pkgdir/etc/alsa/conf.d"
-  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 388753, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 17:20:55 UTC (rev 388754)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=b04552b2522a2cdae9a246be6ed77bb5ae31cda3  # tags/0.3.6
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-05-12 Thread Jan Steffens via arch-commits
Date: Tuesday, May 12, 2020 @ 22:57:26
  Author: heftig
Revision: 383321

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 383320, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 383320, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  197 +++--
 pipewire.install |   28 +++
 2 files changed, 118 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-12 22:57:12 UTC (rev 383320)
+++ PKGBUILD2020-05-12 22:57:26 UTC (rev 383321)
@@ -1,93 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse)
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=33398d7de83fad1c67c691e0712e3e0108c5e966  # tags/0.3.4
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
-  CFLAGS+=" -Wformat"
-
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
-   libglib-2.0.so libgobject-2.0.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-$_ver.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/bin/pw-pulse usr/lib/pipewire-$_ver/pulse
-
-  _pick jack usr/bin/pw-jack usr/lib/pipewire-$_ver/jack
-  _pick jack usr/lib/spa-0.2/jack
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-$_ver.so libjack.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-$_ver.so libglib-2.0.so)
-  mv pulse/* "$pkgdir"
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 383320, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-12 22:57:26 UTC (rev 383321)
@@ -0,0 +1,104 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa)
+pkgver=0.3.5
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=ba215efed0da8d6c9f3f2414d76a8e2c75352501  # tags/0.3.5
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
+  CFLAGS+=" -Wformat"
+
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
+   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
+   libglib-2.0.so libgobject-2.0.so)
+  optdepends=('pipewire-docs: 

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-05-01 Thread Jan Steffens via arch-commits
Date: Friday, May 1, 2020 @ 08:19:22
  Author: heftig
Revision: 382001

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 382000, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 382000, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  185 ++---
 pipewire.install |   28 
 2 files changed, 107 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-01 08:19:04 UTC (rev 382000)
+++ PKGBUILD2020-05-01 08:19:22 UTC (rev 382001)
@@ -1,92 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse)
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=f0f3a0a66032cf693a979dae6187cac07fa353ee  # tags/0.3.2
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
-  CFLAGS+=" -Wformat"
-
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-${pkgver:0:3}.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/lib/libpulse*
-
-  _pick jack usr/lib/spa-0.2/jack
-  _pick jack usr/lib/libjack*
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-${pkgver:0:3}.so libjack.so)
-  provides=(libjack-pw.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-${pkgver:0:3}.so libpulse.so libglib-2.0.so)
-  provides=(libpulse{,-simple,-mainloop-glib}-pw.so)
-  mv pulse/* "$pkgdir"
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 382000, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-01 08:19:22 UTC (rev 382001)
@@ -0,0 +1,93 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse)
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=33398d7de83fad1c67c691e0712e3e0108c5e966  # tags/0.3.4
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
+  CFLAGS+=" -Wformat"
+
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+_ver=${pkgver:0:3}
+
+package_pipewire() {
+  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
+   libdbus-1.so libsndfile.so libudev.so libasound.so libsystemd.so
+   libglib-2.0.so libgobject-2.0.so)
+  optdepends=('pipewire-docs: Documentation'
+  'pipewire-jack: JACK support'

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-03-29 Thread Jan Steffens via arch-commits
Date: Monday, March 30, 2020 @ 00:44:57
  Author: heftig
Revision: 378696

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 378695, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 378695, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  184 ++---
 pipewire.install |   28 
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-30 00:44:42 UTC (rev 378695)
+++ PKGBUILD2020-03-30 00:44:57 UTC (rev 378696)
@@ -1,92 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse)
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
- alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
- dbus libsndfile bluez-libs vulkan-headers)
-_commit=74a1632f0720886d5b3b6c23ee8fcd6c03ca7aac  # tags/0.3.1
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
-  CFLAGS+=" -Wformat"
-
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_pipewire() {
-  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
-   libdbus-1.so libsndfile.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio support')
-  provides=(libpipewire-${pkgver:0:3}.so)
-  backup=(etc/pipewire/pipewire.conf)
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
-
-  _pick pulse usr/lib/libpulse*
-
-  _pick jack usr/lib/spa-0.2/jack
-  _pick jack usr/lib/libjack*
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  mv docs/* "$pkgdir"
-}
-
-package_pipewire-jack() {
-  pkgdesc+=" (JACK support)"
-  depends=(libpipewire-${pkgver:0:3}.so libjack.so)
-  provides=(libjack-pw.so)
-  mv jack/* "$pkgdir"
-}
-
-package_pipewire-pulse() {
-  pkgdesc+=" (PulseAudio support)"
-  depends=(libpipewire-${pkgver:0:3}.so libpulse.so libglib-2.0.so)
-  provides=(libpulse{,-simple,-mainloop-glib}-pw.so)
-  mv pulse/* "$pkgdir"
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 378695, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-30 00:44:57 UTC (rev 378696)
@@ -0,0 +1,92 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse)
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
+ alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader
+ dbus libsndfile bluez-libs vulkan-headers)
+_commit=f0f3a0a66032cf693a979dae6187cac07fa353ee  # tags/0.3.2
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  # warning: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Wformat-security]
+  CFLAGS+=" -Wformat"
+
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_pipewire() {
+  depends=(gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader bluez-libs
+   libdbus-1.so libsndfile.so)
+  optdepends=('pipewire-docs: Documentation'
+  'pipewire-jack: JACK support'
+  'pipewire-pulse: PulseAudio support')
+  provides=(libpipewire-${pkgver:0:3}.so)
+  

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2020-02-20 Thread Jan Steffens via arch-commits
Date: Thursday, February 20, 2020 @ 23:31:11
  Author: heftig
Revision: 375974

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 375973, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 375973, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  125 -
 pipewire.install |   28 +--
 2 files changed, 82 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-20 23:30:48 UTC (rev 375973)
+++ PKGBUILD2020-02-20 23:31:11 UTC (rev 375974)
@@ -1,57 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs)
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-_commit=14c11c0fe4d366bad4cfecdee97b6652ff9ed63d  # tags/0.2.7
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pipewire() {
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # Split pipewire-docs
-  mkdir -p docs/share
-  mv "$pkgdir/usr/share/doc" docs/share/
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv docs "$pkgdir/usr"
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 375973, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-20 23:31:11 UTC (rev 375974)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs)
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+makedepends=(git meson doxygen graphviz xmltoman valgrind alsa-lib gstreamer
+ gst-plugins-base sbc rtkit dbus)
+_commit=14c11c0fe4d366bad4cfecdee97b6652ff9ed63d  # tags/0.2.7
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D ffmpeg=false \
+-D man=true
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_pipewire() {
+  depends=(gstreamer gst-plugins-base sbc rtkit libdbus-1.so)
+  provides=(libpipewire-0.2.so)
+  backup=(etc/pipewire/pipewire.conf)
+  install=pipewire.install
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  cd "$pkgdir"
+
+  _pick docs usr/share/doc
+}
+
+package_pipewire-docs() {
+  pkgdesc+=" (documentation)"
+
+  mv docs/* "$pkgdir"
+}

Deleted: pipewire.install
===
--- pipewire.install2020-02-20 23:30:48 UTC (rev 375973)
+++ pipewire.install2020-02-20 23:31:11 UTC (rev 375974)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 375973, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2020-02-20 23:31:11 UTC (rev 375974)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2019-09-28 Thread Jan Steffens via arch-commits
Date: Saturday, September 28, 2019 @ 12:06:37
  Author: heftig
Revision: 363498

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 363497, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 363497, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  114 ++---
 pipewire.install |   28 ++---
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-28 12:06:27 UTC (rev 363497)
+++ PKGBUILD2019-09-28 12:06:37 UTC (rev 363498)
@@ -1,57 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire pipewire-docs)
-pkgver=0.2.6+1+g37613b67
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-_commit=37613b67ba52b5ad4e81d7ea38adc04027d9f9e5  # master
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pipewire() {
-  install=pipewire.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # Split pipewire-docs
-  mkdir -p docs/share
-  mv "$pkgdir/usr/share/doc" docs/share/
-}
-
-package_pipewire-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv docs "$pkgdir/usr"
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 363497, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-28 12:06:37 UTC (rev 363498)
@@ -0,0 +1,57 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs)
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+_commit=14c11c0fe4d366bad4cfecdee97b6652ff9ed63d  # tags/0.2.7
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pipewire() {
+  install=pipewire.install
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Split pipewire-docs
+  mkdir -p docs/share
+  mv "$pkgdir/usr/share/doc" docs/share/
+}
+
+package_pipewire-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv docs "$pkgdir/usr"
+}

Deleted: pipewire.install
===
--- pipewire.install2019-09-28 12:06:27 UTC (rev 363497)
+++ pipewire.install2019-09-28 12:06:37 UTC (rev 363498)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 363497, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2019-09-28 12:06:37 UTC (rev 363498)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2019-06-14 Thread Jan Steffens via arch-commits
Date: Saturday, June 15, 2019 @ 01:49:48
  Author: heftig
Revision: 356149

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 356148, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 356148, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |  101 +
 pipewire.install |   28 +++---
 2 files changed, 71 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-15 01:49:38 UTC (rev 356148)
+++ PKGBUILD2019-06-15 01:49:48 UTC (rev 356149)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=4aff470a8fa1e06448b2316781b4e7a91fbda341  # tags/0.2.6
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 356148, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-15 01:49:48 UTC (rev 356149)
@@ -0,0 +1,57 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=pipewire
+pkgname=(pipewire pipewire-docs)
+pkgver=0.2.6+1+g37613b67
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+_commit=37613b67ba52b5ad4e81d7ea38adc04027d9f9e5  # master
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pipewire() {
+  install=pipewire.install
+
+  DESTDIR="$pkgdir" meson install -C build
+
+  # Split pipewire-docs
+  mkdir -p docs/share
+  mv "$pkgdir/usr/share/doc" docs/share/
+}
+
+package_pipewire-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv docs "$pkgdir/usr"
+}

Deleted: pipewire.install
===
--- pipewire.install2019-06-15 01:49:38 UTC (rev 356148)
+++ pipewire.install2019-06-15 01:49:48 UTC (rev 356149)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 356148, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2019-06-15 01:49:48 UTC (rev 356149)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2019-05-28 Thread Jan Steffens via arch-commits
Date: Tuesday, May 28, 2019 @ 19:05:56
  Author: heftig
Revision: 354458

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 354457, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 354457, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   88 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-28 19:05:44 UTC (rev 354457)
+++ PKGBUILD2019-05-28 19:05:56 UTC (rev 354458)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.5+3+g371da358
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=371da358d1580dc06218d18a12a99611cac39e4e  # master
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 354457, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-28 19:05:56 UTC (rev 354458)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=4aff470a8fa1e06448b2316781b4e7a91fbda341  # tags/0.2.6
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2019-05-28 19:05:44 UTC (rev 354457)
+++ pipewire.install2019-05-28 19:05:56 UTC (rev 354458)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 354457, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2019-05-28 19:05:56 UTC (rev 354458)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2019-01-08 Thread Jan Steffens via arch-commits
Date: Tuesday, January 8, 2019 @ 21:47:40
  Author: heftig
Revision: 343130

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 343129, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 343129, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   88 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-08 21:47:28 UTC (rev 343129)
+++ PKGBUILD2019-01-08 21:47:40 UTC (rev 343130)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=bcec14decbdd61eb200abfc396f779cc89c0dade  # tags/0.2.5
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 343129, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-08 21:47:40 UTC (rev 343130)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.5+3+g371da358
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=371da358d1580dc06218d18a12a99611cac39e4e  # master
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2019-01-08 21:47:28 UTC (rev 343129)
+++ pipewire.install2019-01-08 21:47:40 UTC (rev 343130)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 343129, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2019-01-08 21:47:40 UTC (rev 343130)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-12-20 Thread Jan Steffens via arch-commits
Date: Friday, December 21, 2018 @ 05:47:51
  Author: heftig
Revision: 342625

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 342624, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 342624, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   88 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 05:47:14 UTC (rev 342624)
+++ PKGBUILD2018-12-21 05:47:51 UTC (rev 342625)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=14ebb85e7482c5b7963d2e647608464f5cd148bb  # tags/0.2.4
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 342624, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 05:47:51 UTC (rev 342625)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=bcec14decbdd61eb200abfc396f779cc89c0dade  # tags/0.2.5
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-12-21 05:47:14 UTC (rev 342624)
+++ pipewire.install2018-12-21 05:47:51 UTC (rev 342625)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 342624, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-12-21 05:47:51 UTC (rev 342625)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-11-25 Thread Jan Steffens via arch-commits
Date: Sunday, November 25, 2018 @ 18:27:58
  Author: heftig
Revision: 340383

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 340382, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 340382, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   88 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-25 18:27:46 UTC (rev 340382)
+++ PKGBUILD2018-11-25 18:27:58 UTC (rev 340383)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.3+17+g10ce1a02
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
-makedepends=(git meson doxygen graphviz xmltoman valgrind)
-install=pipewire.install
-_commit=10ce1a02cf752bbe86b41c111300face95112945  # master
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 340382, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-25 18:27:58 UTC (rev 340383)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=14ebb85e7482c5b7963d2e647608464f5cd148bb  # tags/0.2.4
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-11-25 18:27:46 UTC (rev 340382)
+++ pipewire.install2018-11-25 18:27:58 UTC (rev 340383)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 340382, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-11-25 18:27:58 UTC (rev 340383)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-11-05 Thread Jan Steffens via arch-commits
Date: Monday, November 5, 2018 @ 23:31:01
  Author: heftig
Revision: 337905

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 337904, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 337904, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   89 ++---
 pipewire.install |   28 
 2 files changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-05 23:30:41 UTC (rev 337904)
+++ PKGBUILD2018-11-05 23:31:01 UTC (rev 337905)
@@ -1,45 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.2.3+3+gbbba49aa
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-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
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D man=true \
--D gstreamer=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 337904, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-05 23:31:01 UTC (rev 337905)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.2.3+17+g10ce1a02
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=10ce1a02cf752bbe86b41c111300face95112945  # master
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D man=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: pipewire.install
===
--- pipewire.install2018-11-05 23:30:41 UTC (rev 337904)
+++ pipewire.install2018-11-05 23:31:01 UTC (rev 337905)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 337904, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-11-05 23:31:01 UTC (rev 337905)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-03-01 Thread Jan Steffens via arch-commits
Date: Thursday, March 1, 2018 @ 15:55:56
  Author: heftig
Revision: 317685

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 317684, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 317684, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   95 ++---
 pipewire.install |   28 +++
 2 files changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-01 15:55:18 UTC (rev 317684)
+++ PKGBUILD2018-03-01 15:55:56 UTC (rev 317685)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="https://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils sbc)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva valgrind)
-optdepends=(ffmpeg jack2 libva)
-install=pipewire.install
-_commit=1804e47a9167e38ce340d10db2ecad3b363f97ac  # tags/0.1.8
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--Denable_docs=true \
--Denable_man=true \
--Denable_gstreamer=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 317684, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-01 15:55:56 UTC (rev 317685)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg)
+makedepends=(git meson doxygen graphviz xmltoman valgrind)
+install=pipewire.install
+_commit=62f113dbba7c706fad18c715cfad57ca7e102cb3  # tags/0.1.9
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-Denable_docs=true \
+-Denable_man=true \
+-Denable_gstreamer=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pipewire.install
===
--- pipewire.install2018-03-01 15:55:18 UTC (rev 317684)
+++ pipewire.install2018-03-01 15:55:56 UTC (rev 317685)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 317684, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-03-01 15:55:56 UTC (rev 317685)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2018-01-24 Thread Jan Steffens via arch-commits
Date: Wednesday, January 24, 2018 @ 12:06:49
  Author: heftig
Revision: 315395

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 315394, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 315394, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   96 ++---
 pipewire.install |   28 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-24 12:06:10 UTC (rev 315394)
+++ PKGBUILD2018-01-24 12:06:49 UTC (rev 315395)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="http://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
-optdepends=(ffmpeg jack2 libva)
-install=pipewire.install
-_commit=58f086b1653ccc0c1eb1d6cf988acff103daaede  # tags/0.1.7
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build \
--Denable_docs=true \
--Denable_man=true \
--Denable_gstreamer=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 315394, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-24 12:06:49 UTC (rev 315395)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="https://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils sbc)
+makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva valgrind)
+optdepends=(ffmpeg jack2 libva)
+install=pipewire.install
+_commit=1804e47a9167e38ce340d10db2ecad3b363f97ac  # tags/0.1.8
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-Denable_docs=true \
+-Denable_man=true \
+-Denable_gstreamer=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pipewire.install
===
--- pipewire.install2018-01-24 12:06:10 UTC (rev 315394)
+++ pipewire.install2018-01-24 12:06:49 UTC (rev 315395)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 315394, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2018-01-24 12:06:49 UTC (rev 315395)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2017-11-27 Thread Jan Steffens via arch-commits
Date: Monday, November 27, 2017 @ 14:44:17
  Author: heftig
Revision: 311043

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 311042, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 311042, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire.install

--+
 PKGBUILD |   93 +++--
 pipewire.install |   28 +++
 2 files changed, 62 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-27 14:42:39 UTC (rev 311042)
+++ PKGBUILD2017-11-27 14:44:17 UTC (rev 311043)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.6
-pkgrel=2
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="http://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
-optdepends=(ffmpeg jack2 libva)
-install=pipewire.install
-_commit=5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65  # tags/0.1.6
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  # Reduce docs size
-  printf '%s\n' >>doc/Doxyfile.in \
-HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
-}
-
-build() {
-  arch-meson $pkgname build -Denable_docs=true -Denable_man=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 311042, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-27 14:44:17 UTC (rev 311043)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="http://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils)
+makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
+optdepends=(ffmpeg jack2 libva)
+install=pipewire.install
+_commit=58f086b1653ccc0c1eb1d6cf988acff103daaede  # tags/0.1.7
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build \
+-Denable_docs=true \
+-Denable_man=true \
+-Denable_gstreamer=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pipewire.install
===
--- pipewire.install2017-11-27 14:42:39 UTC (rev 311042)
+++ pipewire.install2017-11-27 14:44:17 UTC (rev 311043)
@@ -1,14 +0,0 @@
-post_install() {
-  # Enable socket by default
-  systemctl --global enable pipewire.socket
-}
-
-post_upgrade() {
-  if (( $(vercmp $2 0.1.6-2) < 0)); then
-systemctl --global enable pipewire.socket
-  fi
-}
-
-pre_remove() {
-  systemctl --global disable pipewire.socket
-}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 311042, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2017-11-27 14:44:17 UTC (rev 311043)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}


[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2017-11-23 Thread Jan Steffens
Date: Thursday, November 23, 2017 @ 12:05:52
  Author: heftig
Revision: 310730

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 310729, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 310729, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/svg.diff

--+
 PKGBUILD |   91 ++---
 pipewire.install |   14 
 svg.diff |   26 ---
 3 files changed, 59 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 12:05:13 UTC (rev 310729)
+++ PKGBUILD2017-11-23 12:05:52 UTC (rev 310730)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="http://pipewire.org;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
-optdepends=(ffmpeg jack2 libva)
-_commit=5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65  # tags/0.1.6
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-svg.diff)
-sha256sums=('SKIP'
-'23df81ab6c70e1d1e29505f846abffe3530495fdcede6fbed08f42b4c86e6e65')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../svg.diff
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release 
-Denable_docs=true -Denable_man=true ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 310729, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 12:05:52 UTC (rev 310730)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.6
+pkgrel=2
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="http://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils)
+makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
+optdepends=(ffmpeg jack2 libva)
+install=pipewire.install
+_commit=5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65  # tags/0.1.6
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname build -Denable_docs=true -Denable_man=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: pipewire/repos/extra-x86_64/pipewire.install (from rev 310729, 
pipewire/trunk/pipewire.install)
===
--- pipewire.install(rev 0)
+++ pipewire.install2017-11-23 12:05:52 UTC (rev 310730)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable socket by default
+  systemctl --global enable pipewire.socket
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.1.6-2) < 0)); then
+systemctl --global enable pipewire.socket
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable pipewire.socket
+}

Deleted: svg.diff
===
--- svg.diff2017-11-23 12:05:13 UTC (rev 310729)
+++ svg.diff2017-11-23 12:05:52 UTC (rev 310730)
@@ -1,26 +0,0 @@
-diff --git i/doc/Doxyfile.in w/doc/Doxyfile.in
-index dceb922dc853eb44..726bd38a2945075d 100644
 i/doc/Doxyfile.in
-+++ w/doc/Doxyfile.in
-@@ -2305,19 +2305,19 @@ DIRECTORY_GRAPH= YES
- # The default value is: png.
- # This tag requires that the tag HAVE_DOT is set to YES.
- 
--DOT_IMAGE_FORMAT   = png
-+DOT_IMAGE_FORMAT   = svg
- 
- # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
- # enable generation of interactive SVG images that allow zooming and panning.
- #
- # Note that this requires a modern browser other than Internet Explorer. 
Tested
- # and working are Firefox, Chrome, Safari, and Opera.
- # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to 
make
- # the SVG files visible. Older versions of IE do not have SVG support.
- # The default value is: NO.
- # This tag requires that the tag HAVE_DOT is set to YES.
- 
--INTERACTIVE_SVG= NO
-+INTERACTIVE_SVG= YES
- 
- # The DOT_PATH tag can be used to specify the path where 

[arch-commits] Commit in pipewire/repos/extra-x86_64 (4 files)

2017-11-18 Thread Jan de Groot
Date: Saturday, November 18, 2017 @ 22:41:04
  Author: jgc
Revision: 310403

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 310402, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/svg.diff
(from rev 310402, pipewire/trunk/svg.diff)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/svg.diff

--+
 PKGBUILD |   92 ++---
 svg.diff |   52 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-18 22:40:58 UTC (rev 310402)
+++ PKGBUILD2017-11-18 22:41:04 UTC (rev 310403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=pipewire
-pkgver=0.1.5+2+g8f67aa2
-pkgrel=2
-pkgdesc="Server and user space API to deal with multimedia pipelines"
-url="http://pipewire.org;
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(gstreamer gst-plugins-base v4l-utils)
-makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
-optdepends=(ffmpeg jack2 libva)
-_commit=8f67aa2c3887fa72ccf6bbcd2d10b4e5b1a6da54  # master
-source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
-svg.diff)
-sha256sums=('SKIP'
-'23df81ab6c70e1d1e29505f846abffe3530495fdcede6fbed08f42b4c86e6e65')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../svg.diff
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 310402, 
pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-18 22:41:04 UTC (rev 310403)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=pipewire
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="Server and user space API to deal with multimedia pipelines"
+url="http://pipewire.org;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(gstreamer gst-plugins-base v4l-utils)
+makedepends=(git meson doxygen graphviz xmltoman ffmpeg jack2 libva)
+optdepends=(ffmpeg jack2 libva)
+_commit=5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65  # tags/0.1.6
+source=("git+https://github.com/PipeWire/pipewire#commit=$_commit;
+svg.diff)
+sha256sums=('SKIP'
+'23df81ab6c70e1d1e29505f846abffe3530495fdcede6fbed08f42b4c86e6e65')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../svg.diff
+}
+
+build() {
+  cd build
+  meson setup --prefix=/usr --sysconfdir=/etc --buildtype=release 
-Denable_docs=true -Denable_man=true ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: svg.diff
===
--- svg.diff2017-11-18 22:40:58 UTC (rev 310402)
+++ svg.diff2017-11-18 22:41:04 UTC (rev 310403)
@@ -1,26 +0,0 @@
-diff --git i/doc/Doxyfile.in w/doc/Doxyfile.in
-index dceb922dc853eb44..726bd38a2945075d 100644
 i/doc/Doxyfile.in
-+++ w/doc/Doxyfile.in
-@@ -2305,19 +2305,19 @@ DIRECTORY_GRAPH= YES
- # The default value is: png.
- # This tag requires that the tag HAVE_DOT is set to YES.
- 
--DOT_IMAGE_FORMAT   = png
-+DOT_IMAGE_FORMAT   = svg
- 
- # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
- # enable generation of interactive SVG images that allow zooming and panning.
- #
- # Note that this requires a modern browser other than Internet Explorer. 
Tested
- # and working are Firefox, Chrome, Safari, and Opera.
- # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to 
make
- # the SVG files visible. Older versions of IE do not have SVG support.
- # The default value is: NO.
- # This tag requires that the tag HAVE_DOT is set to YES.
- 
--INTERACTIVE_SVG= NO
-+INTERACTIVE_SVG= YES
- 
- # The DOT_PATH tag can be used to specify the path where the dot tool can be
- # found. If left blank, it is assumed the dot tool can be found in the path.

Copied: pipewire/repos/extra-x86_64/svg.diff (from rev 310402, 
pipewire/trunk/svg.diff)
===
--- svg.diff(rev 0)
+++ svg.diff2017-11-18 22:41:04 UTC (rev 310403)
@@ -0,0 +1,26 @@
+diff --git i/doc/Doxyfile.in w/doc/Doxyfile.in
+index dceb922dc853eb44..726bd38a2945075d 100644
+--- i/doc/Doxyfile.in
 w/doc/Doxyfile.in
+@@ -2305,19 +2305,19 @@ DIRECTORY_GRAPH= YES
+ # The default value is: png.
+ # This tag requires