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

Jan Steffens heftig at archlinux.org
Wed Jan 24 12:06:50 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-01-24 12:06:10 UTC (rev 315394)
+++ PKGBUILD	2018-01-24 12:06:49 UTC (rev 315395)
@@ -1,48 +0,0 @@
-# $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
-}

Copied: pipewire/repos/extra-x86_64/PKGBUILD (from rev 315394, pipewire/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-24 12:06:49 UTC (rev 315395)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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.install	2018-01-24 12:06:10 UTC (rev 315394)
+++ pipewire.install	2018-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.install	2018-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
+}



More information about the arch-commits mailing list