[arch-commits] Commit in source-highlight/repos (8 files)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:13:17
  Author: arojas
Revision: 252728

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 252727, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 252727, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 252727, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 252727, source-highlight/trunk/source-highlight.install)
Deleted:
  source-highlight/repos/staging-i686/PKGBUILD
  source-highlight/repos/staging-i686/source-highlight.install
  source-highlight/repos/staging-x86_64/PKGBUILD
  source-highlight/repos/staging-x86_64/source-highlight.install

-+
 /PKGBUILD   |   68 ++
 /source-highlight.install   |   36 +++
 staging-i686/PKGBUILD   |   34 ---
 staging-i686/source-highlight.install   |   18 ---
 staging-x86_64/PKGBUILD |   34 ---
 staging-x86_64/source-highlight.install |   18 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:13:05 UTC (rev 252727)
+++ staging-i686/PKGBUILD   2015-12-06 11:13:17 UTC (rev 252728)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.8
-pkgrel=4
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/src-highlite/;
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3243470706ef5fefdc3e43b5306a4e41')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
-
-  # PKGBUILD syntax highlighting
-  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
-}

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 252727, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:13:17 UTC (rev 252728)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=5
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Deleted: staging-i686/source-highlight.install
===
--- staging-i686/source-highlight.install   2015-12-06 11:13:05 UTC (rev 
252727)
+++ staging-i686/source-highlight.install   2015-12-06 11:13:17 UTC (rev 
252728)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
252727, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2015-12-06 11:13:17 UTC 

[arch-commits] Commit in graphviz/repos (16 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 12:13:56
  Author: bpiotrowski
Revision: 252730

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/PKGBUILD
(from rev 252729, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/format-string.patch
(from rev 252729, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 252729, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 252729, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 252729, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/format-string.patch
(from rev 252729, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 252729, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 252729, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-i686/PKGBUILD
  graphviz/repos/staging-i686/format-string.patch
  graphviz/repos/staging-i686/ghostscript918.patch
  graphviz/repos/staging-i686/install
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/format-string.patch
  graphviz/repos/staging-x86_64/ghostscript918.patch
  graphviz/repos/staging-x86_64/install

-+
 /PKGBUILD   |  122 ++
 /format-string.patch|   42 +++
 /ghostscript918.patch   |   36 ++
 /install|   24 ++
 staging-i686/PKGBUILD   |   61 -
 staging-i686/format-string.patch|   21 -
 staging-i686/ghostscript918.patch   |   18 -
 staging-i686/install|   12 ---
 staging-x86_64/PKGBUILD |   61 -
 staging-x86_64/format-string.patch  |   21 -
 staging-x86_64/ghostscript918.patch |   18 -
 staging-x86_64/install  |   12 ---
 12 files changed, 224 insertions(+), 224 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:13:43 UTC (rev 252729)
+++ staging-i686/PKGBUILD   2015-12-06 11:13:56 UTC (rev 252730)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.38.0
-pkgrel=8
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
-'format-string.patch'
-'ghostscript918.patch')
-sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
-  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
-  'bcce75a535c277556e196638e59ea019b0a63fa1')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../format-string.patch # FS#42983
-   patch -p1 -i ../ghostscript918.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
-   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
-}

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 252729, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:13:56 UTC (rev 252730)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=9
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 

[arch-commits] Commit in libproxy/repos (20 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:00:41
  Author: foutrelis
Revision: 252765

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libproxy/repos/staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 252764, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/staging-i686/PKGBUILD
(from rev 252764, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-i686/dont_segfault_on_exit.patch
(from rev 252764, libproxy/trunk/dont_segfault_on_exit.patch)
  libproxy/repos/staging-i686/libproxy-0.4.11-crash.patch
(from rev 252764, libproxy/trunk/libproxy-0.4.11-crash.patch)
  libproxy/repos/staging-i686/libproxy-0.4.11-fdleak.patch
(from rev 252764, libproxy/trunk/libproxy-0.4.11-fdleak.patch)
  
libproxy/repos/staging-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
(from rev 252764, 
libproxy/trunk/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch)
  libproxy/repos/staging-x86_64/PKGBUILD
(from rev 252764, libproxy/trunk/PKGBUILD)
  libproxy/repos/staging-x86_64/dont_segfault_on_exit.patch
(from rev 252764, libproxy/trunk/dont_segfault_on_exit.patch)
  libproxy/repos/staging-x86_64/libproxy-0.4.11-crash.patch
(from rev 252764, libproxy/trunk/libproxy-0.4.11-crash.patch)
  libproxy/repos/staging-x86_64/libproxy-0.4.11-fdleak.patch
(from rev 252764, libproxy/trunk/libproxy-0.4.11-fdleak.patch)
Deleted:
  libproxy/repos/staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
  libproxy/repos/staging-i686/PKGBUILD
  libproxy/repos/staging-i686/dont_segfault_on_exit.patch
  libproxy/repos/staging-i686/libproxy-0.4.11-crash.patch
  libproxy/repos/staging-i686/libproxy-0.4.11-fdleak.patch
  
libproxy/repos/staging-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
  libproxy/repos/staging-x86_64/PKGBUILD
  libproxy/repos/staging-x86_64/dont_segfault_on_exit.patch
  libproxy/repos/staging-x86_64/libproxy-0.4.11-crash.patch
  libproxy/repos/staging-x86_64/libproxy-0.4.11-fdleak.patch

---+
 /0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch   |  180 
++
 /PKGBUILD |  118 ++
 /dont_segfault_on_exit.patch  |   28 +
 /libproxy-0.4.11-crash.patch  |   82 
 /libproxy-0.4.11-fdleak.patch |   40 ++
 staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch   |   90 -
 staging-i686/PKGBUILD |   59 ---
 staging-i686/dont_segfault_on_exit.patch  |   14 
 staging-i686/libproxy-0.4.11-crash.patch  |   41 --
 staging-i686/libproxy-0.4.11-fdleak.patch |   20 -
 staging-x86_64/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch |   90 -
 staging-x86_64/PKGBUILD   |   59 ---
 staging-x86_64/dont_segfault_on_exit.patch|   14 
 staging-x86_64/libproxy-0.4.11-crash.patch|   41 --
 staging-x86_64/libproxy-0.4.11-fdleak.patch   |   20 -
 15 files changed, 448 insertions(+), 448 deletions(-)

Deleted: staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch
===
--- staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
2015-12-06 12:00:25 UTC (rev 252764)
+++ staging-i686/0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch 
2015-12-06 12:00:41 UTC (rev 252765)
@@ -1,90 +0,0 @@
-From 44ce0c8a251d987d0d83f05e93d31aa659d7 Mon Sep 17 00:00:00 2001
-From: Colin Walters 
-Date: Mon, 3 Jun 2013 17:09:25 -0400
-Subject: [PATCH] pacrunner_mozjs: Also support mozjs-17.0
-
-GNOME 3.10 is moving to hard require mozjs-17.0, so we should support
-it too.  See also:
-
-https://bugs.freedesktop.org/show_bug.cgi?id=59830
-https://bugzilla.gnome.org/show_bug.cgi?id=690982

- libproxy/cmake/modules/pacrunner_mozjs.cmk |8 +++-
- libproxy/modules/pacrunner_mozjs.cpp   |   16 +---
- 2 files changed, 20 insertions(+), 4 deletions(-)
-
-diff --git a/libproxy/cmake/modules/pacrunner_mozjs.cmk 
b/libproxy/cmake/modules/pacrunner_mozjs.cmk
-index 21072db..49856a6 100644
 a/libproxy/cmake/modules/pacrunner_mozjs.cmk
-+++ b/libproxy/cmake/modules/pacrunner_mozjs.cmk
-@@ -14,7 +14,13 @@ elseif(NOT APPLE)
-   include_directories(${MOZJS_INCLUDE_DIRS})
-   link_directories(${MOZJS_LIBRARY_DIRS})
- else()
--  set(MOZJS_FOUND 0)
-+  pkg_search_module(MOZJS mozjs-17.0)
-+  if(MOZJS_FOUND)
-+include_directories(${MOZJS_INCLUDE_DIRS})
-+link_directories(${MOZJS_LIBRARY_DIRS})
-+  else()
-+set(MOZJS_FOUND 0)
-+  endif()
- endif()
-   else()
- set(MOZJS_FOUND 0)

[arch-commits] Commit in jack/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:01:41
  Author: foutrelis
Revision: 252766

C++11 ABI rebuild

Modified:
  jack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:00:41 UTC (rev 252765)
+++ PKGBUILD2015-12-06 12:01:41 UTC (rev 252766)
@@ -6,7 +6,7 @@
 pkgname=jack
 _longname=jack-audio-connection-kit
 pkgver=0.124.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')


[arch-commits] Commit in zeitgeist/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:42:44
  Author: bpiotrowski
Revision: 252805

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  zeitgeist/repos/staging-i686/PKGBUILD
(from rev 252804, zeitgeist/trunk/PKGBUILD)
  zeitgeist/repos/staging-x86_64/
  zeitgeist/repos/staging-x86_64/PKGBUILD
(from rev 252804, zeitgeist/trunk/PKGBUILD)
Deleted:
  zeitgeist/repos/staging-i686/PKGBUILD

-+
 /PKGBUILD   |   48 ++
 staging-i686/PKGBUILD   |   48 --
 staging-x86_64/PKGBUILD |   48 ++
 3 files changed, 96 insertions(+), 48 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:42:35 UTC (rev 252804)
+++ staging-i686/PKGBUILD   2015-12-06 12:42:44 UTC (rev 252805)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=3
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/;
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-fts
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/staging-i686/PKGBUILD (from rev 252804, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:42:44 UTC (rev 252805)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=5
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: zeitgeist/repos/staging-x86_64/PKGBUILD (from rev 252804, 
zeitgeist/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:42:44 UTC (rev 252805)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=5
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/;
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  

[arch-commits] Commit in zeitgeist/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:42:35
  Author: bpiotrowski
Revision: 252804

C++11 ABI rebuild

Modified:
  zeitgeist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:40:04 UTC (rev 252803)
+++ PKGBUILD2015-12-06 12:42:35 UTC (rev 252804)
@@ -5,7 +5,7 @@
 
 pkgname=zeitgeist
 pkgver=0.9.15
-pkgrel=4
+pkgrel=5
 pkgdesc="Service logging user activities and events"
 arch=(i686 x86_64)
 url="http://zeitgeist-project.com/;


[arch-commits] Commit in php/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 13:43:51
  Author: fyan
Revision: 252806

C++11 ABI rebuild

Modified:
  php/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:42:44 UTC (rev 252805)
+++ PKGBUILD2015-12-06 12:43:51 UTC (rev 252806)
@@ -24,7 +24,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.16
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


[arch-commits] Commit in poppler/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:05:47
  Author: foutrelis
Revision: 252672

C++11 ABI rebuild

Modified:
  poppler/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:00:30 UTC (rev 252671)
+++ PKGBUILD2015-12-06 09:05:47 UTC (rev 252672)
@@ -4,7 +4,7 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
 pkgver=0.38.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')


[arch-commits] Commit in poppler/repos (4 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:05:57
  Author: foutrelis
Revision: 252673

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 252672, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 252672, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   89 ++
 staging-x86_64/PKGBUILD |   89 ++
 2 files changed, 178 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 252672, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:05:57 UTC (rev 252673)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.38.0
+pkgrel=2
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url="http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('850f0725e5b263c504f0cb0910d1fadc'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt4() {
+  pkgdesc="Poppler Qt4 bindings"
+  provides=("poppler-qt=${pkgver}")
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=("poppler=${pkgver}" 'qt4')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt4 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd "${pkgbase}-${pkgver}"
+  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -f "${pkgdir}"/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 252672, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 09:05:57 UTC (rev 252673)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.38.0
+pkgrel=2
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url="http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('850f0725e5b263c504f0cb0910d1fadc'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 10:31:46
  Author: bpiotrowski
Revision: 252690

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  boost/repos/staging-i686/
  
boost/repos/staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
(from rev 252689, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 252689, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  
boost/repos/staging-x86_64/0001-Python-Fix-condition-for-make_setter-overload.patch
(from rev 252689, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 252689, boost/trunk/PKGBUILD)

-+
 staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   |   28 
++
 staging-i686/PKGBUILD   |  106 
++
 staging-x86_64/0001-Python-Fix-condition-for-make_setter-overload.patch |   28 
++
 staging-x86_64/PKGBUILD |  106 
++
 4 files changed, 268 insertions(+)

Copied: 
boost/repos/staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
 (from rev 252689, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
===
--- staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
(rev 0)
+++ staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
2015-12-06 09:31:46 UTC (rev 252690)
@@ -0,0 +1,28 @@
+From f410fbd64d887e2a8824f968b0533588489b5430 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Wed, 2 Sep 2015 13:02:12 +0100
+Subject: [PATCH] Python: Fix condition for make_setter overload.
+
+This fixes the regression caused by 42e7d7b.
+
+Fixes #39
+---
+ include/boost/python/data_members.hpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/boost/python/data_members.hpp 
b/include/boost/python/data_members.hpp
+index 139bde3..5d3309c 100644
+--- a/include/boost/python/data_members.hpp
 b/include/boost/python/data_members.hpp
+@@ -305,7 +305,7 @@ inline object make_setter(D& x)
+ return detail::make_setter(x, default_call_policies(), 
is_member_pointer(), 0);
+ }
+ 
+-# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
++# if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
+ template 
+ inline object make_setter(D const& x)
+ {
+-- 
+2.6.1
+

Copied: boost/repos/staging-i686/PKGBUILD (from rev 252689, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:31:46 UTC (rev 252690)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.59.0
+_boostver=${pkgver//./_}
+pkgrel=4
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 
'openmpi')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
+0001-Python-Fix-condition-for-make_setter-overload.patch)
+sha1sums=('b94de47108b2cdb0f931833a7a9834c2dd3ca46e'
+  'bd76d969b6f8fbe95f05fba13b57a001764c216c')
+
+prepare() {
+   cd ${pkgbase}_${_boostver}
+
+   # https://github.com/boostorg/python/issues/39
+   patch -Np2 -i ../0001-Python-Fix-condition-for-make_setter-overload.patch
+}
+
+build() {
+   export _stagedir="${srcdir}/stagedir"
+   local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir="bin.linuxx86"
+   [[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
+   install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+
+   # Add an extra python version. This does not replace anything and python 2.x
+   # need to be the default.
+   echo "using python : 3.5 : /usr/bin/python3 : /usr/include/python3.5m : 
/usr/lib ;" \
+  >> project-config.jam
+
+   # Support for OpenMPI
+   echo "using mpi ;" >> project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 "${_stagedir}"/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/
+
+   # default "minimal" install: "release link=shared,static
+   # runtime-link=shared threading=single,multi"
+   # --layout=tagged will add the "-mt" 

[arch-commits] Commit in boost/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 10:31:37
  Author: bpiotrowski
Revision: 252689

C++11 ABI rebuild

Modified:
  boost/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:29:42 UTC (rev 252688)
+++ PKGBUILD2015-12-06 09:31:37 UTC (rev 252689)
@@ -10,7 +10,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.59.0
 _boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=4
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')


[arch-commits] Commit in percona-server/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 10:33:05
  Author: arojas
Revision: 148840

C++11 ABI rebuild

Modified:
  percona-server/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:02:57 UTC (rev 148839)
+++ PKGBUILD2015-12-06 09:33:05 UTC (rev 148840)
@@ -6,7 +6,7 @@
 pkgver=5.6.27_75.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 # valgrind necessary for bug 
https://bugs.launchpad.net/percona-server/+bug/1494283
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind')


[arch-commits] Commit in openmpi/trunk (PKGBUILD)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 11:00:18
  Author: bluewind
Revision: 252708

C++11 ABI rebuild

Modified:
  openmpi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 10:00:11 UTC (rev 252707)
+++ PKGBUILD2015-12-06 10:00:18 UTC (rev 252708)
@@ -4,7 +4,7 @@
 
 pkgname=openmpi
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
 url='http://www.open-mpi.org'


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 11:00:21
  Author: foutrelis
Revision: 252709

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 252707, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 252707, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 252707, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 252707, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/source-highlight.install   |   18 +++
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/source-highlight.install |   18 +++
 4 files changed, 104 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 252707, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 10:00:21 UTC (rev 252709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=4
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
252707, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2015-12-06 10:00:21 UTC (rev 
252709)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 252707, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 10:00:21 UTC (rev 252709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=4
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 252707, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2015-12-06 10:00:21 UTC (rev 
252709)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info 

[arch-commits] Commit in source-highlight/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 11:00:11
  Author: foutrelis
Revision: 252707

C++11 ABI rebuild

Modified:
  source-highlight/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:56:54 UTC (rev 252706)
+++ PKGBUILD2015-12-06 10:00:11 UTC (rev 252707)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.8
-pkgrel=3
+pkgrel=4
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/;


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

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 11:00:23
  Author: bluewind
Revision: 252710

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  openmpi/repos/staging-i686/
  openmpi/repos/staging-i686/PKGBUILD
(from rev 252708, openmpi/trunk/PKGBUILD)
  openmpi/repos/staging-i686/system_ltdl.patch
(from rev 252708, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/staging-x86_64/
  openmpi/repos/staging-x86_64/PKGBUILD
(from rev 252709, openmpi/trunk/PKGBUILD)
  openmpi/repos/staging-x86_64/system_ltdl.patch
(from rev 252709, openmpi/trunk/system_ltdl.patch)

--+
 staging-i686/PKGBUILD|   67 +
 staging-i686/system_ltdl.patch   |   66 
 staging-x86_64/PKGBUILD  |   67 +
 staging-x86_64/system_ltdl.patch |   66 
 4 files changed, 266 insertions(+)

Copied: openmpi/repos/staging-i686/PKGBUILD (from rev 252708, 
openmpi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 10:00:23 UTC (rev 252710)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=openmpi
+pkgver=1.10.1
+pkgrel=2
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('caf6885f323a38b9c106a7815711313843409478')
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./autogen.pl
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   # FS#28583
+   install -d -m 755 "$pkgdir"/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i "$pkgdir"/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv "$pkgdir"/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm "$pkgdir"/usr/share/vampirtrace/config.log
+
+   install -d -m 755 "$pkgdir"/etc/ld.so.conf.d
+   echo "/usr/lib/$pkgname" > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/staging-i686/system_ltdl.patch (from rev 252708, 
openmpi/trunk/system_ltdl.patch)
===
--- staging-i686/system_ltdl.patch  (rev 0)
+++ staging-i686/system_ltdl.patch  2015-12-06 10:00:23 UTC (rev 252710)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include 
+ #include 
+ 
+-#include "opal/libltdl/ltdl.h"
++#include "ltdl.h"
+ 
+ static int do_test(void);
+ 
+diff --git a/test/support/components.c b/test/support/components.c
+index 41c4345..6b4b464 100644
+--- a/test/support/components.c
 

[arch-commits] Commit in doxygen/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:05:22
  Author: arojas
Revision: 252719

C++11 ABI rebuild

Modified:
  doxygen/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:00:16 UTC (rev 252718)
+++ PKGBUILD2015-12-06 11:05:22 UTC (rev 252719)
@@ -4,7 +4,7 @@
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
 pkgver=1.8.10
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/;


[arch-commits] Commit in doxygen/repos (4 files)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:05:35
  Author: arojas
Revision: 252720

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  doxygen/repos/staging-i686/
  doxygen/repos/staging-i686/PKGBUILD
(from rev 252719, doxygen/trunk/PKGBUILD)
  doxygen/repos/staging-x86_64/
  doxygen/repos/staging-x86_64/PKGBUILD
(from rev 252719, doxygen/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   73 ++
 staging-x86_64/PKGBUILD |   73 ++
 2 files changed, 146 insertions(+)

Copied: doxygen/repos/staging-i686/PKGBUILD (from rev 252719, 
doxygen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:05:35 UTC (rev 252720)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.10
+pkgrel=2
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/;
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz' 'python2')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
+   
flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch;)
+md5sums=('79767ccd986f12a0f949015efb5f058f'
+ 'b282c91bac1888f607a3676a236d2828')
+sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
+  'aeeb45547de0f659789588b563210d9511c6a291')
+
+prepare() {
+  mkdir build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # Install the man pages in the right place
+  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
+doc/CMakeLists.txt
+
+  # Fix build with flex 2.6
+  patch -p1 -i ../flex-2.6.patch
+}
+
+build() {
+  cd build
+
+  cmake "../${pkgbase}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
+-DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
+-DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
+-Dbuild_doc:BOOL=ON \
+-Dbuild_wizard:BOOL=ON
+
+  make
+  make docs
+}
+
+check(){
+  cd build
+  make tests
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Docs are in 'doxygen-docs'
+  rm -rf "${pkgdir}/usr/share/doc"
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/bin"
+  rm -rf "${pkgdir}/usr/share/man"
+}

Copied: doxygen/repos/staging-x86_64/PKGBUILD (from rev 252719, 
doxygen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:05:35 UTC (rev 252720)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.10
+pkgrel=2
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.doxygen.org/;
+makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz' 'python2')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
+   
flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch;)
+md5sums=('79767ccd986f12a0f949015efb5f058f'
+ 'b282c91bac1888f607a3676a236d2828')
+sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
+  'aeeb45547de0f659789588b563210d9511c6a291')
+
+prepare() {
+  mkdir build
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # Install the man pages in the right place
+  sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
+doc/CMakeLists.txt
+
+  # Fix build with flex 2.6
+  patch -p1 -i ../flex-2.6.patch
+}
+
+build() {
+  cd build
+
+  cmake "../${pkgbase}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DDOC_INSTALL_DIR:PATH=share/doc/doxygen \
+-DQT_QMAKE_EXECUTABLE:FILE=/usr/lib/qt4/bin/qmake \
+-DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
+-Dbuild_doc:BOOL=ON \
+-Dbuild_wizard:BOOL=ON
+
+  make
+  make docs
+}
+
+check(){
+  cd build
+  make tests
+}
+
+package_doxygen() {
+  pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Docs are in 'doxygen-docs'
+  rm -rf "${pkgdir}/usr/share/doc"
+}
+
+package_doxygen-docs() {
+  pkgdesc="Developer documentation for doxygen"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf 

[arch-commits] Commit in boost/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:26:42
  Author: foutrelis
Revision: 252733

C++11 ABI rebuild

Modified:
  boost/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:15:11 UTC (rev 252732)
+++ PKGBUILD2015-12-06 11:26:42 UTC (rev 252733)
@@ -10,7 +10,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.59.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=5
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')


[arch-commits] Commit in boost/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:26:52
  Author: foutrelis
Revision: 252734

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  
boost/repos/staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
(from rev 252733, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 252733, boost/trunk/PKGBUILD)
  
boost/repos/staging-x86_64/0001-Python-Fix-condition-for-make_setter-overload.patch
(from rev 252733, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 252733, boost/trunk/PKGBUILD)
Deleted:
  
boost/repos/staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
  boost/repos/staging-i686/PKGBUILD
  
boost/repos/staging-x86_64/0001-Python-Fix-condition-for-make_setter-overload.patch
  boost/repos/staging-x86_64/PKGBUILD

-+
 /0001-Python-Fix-condition-for-make_setter-overload.patch   |   56 
++
 /PKGBUILD   |  212 
++
 staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   |   28 
-
 staging-i686/PKGBUILD   |  106 
-
 staging-x86_64/0001-Python-Fix-condition-for-make_setter-overload.patch |   28 
-
 staging-x86_64/PKGBUILD |  106 
-
 6 files changed, 268 insertions(+), 268 deletions(-)

Deleted: staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
===
--- staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
2015-12-06 11:26:42 UTC (rev 252733)
+++ staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
2015-12-06 11:26:52 UTC (rev 252734)
@@ -1,28 +0,0 @@
-From f410fbd64d887e2a8824f968b0533588489b5430 Mon Sep 17 00:00:00 2001
-From: Jonathan Wakely 
-Date: Wed, 2 Sep 2015 13:02:12 +0100
-Subject: [PATCH] Python: Fix condition for make_setter overload.
-
-This fixes the regression caused by 42e7d7b.
-
-Fixes #39

- include/boost/python/data_members.hpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/boost/python/data_members.hpp 
b/include/boost/python/data_members.hpp
-index 139bde3..5d3309c 100644
 a/include/boost/python/data_members.hpp
-+++ b/include/boost/python/data_members.hpp
-@@ -305,7 +305,7 @@ inline object make_setter(D& x)
- return detail::make_setter(x, default_call_policies(), 
is_member_pointer(), 0);
- }
- 
--# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
-+# if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
- template 
- inline object make_setter(D const& x)
- {
--- 
-2.6.1
-

Copied: 
boost/repos/staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch
 (from rev 252733, 
boost/trunk/0001-Python-Fix-condition-for-make_setter-overload.patch)
===
--- staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
(rev 0)
+++ staging-i686/0001-Python-Fix-condition-for-make_setter-overload.patch   
2015-12-06 11:26:52 UTC (rev 252734)
@@ -0,0 +1,28 @@
+From f410fbd64d887e2a8824f968b0533588489b5430 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Wed, 2 Sep 2015 13:02:12 +0100
+Subject: [PATCH] Python: Fix condition for make_setter overload.
+
+This fixes the regression caused by 42e7d7b.
+
+Fixes #39
+---
+ include/boost/python/data_members.hpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/boost/python/data_members.hpp 
b/include/boost/python/data_members.hpp
+index 139bde3..5d3309c 100644
+--- a/include/boost/python/data_members.hpp
 b/include/boost/python/data_members.hpp
+@@ -305,7 +305,7 @@ inline object make_setter(D& x)
+ return detail::make_setter(x, default_call_policies(), 
is_member_pointer(), 0);
+ }
+ 
+-# if BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
++# if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
+ template 
+ inline object make_setter(D const& x)
+ {
+-- 
+2.6.1
+

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:26:42 UTC (rev 252733)
+++ staging-i686/PKGBUILD   2015-12-06 11:26:52 UTC (rev 252734)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Stéphane Gaudreault 
-# Contributor: kevin 
-# Contributor: Giovanni Scafora 
-# Contributor: Kritoke 
-# Contributor: Luca Roccia 
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.59.0
-_boostver=${pkgver//./_}
-pkgrel=4

[arch-commits] Commit in cdrtools/trunk (PKGBUILD)

2015-12-06 Thread Lukas Jirkovsky
Date: Sunday, December 6, 2015 @ 12:47:46
  Author: stativ
Revision: 148852

upgpkg: cdrtools 3.02a03-1

update to 2.02a03

Modified:
  cdrtools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:30:31 UTC (rev 148851)
+++ PKGBUILD2015-12-06 11:47:46 UTC (rev 148852)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
-pkgver=3.02a02
+pkgver=3.02a03
 pkgrel=1
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('ba5eee6bc2d6c82adc7a84c31b57ef43')
+md5sums=('db77a38bb8e45c7a51148acc60a30725')
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}


[arch-commits] Commit in cdrtools/repos (4 files)

2015-12-06 Thread Lukas Jirkovsky
Date: Sunday, December 6, 2015 @ 12:48:02
  Author: stativ
Revision: 148853

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cdrtools/repos/community-i686/PKGBUILD
(from rev 148852, cdrtools/trunk/PKGBUILD)
  cdrtools/repos/community-x86_64/PKGBUILD
(from rev 148852, cdrtools/trunk/PKGBUILD)
Deleted:
  cdrtools/repos/community-i686/PKGBUILD
  cdrtools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   52 --
 community-x86_64/PKGBUILD |   52 --
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-06 11:47:46 UTC (rev 148852)
+++ community-i686/PKGBUILD 2015-12-06 11:48:02 UTC (rev 148853)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a02
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('ba5eee6bc2d6c82adc7a84c31b57ef43')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 148852, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-06 11:48:02 UTC (rev 148853)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a03
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('db77a38bb8e45c7a51148acc60a30725')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-06 11:47:46 UTC (rev 148852)
+++ community-x86_64/PKGBUILD   2015-12-06 11:48:02 UTC (rev 148853)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a02
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')

[arch-commits] Commit in cups/repos (36 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:04:30
  Author: foutrelis
Revision: 252771

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cups/repos/staging-i686/PKGBUILD
(from rev 252769, cups/trunk/PKGBUILD)
  cups/repos/staging-i686/cups-1.6.0-fix-install-perms.patch
(from rev 252769, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/staging-i686/cups-1.6.2-statedir.patch
(from rev 252769, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/staging-i686/cups-no-export-ssllibs.patch
(from rev 252769, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-i686/cups-no-gcrypt.patch
(from rev 252769, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-i686/cups-no-gzip-man.patch
(from rev 252769, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/staging-i686/cups.install
(from rev 252769, cups/trunk/cups.install)
  cups/repos/staging-i686/cups.logrotate
(from rev 252769, cups/trunk/cups.logrotate)
  cups/repos/staging-i686/cups.pam
(from rev 252769, cups/trunk/cups.pam)
  cups/repos/staging-x86_64/PKGBUILD
(from rev 252769, cups/trunk/PKGBUILD)
  cups/repos/staging-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 252769, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/staging-x86_64/cups-1.6.2-statedir.patch
(from rev 252769, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/staging-x86_64/cups-no-export-ssllibs.patch
(from rev 252769, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-x86_64/cups-no-gcrypt.patch
(from rev 252769, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-x86_64/cups-no-gzip-man.patch
(from rev 252769, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/staging-x86_64/cups.install
(from rev 252769, cups/trunk/cups.install)
  cups/repos/staging-x86_64/cups.logrotate
(from rev 252769, cups/trunk/cups.logrotate)
  cups/repos/staging-x86_64/cups.pam
(from rev 252769, cups/trunk/cups.pam)
Deleted:
  cups/repos/staging-i686/PKGBUILD
  cups/repos/staging-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/staging-i686/cups-1.6.2-statedir.patch
  cups/repos/staging-i686/cups-no-export-ssllibs.patch
  cups/repos/staging-i686/cups-no-gcrypt.patch
  cups/repos/staging-i686/cups-no-gzip-man.patch
  cups/repos/staging-i686/cups.install
  cups/repos/staging-i686/cups.logrotate
  cups/repos/staging-i686/cups.pam
  cups/repos/staging-x86_64/PKGBUILD
  cups/repos/staging-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/staging-x86_64/cups-1.6.2-statedir.patch
  cups/repos/staging-x86_64/cups-no-export-ssllibs.patch
  cups/repos/staging-x86_64/cups-no-gcrypt.patch
  cups/repos/staging-x86_64/cups-no-gzip-man.patch
  cups/repos/staging-x86_64/cups.install
  cups/repos/staging-x86_64/cups.logrotate
  cups/repos/staging-x86_64/cups.pam

---+
 /PKGBUILD |  338 
 /cups-1.6.0-fix-install-perms.patch   |   50 ++
 /cups-1.6.2-statedir.patch|   24 +
 /cups-no-export-ssllibs.patch |   24 +
 /cups-no-gcrypt.patch |   22 +
 /cups-no-gzip-man.patch   |   36 ++
 /cups.install |   56 +++
 /cups.logrotate   |   10 
 /cups.pam |6 
 staging-i686/PKGBUILD |  169 --
 staging-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 staging-i686/cups-1.6.2-statedir.patch|   12 
 staging-i686/cups-no-export-ssllibs.patch |   12 
 staging-i686/cups-no-gcrypt.patch |   11 
 staging-i686/cups-no-gzip-man.patch   |   18 -
 staging-i686/cups.install |   28 -
 staging-i686/cups.logrotate   |5 
 staging-i686/cups.pam |3 
 staging-x86_64/PKGBUILD   |  169 --
 staging-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 staging-x86_64/cups-1.6.2-statedir.patch  |   12 
 staging-x86_64/cups-no-export-ssllibs.patch   |   12 
 staging-x86_64/cups-no-gcrypt.patch   |   11 
 staging-x86_64/cups-no-gzip-man.patch |   18 -
 staging-x86_64/cups.install   |   28 -
 staging-x86_64/cups.logrotate |5 
 staging-x86_64/cups.pam   |3 
 27 files changed, 566 insertions(+), 566 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 252770:252771 to see the changes.


[arch-commits] Commit in qt4/repos (44 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:04:26
  Author: foutrelis
Revision: 252770

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qt4/repos/staging-i686/PKGBUILD
(from rev 252769, qt4/trunk/PKGBUILD)
  qt4/repos/staging-i686/assistant-qt4.desktop
(from rev 252769, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/staging-i686/designer-qt4.desktop
(from rev 252769, qt4/trunk/designer-qt4.desktop)
  qt4/repos/staging-i686/improve-cups-support.patch
(from rev 252769, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-i686/kde4-settings.patch
(from rev 252769, qt4/trunk/kde4-settings.patch)
  qt4/repos/staging-i686/kubuntu_14_systemtrayicon.diff
(from rev 252769, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/staging-i686/linguist-qt4.desktop
(from rev 252769, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/staging-i686/moc-boost-workaround.patch
(from rev 252769, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/staging-i686/qdbusviewer-qt4.desktop
(from rev 252769, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/staging-i686/qt4.install
(from rev 252769, qt4/trunk/qt4.install)
  qt4/repos/staging-i686/qtconfig-qt4.desktop
(from rev 252769, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 252769, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/assistant-qt4.desktop
(from rev 252769, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/staging-x86_64/designer-qt4.desktop
(from rev 252769, qt4/trunk/designer-qt4.desktop)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 252769, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/kde4-settings.patch
(from rev 252769, qt4/trunk/kde4-settings.patch)
  qt4/repos/staging-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 252769, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/staging-x86_64/linguist-qt4.desktop
(from rev 252769, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/staging-x86_64/moc-boost-workaround.patch
(from rev 252769, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/staging-x86_64/qdbusviewer-qt4.desktop
(from rev 252769, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/staging-x86_64/qt4.install
(from rev 252769, qt4/trunk/qt4.install)
  qt4/repos/staging-x86_64/qtconfig-qt4.desktop
(from rev 252769, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/staging-i686/PKGBUILD
  qt4/repos/staging-i686/assistant-qt4.desktop
  qt4/repos/staging-i686/designer-qt4.desktop
  qt4/repos/staging-i686/improve-cups-support.patch
  qt4/repos/staging-i686/kde4-settings.patch
  qt4/repos/staging-i686/kubuntu_14_systemtrayicon.diff
  qt4/repos/staging-i686/linguist-qt4.desktop
  qt4/repos/staging-i686/moc-boost-workaround.patch
  qt4/repos/staging-i686/qdbusviewer-qt4.desktop
  qt4/repos/staging-i686/qt4.install
  qt4/repos/staging-i686/qtconfig-qt4.desktop
  qt4/repos/staging-x86_64/PKGBUILD
  qt4/repos/staging-x86_64/assistant-qt4.desktop
  qt4/repos/staging-x86_64/designer-qt4.desktop
  qt4/repos/staging-x86_64/improve-cups-support.patch
  qt4/repos/staging-x86_64/kde4-settings.patch
  qt4/repos/staging-x86_64/kubuntu_14_systemtrayicon.diff
  qt4/repos/staging-x86_64/linguist-qt4.desktop
  qt4/repos/staging-x86_64/moc-boost-workaround.patch
  qt4/repos/staging-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/staging-x86_64/qt4.install
  qt4/repos/staging-x86_64/qtconfig-qt4.desktop

---+
 /PKGBUILD |  324 ++
 /assistant-qt4.desktop|   18 
 /designer-qt4.desktop |   22 
 /improve-cups-support.patch   |  168 +
 /kde4-settings.patch  |   22 
 /kubuntu_14_systemtrayicon.diff   | 2932 
 /linguist-qt4.desktop |   20 
 /moc-boost-workaround.patch   |   24 
 /qdbusviewer-qt4.desktop  |   20 
 /qt4.install  |   24 
 /qtconfig-qt4.desktop |   18 
 staging-i686/PKGBUILD |  162 -
 staging-i686/assistant-qt4.desktop|9 
 staging-i686/designer-qt4.desktop |   11 
 staging-i686/improve-cups-support.patch   |   84 
 staging-i686/kde4-settings.patch  |   11 
 staging-i686/kubuntu_14_systemtrayicon.diff   | 1466 
 staging-i686/linguist-qt4.desktop |   10 
 staging-i686/moc-boost-workaround.patch   |   12 
 staging-i686/qdbusviewer-qt4.desktop  |   10 
 staging-i686/qt4.install  |   12 
 staging-i686/qtconfig-qt4.desktop |9 
 staging-x86_64/PKGBUILD   |  162 -
 staging-x86_64/assistant-qt4.desktop  |9 
 staging-x86_64/designer-qt4.desktop   |   11 
 staging-x86_64/improve-cups-support.patch |   84 
 staging-x86_64/kde4-settings.patch  

[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:37:28
  Author: bpiotrowski
Revision: 252798

C++11 ABI rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:37:20 UTC (rev 252797)
+++ PKGBUILD2015-12-06 12:37:28 UTC (rev 252798)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;


[arch-commits] Commit in cups-filters/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:37:38
  Author: bpiotrowski
Revision: 252799

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 252798, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 252798, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/staging-i686/PKGBUILD
  cups-filters/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  108 ++
 staging-i686/PKGBUILD   |   54 ---
 staging-x86_64/PKGBUILD |   54 ---
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:37:28 UTC (rev 252798)
+++ staging-i686/PKGBUILD   2015-12-06 12:37:38 UTC (rev 252799)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('9c2c8e358a72455ca63f28f91c8b1af0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 252798, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:37:38 UTC (rev 252799)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.2.0
+pkgrel=3
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('9c2c8e358a72455ca63f28f91c8b1af0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed 

[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:38:39
  Author: bpiotrowski
Revision: 252801

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qt-assistant-compat/repos/staging-i686/PKGBUILD
(from rev 252800, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/staging-i686/debian_patches_01_build_system.diff
(from rev 252800, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/staging-x86_64/PKGBUILD
(from rev 252800, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/staging-x86_64/debian_patches_01_build_system.diff
(from rev 252800, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/staging-i686/PKGBUILD
  qt-assistant-compat/repos/staging-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/staging-x86_64/PKGBUILD
  qt-assistant-compat/repos/staging-x86_64/debian_patches_01_build_system.diff

+
 /PKGBUILD  |  112 +++
 /debian_patches_01_build_system.diff   |   96 
 staging-i686/PKGBUILD  |   56 -
 staging-i686/debian_patches_01_build_system.diff   |   48 
 staging-x86_64/PKGBUILD|   56 -
 staging-x86_64/debian_patches_01_build_system.diff |   48 
 6 files changed, 208 insertions(+), 208 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:38:30 UTC (rev 252800)
+++ staging-i686/PKGBUILD   2015-12-06 12:38:39 UTC (rev 252801)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=6
-pkgdesc="compat version of Qt Assistant"
-url="http://qt-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt4')
-source=('http://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-prepare() {
-cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-}
-
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-   rm -f translations/assistant_adp_*.qm
-
-   qmake-qt4 CONFIG+=create_prl
-   make
-   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
-   cd ..
-   qmake-qt4 CONFIG+=create_prl
-   make
-}
-
-package() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-   cd lib
-   make install INSTALL_ROOT=${pkgdir}
-   cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt4/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt4/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt4/mkspecs/features/assistant.prf
-}

Copied: qt-assistant-compat/repos/staging-i686/PKGBUILD (from rev 252800, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:38:39 UTC (rev 252801)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=7
+pkgdesc="compat version of Qt Assistant"
+url="http://qt-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt4')
+source=('http://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+prepare() {
+cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+}
+
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake-qt4 CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
+   cd ..
+   qmake-qt4 CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:37:20
  Author: foutrelis
Revision: 252797

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  avahi/repos/staging-i686/
  avahi/repos/staging-i686/PKGBUILD
(from rev 252796, avahi/trunk/PKGBUILD)
  avahi/repos/staging-i686/avahi.install
(from rev 252796, avahi/trunk/avahi.install)
  avahi/repos/staging-x86_64/
  avahi/repos/staging-x86_64/PKGBUILD
(from rev 252796, avahi/trunk/PKGBUILD)
  avahi/repos/staging-x86_64/avahi.install
(from rev 252796, avahi/trunk/avahi.install)

--+
 staging-i686/PKGBUILD|   78 +
 staging-i686/avahi.install   |   16 
 staging-x86_64/PKGBUILD  |   78 +
 staging-x86_64/avahi.install |   16 
 4 files changed, 188 insertions(+)

Copied: avahi/repos/staging-i686/PKGBUILD (from rev 252796, 
avahi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:37:20 UTC (rev 252797)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.32rc
+pkgrel=3
+_commit=bc4e85846991d0efca89add631c7cd16033f0bef
+pkgdesc='Multicast DNS-SD / Zeroconf Suite'
+#url='http://www.avahi.org/'
+url='http://git.0pointer.net/avahi.git'
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'python2-twisted: avahi-bookmarks'
+'mono: mono bindings'
+'python2-dbus: avahi-discover'
+'nss-mdns: NSS support for mDNS')
+conflicts=(howl mdnsresponder)
+provides=(howl mdnsresponder)
+install=avahi.install
+options=(!emptydirs)
+backup=(etc/avahi/{hosts,avahi-daemon.conf,services/{ssh,sftp-ssh}.service}
+usr/lib/avahi/service-types.db usr/share/avahi/service-types)
+source=("git+https://github.com/heftig/avahi#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export MOC_QT4=/usr/bin/moc-qt4 PYTHON=/usr/bin/python2
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--disable-monodoc \
+--disable-qt3 \
+--enable-compat-libdns_sd \
+--enable-compat-howl \
+--with-distro=archlinux \
+--with-avahi-priv-access-group=network \
+--with-autoipd-user=avahi \
+--with-autoipd-group=avahi \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  cp -a avahi-python/avahi avahi-python/avahi3
+
+  make
+  make -C avahi-python/avahi3 PYTHON=/usr/bin/python3
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
+PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.5/site-packages
+
+  # howl compat
+  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
+  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
+
+  # mdnsresponder compat
+  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
+}

Copied: avahi/repos/staging-i686/avahi.install (from rev 252796, 
avahi/trunk/avahi.install)
===
--- staging-i686/avahi.install  (rev 0)
+++ staging-i686/avahi.install  2015-12-06 12:37:20 UTC (rev 252797)
@@ -0,0 +1,16 @@
+post_install() {
+  if ! getent passwd avahi &>/dev/null; then
+groupadd -r -g 84 avahi
+useradd -r -u 84 -g avahi -d / -s /bin/nologin -c avahi avahi
+  fi
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.6.32rc-1) < 0 )); then
+cat <>> Avahi now needs to be enabled in order to launch.
+Run \`systemctl enable avahi-daemon\` if you wish
+to make use of Avahi.
+MSG
+  fi
+}

Copied: avahi/repos/staging-x86_64/PKGBUILD (from rev 252796, 
avahi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:37:20 UTC (rev 252797)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.32rc
+pkgrel=3
+_commit=bc4e85846991d0efca89add631c7cd16033f0bef
+pkgdesc='Multicast DNS-SD / Zeroconf Suite'

[arch-commits] Commit in qt-assistant-compat/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:38:30
  Author: bpiotrowski
Revision: 252800

C++11 ABI rebuild

Modified:
  qt-assistant-compat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:37:38 UTC (rev 252799)
+++ PKGBUILD2015-12-06 12:38:30 UTC (rev 252800)
@@ -3,7 +3,7 @@
 
 pkgname=qt-assistant-compat
 pkgver=4.6.3
-pkgrel=6
+pkgrel=7
 pkgdesc="compat version of Qt Assistant"
 url="http://qt-project.org/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in phonon/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 09:01:59
  Author: allan
Revision: 252651

C++11 ABI rebuild

Modified:
  phonon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:00:44 UTC (rev 252650)
+++ PKGBUILD2015-12-06 08:01:59 UTC (rev 252651)
@@ -4,7 +4,7 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.8.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


[arch-commits] Commit in js/repos (4 files)

2015-12-06 Thread foutrelis2
Date: Sunday, December 6, 2015 @ 09:02:31
  Author: foutrelis2
Revision: 252652

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  js/repos/staging-i686/PKGBUILD
(from rev 252651, js/trunk/PKGBUILD)
  js/repos/staging-x86_64/PKGBUILD
(from rev 252651, js/trunk/PKGBUILD)
Deleted:
  js/repos/staging-i686/PKGBUILD
  js/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   92 ++
 staging-i686/PKGBUILD   |   41 
 staging-x86_64/PKGBUILD |   41 
 3 files changed, 92 insertions(+), 82 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 08:01:59 UTC (rev 252651)
+++ staging-i686/PKGBUILD   2015-12-06 08:02:31 UTC (rev 252652)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=js
-pkgver=24.2.0
-pkgrel=2
-pkgdesc="JavaScript interpreter and libraries"
-arch=(i686 x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/24;
-license=(MPL)
-depends=(nspr gcc-libs readline zlib)
-makedepends=(python2 zip libffi)
-options=(!staticlibs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
-md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
-
-prepare() {
-  rm -rf mozjs-$pkgver/js/src/editline
-  rm -rf mozjs-$pkgver/js/src/ctypes/libffi
-}
-
-build() {
-  unset CPPFLAGS
-  cd mozjs-$pkgver/js/src
-  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
- --enable-readline --enable-threadsafe
-  make
-}
-
-check() {
-  cd mozjs-$pkgver/js/src
-  make check
-}
-
-package() {
-  cd mozjs-$pkgver/js/src
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js/repos/staging-i686/PKGBUILD (from rev 252651, js/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 08:02:31 UTC (rev 252652)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=js
+pkgver=24.2.0
+pkgrel=3
+pkgdesc="JavaScript interpreter and libraries"
+arch=(i686 x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/24;
+license=(MPL)
+depends=(nspr gcc-libs readline zlib)
+makedepends=(python2 zip libffi)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
+md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
+
+prepare() {
+  cd mozjs-$pkgver/js/src
+
+  rm -r editline
+  rm -r ctypes/libffi
+
+  # Fix incompatibility with Perl 5.22
+  sed -i 's/(defined\((@TEMPLATE_FILE)\))/\1/' config/milestone.pl
+}
+
+build() {
+  unset CPPFLAGS
+  cd mozjs-$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs-$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs-$pkgver/js/src
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 08:01:59 UTC (rev 252651)
+++ staging-x86_64/PKGBUILD 2015-12-06 08:02:31 UTC (rev 252652)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=js
-pkgver=24.2.0
-pkgrel=2
-pkgdesc="JavaScript interpreter and libraries"
-arch=(i686 x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/24;
-license=(MPL)
-depends=(nspr gcc-libs readline zlib)
-makedepends=(python2 zip libffi)
-options=(!staticlibs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
-md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
-
-prepare() {
-  rm -rf mozjs-$pkgver/js/src/editline
-  rm -rf mozjs-$pkgver/js/src/ctypes/libffi
-}
-
-build() {
-  unset CPPFLAGS
-  cd mozjs-$pkgver/js/src
-  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
- --enable-readline --enable-threadsafe
-  make
-}
-
-check() {
-  cd mozjs-$pkgver/js/src
-  make check
-}
-
-package() {
-  cd mozjs-$pkgver/js/src
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js/repos/staging-x86_64/PKGBUILD (from rev 252651, js/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 08:02:31 UTC (rev 252652)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=js
+pkgver=24.2.0
+pkgrel=3
+pkgdesc="JavaScript interpreter and 

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

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 09:02:55
  Author: allan
Revision: 252653

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  phonon/repos/staging-i686/
  phonon/repos/staging-i686/PKGBUILD
(from rev 252651, phonon/trunk/PKGBUILD)
  phonon/repos/staging-i686/qt-5.4.2.patch
(from rev 252651, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/staging-x86_64/
  phonon/repos/staging-x86_64/PKGBUILD
(from rev 252652, phonon/trunk/PKGBUILD)
  phonon/repos/staging-x86_64/qt-5.4.2.patch
(from rev 252652, phonon/trunk/qt-5.4.2.patch)

---+
 staging-i686/PKGBUILD |   76 
 staging-i686/qt-5.4.2.patch   |   23 
 staging-x86_64/PKGBUILD   |   76 
 staging-x86_64/qt-5.4.2.patch |   23 
 4 files changed, 198 insertions(+)

Copied: phonon/repos/staging-i686/PKGBUILD (from rev 252651, 
phonon/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 08:02:55 UTC (rev 252653)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.8.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
+options=('!emptydirs')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
+md5sums=('88bb9867261803eed61ff53a7c026338'
+ '0235218127e47f646dd037661970aa97')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+
+# Fix build with Qt 5.4.2
+  cd $pkgbase-$pkgver
+  patch -p1 -i "$srcdir"/qt-5.4.2.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc="The multimedia framework for KDE4"
+  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
+  optdepends=('pulseaudio: PulseAudio support')
+  replaces=('phonon')
+  provides=('phonon')
+  conflicts=('phonon')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Install headers into the Qt4 dir
+  install -d "${pkgdir}"/usr/include/qt4
+  mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/
+
+  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
+"${pkgdir}/usr/lib/pkgconfig/phonon.pc"
+}
+
+package_phonon-qt5(){
+  pkgdesc="The multimedia framework for KF5"
+  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
+  optdepends=('pulseaudio: PulseAudio support')
+
+  cd build-qt5
+  make DESTDIR="${pkgdir}" install
+}

Copied: phonon/repos/staging-i686/qt-5.4.2.patch (from rev 252651, 
phonon/trunk/qt-5.4.2.patch)
===
--- staging-i686/qt-5.4.2.patch (rev 0)
+++ staging-i686/qt-5.4.2.patch 2015-12-06 08:02:55 UTC (rev 252653)
@@ -0,0 +1,23 @@
+From: Hrvoje Senjan 
+Date: Thu, 28 May 2015 15:56:47 +
+Subject: Yet another _include_dirs fix
+X-Git-Url: 
http://quickgit.kde.org/?p=phonon.git=commitdiff=635b65fa417f49ac4ae189e926bf138efc6544d6
+---
+Yet another _include_dirs fix
+
+The variable is set as a definition, so mark it as such
+---
+
+
+--- a/cmake/FindPhononInternal.cmake
 b/cmake/FindPhononInternal.cmake
+@@ -409,7 +409,7 @@
+   file(WRITE "${_source_file}" "${_source}")
+   set(_include_dirs "-DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES}")
+ 
+-  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var)
++  try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} 
CMAKE_FLAGS "${CMAKE_CXX_FLAGS}" COMPILE_DEFINITIONS "${_include_dirs}" 
OUTPUT_VARIABLE _compile_output_var)
+ 
+   if(NOT _compile_result)
+  message("${_compile_output_var}")
+

Copied: phonon/repos/staging-x86_64/PKGBUILD (from rev 252652, 
phonon/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 08:02:55 UTC (rev 252653)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino 

[arch-commits] Commit in jack/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 09:25:44
  Author: foutrelis
Revision: 252661

C++11 ABI rebuild

Modified:
  jack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:18:05 UTC (rev 252660)
+++ PKGBUILD2015-12-06 08:25:44 UTC (rev 252661)
@@ -6,7 +6,7 @@
 pkgname=jack
 _longname=jack-audio-connection-kit
 pkgver=0.124.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')


[arch-commits] Commit in qtwebkit/repos (10 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:00:30
  Author: foutrelis
Revision: 252671

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qtwebkit/repos/staging-i686/
  qtwebkit/repos/staging-i686/PKGBUILD
(from rev 252670, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/staging-i686/gcc-5.patch
(from rev 252670, qtwebkit/trunk/gcc-5.patch)
  qtwebkit/repos/staging-i686/qwebview.patch
(from rev 252670, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/staging-i686/use-python2.patch
(from rev 252670, qtwebkit/trunk/use-python2.patch)
  qtwebkit/repos/staging-x86_64/
  qtwebkit/repos/staging-x86_64/PKGBUILD
(from rev 252670, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/staging-x86_64/gcc-5.patch
(from rev 252670, qtwebkit/trunk/gcc-5.patch)
  qtwebkit/repos/staging-x86_64/qwebview.patch
(from rev 252670, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/staging-x86_64/use-python2.patch
(from rev 252670, qtwebkit/trunk/use-python2.patch)

--+
 staging-i686/PKGBUILD|   70 +
 staging-i686/gcc-5.patch |   13 ++
 staging-i686/qwebview.patch  |   21 +++
 staging-i686/use-python2.patch   |   57 ++
 staging-x86_64/PKGBUILD  |   70 +
 staging-x86_64/gcc-5.patch   |   13 ++
 staging-x86_64/qwebview.patch|   21 +++
 staging-x86_64/use-python2.patch |   57 ++
 8 files changed, 322 insertions(+)

Copied: qtwebkit/repos/staging-i686/PKGBUILD (from rev 252670, 
qtwebkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:00:30 UTC (rev 252671)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtwebkit
+pkgver=2.3.4
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gst-plugins-base-libs')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt<4.8')
+_qtver=4.8.7
+source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+
"http://download.qt-project.org/official_releases/qt/4.8/${_qtver}/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch' 'gcc-5.patch')
+sha1sums=('31bc60de1cf26bb0766d539b4d564651ddbb0650'
+  '76aef40335c0701e5be7bb3a9101df5d22fe3666'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'c3df6107233f466a032e36681cee07f16536657c'
+  '5d506578ea30daeeeb1e91ab83876fe6d5669715')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/use-python2.patch
+
+# Fix build with GCC 5 (Fedora)
+  patch -p1 -i "$srcdir"/gcc-5.patch
+
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  OPTS="--no-webkit2"
+  if [ "${CARCH}" = "i686" ]; then
+  # FS#33418
+  OPTS="${OPTS} --no-force-sse2"
+  fi
+
+  export QTDIR=/usr
+  export PATH="/usr/lib/qt4/bin:$PATH"
+  Tools/Scripts/build-webkit --qt \
+--makeargs="${MAKEFLAGS}" \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Fix wrong libs path in pkgconfig file
+  perl -pi -e "s, -L${srcdir}/?\S+,,g" 
"${pkgdir}"/usr/lib/pkgconfig/QtWebKit.pc
+
+  # Fix wrong path in prl file
+  sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
"${pkgdir}"/usr/lib/libQtWebKit.prl
+}

Copied: qtwebkit/repos/staging-i686/gcc-5.patch (from rev 252670, 
qtwebkit/trunk/gcc-5.patch)
===
--- staging-i686/gcc-5.patch(rev 0)
+++ staging-i686/gcc-5.patch2015-12-06 09:00:30 UTC (rev 252671)
@@ -0,0 +1,13 @@
+--- webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp.gcc5 
2014-09-24 06:42:05.0 -0500
 webkit-qtwebkit-23/Source/JavaScriptCore/runtime/JSObject.cpp  
2015-03-20 08:15:53.192778375 -0500
+@@ -1922,6 +1922,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++template void 

[arch-commits] Commit in projectm/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:02:46
  Author: foutrelis
Revision: 148838

C++11 ABI rebuild

Modified:
  projectm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 06:56:26 UTC (rev 148837)
+++ PKGBUILD2015-12-06 09:02:46 UTC (rev 148838)
@@ -7,7 +7,7 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=11
+pkgrel=12
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')


[arch-commits] Commit in projectm/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:02:57
  Author: foutrelis
Revision: 148839

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  projectm/repos/community-staging-i686/
  projectm/repos/community-staging-i686/PKGBUILD
(from rev 148838, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch
(from rev 148838, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-i686/projectm-test-opengl.patch
(from rev 148838, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-staging-x86_64/
  projectm/repos/community-staging-x86_64/PKGBUILD
(from rev 148838, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-x86_64/projectm-install-vera-ttf.patch
(from rev 148838, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-x86_64/projectm-test-opengl.patch
(from rev 148838, projectm/trunk/projectm-test-opengl.patch)

--+
 community-staging-i686/PKGBUILD  |   94 +
 community-staging-i686/projectm-install-vera-ttf.patch   |   12 +
 community-staging-i686/projectm-test-opengl.patch|   19 ++
 community-staging-x86_64/PKGBUILD|   94 +
 community-staging-x86_64/projectm-install-vera-ttf.patch |   12 +
 community-staging-x86_64/projectm-test-opengl.patch  |   19 ++
 6 files changed, 250 insertions(+)

Copied: projectm/repos/community-staging-i686/PKGBUILD (from rev 148838, 
projectm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 09:02:57 UTC (rev 148839)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Alexander Baldeck 
+# Contributor: Denis A. Altoe Falqueto 
+
+pkgbase=projectm
+pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
+pkgver=2.1.0
+pkgrel=12
+arch=('x86_64' 'i686')
+url='http://projectm.sourceforge.net/'
+license=('LGPL')
+makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
+source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
+'projectm-test-opengl.patch'
+'projectm-install-vera-ttf.patch')
+sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
+'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
+'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110')
+
+prepare() {
+  cd "projectM-complete-$pkgver-Source"
+
+  patch -p1 -i "$srcdir/projectm-test-opengl.patch"
+  patch -p1 -i "$srcdir/projectm-install-vera-ttf.patch"
+  mkdir -p "$srcdir/build"
+}
+
+build() {
+  cd build
+
+  cmake \
+-Wno-dev \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DINCLUDE-PROJECTM-JACK=ON \
+"../projectM-complete-$pkgver-Source"
+  make
+}
+
+package_projectm() {
+  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
+  depends=('ftgl' 'glew' 'libgl')
+
+  cd "$srcdir/build"
+  for dirs in src/{NativePresets,libprojectM}; do
+make -C "$dirs" DESTDIR="$pkgdir" install
+  done
+}
+
+package_projectm-libvisual() {
+  pkgdesc='ProjectM plugin for XMMS'
+  depends=('projectm' 'libvisual' 'gcc-libs')
+  replaces=('libvisual-projectm')
+  provides=('libvisual-projectm')
+  
+  cd "$srcdir/build/src/projectM-libvisual"
+  make DESTDIR="$pkgdir" install
+}
+
+package_projectm-pulseaudio() {
+  pkgdesc='ProjectM support for Pulseaudio'
+  depends=('projectm-qt' 'pulseaudio')
+  
+  cd "$srcdir/build/src/projectM-pulseaudio"
+  make DESTDIR="$pkgdir" install
+}
+
+package_projectm-jack() {
+  pkgdesc='ProjectM support for Jack'
+  depends=('projectm-qt' 'jack')
+  
+  cd "$srcdir/build/src/projectM-jack"
+  make DESTDIR="$pkgdir" install
+}
+
+package_projectm-qt() {
+  pkgdesc='Qt bindings for ProjectM'
+  depends=('projectm' 'qt4' 'libgl')
+  
+  cd "$srcdir/build/src/projectM-qt"
+  make DESTDIR="$pkgdir" install
+}
+
+package_projectm-test() {
+  pkgdesc='ProjectM test applications'
+  depends=('projectm' 'sdl' 'libgl')
+  
+  cd "$srcdir/build/src/projectM-test"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch 
(from rev 148838, projectm/trunk/projectm-install-vera-ttf.patch)
===
--- community-staging-i686/projectm-install-vera-ttf.patch  
(rev 0)
+++ community-staging-i686/projectm-install-vera-ttf.patch  

[arch-commits] Commit in texlive-bin/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:19:00
  Author: foutrelis
Revision: 252679

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 252678, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 252678, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 252678, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 252678, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 252678, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 252678, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  337 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  337 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 796 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 252678, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:19:00 UTC (rev 252679)
@@ -0,0 +1,337 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=texlive-bin
+pkgver=2015.37497
+pkgrel=6
+_biber_ver=2.2 # for biblatex 3.0 only.
+pkgdesc="TeX Live binaries"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install="texlive.install"
+source=('fix-fontforge-encoding.patch'
+
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
"http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ '20be644511704910151560a4d99f6995'
+ '85e762642861eb6a75798cebe5d839f3'
+ '27931a5e7b3dae0ea4d3794c97c31bf3')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd "$srcdir"
+
+   if [ "${CARCH}" = "x86_64" ]; then
+ export CFLAGS="${CFLAGS} -fPIC"
+ export CXXFLAGS="${CXXFLAGS} -fPIC"
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale "xx_YY.utf8"
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+   

[arch-commits] Commit in qt-assistant-compat/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:19:50
  Author: foutrelis
Revision: 252680

C++11 ABI rebuild

Modified:
  qt-assistant-compat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:19:00 UTC (rev 252679)
+++ PKGBUILD2015-12-06 09:19:50 UTC (rev 252680)
@@ -3,7 +3,7 @@
 
 pkgname=qt-assistant-compat
 pkgver=4.6.3
-pkgrel=5
+pkgrel=6
 pkgdesc="compat version of Qt Assistant"
 url="http://qt-project.org/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:18:48
  Author: foutrelis
Revision: 252678

C++11 ABI rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:16:27 UTC (rev 252677)
+++ PKGBUILD2015-12-06 09:18:48 UTC (rev 252678)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2015.37497
-pkgrel=5
+pkgrel=6
 _biber_ver=2.2 # for biblatex 3.0 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')


[arch-commits] Commit in cups/repos (20 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 10:34:27
  Author: bpiotrowski
Revision: 252694

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cups/repos/staging-i686/
  cups/repos/staging-i686/PKGBUILD
(from rev 252693, cups/trunk/PKGBUILD)
  cups/repos/staging-i686/cups-1.6.0-fix-install-perms.patch
(from rev 252693, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/staging-i686/cups-1.6.2-statedir.patch
(from rev 252693, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/staging-i686/cups-no-export-ssllibs.patch
(from rev 252693, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-i686/cups-no-gcrypt.patch
(from rev 252693, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-i686/cups-no-gzip-man.patch
(from rev 252693, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/staging-i686/cups.install
(from rev 252693, cups/trunk/cups.install)
  cups/repos/staging-i686/cups.logrotate
(from rev 252693, cups/trunk/cups.logrotate)
  cups/repos/staging-i686/cups.pam
(from rev 252693, cups/trunk/cups.pam)
  cups/repos/staging-x86_64/
  cups/repos/staging-x86_64/PKGBUILD
(from rev 252693, cups/trunk/PKGBUILD)
  cups/repos/staging-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 252693, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/staging-x86_64/cups-1.6.2-statedir.patch
(from rev 252693, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/staging-x86_64/cups-no-export-ssllibs.patch
(from rev 252693, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/staging-x86_64/cups-no-gcrypt.patch
(from rev 252693, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/staging-x86_64/cups-no-gzip-man.patch
(from rev 252693, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/staging-x86_64/cups.install
(from rev 252693, cups/trunk/cups.install)
  cups/repos/staging-x86_64/cups.logrotate
(from rev 252693, cups/trunk/cups.logrotate)
  cups/repos/staging-x86_64/cups.pam
(from rev 252693, cups/trunk/cups.pam)

---+
 staging-i686/PKGBUILD |  169 
 staging-i686/cups-1.6.0-fix-install-perms.patch   |   25 ++
 staging-i686/cups-1.6.2-statedir.patch|   12 +
 staging-i686/cups-no-export-ssllibs.patch |   12 +
 staging-i686/cups-no-gcrypt.patch |   11 +
 staging-i686/cups-no-gzip-man.patch   |   18 ++
 staging-i686/cups.install |   28 +++
 staging-i686/cups.logrotate   |5 
 staging-i686/cups.pam |3 
 staging-x86_64/PKGBUILD   |  169 
 staging-x86_64/cups-1.6.0-fix-install-perms.patch |   25 ++
 staging-x86_64/cups-1.6.2-statedir.patch  |   12 +
 staging-x86_64/cups-no-export-ssllibs.patch   |   12 +
 staging-x86_64/cups-no-gcrypt.patch   |   11 +
 staging-x86_64/cups-no-gzip-man.patch |   18 ++
 staging-x86_64/cups.install   |   28 +++
 staging-x86_64/cups.logrotate |5 
 staging-x86_64/cups.pam   |3 
 18 files changed, 566 insertions(+)

Copied: cups/repos/staging-i686/PKGBUILD (from rev 252693, cups/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:34:27 UTC (rev 252694)
@@ -0,0 +1,169 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase="cups"
+pkgname=('libcups' 'cups')
+pkgver=2.1.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.cups.org/;
+makedepends=('libtiff>=4.0.0' 'libpng>=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls'
+ 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+source=(http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2{,.sig}
+cups.logrotate cups.pam
+# improve build and linking
+cups-no-export-ssllibs.patch
+cups-no-gcrypt.patch
+cups-no-gzip-man.patch
+cups-1.6.2-statedir.patch
+cups-1.6.0-fix-install-perms.patch
+# bugfixes
+)
+md5sums=('b3ba0ca676d56857bbd9b182ef4b14b3'
+ 'SKIP'
+ 'fc8286f185e2cc5f7e1f6843bf193e2b'
+ '96f82c38f3f540b53f3e5144900acf17'
+ '3ba9e3410df1dc3015463d615ef91b3b'
+ '1beb4896f217bc241bc08a422274ec0c'
+ '90c30380d4c8cd48a908cfdadae1ea24'
+ '451609db34f95209d64c38474de27ce1'
+ '5117f65342fcc69c6a506529e4daca9e')
+validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
+
+prepare() {
+
+  cd ${pkgbase}-${pkgver}
+  
+  # improve build and linking
+  # Do not export SSL libs in cups-config
+  patch -Np1 -i 

[arch-commits] Commit in graphviz/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:34:59
  Author: foutrelis
Revision: 252695

C++11 ABI rebuild

Modified:
  graphviz/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:34:27 UTC (rev 252694)
+++ PKGBUILD2015-12-06 09:34:59 UTC (rev 252695)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')


[arch-commits] Commit in graphviz/repos (10 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:35:11
  Author: foutrelis
Revision: 252696

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 252695, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/format-string.patch
(from rev 252695, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 252695, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 252695, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 252695, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/format-string.patch
(from rev 252695, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 252695, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 252695, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-i686/format-string.patch|   21 +++
 staging-i686/ghostscript918.patch   |   18 ++
 staging-i686/install|   12 ++
 staging-x86_64/PKGBUILD |   61 ++
 staging-x86_64/format-string.patch  |   21 +++
 staging-x86_64/ghostscript918.patch |   18 ++
 staging-x86_64/install  |   12 ++
 8 files changed, 224 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 252695, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:35:11 UTC (rev 252696)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=8
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'format-string.patch'
+'ghostscript918.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025'
+  'bcce75a535c277556e196638e59ea019b0a63fa1')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../format-string.patch # FS#42983
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
+   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
+}

Copied: graphviz/repos/staging-i686/format-string.patch (from rev 252695, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-12-06 09:35:11 UTC (rev 252696)
@@ -0,0 +1,21 @@
+diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
+--- old/lib/cgraph/scan.l  2014-04-13 10:40:25.0 -1000
 new/lib/cgraph/scan.l  2014-12-02 08:54:21.285050735 -1000
+@@ -149,7 +149,7 @@
+   agxbput(,buf);
+   agxbput(,fname);
+   agxbput(, " splits into two tokens\n");
+-  agerr(AGWARN,agxbuse());
++  agerr(AGWARN, "%s", agxbuse());
+ 
+   agxbfree();
+   return 1;
+@@ -225,7 +225,7 @@
+   agxbput (, buf);
+   agxbput (, yytext);
+   agxbput (,"'\n");
+-  agerr(AGERR,agxbuse());
++  agerr(AGERR, "%s", agxbuse());
+   agxbfree();
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 252695, 
graphviz/trunk/ghostscript918.patch)

[arch-commits] Commit in projectm/repos (12 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:09:16
  Author: foutrelis
Revision: 148845

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  projectm/repos/community-staging-i686/PKGBUILD
(from rev 148844, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch
(from rev 148844, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-i686/projectm-test-opengl.patch
(from rev 148844, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-staging-x86_64/PKGBUILD
(from rev 148844, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-x86_64/projectm-install-vera-ttf.patch
(from rev 148844, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-x86_64/projectm-test-opengl.patch
(from rev 148844, projectm/trunk/projectm-test-opengl.patch)
Deleted:
  projectm/repos/community-staging-i686/PKGBUILD
  projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch
  projectm/repos/community-staging-i686/projectm-test-opengl.patch
  projectm/repos/community-staging-x86_64/PKGBUILD
  projectm/repos/community-staging-x86_64/projectm-install-vera-ttf.patch
  projectm/repos/community-staging-x86_64/projectm-test-opengl.patch

--+
 /PKGBUILD|  188 +
 /projectm-install-vera-ttf.patch |   24 +
 /projectm-test-opengl.patch  |   38 ++
 community-staging-i686/PKGBUILD  |   94 --
 community-staging-i686/projectm-install-vera-ttf.patch   |   12 
 community-staging-i686/projectm-test-opengl.patch|   19 -
 community-staging-x86_64/PKGBUILD|   94 --
 community-staging-x86_64/projectm-install-vera-ttf.patch |   12 
 community-staging-x86_64/projectm-test-opengl.patch  |   19 -
 9 files changed, 250 insertions(+), 250 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-12-06 11:09:02 UTC (rev 148844)
+++ community-staging-i686/PKGBUILD 2015-12-06 11:09:16 UTC (rev 148845)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Alexander Baldeck 
-# Contributor: Denis A. Altoe Falqueto 
-
-pkgbase=projectm
-pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
-pkgver=2.1.0
-pkgrel=12
-arch=('x86_64' 'i686')
-url='http://projectm.sourceforge.net/'
-license=('LGPL')
-makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
-source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
-'projectm-test-opengl.patch'
-'projectm-install-vera-ttf.patch')
-sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
-'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
-'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110')
-
-prepare() {
-  cd "projectM-complete-$pkgver-Source"
-
-  patch -p1 -i "$srcdir/projectm-test-opengl.patch"
-  patch -p1 -i "$srcdir/projectm-install-vera-ttf.patch"
-  mkdir -p "$srcdir/build"
-}
-
-build() {
-  cd build
-
-  cmake \
--Wno-dev \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DINCLUDE-PROJECTM-JACK=ON \
-"../projectM-complete-$pkgver-Source"
-  make
-}
-
-package_projectm() {
-  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
-  depends=('ftgl' 'glew' 'libgl')
-
-  cd "$srcdir/build"
-  for dirs in src/{NativePresets,libprojectM}; do
-make -C "$dirs" DESTDIR="$pkgdir" install
-  done
-}
-
-package_projectm-libvisual() {
-  pkgdesc='ProjectM plugin for XMMS'
-  depends=('projectm' 'libvisual' 'gcc-libs')
-  replaces=('libvisual-projectm')
-  provides=('libvisual-projectm')
-  
-  cd "$srcdir/build/src/projectM-libvisual"
-  make DESTDIR="$pkgdir" install
-}
-
-package_projectm-pulseaudio() {
-  pkgdesc='ProjectM support for Pulseaudio'
-  depends=('projectm-qt' 'pulseaudio')
-  
-  cd "$srcdir/build/src/projectM-pulseaudio"
-  make DESTDIR="$pkgdir" install
-}
-
-package_projectm-jack() {
-  pkgdesc='ProjectM support for Jack'
-  depends=('projectm-qt' 'jack')
-  
-  cd "$srcdir/build/src/projectM-jack"
-  make DESTDIR="$pkgdir" install
-}
-
-package_projectm-qt() {
-  pkgdesc='Qt bindings for ProjectM'
-  depends=('projectm' 'qt4' 'libgl')
-  
-  cd "$srcdir/build/src/projectM-qt"
-  make DESTDIR="$pkgdir" install
-}
-
-package_projectm-test() {
-  pkgdesc='ProjectM test applications'
-  depends=('projectm' 'sdl' 'libgl')
-  
-  cd 

[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:08:40
  Author: fyan
Revision: 252725

C++11 ABI rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:08:26 UTC (rev 252724)
+++ PKGBUILD2015-12-06 11:08:40 UTC (rev 252725)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2015.37497
-pkgrel=6
+pkgrel=7
 _biber_ver=2.2 # for biblatex 3.0 only.
 pkgdesc="TeX Live binaries"
 license=('GPL')


[arch-commits] Commit in phonon/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:08:55
  Author: fyan
Revision: 252726

C++11 ABI rebuild

Modified:
  phonon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:08:40 UTC (rev 252725)
+++ PKGBUILD2015-12-06 11:08:55 UTC (rev 252726)
@@ -4,7 +4,7 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.8.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


[arch-commits] Commit in phonon-gstreamer/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:08:12
  Author: fyan
Revision: 252723

C++11 ABI rebuild

Modified:
  phonon-gstreamer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:07:58 UTC (rev 252722)
+++ PKGBUILD2015-12-06 11:08:12 UTC (rev 252723)
@@ -4,7 +4,7 @@
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
 pkgver=4.8.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


[arch-commits] Commit in jack/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:08:26
  Author: fyan
Revision: 252724

C++11 ABI rebuild

Modified:
  jack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:08:12 UTC (rev 252723)
+++ PKGBUILD2015-12-06 11:08:26 UTC (rev 252724)
@@ -6,7 +6,7 @@
 pkgname=jack
 _longname=jack-audio-connection-kit
 pkgver=0.124.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')


[arch-commits] Commit in projectm/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:09:02
  Author: foutrelis
Revision: 148844

C++11 ABI rebuild

Modified:
  projectm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:58:37 UTC (rev 148843)
+++ PKGBUILD2015-12-06 11:09:02 UTC (rev 148844)
@@ -7,7 +7,7 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=12
+pkgrel=13
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')


[arch-commits] Commit in portaudio/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 12:27:40
  Author: bpiotrowski
Revision: 148847

C++11 ABI rebuild

Modified:
  portaudio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:27:35 UTC (rev 148846)
+++ PKGBUILD2015-12-06 11:27:40 UTC (rev 148847)
@@ -6,7 +6,7 @@
 
 pkgname=portaudio
 pkgver=19_20140130
-pkgrel=2
+pkgrel=3
 pkgdesc='A free, cross-platform, open source, audio I/O library.'
 arch=('i686' 'x86_64')
 url='http://www.portaudio.com/'


[arch-commits] Commit in murmur/repos (28 files)

2015-12-06 Thread Sven-Hendrik Haase
Date: Sunday, December 6, 2015 @ 12:27:51
  Author: svenstaro
Revision: 148848

archrelease: copy trunk to community-i686, community-x86_64

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 148847, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 148847, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 148847, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 148847, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 148847, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 148847, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 148847, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 148847, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 148847, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 148847, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 148847, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 148847, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 148847, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 148847, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 ++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  104 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   18 +++
 /murmur.service |   22 +++
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   52 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |9 -
 community-i686/murmur.service   |   11 -
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |9 -
 community-x86_64/murmur.service |   11 -
 21 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2015-12-06 11:27:40 UTC 
(rev 148847)
+++ community-i686/0003-fix-long-username-query.patch   2015-12-06 11:27:51 UTC 
(rev 148848)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers ) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git 

[arch-commits] Commit in portaudio/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 12:27:51
  Author: bpiotrowski
Revision: 148849

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  portaudio/repos/community-staging-i686/PKGBUILD
(from rev 148847, portaudio/trunk/PKGBUILD)
  portaudio/repos/community-staging-x86_64/PKGBUILD
(from rev 148847, portaudio/trunk/PKGBUILD)
Deleted:
  portaudio/repos/community-staging-i686/PKGBUILD
  portaudio/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-staging-i686/PKGBUILD   |   34 --
 community-staging-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-12-06 11:27:51 UTC (rev 148848)
+++ community-staging-i686/PKGBUILD 2015-12-06 11:27:51 UTC (rev 148849)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-# Contributor: Bob Finch 
-
-pkgname=portaudio
-pkgver=19_20140130
-pkgrel=2
-pkgdesc='A free, cross-platform, open source, audio I/O library.'
-arch=('i686' 'x86_64')
-url='http://www.portaudio.com/'
-license=('custom')
-depends=('gcc-libs' 'jack')
-conflicts=('portaudio_cpp')
-provides=('portaudio_cpp')
-replaces=('portaudio_cpp')
-options=('!makeflags')
-source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz;)
-md5sums=('7f220406902af9dca009668e198cbd23')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-cxx
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: portaudio/repos/community-staging-i686/PKGBUILD (from rev 148847, 
portaudio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 11:27:51 UTC (rev 148849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+# Contributor: Bob Finch 
+
+pkgname=portaudio
+pkgver=19_20140130
+pkgrel=3
+pkgdesc='A free, cross-platform, open source, audio I/O library.'
+arch=('i686' 'x86_64')
+url='http://www.portaudio.com/'
+license=('custom')
+depends=('gcc-libs' 'jack')
+conflicts=('portaudio_cpp')
+provides=('portaudio_cpp')
+replaces=('portaudio_cpp')
+options=('!makeflags')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz;)
+md5sums=('7f220406902af9dca009668e198cbd23')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./configure --prefix=/usr --enable-cxx
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-12-06 11:27:51 UTC (rev 148848)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 11:27:51 UTC (rev 148849)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-# Contributor: Bob Finch 
-
-pkgname=portaudio
-pkgver=19_20140130
-pkgrel=2
-pkgdesc='A free, cross-platform, open source, audio I/O library.'
-arch=('i686' 'x86_64')
-url='http://www.portaudio.com/'
-license=('custom')
-depends=('gcc-libs' 'jack')
-conflicts=('portaudio_cpp')
-provides=('portaudio_cpp')
-replaces=('portaudio_cpp')
-options=('!makeflags')
-source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz;)
-md5sums=('7f220406902af9dca009668e198cbd23')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-cxx
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: portaudio/repos/community-staging-x86_64/PKGBUILD (from rev 148847, 
portaudio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 11:27:51 UTC (rev 148849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+# Contributor: Bob Finch 
+
+pkgname=portaudio

[arch-commits] Commit in jsoncpp/repos (4 files)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 12:29:04
  Author: allan
Revision: 252738

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  jsoncpp/repos/staging-i686/PKGBUILD
(from rev 252736, jsoncpp/trunk/PKGBUILD)
  jsoncpp/repos/staging-x86_64/PKGBUILD
(from rev 252737, jsoncpp/trunk/PKGBUILD)
Deleted:
  jsoncpp/repos/staging-i686/PKGBUILD
  jsoncpp/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 staging-i686/PKGBUILD   |   38 ---
 staging-x86_64/PKGBUILD |   38 ---
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:28:33 UTC (rev 252737)
+++ staging-i686/PKGBUILD   2015-12-06 11:29:04 UTC (rev 252738)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jonahtan Schaeffer 
-# COntributor: Drake Arconis 
-
-pkgname=jsoncpp
-pkgver=1.6.5
-pkgrel=2
-pkgdesc='A C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('2bb16bb8d2b867acbdd71d1855062a89')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: jsoncpp/repos/staging-i686/PKGBUILD (from rev 252736, 
jsoncpp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:29:04 UTC (rev 252738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.6.5
+pkgrel=3
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('2bb16bb8d2b867acbdd71d1855062a89')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_STATIC_LIBS=OFF
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd  ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:28:33 UTC (rev 252737)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:29:04 UTC (rev 252738)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jonahtan Schaeffer 
-# COntributor: Drake Arconis 
-
-pkgname=jsoncpp
-pkgver=1.6.5
-pkgrel=2
-pkgdesc='A C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-license=('MIT' 'custom:Public_Domain')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('2bb16bb8d2b867acbdd71d1855062a89')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_STATIC_LIBS=OFF
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd  ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: jsoncpp/repos/staging-x86_64/PKGBUILD (from rev 252737, 
jsoncpp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:29:04 UTC (rev 252738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp

[arch-commits] Commit in strigi/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:28:07
  Author: foutrelis
Revision: 252736

C++11 ABI rebuild

Modified:
  strigi/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:27:47 UTC (rev 252735)
+++ PKGBUILD2015-12-06 11:28:07 UTC (rev 252736)
@@ -4,7 +4,7 @@
 
 pkgname=strigi
 pkgver=0.7.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast crawling desktop search engine with Qt GUI"
 arch=('i686' 'x86_64')
 url='http://strigi.sourceforge.net/'


[arch-commits] Commit in strigi/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:28:33
  Author: foutrelis
Revision: 252737

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  strigi/repos/staging-i686/PKGBUILD
(from rev 252736, strigi/trunk/PKGBUILD)
  strigi/repos/staging-i686/gcc48.patch
(from rev 252736, strigi/trunk/gcc48.patch)
  strigi/repos/staging-x86_64/PKGBUILD
(from rev 252736, strigi/trunk/PKGBUILD)
  strigi/repos/staging-x86_64/gcc48.patch
(from rev 252736, strigi/trunk/gcc48.patch)
Deleted:
  strigi/repos/staging-i686/PKGBUILD
  strigi/repos/staging-i686/gcc48.patch
  strigi/repos/staging-x86_64/PKGBUILD
  strigi/repos/staging-x86_64/gcc48.patch

+
 /PKGBUILD  |   96 +++
 /gcc48.patch   |   24 ++
 staging-i686/PKGBUILD  |   48 -
 staging-i686/gcc48.patch   |   12 -
 staging-x86_64/PKGBUILD|   48 -
 staging-x86_64/gcc48.patch |   12 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:28:07 UTC (rev 252736)
+++ staging-i686/PKGBUILD   2015-12-06 11:28:33 UTC (rev 252737)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=strigi
-pkgver=0.7.8
-pkgrel=8
-pkgdesc="Fast crawling desktop search engine with Qt GUI"
-arch=('i686' 'x86_64')
-url='http://strigi.sourceforge.net/'
-license=('GPL2')
-depends=('dbus' 'exiv2' 'libxml2' 'bzip2')
-makedepends=('cmake')
-optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
-'kdesdk-strigi-analyzers: strigi analyzers for KDE SDK')
-source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'gcc48.patch')
-md5sums=('d69443234f4286d71997db9de543331a'
- 'd48d65014650644ba61821813101c2f4')
-
-prepare() {
-  mkdir build
-  
-  cd ${pkgname}-${pkgver}/libstreams
-  patch -p1 -i "${srcdir}"/gcc48.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_INOTIFY=ON \
--DENABLE_LOG4CXX=OFF \
--DENABLE_FAM=OFF \
--DENABLE_CLUCENE=OFF \
--DENABLE_CLUCENE_NG=OFF \
--DENABLE_FFMPEG=OFF \
--DENABLE_QT4=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: strigi/repos/staging-i686/PKGBUILD (from rev 252736, 
strigi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:28:33 UTC (rev 252737)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=9
+pkgdesc="Fast crawling desktop search engine with Qt GUI"
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('dbus' 'exiv2' 'libxml2' 'bzip2')
+makedepends=('cmake')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzers: strigi analyzers for KDE SDK')
+source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'gcc48.patch')
+md5sums=('d69443234f4286d71997db9de543331a'
+ 'd48d65014650644ba61821813101c2f4')
+
+prepare() {
+  mkdir build
+  
+  cd ${pkgname}-${pkgver}/libstreams
+  patch -p1 -i "${srcdir}"/gcc48.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF \
+-DENABLE_QT4=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-i686/gcc48.patch
===
--- staging-i686/gcc48.patch2015-12-06 11:28:07 UTC (rev 252736)
+++ staging-i686/gcc48.patch2015-12-06 11:28:33 UTC (rev 252737)
@@ -1,12 +0,0 @@
 a/include/strigi/bufferedstream.h
-+++ b/include/strigi/bufferedstream.h
-@@ -34,7 +34,7 @@
-  * BufferedStream will do the rest.
-  */
- template 
--class BufferedStream : public StreamBase {
-+class STREAMS_EXPORT BufferedStream : public StreamBase {
- private:
- StreamBuffer buffer;
- bool finishedWritingToBuffer;
-

Copied: strigi/repos/staging-i686/gcc48.patch (from rev 252736, 
strigi/trunk/gcc48.patch)
===
--- 

[arch-commits] Commit in murmur/trunk (PKGBUILD)

2015-12-06 Thread Sven-Hendrik Haase
Date: Sunday, December 6, 2015 @ 12:27:35
  Author: svenstaro
Revision: 148846

upgpkg: murmur 1.2.11-1

upstream release 1.2.11

Modified:
  murmur/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:09:16 UTC (rev 148845)
+++ PKGBUILD2015-12-06 11:27:35 UTC (rev 148846)
@@ -4,7 +4,7 @@
 # Contributor: Malte Rabenseifner  
 
 pkgname=murmur
-pkgver=1.2.10
+pkgver=1.2.11
 pkgrel=1
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 
source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig}
 "murmur.dbus.conf"
 "murmur.service")
-md5sums=('14ab2e9174b7ca87623e63aa56dd6d5b'
+md5sums=('bd1f15c6c8c8950e1d02452689759d38'
  'SKIP'
  'eddea4cdbd0bde4b960a67e16b5d5478'
  'd27a9adcd7561859e7b033046729bc0e')


[arch-commits] Commit in jsoncpp/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 12:27:47
  Author: allan
Revision: 252735

C++11 ABI rebuild

Modified:
  jsoncpp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:26:52 UTC (rev 252734)
+++ PKGBUILD2015-12-06 11:27:47 UTC (rev 252735)
@@ -5,7 +5,7 @@
 
 pkgname=jsoncpp
 pkgver=1.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
 license=('MIT' 'custom:Public_Domain')


[arch-commits] Commit in zita-resampler/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:44:14
  Author: fyan
Revision: 252748

C++11 ABI rebuild

Modified:
  zita-resampler/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:43:38 UTC (rev 252747)
+++ PKGBUILD2015-12-06 11:44:14 UTC (rev 252748)
@@ -4,7 +4,7 @@
 
 pkgname=zita-resampler
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A C++ library for resampling audio signals"
 url="http://kokkinizita.linuxaudio.org/linuxaudio/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in mariadb/repos (20 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:44:47
  Author: foutrelis
Revision: 252751

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mariadb/repos/staging-i686/PKGBUILD
(from rev 252749, mariadb/trunk/PKGBUILD)
  mariadb/repos/staging-i686/mariadb-post.sh
(from rev 252749, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/staging-i686/mariadb-tmpfile.conf
(from rev 252749, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/staging-i686/mariadb.install
(from rev 252749, mariadb/trunk/mariadb.install)
  mariadb/repos/staging-i686/mariadb.service
(from rev 252749, mariadb/trunk/mariadb.service)
  mariadb/repos/staging-x86_64/PKGBUILD
(from rev 252749, mariadb/trunk/PKGBUILD)
  mariadb/repos/staging-x86_64/mariadb-post.sh
(from rev 252749, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/staging-x86_64/mariadb-tmpfile.conf
(from rev 252749, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/staging-x86_64/mariadb.install
(from rev 252749, mariadb/trunk/mariadb.install)
  mariadb/repos/staging-x86_64/mariadb.service
(from rev 252749, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/staging-i686/PKGBUILD
  mariadb/repos/staging-i686/mariadb-post.sh
  mariadb/repos/staging-i686/mariadb-tmpfile.conf
  mariadb/repos/staging-i686/mariadb.install
  mariadb/repos/staging-i686/mariadb.service
  mariadb/repos/staging-x86_64/PKGBUILD
  mariadb/repos/staging-x86_64/mariadb-post.sh
  mariadb/repos/staging-x86_64/mariadb-tmpfile.conf
  mariadb/repos/staging-x86_64/mariadb.install
  mariadb/repos/staging-x86_64/mariadb.service

-+
 /PKGBUILD   |  316 ++
 /mariadb-post.sh|   16 +
 /mariadb-tmpfile.conf   |2 
 /mariadb.install|   70 +++
 /mariadb.service|   32 +++
 staging-i686/PKGBUILD   |  158 -
 staging-i686/mariadb-post.sh|8 
 staging-i686/mariadb-tmpfile.conf   |1 
 staging-i686/mariadb.install|   35 ---
 staging-i686/mariadb.service|   16 -
 staging-x86_64/PKGBUILD |  158 -
 staging-x86_64/mariadb-post.sh  |8 
 staging-x86_64/mariadb-tmpfile.conf |1 
 staging-x86_64/mariadb.install  |   35 ---
 staging-x86_64/mariadb.service  |   16 -
 15 files changed, 436 insertions(+), 436 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:44:46 UTC (rev 252750)
+++ staging-i686/PKGBUILD   2015-12-06 11:44:47 UTC (rev 252751)
@@ -1,158 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.1.9
-_pkgver=${pkgver/.a/a}
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre'
- 'jemalloc' 'lz4' 'boost') 
source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
 mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('71d0e2408a671e1125c1310ce657f688'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer 

[arch-commits] Commit in zita-resampler/repos (4 files)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:44:46
  Author: fyan
Revision: 252750

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  zita-resampler/repos/staging-i686/PKGBUILD
(from rev 252748, zita-resampler/trunk/PKGBUILD)
  zita-resampler/repos/staging-x86_64/PKGBUILD
(from rev 252749, zita-resampler/trunk/PKGBUILD)
Deleted:
  zita-resampler/repos/staging-i686/PKGBUILD
  zita-resampler/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  142 ++
 staging-i686/PKGBUILD   |   71 ---
 staging-x86_64/PKGBUILD |   71 ---
 3 files changed, 142 insertions(+), 142 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:44:32 UTC (rev 252749)
+++ staging-i686/PKGBUILD   2015-12-06 11:44:46 UTC (rev 252750)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="A C++ library for resampling audio signals"
-url="http://kokkinizita.linuxaudio.org/linuxaudio/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'libsndfile')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#36248 - strip march=native
-  sed -i '/native/d' {libs,apps}/Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  make PREFIX=/usr
-
-  # create lib link for building apps
-  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
-
-  # apps
-  cd ../apps
-  CXXFLAGS+=" -I../libs" \
-  LDFLAGS+=" -L../libs" \
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/libs"
-
-  # lib
-  install -Dm755 lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
-
-  # links
-  ln -s lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so"
-  ln -s lib$pkgname.so.$pkgver \
-"$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
-
-  # headers
-  install -d "$pkgdir/usr/include/$pkgname"
-  install -Dm644 $pkgname/*.h \
-"$pkgdir/usr/include/$pkgname"
-
-  # apps
-  install -d "$pkgdir/usr/bin"
-  install -Dm755 ../apps/zre{sample,tune} \
-"$pkgdir/usr/bin"
-
-  # docs
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 ../docs/* \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  # man
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 ../apps/zre{sample,tune}.1 \
-"$pkgdir/usr/share/man/man1"
-}

Copied: zita-resampler/repos/staging-i686/PKGBUILD (from rev 252748, 
zita-resampler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:44:46 UTC (rev 252750)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="A C++ library for resampling audio signals"
+url="http://kokkinizita.linuxaudio.org/linuxaudio/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so.$pkgver"
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so"
+  ln -s lib$pkgname.so.$pkgver \
+"$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}"
+
+  # headers
+  install -d "$pkgdir/usr/include/$pkgname"
+  install -Dm644 $pkgname/*.h \
+"$pkgdir/usr/include/$pkgname"
+
+  # apps
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 ../apps/zre{sample,tune} \
+"$pkgdir/usr/bin"
+
+  # docs
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 ../docs/* \
+"$pkgdir/usr/share/doc/$pkgname"
+
+  # man
+  install -d "$pkgdir/usr/share/man/man1"
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+"$pkgdir/usr/share/man/man1"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:44:32 UTC (rev 252749)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:44:46 UTC (rev 252750)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=zita-resampler
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="A C++ library for resampling audio signals"

[arch-commits] Commit in php/trunk (PKGBUILD)

2015-12-06 Thread Pierre Schmitz
Date: Sunday, December 6, 2015 @ 12:43:38
  Author: pierre
Revision: 252747

Fix the test suite

Modified:
  php/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:42:53 UTC (rev 252746)
+++ PKGBUILD2015-12-06 11:43:38 UTC (rev 252747)
@@ -217,23 +217,21 @@
 }
 
 check() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
# tests on i686 fail
[[ $CARCH == 'i686' ]] && return
# a couple of tests fail in btrfs-backed chroots
[[ $(stat -f -c %T .) == btrfs ]] && return
 
-   cd ${srcdir}/build-php
-
export REPORT_EXIT_STATUS=1
export NO_INTERACTION=1
export SKIP_ONLINE_TESTS=1
export SKIP_SLOW_TESTS=1
 
-   sapi/cli/php -n \
-   ${srcdir}/${pkgbase}-${pkgver}/run-tests.php -n -P \
-   
${srcdir}/${pkgbase}-${pkgver}/{Zend,ext/{date,pcre,spl,standard},sapi/cli}
-
-   echo
+   ${srcdir}/build-php/sapi/cli/php -n \
+   run-tests.php -n -P \
+   {tests,Zend,ext/{spl,standard},sapi/cli}
 }
 
 package_php() {


[arch-commits] Commit in attica-qt4/repos (4 files)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:42:53
  Author: fyan
Revision: 252746

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  attica-qt4/repos/staging-i686/PKGBUILD
(from rev 252745, attica-qt4/trunk/PKGBUILD)
  attica-qt4/repos/staging-x86_64/PKGBUILD
(from rev 252745, attica-qt4/trunk/PKGBUILD)
Deleted:
  attica-qt4/repos/staging-i686/PKGBUILD
  attica-qt4/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   68 ++
 staging-i686/PKGBUILD   |   34 ---
 staging-x86_64/PKGBUILD |   34 ---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:42:22 UTC (rev 252745)
+++ staging-i686/PKGBUILD   2015-12-06 11:42:53 UTC (rev 252746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=attica-qt4
-pkgver=0.4.2
-pkgrel=2
-pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/attica'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-provides=('attica')
-replaces=('attica')
-conflicts=('attica')
-source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../attica-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: attica-qt4/repos/staging-i686/PKGBUILD (from rev 252745, 
attica-qt4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:42:53 UTC (rev 252746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=3
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+provides=('attica')
+replaces=('attica')
+conflicts=('attica')
+source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
+md5sums=('d62c5c9489a68432e8d990dde7680c24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:42:22 UTC (rev 252745)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:42:53 UTC (rev 252746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=attica-qt4
-pkgver=0.4.2
-pkgrel=2
-pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/attica'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-provides=('attica')
-replaces=('attica')
-conflicts=('attica')
-source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
-md5sums=('d62c5c9489a68432e8d990dde7680c24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../attica-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: attica-qt4/repos/staging-x86_64/PKGBUILD (from rev 252745, 
attica-qt4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:42:53 UTC (rev 252746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=attica-qt4
+pkgver=0.4.2
+pkgrel=3
+pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+provides=('attica')
+replaces=('attica')
+conflicts=('attica')
+source=("http://download.kde.org/stable/attica/attica-${pkgver}.tar.bz2;)
+md5sums=('d62c5c9489a68432e8d990dde7680c24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../attica-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mariadb/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:44:32
  Author: foutrelis
Revision: 252749

C++11 ABI rebuild

Modified:
  mariadb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:44:14 UTC (rev 252748)
+++ PKGBUILD2015-12-06 11:44:32 UTC (rev 252749)
@@ -5,7 +5,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.1.9
 _pkgver=${pkgver/.a/a}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'


[arch-commits] Commit in openal/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:11:39
  Author: bpiotrowski
Revision: 252781

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  openal/repos/staging-i686/PKGBUILD
(from rev 252779, openal/trunk/PKGBUILD)
  openal/repos/staging-x86_64/PKGBUILD
(from rev 252779, openal/trunk/PKGBUILD)
Deleted:
  openal/repos/staging-i686/PKGBUILD
  openal/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   96 ++
 staging-i686/PKGBUILD   |   48 ---
 staging-x86_64/PKGBUILD |   48 ---
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:11:37 UTC (rev 252780)
+++ staging-i686/PKGBUILD   2015-12-06 12:11:39 UTC (rev 252781)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgbase=openal
-pkgname=(openal openal-examples)
-pkgver=1.17.0
-pkgrel=3
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
- git)
-_commit=63567526b0a17449baf57053d11688aa277a7e40
-source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build examples
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft
-  make
-}
-
-package_openal() {
-  optdepends=('qt4: alsoft-config GUI Configurator'
-  'fluidsynth: MIDI rendering')
-
-  make -C build DESTDIR="$pkgdir/" install
-  install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/"
-
-### Split openal-examples
-  mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/
-}
-
-package_openal-examples() {
-  pkgdesc+=" (example programs)"
-  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
-
-  mkdir -p "$pkgdir/usr/bin"
-  mv examples/* "$pkgdir/usr/bin/"
-}

Copied: openal/repos/staging-i686/PKGBUILD (from rev 252779, 
openal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:11:39 UTC (rev 252781)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.17.0
+pkgrel=4
+pkgdesc="A cross-platform 3D audio library"
+arch=(i686 x86_64)
+url="http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
+ git)
+_commit=63567526b0a17449baf57053d11688aa277a7e40
+source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build examples
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft
+  make
+}
+
+package_openal() {
+  optdepends=('qt4: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
+  make -C build DESTDIR="$pkgdir/" install
+  install -m644 $pkgbase-soft/{env-vars,hrtf}.txt "$pkgdir/usr/share/openal/"
+
+### Split openal-examples
+  mv "$pkgdir"/usr/bin/al{ffplay,latency,loopback,reverb,stream} examples/
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir -p "$pkgdir/usr/bin"
+  mv examples/* "$pkgdir/usr/bin/"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 12:11:37 UTC (rev 252780)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:11:39 UTC (rev 252781)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgbase=openal
-pkgname=(openal openal-examples)
-pkgver=1.17.0
-pkgrel=3
-pkgdesc="A cross-platform 3D audio library"
-arch=(i686 x86_64)
-url="http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt4 fluidsynth portaudio jack 
sdl2 sdl_sound ffmpeg
- git)
-_commit=63567526b0a17449baf57053d11688aa277a7e40
-source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build examples
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release 
../$pkgbase-soft
-  make
-}
-

[arch-commits] Commit in phonon/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:11:17
  Author: foutrelis
Revision: 252778

C++11 ABI rebuild

Modified:
  phonon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:09:52 UTC (rev 252777)
+++ PKGBUILD2015-12-06 12:11:17 UTC (rev 252778)
@@ -4,7 +4,7 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.8.3
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


[arch-commits] Commit in phonon/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:11:37
  Author: foutrelis
Revision: 252780

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  phonon/repos/staging-i686/PKGBUILD
(from rev 252778, phonon/trunk/PKGBUILD)
  phonon/repos/staging-i686/qt-5.4.2.patch
(from rev 252778, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/staging-x86_64/PKGBUILD
(from rev 252779, phonon/trunk/PKGBUILD)
  phonon/repos/staging-x86_64/qt-5.4.2.patch
(from rev 252779, phonon/trunk/qt-5.4.2.patch)
Deleted:
  phonon/repos/staging-i686/PKGBUILD
  phonon/repos/staging-i686/qt-5.4.2.patch
  phonon/repos/staging-x86_64/PKGBUILD
  phonon/repos/staging-x86_64/qt-5.4.2.patch

---+
 /PKGBUILD |  152 
 /qt-5.4.2.patch   |   46 
 staging-i686/PKGBUILD |   76 
 staging-i686/qt-5.4.2.patch   |   23 --
 staging-x86_64/PKGBUILD   |   76 
 staging-x86_64/qt-5.4.2.patch |   23 --
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:11:28 UTC (rev 252779)
+++ staging-i686/PKGBUILD   2015-12-06 12:11:37 UTC (rev 252780)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.8.3
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
-options=('!emptydirs')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
-md5sums=('88bb9867261803eed61ff53a7c026338'
- '0235218127e47f646dd037661970aa97')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-
-# Fix build with Qt 5.4.2
-  cd $pkgbase-$pkgver
-  patch -p1 -i "$srcdir"/qt-5.4.2.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc="The multimedia framework for KDE4"
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Install headers into the Qt4 dir
-  install -d "${pkgdir}"/usr/include/qt4
-  mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-"${pkgdir}/usr/lib/pkgconfig/phonon.pc"
-}
-
-package_phonon-qt5(){
-  pkgdesc="The multimedia framework for KF5"
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon/repos/staging-i686/PKGBUILD (from rev 252778, 
phonon/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:11:37 UTC (rev 252780)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.8.3
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 
'qt5-tools' 'qt5-quick1')
+options=('!emptydirs')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'qt-5.4.2.patch')
+md5sums=('88bb9867261803eed61ff53a7c026338'
+ '0235218127e47f646dd037661970aa97')
+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+
+# Fix build with Qt 5.4.2
+  cd $pkgbase-$pkgver
+  patch -p1 -i "$srcdir"/qt-5.4.2.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr 

[arch-commits] Commit in openal/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:11:28
  Author: bpiotrowski
Revision: 252779

C++11 ABI rebuild

Modified:
  openal/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:11:17 UTC (rev 252778)
+++ PKGBUILD2015-12-06 12:11:28 UTC (rev 252779)
@@ -6,7 +6,7 @@
 pkgbase=openal
 pkgname=(openal openal-examples)
 pkgver=1.17.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A cross-platform 3D audio library"
 arch=(i686 x86_64)
 url="http://www.openal.org/;


[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:39:55
  Author: bpiotrowski
Revision: 252802

C++11 ABI rebuild

Modified:
  harfbuzz/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:38:39 UTC (rev 252801)
+++ PKGBUILD2015-12-06 12:39:55 UTC (rev 252802)
@@ -4,7 +4,7 @@
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;


[arch-commits] Commit in harfbuzz/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:40:04
  Author: bpiotrowski
Revision: 252803

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-i686/PKGBUILD
(from rev 252802, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/staging-x86_64/PKGBUILD
(from rev 252802, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   58 ++
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 --
 3 files changed, 116 insertions(+), 58 deletions(-)

Copied: harfbuzz/repos/staging-i686/PKGBUILD (from rev 252802, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:40:04 UTC (rev 252803)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  PATH="$srcdir/path:$PATH" make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 12:39:55 UTC (rev 252802)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:40:04 UTC (rev 252803)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f')
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  PATH="$srcdir/path:$PATH" make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/staging-x86_64/PKGBUILD (from rev 252802, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:40:04 UTC (rev 252803)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="OpenType text shaping engine"

[arch-commits] Commit in libgme/repos (4 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:49:06
  Author: foutrelis
Revision: 252813

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libgme/repos/staging-i686/PKGBUILD
(from rev 252812, libgme/trunk/PKGBUILD)
  libgme/repos/staging-x86_64/PKGBUILD
(from rev 252812, libgme/trunk/PKGBUILD)
Deleted:
  libgme/repos/staging-i686/PKGBUILD
  libgme/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   58 ++
 staging-i686/PKGBUILD   |   29 ---
 staging-x86_64/PKGBUILD |   29 ---
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:48:58 UTC (rev 252812)
+++ staging-i686/PKGBUILD   2015-12-06 12:49:06 UTC (rev 252813)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributer: Emmanuel Gil Peyrot 
-
-pkgname=libgme
-pkgver=0.6.0
-pkgrel=4
-pkgdesc="Video game music file emulation/playback library"
-url="http://game-music-emu.googlecode.com/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("https://sources.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
-md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
-
-build() {
-  cd "${srcdir}/game-music-emu-${pkgver}"
-  mkdir build
-  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/game-music-emu-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgme/repos/staging-i686/PKGBUILD (from rev 252812, 
libgme/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:49:06 UTC (rev 252813)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributer: Emmanuel Gil Peyrot 
+
+pkgname=libgme
+pkgver=0.6.0
+pkgrel=5
+pkgdesc="Video game music file emulation/playback library"
+url="http://game-music-emu.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("https://sources.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
+md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
+
+build() {
+  cd "${srcdir}/game-music-emu-${pkgver}"
+  mkdir build
+  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/game-music-emu-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 12:48:58 UTC (rev 252812)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:49:06 UTC (rev 252813)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributer: Emmanuel Gil Peyrot 
-
-pkgname=libgme
-pkgver=0.6.0
-pkgrel=4
-pkgdesc="Video game music file emulation/playback library"
-url="http://game-music-emu.googlecode.com/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("https://sources.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
-md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
-
-build() {
-  cd "${srcdir}/game-music-emu-${pkgver}"
-  mkdir build
-  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/game-music-emu-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgme/repos/staging-x86_64/PKGBUILD (from rev 252812, 
libgme/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 12:49:06 UTC (rev 252813)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributer: Emmanuel Gil Peyrot 
+
+pkgname=libgme
+pkgver=0.6.0
+pkgrel=5
+pkgdesc="Video game music file emulation/playback library"
+url="http://game-music-emu.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("https://sources.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz;)
+md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
+
+build() {
+  cd "${srcdir}/game-music-emu-${pkgver}"
+  mkdir build
+  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/game-music-emu-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in java7-openjdk/repos (24 files)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 14:31:18
  Author: allan
Revision: 252823

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  java7-openjdk/repos/staging-i686/PKGBUILD
(from rev 252820, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/staging-i686/fontconfig-paths.diff
(from rev 252820, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/staging-i686/jdk7-openjdk.install
(from rev 252820, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/staging-i686/jre7-openjdk-headless.install
(from rev 252820, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/staging-i686/jre7-openjdk.install
(from rev 252820, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/staging-i686/openjdk7_nonreparenting-wm.diff
(from rev 252820, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/staging-x86_64/PKGBUILD
(from rev 252820, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/staging-x86_64/fontconfig-paths.diff
(from rev 252821, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/staging-x86_64/jdk7-openjdk.install
(from rev 252822, java7-openjdk/trunk/jdk7-openjdk.install)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk-headless.install
(from rev 252822, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk.install
(from rev 252822, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/staging-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 252822, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/staging-i686/PKGBUILD
  java7-openjdk/repos/staging-i686/fontconfig-paths.diff
  java7-openjdk/repos/staging-i686/jdk7-openjdk.install
  java7-openjdk/repos/staging-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/staging-i686/jre7-openjdk.install
  java7-openjdk/repos/staging-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/staging-x86_64/PKGBUILD
  java7-openjdk/repos/staging-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/staging-x86_64/jdk7-openjdk.install
  java7-openjdk/repos/staging-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/staging-x86_64/jre7-openjdk.install
  java7-openjdk/repos/staging-x86_64/openjdk7_nonreparenting-wm.diff

+
 /PKGBUILD  |  644 +++
 /fontconfig-paths.diff |  268 +
 /jdk7-openjdk.install  |  100 +++
 /jre7-openjdk-headless.install |   96 +++
 /jre7-openjdk.install  |  110 +++
 /openjdk7_nonreparenting-wm.diff   |  116 
 staging-i686/PKGBUILD  |  322 ---
 staging-i686/fontconfig-paths.diff |  134 
 staging-i686/jdk7-openjdk.install  |   50 -
 staging-i686/jre7-openjdk-headless.install |   48 -
 staging-i686/jre7-openjdk.install  |   55 -
 staging-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 staging-x86_64/PKGBUILD|  322 ---
 staging-x86_64/fontconfig-paths.diff   |  134 
 staging-x86_64/jdk7-openjdk.install|   50 -
 staging-x86_64/jre7-openjdk-headless.install   |   48 -
 staging-x86_64/jre7-openjdk.install|   55 -
 staging-x86_64/openjdk7_nonreparenting-wm.diff |   58 --
 18 files changed, 1334 insertions(+), 1334 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 252822:252823 to see the changes.


[arch-commits] Commit in taglib/trunk (PKGBUILD)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 14:30:24
  Author: bluewind
Revision: 252821

C++11 ABI rebuild

Modified:
  taglib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 13:28:52 UTC (rev 252820)
+++ PKGBUILD2015-12-06 13:30:24 UTC (rev 252821)
@@ -7,7 +7,7 @@
 
 pkgname=taglib
 pkgver=1.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
 arch=(i686 x86_64)
 url="http://taglib.github.io/;


[arch-commits] Commit in taglib/repos (4 files)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 14:30:30
  Author: bluewind
Revision: 252822

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  taglib/repos/staging-i686/PKGBUILD
(from rev 252821, taglib/trunk/PKGBUILD)
  taglib/repos/staging-x86_64/PKGBUILD
(from rev 252821, taglib/trunk/PKGBUILD)
Deleted:
  taglib/repos/staging-i686/PKGBUILD
  taglib/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 staging-i686/PKGBUILD   |   37 ---
 staging-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 13:30:24 UTC (rev 252821)
+++ staging-i686/PKGBUILD   2015-12-06 13:30:30 UTC (rev 252822)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=taglib
-pkgver=1.10
-pkgrel=2
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=(i686 x86_64)
-url="http://taglib.github.io/;
-license=(LGPL MPL)
-depends=(zlib)
-makedepends=(cmake)
-source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
-md5sums=('5b4441a15423b046dd92a096e09ea22c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: taglib/repos/staging-i686/PKGBUILD (from rev 252821, 
taglib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 13:30:30 UTC (rev 252822)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=3
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/;
+license=(LGPL MPL)
+depends=(zlib)
+makedepends=(cmake)
+source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('5b4441a15423b046dd92a096e09ea22c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 13:30:24 UTC (rev 252821)
+++ staging-x86_64/PKGBUILD 2015-12-06 13:30:30 UTC (rev 252822)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Ike Devolder 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=taglib
-pkgver=1.10
-pkgrel=2
-pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
-arch=(i686 x86_64)
-url="http://taglib.github.io/;
-license=(LGPL MPL)
-depends=(zlib)
-makedepends=(cmake)
-source=("http://taglib.github.io/releases/$pkgname-$pkgver.tar.gz;)
-md5sums=('5b4441a15423b046dd92a096e09ea22c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_MP4=ON \
--DWITH_ASF=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: taglib/repos/staging-x86_64/PKGBUILD (from rev 252821, 
taglib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 13:30:30 UTC (rev 252822)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.10
+pkgrel=3
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=(i686 x86_64)
+url="http://taglib.github.io/;
+license=(LGPL MPL)
+depends=(zlib)

[arch-commits] Commit in doxygen/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 09:56:25
  Author: arojas
Revision: 252669

Fix build with flex 2.6

Modified:
  doxygen/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:52:46 UTC (rev 252668)
+++ PKGBUILD2015-12-06 08:56:25 UTC (rev 252669)
@@ -10,9 +10,12 @@
 url="http://www.doxygen.org/;
 makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
  'texlive-latexextra' 'graphviz' 'python2')
-source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('79767ccd986f12a0f949015efb5f058f')
-sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
+   
flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch;)
+md5sums=('79767ccd986f12a0f949015efb5f058f'
+ 'b282c91bac1888f607a3676a236d2828')
+sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
+  'aeeb45547de0f659789588b563210d9511c6a291')
 
 prepare() {
   mkdir build
@@ -21,6 +24,9 @@
   # Install the man pages in the right place
   sed -i 's:DESTINATION man/man1:DESTINATION 
"${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
 doc/CMakeLists.txt
+
+  # Fix build with flex 2.6
+  patch -p1 -i ../flex-2.6.patch
 }
 
 build() {


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:29:42
  Author: foutrelis
Revision: 252688

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 252687, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 252687, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 252687, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 252687, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   99 
 staging-i686/perlmagick.rpath.patch   |   11 +++
 staging-x86_64/PKGBUILD   |   99 
 staging-x86_64/perlmagick.rpath.patch |   11 +++
 4 files changed, 220 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 252687, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:29:42 UTC (rev 252688)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.9.2.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
+ 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+perlmagick.rpath.patch)
+sha1sums=('3fbca3a326b4756bf491329cb45dc67136e59a11'
+  'SKIP'
+  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
+
+prepare() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+}
+
+build() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
+  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
+--enable-hdri --with-wmf --with-openexr --with-xml \
+--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
+--enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
+--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
+  make
+}
+
+check() {
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc="An image viewing/manipulation program"
+  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
+  optdepends=('imagemagick-doc: for additional information'
+  'ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+ 'openjpeg2: for JP2 support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'libpng: for PNG support' 
+ 'libwebp: for WEBP support')
+  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
+  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
+  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
+  "etc/ImageMagick-${pkgver%%.*}/log.xml"
+  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
+  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
+  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
+  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
+  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
+  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
+  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
+
+#Cleaning
+  rm -f "${pkgdir}"/usr/lib/*.la
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 

[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:29:33
  Author: foutrelis
Revision: 252687

C++11 ABI rebuild

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:26:44 UTC (rev 252686)
+++ PKGBUILD2015-12-06 09:29:33 UTC (rev 252687)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.9.2.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')


[arch-commits] Commit in swig/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 10:45:15
  Author: bpiotrowski
Revision: 252704

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  swig/repos/staging-i686/
  swig/repos/staging-i686/PKGBUILD
(from rev 252703, swig/trunk/PKGBUILD)
  swig/repos/staging-x86_64/
  swig/repos/staging-x86_64/PKGBUILD
(from rev 252703, swig/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: swig/repos/staging-i686/PKGBUILD (from rev 252703, swig/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 09:45:15 UTC (rev 252704)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.7
+pkgrel=2
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ab2a9725c18ef10dd6bf6f628e3b6dac5b43e2b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Copied: swig/repos/staging-x86_64/PKGBUILD (from rev 252703, 
swig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 09:45:15 UTC (rev 252704)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Tom Newsom 
+
+pkgname=swig
+pkgver=3.0.7
+pkgrel=2
+pkgdesc="Generate scripting interfaces to C/C++ code"
+arch=('i686' 'x86_64')
+url="http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+checkdepends=('ruby' 'python2' 'java-environment' 'tcl' 'php' 'lua' 'ocaml' 
'r' 'go' 'python2-cffi' 'camlp4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ab2a9725c18ef10dd6bf6f628e3b6dac5b43e2b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Tests failed"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}


[arch-commits] Commit in x265/repos (8 files)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 12:15:11
  Author: allan
Revision: 252732

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  x265/repos/staging-i686/PKGBUILD
(from rev 252731, x265/trunk/PKGBUILD)
  x265/repos/staging-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 252731, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
  x265/repos/staging-x86_64/PKGBUILD
(from rev 252731, x265/trunk/PKGBUILD)
  x265/repos/staging-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch
(from rev 252731, x265/trunk/x265-1.7-fix-slowness-with-gcc-5.1.patch)
Deleted:
  x265/repos/staging-i686/PKGBUILD
  x265/repos/staging-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch
  x265/repos/staging-x86_64/PKGBUILD
  x265/repos/staging-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch

-+
 /PKGBUILD   |  170 ++
 /x265-1.7-fix-slowness-with-gcc-5.1.patch   |   56 
 staging-i686/PKGBUILD   |   85 ---
 staging-i686/x265-1.7-fix-slowness-with-gcc-5.1.patch   |   28 --
 staging-x86_64/PKGBUILD |   85 ---
 staging-x86_64/x265-1.7-fix-slowness-with-gcc-5.1.patch |   28 --
 6 files changed, 226 insertions(+), 226 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:14:01 UTC (rev 252731)
+++ staging-i686/PKGBUILD   2015-12-06 11:15:11 UTC (rev 252732)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Maintainer: Maxime Gauduin 
-# Contributor: kfgz 
-
-pkgname=x265
-pkgver=1.8
-pkgrel=2
-pkgdesc='Open Source H265/HEVC video encoder'
-arch=('i686' 'x86_64')
-url='https://bitbucket.org/multicoreware/x265'
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('yasm' 'cmake')
-provides=('libx265.so')
-source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
-md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
-
-prepare() {
-  cd x265_11047
-
-  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
-if [[ -d build-$d ]]; then
-  rm -rf build-$d
-fi
-mkdir build-$d
-  done
-}
-
-build() {
-  if [[ $CARCH == x86_64 ]]; then
-
-cd x265_11047/build-12
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DMAIN12='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-10
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DHIGH_BIT_DEPTH='TRUE' \
-  -DEXPORT_C_API='FALSE' \
-  -DENABLE_CLI='FALSE' \
-  -DENABLE_SHARED='FALSE'
-make
-
-cd ../build-8
-
-ln -s ../build-10/libx265.a libx265_main10.a
-ln -s ../build-12/libx265.a libx265_main12.a
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE' \
-  -DEXTRA_LIB='x265_main10.a;x265_main12.a' \
-  -DEXTRA_LINK_FLAGS='-L.' \
-  -DLINKED_10BIT='TRUE' \
-  -DLINKED_12BIT='TRUE'
-make
-
-  else
-
-cd x265_11047/build-8
-
-cmake ../source \
-  -DCMAKE_INSTALL_PREFIX='/usr' \
-  -DENABLE_SHARED='TRUE'
-
-  fi
-}
-
-package() {
-  cd x265_11047/build-8
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: x265/repos/staging-i686/PKGBUILD (from rev 252731, x265/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:15:11 UTC (rev 252732)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Maxime Gauduin 
+# Contributor: kfgz 
+
+pkgname=x265
+pkgver=1.8
+pkgrel=3
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+url='https://bitbucket.org/multicoreware/x265'
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+provides=('libx265.so')
+source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz;)
+md5sums=('8b7ef9bc0b5bd26965d05a4508effeed')
+
+prepare() {
+  cd x265_11047
+
+  for d in 8 $([[ $CARCH == 'x86_64' ]] && echo "10 12"); do
+if [[ -d build-$d ]]; then
+  rm -rf build-$d
+fi
+mkdir build-$d
+  done
+}
+
+build() {
+  if [[ $CARCH == x86_64 ]]; then
+
+cd x265_11047/build-12
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DMAIN12='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  -DENABLE_CLI='FALSE' \
+  -DENABLE_SHARED='FALSE'
+make
+
+cd ../build-10
+
+cmake ../source \
+  -DCMAKE_INSTALL_PREFIX='/usr' \
+  -DHIGH_BIT_DEPTH='TRUE' \
+  -DEXPORT_C_API='FALSE' \
+  

[arch-commits] Commit in graphviz/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 12:13:43
  Author: bpiotrowski
Revision: 252729

C++11 ABI rebuild

Modified:
  graphviz/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:13:17 UTC (rev 252728)
+++ PKGBUILD2015-12-06 11:13:43 UTC (rev 252729)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.38.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')


[arch-commits] Commit in x265/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 12:14:01
  Author: allan
Revision: 252731

C++11 ABI rebuild

Modified:
  x265/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:13:56 UTC (rev 252730)
+++ PKGBUILD2015-12-06 11:14:01 UTC (rev 252731)
@@ -5,7 +5,7 @@
 
 pkgname=x265
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
 url='https://bitbucket.org/multicoreware/x265'


[arch-commits] Commit in graphite/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:30:02
  Author: foutrelis
Revision: 252740

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  graphite/repos/staging-i686/PKGBUILD
(from rev 252739, graphite/trunk/PKGBUILD)
  graphite/repos/staging-i686/graphite2-1.2.0-cmakepath.patch
(from rev 252739, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
  graphite/repos/staging-x86_64/PKGBUILD
(from rev 252739, graphite/trunk/PKGBUILD)
  graphite/repos/staging-x86_64/graphite2-1.2.0-cmakepath.patch
(from rev 252739, graphite/trunk/graphite2-1.2.0-cmakepath.patch)
Deleted:
  graphite/repos/staging-i686/PKGBUILD
  graphite/repos/staging-i686/graphite2-1.2.0-cmakepath.patch
  graphite/repos/staging-x86_64/PKGBUILD
  graphite/repos/staging-x86_64/graphite2-1.2.0-cmakepath.patch

+
 /PKGBUILD  |  130 +++
 /graphite2-1.2.0-cmakepath.patch   |   18 +++
 staging-i686/PKGBUILD  |   65 ---
 staging-i686/graphite2-1.2.0-cmakepath.patch   |9 -
 staging-x86_64/PKGBUILD|   65 ---
 staging-x86_64/graphite2-1.2.0-cmakepath.patch |9 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:29:35 UTC (rev 252739)
+++ staging-i686/PKGBUILD   2015-12-06 11:30:02 UTC (rev 252740)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=graphite
-pkgver=1.3.3
-pkgrel=2
-epoch=1
-arch=('i686' 'x86_64')
-url="http://projects.palaso.org/projects/graphitedev;
-pkgdesc='reimplementation of the SIL Graphite text processing engine'
-license=('LGPL' 'GPL' 'custom')
-depends=('gcc-libs')
-makedepends=('cmake' 'freetype2' 'python2')
- # - only for docs - target doesn't install properly
- #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
-graphite2-1.2.0-cmakepath.patch)
-sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
-  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
-
-prepare() {
-  cd "${srcdir}"
-
-  # python2 fixes
-  sed -i "s:\/usr\/bin\/python:\/usr\/bin\/python2:" 
graphite2-${pkgver}/tests/{corrupt.py,defuzz,fnttxtrender,fuzzbidi,fuzztest,hbspeeds,jsoncmp}
-  
-  # fix install path - .cmake files contain architecture dependend content - 
patch taken from FC/Slackware
-  pushd graphite2-${pkgver}
-  patch -Np1 -i ${srcdir}/graphite2-1.2.0-cmakepath.patch
-  popd
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" ../graphite2-${pkgver} \
-   -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DGRAPHITE2_COMPARE_RENDERER=OFF \
-   #-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON # remove when docs install target 
will be fixed
-
-  # fix unwanted -O3 cflag (taken form Debian)
-  find . -type f ! -name "rules" ! -name "changelog" -exec sed -i -e 
's/\-O3//g' {} \;
-
-  make 
-  #make docs
-}
-
-check() {
-  cd "${srcdir}"/build
-  sed -i "s:python:python2:g" tests/CTestTestfile.cmake
-  ctest || true # some new test fail
-}
-
-package() {
-  cd "${srcdir}"/build
-  # FIXME: all target doesn't install the docs target files
-  make DESTDIR="$pkgdir/" install 
-
-  # licenses
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/graphite2-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: graphite/repos/staging-i686/PKGBUILD (from rev 252739, 
graphite/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:30:02 UTC (rev 252740)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=graphite
+pkgver=1.3.3
+pkgrel=3
+epoch=1
+arch=('i686' 'x86_64')
+url="http://projects.palaso.org/projects/graphitedev;
+pkgdesc='reimplementation of the SIL Graphite text processing engine'
+license=('LGPL' 'GPL' 'custom')
+depends=('gcc-libs')
+makedepends=('cmake' 'freetype2' 'python2')
+ # - only for docs - target doesn't install properly
+ #  'doxygen' 'texlive-latexextra' 'graphviz' 'asciidoc' 
'perl-module-build' 'icu') # builds doc properly? 'texlive-helvetic' seems to 
be missing
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/project/silgraphite/graphite2/graphite2-${pkgver}.tgz
+graphite2-1.2.0-cmakepath.patch)
+sha1sums=('54b04c283bab4695de63ae2dd6cff392dd49d7f0'
+  '7283d73e21f28a0b4221af9ce7998d68fcced16a')
+
+prepare() {
+  cd "${srcdir}"
+
+  # python2 

[arch-commits] Commit in mumble/trunk (PKGBUILD)

2015-12-06 Thread Sven-Hendrik Haase
Date: Sunday, December 6, 2015 @ 12:30:25
  Author: svenstaro
Revision: 148850

upgpkg: mumble 1.2.11-1

upstream release 1.2.11

Modified:
  mumble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:27:51 UTC (rev 148849)
+++ PKGBUILD2015-12-06 11:30:25 UTC (rev 148850)
@@ -8,8 +8,8 @@
 # to the depends and delete "no-g15" in the configure line below
 
 pkgname=mumble
-pkgver=1.2.10
-pkgrel=2
+pkgver=1.2.11
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
@@ -18,7 +18,7 @@
 install=mumble.install
 url="http://mumble.sourceforge.net/;
 
source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz{,.sig})
-md5sums=('14ab2e9174b7ca87623e63aa56dd6d5b'
+md5sums=('bd1f15c6c8c8950e1d02452689759d38'
  'SKIP')
 validpgpkeys=(710E91FDF4284F2E69E0DEBDD7446C0F751B4695)
 


[arch-commits] Commit in graphite/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 12:29:35
  Author: foutrelis
Revision: 252739

C++11 ABI rebuild

Modified:
  graphite/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:29:04 UTC (rev 252738)
+++ PKGBUILD2015-12-06 11:29:35 UTC (rev 252739)
@@ -3,7 +3,7 @@
 
 pkgname=graphite
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=('i686' 'x86_64')
 url="http://projects.palaso.org/projects/graphitedev;


[arch-commits] Commit in attica-qt4/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 12:42:22
  Author: fyan
Revision: 252745

C++11 ABI rebuild

Modified:
  attica-qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:34:24 UTC (rev 252744)
+++ PKGBUILD2015-12-06 11:42:22 UTC (rev 252745)
@@ -3,7 +3,7 @@
 
 pkgname=attica-qt4
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A Qt4 library that implements the Open Collaboration Services API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/attica'


[arch-commits] Commit in v4l-utils/repos (4 files)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:53:42
  Author: arojas
Revision: 252759

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  v4l-utils/repos/staging-i686/PKGBUILD
(from rev 252758, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/staging-x86_64/PKGBUILD
(from rev 252758, v4l-utils/trunk/PKGBUILD)
Deleted:
  v4l-utils/repos/staging-i686/PKGBUILD
  v4l-utils/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   66 ++
 staging-i686/PKGBUILD   |   33 ---
 staging-x86_64/PKGBUILD |   33 ---
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:53:29 UTC (rev 252758)
+++ staging-i686/PKGBUILD   2015-12-06 11:53:42 UTC (rev 252759)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-pkgname=v4l-utils
-pkgver=1.6.3
-pkgrel=2
-pkgdesc="Userspace tools and conversion library for Video 4 Linux"
-arch=('i686' 'x86_64')
-url="http://linuxtv.org/;
-provides=("libv4l=$pkgver")
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt4')
-optdepends=('qt4')
-depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c'
-'SKIP')
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
-  rm "${pkgdir}/usr/bin/ivtv-ctl"
-}

Copied: v4l-utils/repos/staging-i686/PKGBUILD (from rev 252758, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:53:42 UTC (rev 252759)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=v4l-utils
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"
+arch=('i686' 'x86_64')
+url="http://linuxtv.org/;
+provides=("libv4l=$pkgver")
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c'
+'SKIP')
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
+  rm "${pkgdir}/usr/bin/ivtv-ctl"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:53:29 UTC (rev 252758)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:53:42 UTC (rev 252759)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-pkgname=v4l-utils
-pkgver=1.6.3
-pkgrel=2
-pkgdesc="Userspace tools and conversion library for Video 4 Linux"
-arch=('i686' 'x86_64')
-url="http://linuxtv.org/;
-provides=("libv4l=$pkgver")
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt4')
-optdepends=('qt4')
-depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c'
-'SKIP')
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
-  rm "${pkgdir}/usr/bin/ivtv-ctl"
-}

Copied: v4l-utils/repos/staging-x86_64/PKGBUILD (from rev 252758, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:53:42 UTC (rev 252759)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=v4l-utils
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"

[arch-commits] Commit in libftdi-compat/repos (4 files)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:55:31
  Author: arojas
Revision: 252761

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libftdi-compat/repos/staging-i686/PKGBUILD
(from rev 252760, libftdi-compat/trunk/PKGBUILD)
  libftdi-compat/repos/staging-x86_64/PKGBUILD
(from rev 252760, libftdi-compat/trunk/PKGBUILD)
Deleted:
  libftdi-compat/repos/staging-i686/PKGBUILD
  libftdi-compat/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   54 ++
 staging-i686/PKGBUILD   |   27 ---
 staging-x86_64/PKGBUILD |   27 ---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 11:55:17 UTC (rev 252760)
+++ staging-i686/PKGBUILD   2015-12-06 11:55:31 UTC (rev 252761)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=libftdi-compat
-pkgver=0.20
-pkgrel=2
-pkgdesc="A library to talk to FTDI chips"
-arch=('i686' 'x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb-compat' 'gcc-libs')
-makedepends=('boost')
-source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
-sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
-  '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-build() {
-  cd libftdi-$pkgver
-  ./configure --prefix=/usr --without-examples
-  make
-}
-
-package() {
-  cd  libftdi-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libftdi-compat/repos/staging-i686/PKGBUILD (from rev 252760, 
libftdi-compat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 11:55:31 UTC (rev 252761)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=3
+pkgdesc="A library to talk to FTDI chips"
+arch=('i686' 'x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb-compat' 'gcc-libs')
+makedepends=('boost')
+source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
+sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
+  '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+build() {
+  cd libftdi-$pkgver
+  ./configure --prefix=/usr --without-examples
+  make
+}
+
+package() {
+  cd  libftdi-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-12-06 11:55:17 UTC (rev 252760)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:55:31 UTC (rev 252761)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=libftdi-compat
-pkgver=0.20
-pkgrel=2
-pkgdesc="A library to talk to FTDI chips"
-arch=('i686' 'x86_64')
-url="http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb-compat' 'gcc-libs')
-makedepends=('boost')
-source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
-sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
-  '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-build() {
-  cd libftdi-$pkgver
-  ./configure --prefix=/usr --without-examples
-  make
-}
-
-package() {
-  cd  libftdi-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libftdi-compat/repos/staging-x86_64/PKGBUILD (from rev 252760, 
libftdi-compat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 11:55:31 UTC (rev 252761)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+
+pkgname=libftdi-compat
+pkgver=0.20
+pkgrel=3
+pkgdesc="A library to talk to FTDI chips"
+arch=('i686' 'x86_64')
+url="http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb-compat' 'gcc-libs')
+makedepends=('boost')
+source=(http://www.intra2net.com/en/developer/libftdi/download/libftdi-$pkgver.tar.gz{,.sig})
+sha1sums=('4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2'
+  '807d145147c9bee08b4cea4d7ca82ccaf1330f02')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+build() {
+  cd libftdi-$pkgver
+  ./configure --prefix=/usr --without-examples
+  make
+}
+
+package() {
+  cd  libftdi-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libftdi-compat/trunk (PKGBUILD)

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 12:55:17
  Author: arojas
Revision: 252760

C++11 ABI rebuild

Modified:
  libftdi-compat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 11:53:42 UTC (rev 252759)
+++ PKGBUILD2015-12-06 11:55:17 UTC (rev 252760)
@@ -3,7 +3,7 @@
 
 pkgname=libftdi-compat
 pkgver=0.20
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to talk to FTDI chips"
 arch=('i686' 'x86_64')
 url="http://www.intra2net.com/en/developer/libftdi/download.php;


[arch-commits] Commit in phonon-gstreamer/repos (12 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:27:11
  Author: foutrelis
Revision: 252791

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  phonon-gstreamer/repos/staging-i686/PKGBUILD
(from rev 252790, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252790, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
(from rev 252790, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 252790, phonon-gstreamer/trunk/PKGBUILD)
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
(from rev 252790, 
phonon-gstreamer/trunk/phonon-gstreamer-gst15_include_dirs.patch)
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install
(from rev 252790, phonon-gstreamer/trunk/phonon-qt4-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/staging-i686/PKGBUILD
  phonon-gstreamer/repos/staging-i686/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/staging-i686/phonon-qt4-gstreamer.install
  phonon-gstreamer/repos/staging-x86_64/PKGBUILD
  
phonon-gstreamer/repos/staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch
  phonon-gstreamer/repos/staging-x86_64/phonon-qt4-gstreamer.install

--+
 /PKGBUILD|  148 ++
 /phonon-gstreamer-gst15_include_dirs.patch   |  190 +
 /phonon-qt4-gstreamer.install|   22 +
 staging-i686/PKGBUILD|   74 -
 staging-i686/phonon-gstreamer-gst15_include_dirs.patch   |   95 --
 staging-i686/phonon-qt4-gstreamer.install|   11 
 staging-x86_64/PKGBUILD  |   74 -
 staging-x86_64/phonon-gstreamer-gst15_include_dirs.patch |   95 --
 staging-x86_64/phonon-qt4-gstreamer.install  |   11 
 9 files changed, 360 insertions(+), 360 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:27:01 UTC (rev 252790)
+++ staging-i686/PKGBUILD   2015-12-06 12:27:11 UTC (rev 252791)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon-gstreamer
-pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
-pkgver=4.8.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('gst-plugins-base' 'cmake' 'automoc4' 'phonon-qt4' 'phonon-qt5')
-source=("http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;
-"phonon-gstreamer-gst15_include_dirs.patch")
-md5sums=('ce441035dc5a00ffaac9a64518ab5c62'
- 'c4a3d5230b07d4d84a8f05a8575c69aa')
-
-prepare() {
-  mkdir build-qt4
-  mkdir build-qt5
-
-  cd phonon-backend-gstreamer-${pkgver}
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1239790
-  patch -Np1 -i ../phonon-gstreamer-gst15_include_dirs.patch
-}
-
-build() {
-  cd build-qt4
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DPHONON_BUILD_PHONON4QT5=ON
-  make
-}
-
-package_phonon-qt4-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt4"
-  depends=('gst-plugins-base')
-  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
-
-  cd build-qt4
-  make DESTDIR="${pkgdir}" install
-}
-
-package_phonon-qt5-gstreamer() {
-  pkgdesc="Phonon GStreamer backend for Qt5"
-  depends=('gst-plugins-base')
-  optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio 
support')
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-
-  # Those are not needed
-  rm -rf "${pkgdir}"/usr/share
-}

Copied: phonon-gstreamer/repos/staging-i686/PKGBUILD (from rev 252790, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:27:11 UTC (rev 252791)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+

[arch-commits] Commit in phonon-gstreamer/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 13:27:01
  Author: foutrelis
Revision: 252790

C++11 ABI rebuild

Modified:
  phonon-gstreamer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:25:48 UTC (rev 252789)
+++ PKGBUILD2015-12-06 12:27:01 UTC (rev 252790)
@@ -4,7 +4,7 @@
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
 pkgver=4.8.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')


[arch-commits] Commit in pulseaudio/repos (12 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:45:34
  Author: bpiotrowski
Revision: 252809

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pulseaudio/repos/staging-i686/PKGBUILD
(from rev 252808, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/staging-i686/padsp-lib32.patch
(from rev 252808, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/staging-i686/pulseaudio.install
(from rev 252808, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/staging-x86_64/PKGBUILD
(from rev 252808, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/staging-x86_64/padsp-lib32.patch
(from rev 252808, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/staging-x86_64/pulseaudio.install
(from rev 252808, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/staging-i686/PKGBUILD
  pulseaudio/repos/staging-i686/padsp-lib32.patch
  pulseaudio/repos/staging-i686/pulseaudio.install
  pulseaudio/repos/staging-x86_64/PKGBUILD
  pulseaudio/repos/staging-x86_64/padsp-lib32.patch
  pulseaudio/repos/staging-x86_64/pulseaudio.install

---+
 /PKGBUILD |  414 
 /padsp-lib32.patch|   30 ++
 /pulseaudio.install   |   16 +
 staging-i686/PKGBUILD |  207 --
 staging-i686/padsp-lib32.patch|   15 -
 staging-i686/pulseaudio.install   |8 
 staging-x86_64/PKGBUILD   |  207 --
 staging-x86_64/padsp-lib32.patch  |   15 -
 staging-x86_64/pulseaudio.install |8 
 9 files changed, 460 insertions(+), 460 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:45:23 UTC (rev 252808)
+++ staging-i686/PKGBUILD   2015-12-06 12:45:34 UTC (rev 252809)
@@ -1,207 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=7.1
-pkgrel=2
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
- check)
-options=(!emptydirs)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-padsp-lib32.patch)
-sha256sums=('e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9'
-'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-samplerate \
---disable-rpath \
---disable-default-build-tests \
-DATADIRNAME=share
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc
-   webrtc-audio-processing sbc libsoxr)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-
-  _pulsever=$(./git-version-gen .tarball-version)
-  while [[ $_pulsever = *.*.* ]]; do
-_pulsever=${_pulsever%.*}
-  done
-  _pulsever=${_pulsever%%-*}
-
-  make -j1 DESTDIR="$pkgdir" install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  cd "$pkgdir"
-  patch -Np1 -i "$srcdir/padsp-lib32.patch"
-
-  sed -e '/flat-volumes/iflat-volumes = no' \
-  -i etc/pulse/daemon.conf
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  rm etc/dbus-1/system.d/pulseaudio-system.conf
-
-  mkdir usr/lib/systemd/user/sockets.target.wants
-  ln -s ../pulseaudio.socket \
-usr/lib/systemd/user/sockets.target.wants/pulseaudio.socket
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv etc/pulse/client.conf \
- "$srcdir/libpulse/etc/pulse"
-
-  mv 

[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:45:22
  Author: bpiotrowski
Revision: 252807

C++11 ABI rebuild

Modified:
  pulseaudio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:43:51 UTC (rev 252806)
+++ PKGBUILD2015-12-06 12:45:22 UTC (rev 252807)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=7.1
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio;
 license=(LGPL)


[arch-commits] Commit in php/repos (32 files)

2015-12-06 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 13:45:23
  Author: fyan
Revision: 252808

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  php/repos/staging-i686/PKGBUILD
(from rev 252806, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 252806, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 252806, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 252806, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 252806, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 252806, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 252806, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 252806, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/PKGBUILD
(from rev 252806, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 252806, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 252806, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 252806, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 252806, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 252806, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 252806, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 252806, php/trunk/php.ini.patch)
Deleted:
  php/repos/staging-i686/PKGBUILD
  php/repos/staging-i686/apache.conf
  php/repos/staging-i686/logrotate.d.php-fpm
  php/repos/staging-i686/php-fpm.conf.in.patch
  php/repos/staging-i686/php-fpm.install
  php/repos/staging-i686/php-fpm.service
  php/repos/staging-i686/php-fpm.tmpfiles
  php/repos/staging-i686/php.ini.patch
  php/repos/staging-x86_64/PKGBUILD
  php/repos/staging-x86_64/apache.conf
  php/repos/staging-x86_64/logrotate.d.php-fpm
  php/repos/staging-x86_64/php-fpm.conf.in.patch
  php/repos/staging-x86_64/php-fpm.install
  php/repos/staging-x86_64/php-fpm.service
  php/repos/staging-x86_64/php-fpm.tmpfiles
  php/repos/staging-x86_64/php.ini.patch

--+
 /PKGBUILD|  828 +
 /apache.conf |   26 +
 /logrotate.d.php-fpm |   16 
 /php-fpm.conf.in.patch   |  104 
 /php-fpm.install |   18 
 /php-fpm.service |   26 +
 /php-fpm.tmpfiles|2 
 /php.ini.patch   |  240 +
 staging-i686/PKGBUILD|  416 
 staging-i686/apache.conf |   13 
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 --
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  120 
 staging-x86_64/PKGBUILD  |  416 
 staging-x86_64/apache.conf   |   13 
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 --
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  120 
 24 files changed, 1260 insertions(+), 1264 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 252807:252808 to see the changes.


[arch-commits] Commit in cmake/trunk (PKGBUILD)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 14:28:33
  Author: bluewind
Revision: 252818

C++11 ABI rebuild

Modified:
  cmake/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 12:56:23 UTC (rev 252817)
+++ PKGBUILD2015-12-06 13:28:33 UTC (rev 252818)
@@ -5,7 +5,7 @@
 
 pkgname=cmake
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/;


[arch-commits] Commit in cmake/repos (12 files)

2015-12-06 Thread Florian Pritz
Date: Sunday, December 6, 2015 @ 14:28:40
  Author: bluewind
Revision: 252819

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  cmake/repos/staging-i686/PKGBUILD
(from rev 252818, cmake/trunk/PKGBUILD)
  cmake/repos/staging-i686/cmake.install
(from rev 252818, cmake/trunk/cmake.install)
  cmake/repos/staging-i686/rebuild.list
(from rev 252818, cmake/trunk/rebuild.list)
  cmake/repos/staging-x86_64/PKGBUILD
(from rev 252818, cmake/trunk/PKGBUILD)
  cmake/repos/staging-x86_64/cmake.install
(from rev 252818, cmake/trunk/cmake.install)
  cmake/repos/staging-x86_64/rebuild.list
(from rev 252818, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/staging-i686/PKGBUILD
  cmake/repos/staging-i686/cmake.install
  cmake/repos/staging-i686/rebuild.list
  cmake/repos/staging-x86_64/PKGBUILD
  cmake/repos/staging-x86_64/cmake.install
  cmake/repos/staging-x86_64/rebuild.list

--+
 /PKGBUILD|  118 +
 /cmake.install   |   24 
 /rebuild.list|8 ++
 staging-i686/PKGBUILD|   59 
 staging-i686/cmake.install   |   12 
 staging-i686/rebuild.list|4 -
 staging-x86_64/PKGBUILD  |   59 
 staging-x86_64/cmake.install |   12 
 staging-x86_64/rebuild.list  |4 -
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 13:28:33 UTC (rev 252818)
+++ staging-i686/PKGBUILD   2015-12-06 13:28:40 UTC (rev 252819)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.4.1
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('73acda0d33be9b2729af99893d99a012')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
-"${vimpath}"/help/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/staging-i686/PKGBUILD (from rev 252818, 
cmake/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 13:28:40 UTC (rev 252819)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.4.1
+pkgrel=3
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('73acda0d33be9b2729af99893d99a012')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s 

[arch-commits] Commit in java7-openjdk/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 14:28:52
  Author: allan
Revision: 252820

C++11 ABI rebuild

Modified:
  java7-openjdk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 13:28:40 UTC (rev 252819)
+++ PKGBUILD2015-12-06 13:28:52 UTC (rev 252820)
@@ -14,7 +14,7 @@
 #}
 _updatever=91
 pkgver=${_java_ver}.u${_updatever}_${_icedtea_ver}
-pkgrel=2
+pkgrel=3
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 


[arch-commits] Commit in man-pages/repos/staging-any (PKGBUILD PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 09:43:30
  Author: allan
Revision: 252666

archrelease: copy trunk to staging-any

Added:
  man-pages/repos/staging-any/PKGBUILD
(from rev 252665, man-pages/trunk/PKGBUILD)
Deleted:
  man-pages/repos/staging-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-06 08:42:43 UTC (rev 252665)
+++ PKGBUILD2015-12-06 08:43:30 UTC (rev 252666)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=man-pages
-pkgver=4.02
-_posixver=2013-a
-pkgrel=2
-pkgdesc="Linux man pages"
-arch=('any')
-license=('GPL' 'custom')
-url="http://man7.org/linux/man-pages/index.html;
-groups=('base')
-depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
-
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
-# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3'
-'SKIP'
-'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
-'SKIP')
-validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  
-  # move the posix pages
-  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
-  for sect in 0 1 3; do
-sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
-mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
-  done
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=${pkgdir}/usr install
-  
-  # posix pages have a custom license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
-  
-  cd ${pkgdir}/usr/share/man
-  # these are included in coreutils
-  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
-  rm -f man1/{df,dircolors,du,install,ln,ls}.1
-  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
-  rm -f man1/{touch,vdir}.1
-  # these are included in gcc
-  rm -f man3/{random,regex}.3.gz
-  # this is included in shadow
-  rm -f man5/passwd.5
-  rm -f man3/getspnam.3
-  # this is included in diffutils
-  rm -f man1/diff.1
-  # this is included in xf86-input-mouse
-  rm -f man4/mouse.4
-  # this is included in attr
-  rm -f man5/attr.5 
-}

Copied: man-pages/repos/staging-any/PKGBUILD (from rev 252665, 
man-pages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-06 08:43:30 UTC (rev 252666)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=4.02
+_posixver=2013-a
+pkgrel=3
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # these are included in gcc
+  rm -f man3/{random,regex}.3
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f 

[arch-commits] Commit in man-pages/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 09:42:43
  Author: allan
Revision: 252665

upgpkg: man-pages 4.02-3

actually fix file conflicts...

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:31:58 UTC (rev 252664)
+++ PKGBUILD2015-12-06 08:42:43 UTC (rev 252665)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.02
 _posixver=2013-a
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -47,7 +47,7 @@
   rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
   rm -f man1/{touch,vdir}.1
   # these are included in gcc
-  rm -f man3/{random,regex}.3.gz
+  rm -f man3/{random,regex}.3
   # this is included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3


[arch-commits] Commit in qtwebkit/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:00:14
  Author: foutrelis
Revision: 252670

C++11 ABI rebuild

Modified:
  qtwebkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:56:25 UTC (rev 252669)
+++ PKGBUILD2015-12-06 09:00:14 UTC (rev 252670)
@@ -3,7 +3,7 @@
 
 pkgname=qtwebkit
 pkgver=2.3.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'


[arch-commits] Commit in jack2/repos (8 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:58:37
  Author: foutrelis
Revision: 148843

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  jack2/repos/community-staging-i686/
  jack2/repos/community-staging-i686/40-hpet-permissions.rules
(from rev 148842, jack2/trunk/40-hpet-permissions.rules)
  jack2/repos/community-staging-i686/99-audio.conf
(from rev 148842, jack2/trunk/99-audio.conf)
  jack2/repos/community-staging-i686/PKGBUILD
(from rev 148842, jack2/trunk/PKGBUILD)
  jack2/repos/community-staging-x86_64/
  jack2/repos/community-staging-x86_64/40-hpet-permissions.rules
(from rev 148842, jack2/trunk/40-hpet-permissions.rules)
  jack2/repos/community-staging-x86_64/99-audio.conf
(from rev 148842, jack2/trunk/99-audio.conf)
  jack2/repos/community-staging-x86_64/PKGBUILD
(from rev 148842, jack2/trunk/PKGBUILD)

+
 community-staging-i686/40-hpet-permissions.rules   |2 
 community-staging-i686/99-audio.conf   |2 
 community-staging-i686/PKGBUILD|  128 +++
 community-staging-x86_64/40-hpet-permissions.rules |2 
 community-staging-x86_64/99-audio.conf |2 
 community-staging-x86_64/PKGBUILD  |  128 +++
 6 files changed, 264 insertions(+)

Copied: jack2/repos/community-staging-i686/40-hpet-permissions.rules (from rev 
148842, jack2/trunk/40-hpet-permissions.rules)
===
--- community-staging-i686/40-hpet-permissions.rules
(rev 0)
+++ community-staging-i686/40-hpet-permissions.rules2015-12-06 09:58:37 UTC 
(rev 148843)
@@ -0,0 +1,2 @@
+KERNEL=="rtc0", GROUP="audio"
+KERNEL=="hpet", GROUP="audio"

Copied: jack2/repos/community-staging-i686/99-audio.conf (from rev 148842, 
jack2/trunk/99-audio.conf)
===
--- community-staging-i686/99-audio.conf(rev 0)
+++ community-staging-i686/99-audio.conf2015-12-06 09:58:37 UTC (rev 
148843)
@@ -0,0 +1,2 @@
+@audio - rtprio99
+@audio - memlock   unlimited

Copied: jack2/repos/community-staging-i686/PKGBUILD (from rev 148842, 
jack2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 09:58:37 UTC (rev 148843)
@@ -0,0 +1,128 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Daniele Paolella 
+# Contributor: Philipp Überbacher 
+# Contributor: Thomas Bahn 
+
+pkgbase=jack2
+pkgname=('jack2' 'jack2-dbus')
+#pkgname= # single build (overrides split)
+_tarname=jack
+pkgver=1.9.10
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://jackaudio.org/;
+backup=(etc/security/limits.d/99-audio.conf)
+license=('GPL')
+makedepends=('python2-dbus' 'libffado' 'celt' 'opus' 'libsamplerate')
+source=("https://dl.dropbox.com/u/28869550/jack-$pkgver.tar.bz2;
+'99-audio.conf'
+'40-hpet-permissions.rules')
+md5sums=('4aeb91d7ae0cabce98355436ed4f217a'
+ 'ae65b7c9ebe0fff6c918ba9d97ae342d'
+ '471aad533ff56c5d3cbbf65ce32cadef')
+
+_isbuild() {
+  printf "%s\n" ${pkgname[@]} | grep -qx $1
+}
+
+_pyfix() {
+  sed -i 's:bin/env python:bin/env python2:' \
+"$pkgdir/usr/bin/jack_control"
+}
+
+_wafconf() {
+  python2 waf configure --prefix=/usr \
+--alsa \
+--firewire $@
+
+  # not building with doxygen
+  # see https://github.com/jackaudio/jack2/issues/22
+}
+
+prepare() {
+  cd "$srcdir"
+
+  # Some optimisation bug exists for current GCC
+  # see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53663
+  #export CFLAGS="${CFLAGS/-O[0-9]/-O0}"
+  #export CXXFLAGS="$CFLAGS"
+
+  # fix doxygen building
+  # TODO: report upstream, but redundant until github issue 22 resolves
+  #sed -i 's:build/default/html:html:' $_tarname-$pkgver/wscript
+
+  # we may do 2 different builds
+  cp -r $_tarname-$pkgver $_tarname-dbus-$pkgver
+}
+
+build() {
+  cd "$srcdir"
+
+  # mixed dbus/classic build
+  if _isbuild jack2; then
+cd $_tarname-$pkgver
+msg2 "Running Mixed D-Bus/Classic build"
+_wafconf --classic --dbus
+python2 waf build $MAKEFLAGS
+cd ..
+  fi
+
+  # dbus-ONLY build
+  if _isbuild jack2-dbus; then
+cd $_tarname-dbus-$pkgver
+msg2 "Running D-Bus-only build"
+_wafconf --dbus
+python2 waf build $MAKEFLAGS
+cd ..
+  fi
+}
+
+package_jack2() {
+  ! _isbuild jack2 && return 0
+
+  pkgdesc="The next-generation JACK with SMP support"
+  depends=('libsamplerate' 'celt' 'opus' 'libffado')
+  optdepends=('python2-dbus: jack_control')
+  conflicts=('jack')
+  provides=('jack' 'jackmp' 'jackdmp' 'jackdbus')
+
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 waf install 

[arch-commits] Commit in jack2/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 10:58:28
  Author: foutrelis
Revision: 148842

C++11 ABI rebuild

Modified:
  jack2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 09:33:32 UTC (rev 148841)
+++ PKGBUILD2015-12-06 09:58:28 UTC (rev 148842)
@@ -9,7 +9,7 @@
 #pkgname= # single build (overrides split)
 _tarname=jack
 pkgver=1.9.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://jackaudio.org/;
 backup=(etc/security/limits.d/99-audio.conf)


[arch-commits] Commit in webkitgtk/repos (4 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 11:42:03
  Author: foutrelis
Revision: 252714

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 252713, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 252713, webkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   73 ++
 staging-x86_64/PKGBUILD |   73 ++
 2 files changed, 146 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 252713, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 10:42:03 UTC (rev 252714)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.9
+pkgrel=3
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc+=" for GTK2"
+  depends+=(gtk2)
+  provides=("libwebkit=${pkgver}")
+  conflicts=(libwebkit)
+  replaces=(libwebkit)
+
+  make -C build-gtk2 -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk2/LICENSE"
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 252713, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 10:42:03 UTC (rev 252714)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.9
+pkgrel=3
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('afdf29e7828816cad0be2604cf19421e96d96bf493987328ffc8813bb20ac564')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+

<    1   2   3   4   5   6   7   8   9   10   >