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

Jan Steffens heftig at archlinux.org
Mon Nov 27 14:44:18 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-11-27 14:42:39 UTC (rev 311042)
+++ PKGBUILD	2017-11-27 14:44:17 UTC (rev 311043)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-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)
+++ PKGBUILD	2017-11-27 14:44:17 UTC (rev 311043)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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.install	2017-11-27 14:42:39 UTC (rev 311042)
+++ pipewire.install	2017-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.install	2017-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
+}



More information about the arch-commits mailing list