[arch-commits] Commit in pipewire/repos (6 files)

Jan Steffens heftig at archlinux.org
Tue Sep 19 12:40:36 UTC 2017


    Date: Tuesday, September 19, 2017 @ 12:40:35
  Author: heftig
Revision: 305837

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pipewire/repos/gnome-unstable-i686/PKGBUILD
    (from rev 305836, pipewire/trunk/PKGBUILD)
  pipewire/repos/gnome-unstable-i686/svg.diff
    (from rev 305836, pipewire/trunk/svg.diff)
  pipewire/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 305836, pipewire/trunk/PKGBUILD)
  pipewire/repos/gnome-unstable-x86_64/svg.diff
    (from rev 305836, pipewire/trunk/svg.diff)
Deleted:
  pipewire/repos/gnome-unstable-i686/PKGBUILD
  pipewire/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |   92 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   44 ------------------
 gnome-unstable-i686/svg.diff   |   26 +++++++++++
 gnome-unstable-x86_64/PKGBUILD |   44 ------------------
 gnome-unstable-x86_64/svg.diff |   26 +++++++++++
 5 files changed, 144 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-09-19 12:39:39 UTC (rev 305836)
+++ gnome-unstable-i686/PKGBUILD	2017-09-19 12:40:35 UTC (rev 305837)
@@ -1,44 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pipewire
-pkgver=0.1.4
-pkgrel=1
-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=b7e334e55ddbdd9afe811c043e782ae31596899e  # tags/0.1.4
-source=("git+https://github.com/PipeWire/pipewire.git#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  git cherry-pick -n ff363cc7bf1db8da7ffe3423de0fb85fd1531bc2
-}
-
-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/gnome-unstable-i686/PKGBUILD (from rev 305836, pipewire/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-19 12:40:35 UTC (rev 305837)
@@ -0,0 +1,46 @@
+# $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/gnome-unstable-i686/svg.diff (from rev 305836, pipewire/trunk/svg.diff)
===================================================================
--- gnome-unstable-i686/svg.diff	                        (rev 0)
+++ gnome-unstable-i686/svg.diff	2017-09-19 12:40:35 UTC (rev 305837)
@@ -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.

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-09-19 12:39:39 UTC (rev 305836)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-19 12:40:35 UTC (rev 305837)
@@ -1,44 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=pipewire
-pkgver=0.1.4
-pkgrel=1
-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=b7e334e55ddbdd9afe811c043e782ae31596899e  # tags/0.1.4
-source=("git+https://github.com/PipeWire/pipewire.git#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  git cherry-pick -n ff363cc7bf1db8da7ffe3423de0fb85fd1531bc2
-}
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 305836, pipewire/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-19 12:40:35 UTC (rev 305837)
@@ -0,0 +1,46 @@
+# $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/gnome-unstable-x86_64/svg.diff (from rev 305836, pipewire/trunk/svg.diff)
===================================================================
--- gnome-unstable-x86_64/svg.diff	                        (rev 0)
+++ gnome-unstable-x86_64/svg.diff	2017-09-19 12:40:35 UTC (rev 305837)
@@ -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