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

Jan de Groot jgc at archlinux.org
Sat Nov 18 22:41:05 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-11-18 22:40:58 UTC (rev 310402)
+++ PKGBUILD	2017-11-18 22:41:04 UTC (rev 310403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-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)
+++ PKGBUILD	2017-11-18 22:41:04 UTC (rev 310403)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+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.diff	2017-11-18 22:40:58 UTC (rev 310402)
+++ svg.diff	2017-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.diff	2017-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 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.



More information about the arch-commits mailing list