[arch-commits] Commit in innoextract/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:59:01
  Author: foutrelis
Revision: 382939

archrelease: copy trunk to community-staging-x86_64

Added:
  innoextract/repos/community-staging-x86_64/
  innoextract/repos/community-staging-x86_64/PKGBUILD
(from rev 382938, innoextract/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: innoextract/repos/community-staging-x86_64/PKGBUILD (from rev 382938, 
innoextract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 06:59:01 UTC (rev 382939)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Sam S. 
+# Contributor: Daniel Scharrer 
+
+pkgname=innoextract
+pkgver=1.7
+pkgrel=2
+pkgdesc="A tool to extract installers created by Inno Setup"
+url='https://constexpr.org/innoextract/'
+arch=('x86_64')
+license=('ZLIB')
+depends=('boost-libs' 'xz')
+makedepends=('boost' 'cmake')
+source=("https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz";)
+#"https://constexpr.org/innoextract/files/$pkgname-$pkgver.tar.gz.sig";)
+sha256sums=('c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4')
+validpgpkeys=("ADE9653703D4ADE0E997758128555A66D7E1DEC9") # Daniel Scharrer 

+
+build() {
+cd "$pkgname-$pkgver"
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+install -m644  CHANGELOG "$pkgdir/usr/share/doc/$pkgname/CHANGELOG"
+install -Dm644 LICENSE   "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:58:56
  Author: foutrelis
Revision: 382938

boost 1.68.0 rebuild

Modified:
  innoextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 06:57:50 UTC (rev 382937)
+++ PKGBUILD2018-09-18 06:58:56 UTC (rev 382938)
@@ -5,7 +5,7 @@
 
 pkgname=innoextract
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to extract installers created by Inno Setup"
 url='https://constexpr.org/innoextract/'
 arch=('x86_64')


[arch-commits] Commit in openmw/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:57:50
  Author: foutrelis
Revision: 382937

archrelease: copy trunk to community-staging-x86_64

Added:
  openmw/repos/community-staging-x86_64/
  openmw/repos/community-staging-x86_64/PKGBUILD
(from rev 382936, openmw/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: openmw/repos/community-staging-x86_64/PKGBUILD (from rev 382936, 
openmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 06:57:50 UTC (rev 382937)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+pkgname=openmw
+pkgver=0.44.0
+pkgrel=2
+pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('x86_64')
+url="http://www.openmw.org";
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
+sha512sums=('1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake "../$pkgname-$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DDESIRED_QT_VERSION=5 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:57:46
  Author: foutrelis
Revision: 382936

boost 1.68.0 rebuild

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 06:50:29 UTC (rev 382935)
+++ PKGBUILD2018-09-18 06:57:46 UTC (rev 382936)
@@ -2,7 +2,7 @@
 # Contributor: Sandy Carter 
 pkgname=openmw
 pkgver=0.44.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";


[arch-commits] Commit in blender/repos (7 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:50:29
  Author: foutrelis
Revision: 382935

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 382934, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/ffmpeg4.0.patch
(from rev 382934, blender/trunk/ffmpeg4.0.patch)
  blender/repos/community-staging-x86_64/openvdb3-abi.patch
(from rev 382934, blender/trunk/openvdb3-abi.patch)
  blender/repos/community-staging-x86_64/python37.patch
(from rev 382934, blender/trunk/python37.patch)
  blender/repos/community-staging-x86_64/tree_hpp.patch
(from rev 382934, blender/trunk/tree_hpp.patch)
  blender/repos/community-staging-x86_64/util_sseb.patch
(from rev 382934, blender/trunk/util_sseb.patch)

+
 PKGBUILD   |  113 +++
 ffmpeg4.0.patch|  113 +++
 openvdb3-abi.patch |   28 +++
 python37.patch |   40 +++
 tree_hpp.patch |  183 +++
 util_sseb.patch|   13 +++
 6 files changed, 490 insertions(+)

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 382934, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 06:50:29 UTC (rev 382935)
@@ -0,0 +1,113 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+# _gittag=v2.79b
+_gitcommit=32432d91bbec558cbd88e54aece61b0d641c1761
+
+pkgname=blender
+pkgver=2.79.b
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
+pkgrel=7
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+python37.patch
+ffmpeg4.0.patch
+tree_hpp.patch
+util_sseb.patch
+openvdb3-abi.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '1d6d2064db0e8e4e3a52735406f5106a'
+ 'da14d7cbdea1ab5499659a066658cdd2'
+ 'feea89510de171946c41c6208461f453'
+ '53da216adbc2a9d555a59c15b8f0ef08'
+ '3f9613fcb7ea61214982272e9c20a294'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  patch -Np1 -i "$srcdir"/python37.patch
+  patch -Np1 -i "$srcdir"/ffmpeg4.0.patch
+  patch -Np1 -i "$srcdir"/tree_hpp.patch
+  patch -Np1 -i "$srcdir"/util_sseb.patch
+  patch -Np1 -i "$srcdir"/openvdb3-abi.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAG

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 06:50:21
  Author: foutrelis
Revision: 382934

boost 1.68.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:35:04 UTC (rev 382933)
+++ PKGBUILD2018-09-18 06:50:21 UTC (rev 382934)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.79.b
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


[arch-commits] Commit in libpst/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:36:59
  Author: foutrelis
Revision: 334870

archrelease: copy trunk to staging-x86_64

Added:
  libpst/repos/staging-x86_64/
  libpst/repos/staging-x86_64/PKGBUILD
(from rev 334869, libpst/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 334869, 
libpst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 05:36:59 UTC (rev 334870)
@@ -0,0 +1,40 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.71
+pkgrel=4
+arch=('x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('fb9208d21a39f103011fe09ee8d1a37596f679df5495a8c58071c4c7b39e168c')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd html
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:36:55
  Author: foutrelis
Revision: 334869

boost 1.68.0 rebuild

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:35:19 UTC (rev 334868)
+++ PKGBUILD2018-09-18 05:36:55 UTC (rev 334869)
@@ -3,7 +3,7 @@
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
 pkgver=0.6.71
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="http://www.five-ten-sg.com/libpst/";
 license=('GPL')


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:35:15
  Author: foutrelis
Revision: 334867

boost 1.68.0 rebuild

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:25:51 UTC (rev 334866)
+++ PKGBUILD2018-09-18 05:35:15 UTC (rev 334867)
@@ -3,7 +3,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.8
-pkgrel=16
+pkgrel=17
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('x86_64')
 url="http://www.gnu.org/software/src-highlite/";


[arch-commits] Commit in powerdns/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:35:04
  Author: foutrelis
Revision: 382933

archrelease: copy trunk to community-staging-x86_64

Added:
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 382932, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/sysusers.conf
(from rev 382932, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   78 
 sysusers.conf |1 
 2 files changed, 79 insertions(+)

Copied: powerdns/repos/community-staging-x86_64/PKGBUILD (from rev 382932, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:35:04 UTC (rev 382933)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.4
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('ae5cd89d039635beddcb9709d0f6b06321a923343900f88e536aac2feb1e08d41b466b6addb2399f50b20d7ac19fcf4c48d47d0d9219367b37b260c40863ad93'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-x86_64/sysusers.conf (from rev 382932, 
powerdns/trunk/sysusers.conf)
===
--- community-staging-x86_64/sysusers.conf  (rev 0)
+++ community-staging-x86_64/sysusers.conf  2018-09-18 05:35:04 UTC (rev 
382933)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:35:19
  Author: foutrelis
Revision: 334868

archrelease: copy trunk to staging-x86_64

Added:
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 334867, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/fix-zsh-highlighting-hangups.patch
(from rev 334867, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)

+
 PKGBUILD   |   39 +++
 fix-zsh-highlighting-hangups.patch |   13 +++
 2 files changed, 52 insertions(+)

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 334867, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 05:35:19 UTC (rev 334868)
@@ -0,0 +1,39 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=17
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";
+"fix-zsh-highlighting-hangups.patch")
+md5sums=('3243470706ef5fefdc3e43b5306a4e41'
+ '5b6129bca6fcd0ea252fa31bf7a988fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/fix-zsh-highlighting-hangups.patch"
+}
+
+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/fix-zsh-highlighting-hangups.patch (from 
rev 334867, source-highlight/trunk/fix-zsh-highlighting-hangups.patch)
===
--- staging-x86_64/fix-zsh-highlighting-hangups.patch   
(rev 0)
+++ staging-x86_64/fix-zsh-highlighting-hangups.patch   2018-09-18 05:35:19 UTC 
(rev 334868)
@@ -0,0 +1,13 @@
+diff --git a/src/zsh.lang b/src/zsh.lang
+index 69542a7..a0bac36 100644
+--- a/src/zsh.lang
 b/src/zsh.lang
+@@ -35,7 +35,7 @@ keyword = "alias|always|autoload|bg|bindkey|break|builtin",
+   "unlimit|unset|unsetopt|until|vared|wait|whence",
+   "where|which|while|zcompile|zformat|zftp|zle",
+   "zmodload|zparseopts|zprof|zpty|zregexparse",
+-  "zsocket|zstyle|ztcp|"
++  "zsocket|zstyle|ztcp"
+ 
+ variable = '\$\{([^[:blank:]]+)\}'
+ variable = '\$\(([^[:blank:]]+)\)'


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:34:59
  Author: foutrelis
Revision: 382932

boost 1.68.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:32:41 UTC (rev 382931)
+++ PKGBUILD2018-09-18 05:34:59 UTC (rev 382932)
@@ -7,7 +7,7 @@
 
 pkgname=powerdns
 pkgver=4.1.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:32:36
  Author: foutrelis
Revision: 382930

boost 1.68.0 rebuild

Modified:
  pamixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:32:00 UTC (rev 382929)
+++ PKGBUILD2018-09-18 05:32:36 UTC (rev 382930)
@@ -3,7 +3,7 @@
 
 pkgname=pamixer
 pkgver=1.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Pulseaudio command-line mixer like amixer'
 arch=(x86_64)
 url='https://github.com/cdemoulins/pamixer'


[arch-commits] Commit in pamixer/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:32:41
  Author: foutrelis
Revision: 382931

archrelease: copy trunk to community-staging-x86_64

Added:
  pamixer/repos/community-staging-x86_64/
  pamixer/repos/community-staging-x86_64/PKGBUILD
(from rev 382930, pamixer/trunk/PKGBUILD)

--+
 PKGBUILD |   24 
 1 file changed, 24 insertions(+)

Copied: pamixer/repos/community-staging-x86_64/PKGBUILD (from rev 382930, 
pamixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:32:41 UTC (rev 382931)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins 
+
+pkgname=pamixer
+pkgver=1.3.1
+pkgrel=10
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('e3b94eef406afc80aaf5d9188d802e37dcb17bd3')
+
+build() {
+  cd pamixer-$pkgver
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}


[arch-commits] Commit in eclib/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:32:00
  Author: foutrelis
Revision: 382929

archrelease: copy trunk to community-staging-x86_64

Added:
  eclib/repos/community-staging-x86_64/
  eclib/repos/community-staging-x86_64/PKGBUILD
(from rev 382928, eclib/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 382928, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:32:00 UTC (rev 382929)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20180815
+pkgrel=3
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(x86_64)
+url="https://github.com/JohnCremona/eclib/";
+license=(GPL)
+depends=(flint pari boost-libs)
+makedepends=(boost autoconf-archive)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz";)
+sha256sums=('2b232cfa5394cb35520280327f33c3cb323a4d4f33eecd5b803fc4ad20c1bdf3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr --with-boost
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:31:55
  Author: foutrelis
Revision: 382928

boost 1.68.0 rebuild

Modified:
  eclib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:30:57 UTC (rev 382927)
+++ PKGBUILD2018-09-18 05:31:55 UTC (rev 382928)
@@ -2,7 +2,7 @@
 
 pkgname=eclib
 pkgver=20180815
-pkgrel=2
+pkgrel=3
 pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
 arch=(x86_64)
 url="https://github.com/JohnCremona/eclib/";


[arch-commits] Commit in python2-tagpy/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:30:57
  Author: foutrelis
Revision: 382927

archrelease: copy trunk to community-staging-x86_64

Added:
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 382926, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/setup.patch
(from rev 382926, python2-tagpy/trunk/setup.patch)

-+
 PKGBUILD|   54 +
 setup.patch | 2078 ++
 2 files changed, 2132 insertions(+)

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 382926, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:30:57 UTC (rev 382927)
@@ -0,0 +1,54 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=2013.1
+pkgrel=15
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64')
+url='https://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-setuptools' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("https://files.pythonhosted.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz";
 "setup.patch")
+sha256sums=('80481c78ce34878e7a1f3231acd781a3bf1b0b569c70ce0e8d63af58061152f4'
+'eb22100507005264b35d9bb5b08d0ccc89531508f958ac9fc656b0d84c6ce32d')
+
+prepare() {
+  cd "tagpy-$pkgver"
+  patch -Np1 -i $srcdir/setup.patch
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+}
+
+build() {
+  cd "tagpy-$pkgver"
+
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
+package(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-x86_64/setup.patch (from rev 
382926, python2-tagpy/trunk/setup.patch)
===
--- community-staging-x86_64/setup.patch(rev 0)
+++ community-staging-x86_64/setup.patch2018-09-18 05:30:57 UTC (rev 
382927)
@@ -0,0 +1,2078 @@
+diff -aur --new-file tagpy-2013.1/aksetup_helper.py 
tagpy-2013.1.new/aksetup_helper.py
+--- tagpy-2013.1/aksetup_helper.py 2012-12-16 02:56:27.0 +0100
 tagpy-2013.1.new/aksetup_helper.py 2018-01-02 14:24:02.692000748 +0100
+@@ -1,10 +1,14 @@
+-# dealings with ez_setup 
--
+-import distribute_setup
+-distribute_setup.use_setuptools()
++# {{{ dealings with ez_setup
+ 
+-import setuptools
++import ez_setup
++ez_setup.use_setuptools()
++
++import setuptools  # noqa
+ from setuptools import Extension
+ 
++# }}}
++
++
+ def count_down_delay(delay):
+ from time import sleep
+ import sys
+@@ -15,31 +19,11 @@
+ sleep(1)
+ print("")
+ 
+-
+-
+-
+-if not hasattr(setuptools, "_distribute"):
+-
print("-")
+-print("Setuptools conflict detected.")
+-
print("-")
+-print("When I imported setuptools, I did not get the distribute version 
of")
+-print("setuptools, which is troubling--this package really wants to be 
used")
+-print("with distribute rather than the old setuptools package. More than 
likely,")
+-print("you have both distribute and setuptools installed, which is bad.")
+-print("")
+-print("See this page for more information:")
+-print("http://wiki.tiker.net/DistributeVsSetuptools";)
+-
print("-")
+-print("I will continue after a short while, fingers crossed.")
+-print("Hit Ctrl-C now if you'd like to think about the situation.")
+-
print("-")
+-
+-count_down_delay(delay=10)
++DASH_SEPARATOR = 75 * "-"
+ 
+ 
+ def setup(*args, **kwargs):
+ from setuptools import setup
+-import traceback
+ try:
+ setup(*args, **kwargs)
+ except KeyboardInterrupt:
+@@ -47,14 +31,13 @@
+ except SystemExit:
+ raise
+ except:
+-print 
("")
+-print ("Sorry, your build failed. Try rerunning configure.py with 
different options.")
+

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:30:51
  Author: foutrelis
Revision: 382926

boost 1.68.0 rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:29:56 UTC (rev 382925)
+++ PKGBUILD2018-09-18 05:30:51 UTC (rev 382926)
@@ -5,7 +5,7 @@
 
 pkgname=python2-tagpy
 pkgver=2013.1
-pkgrel=14
+pkgrel=15
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64')
 url='https://pypi.python.org/pypi/tagpy'


[arch-commits] Commit in glom/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:29:56
  Author: foutrelis
Revision: 382925

archrelease: copy trunk to community-staging-x86_64

Added:
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
(from rev 382924, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.changelog
(from rev 382924, glom/trunk/glom.changelog)

+
 PKGBUILD   |   35 +++
 glom.changelog |   35 +++
 2 files changed, 70 insertions(+)

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 382924, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:29:56 UTC (rev 382925)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=glom
+pkgver=1.31.6
+pkgrel=9
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('x86_64')
+url="https://www.glom.org/";
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python-gobject' 'libepc'
+ 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql' 
'libgda-postgres')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool' 'libgda-mysql')
+changelog=$pkgname.changelog
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c5bb163e66d487f979763c3ca3437b56322581872429f1fc3af95f11a2eace0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-update-mime-database \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: glom/repos/community-staging-x86_64/glom.changelog (from rev 382924, 
glom/trunk/glom.changelog)
===
--- community-staging-x86_64/glom.changelog (rev 0)
+++ community-staging-x86_64/glom.changelog 2018-09-18 05:29:56 UTC (rev 
382925)
@@ -0,0 +1,35 @@
+2017-12-27 Jaroslav Lichtblau 
+* glom-1.31.6-5 boost 1.66.0 rebuild
+
+2017-11-13 Jaroslav Lichtblau 
+* glom-1.31.6-4 FS#56174 fix
+
+2017-09-10 Jaroslav Lichtblau 
+* glom-1.31.6-3 boost 1.65.1 rebuild
+
+2017-05-19 Jaroslav Lichtblau 
+* glom-1.31.6-2 boost 1.64 rebuild
+
+2016-10-07 Jaroslav Lichtblau 
+* glom-1.30.4-3 boost 1.62 rebuild
+
+2016-08-18 Jaroslav Lichtblau 
+* glom-1.30.4-2 boost 1.61 rebuild
+
+2016-04-30 Jaroslav Lichtblau 
+* glom-1.30.3-2 pacman hooks rebuild
+
+2016-04-11 Jaroslav Lichtblau 
+* glom-1.30.3-1
+
+2015-07-13 Jaroslav Lichtblau 
+* glom-1.28.5-1
+
+2015-03-28 Jaroslav Lichtblau 
+* glom-1.28.4-1
+
+2014-11-05 Jaroslav Lichtblau 
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau 
+* glom-1.24.2-1


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:29:51
  Author: foutrelis
Revision: 382924

boost 1.68.0 rebuild

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:27:10 UTC (rev 382923)
+++ PKGBUILD2018-09-18 05:29:51 UTC (rev 382924)
@@ -4,7 +4,7 @@
 
 pkgname=glom
 pkgver=1.31.6
-pkgrel=8
+pkgrel=9
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('x86_64')
 url="https://www.glom.org/";


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:27:10
  Author: foutrelis
Revision: 382923

archrelease: copy trunk to community-staging-x86_64

Added:
  easystroke/repos/community-staging-x86_64/
  easystroke/repos/community-staging-x86_64/PKGBUILD
(from rev 382922, easystroke/trunk/PKGBUILD)
  
easystroke/repos/community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch
(from rev 382922, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
  easystroke/repos/community-staging-x86_64/replace-sigc-group-with-lambda.patch
(from rev 382922, easystroke/trunk/replace-sigc-group-with-lambda.patch)

---+
 PKGBUILD  |   45 
 easystroke-0.6.0-gcc7-build-fix.patch |   40 
 replace-sigc-group-with-lambda.patch  |   40 
 3 files changed, 125 insertions(+)

Copied: easystroke/repos/community-staging-x86_64/PKGBUILD (from rev 382922, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:27:10 UTC (rev 382923)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=19
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";
+'easystroke-0.6.0-gcc7-build-fix.patch'
+'replace-sigc-group-with-lambda.patch')
+sha512sums=('a74cbdfd2b56e6b20d895297e80fb63f3d8ac938235ecf7067f984d087004af22a5ea0116ae20b948e238b02a06b14044a7025d65840f0c8d00542332387c921'
+
'ab243cd570a4878767bfc64f39dbf6cc938bf050b50e4ac3bfe5036f5fbdd21dc5cf89784a4f73f78233132b981d00087482835430d240f0b55e16d1acb4'
+
'30b3a50b3434b22d3aed75f8c023eafb78f6980a23c506e9ed70e8787fd2786a1a882468b5c8334e3161c241c1878f8b4f9ba0178e07aad0388d44522e70c245')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # Fix compilation with GCC 7.
+  patch -Np1 -i ../easystroke-0.6.0-gcc7-build-fix.patch
+
+  # fix build with libsigc++ 2.6; also build in C++11 mode
+  # (not sure if the lambda is correct, but seems to work)
+  patch -Np1 -i ../replace-sigc-group-with-lambda.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: 
easystroke/repos/community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch 
(from rev 382922, easystroke/trunk/easystroke-0.6.0-gcc7-build-fix.patch)
===
--- community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch  
(rev 0)
+++ community-staging-x86_64/easystroke-0.6.0-gcc7-build-fix.patch  
2018-09-18 05:27:10 UTC (rev 382923)
@@ -0,0 +1,40 @@
+From 9e2c32390c5c253aade3bb703e51841748d2c37e Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Sat, 28 Jan 2017 01:26:00 +
+Subject: [PATCH] Remove abs(float) function that clashes with std::abs(float)
+
+Depending on which C++ standard library headers have been included there
+might an abs(float) function already declared in the global namespace,
+so the definition in this file conflicts with it. This cause a build
+failure with GCC 7, which conforms more closely to the C++ standard with
+respect to overloads of abs.
+
+Including  and adding a using-declaration for std::abs ensures
+that the standard std::abs(float) function is available. This solution
+should be portable to all compilers.
+---
+ handler.cc | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/handler.cc b/handler.cc
+index 8830ea2..685b1ff 100644
+--- a/handler.cc
 b/handler.cc
+@@ -23,6 +23,8 @@
+ #include 
+ #include 
+ #include 
++#include   // std::abs(float)
++using std::abs;
+ 
+ XState *xstate = nullptr;
+ 
+@@ -533,8 +535,6 @@ class WaitForPongHandler : public Handler, protected 
Timeout {
+   virtual Grabber::State grab_mode() { return parent->grab_mode(); }
+ };
+ 
+-static inline float abs(float x) { return x > 0 ? x : -x; }
+-
+ class AbstractScrollHandler : public Handler {
+   bool have_x, have_y;
+   float last_x, last_y;

Copied: 
easystroke/repos/community-staging-x86_64/replace-sigc-group-with-lambda.patch 
(from rev 382922, easystroke/trunk/replace-sigc-group-with-lambda.patch)
==

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:27:04
  Author: foutrelis
Revision: 382922

boost 1.68.0 rebuild

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:26:35 UTC (rev 382921)
+++ PKGBUILD2018-09-18 05:27:04 UTC (rev 382922)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=18
+pkgrel=19
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('x86_64')
 url='http://easystroke.sourceforge.net/'


[arch-commits] Commit in 0ad/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:26:35
  Author: foutrelis
Revision: 382921

archrelease: copy trunk to community-staging-x86_64

Added:
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 382920, 0ad/trunk/PKGBUILD)

--+
 PKGBUILD |   56 
 1 file changed, 56 insertions(+)

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 382920, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 05:26:35 UTC (rev 382921)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a23
+_pkgver=0.0.23-alpha
+pkgrel=5
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+sha512sums=('4a1c86b19e0d8ec7d9b8bf75428df0255f95e7f991f419734f9b6ddc288a537405a34c5d7081f1a97475155c49013af85dee5c0265c35c7dbc003b46637a03d7')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  export SDL2_CONFIG="pkg-config sdl2"
+  ./update-workspaces.sh \
+  --without-pch \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/0ad/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  verbose=1 make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:26:30
  Author: foutrelis
Revision: 382920

boost 1.68.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:56:32 UTC (rev 382919)
+++ PKGBUILD2018-09-18 05:26:30 UTC (rev 382920)
@@ -4,7 +4,7 @@
 pkgname=0ad
 pkgver=a23
 _pkgver=0.0.23-alpha
-pkgrel=4
+pkgrel=5
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('x86_64')
 url="http://play0ad.com/";


[arch-commits] Commit in mkvtoolnix/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:25:51
  Author: foutrelis
Revision: 334866

archrelease: copy trunk to staging-x86_64

Added:
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 334865, mkvtoolnix/trunk/PKGBUILD)

--+
 PKGBUILD |   69 +
 1 file changed, 69 insertions(+)

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 334865, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 05:25:51 UTC (rev 334866)
@@ -0,0 +1,69 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=26.0.0
+pkgrel=3
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=(
+  'boost' 'boost-libs' 'cmark' 'docbook-xsl' 'file' 'flac' 'git' 'libebml'
+  'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake' 'zlib'
+)
+source=("git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mkvtoolnix
+
+  ./autogen.sh
+}
+
+build() {
+  cd mkvtoolnix
+
+  ./configure \
+--prefix='/usr' \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=(
+'boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+'libebml.so' 'libmatroska.so' 'libvorbis.so'
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+'cmark' 'hicolor-icon-theme' 'mkvtoolnix-cli' 'qt5-base' 'qt5-multimedia'
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:25:46
  Author: foutrelis
Revision: 334865

boost 1.68.0 rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:13:37 UTC (rev 334864)
+++ PKGBUILD2018-09-18 05:25:46 UTC (rev 334865)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
 pkgver=26.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'


[arch-commits] Commit in gst-python/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 05:13:37
  Author: heftig
Revision: 334864

archrelease: copy trunk to extra-x86_64

Added:
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 334863, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  137 ++---
 1 file changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 05:13:29 UTC (rev 334863)
+++ PKGBUILD2018-09-18 05:13:37 UTC (rev 334864)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=(gst-python gst-python2)
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Python binding overrides"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
-_commit=75ac38f1282a18a5659bee487b58e3bac1a128c9  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-
-  cd ..
-  cp -a $pkgbase py2
-  cp -a $pkgbase py3
-}
-
-
-_build() (
-  cd py$1
-  PYTHON=/usr/bin/python$1 ./configure --prefix=/usr
-  make
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-check() {
-  make -C py3 check
-  make -C py2 check
-}
-
-package_gst-python() {
-  pkgdesc="${pkgdesc//Python/Python 3}"
-  depends=(python-gobject gst-plugins-base-libs)
-
-  make -C py3 DESTDIR="$pkgdir" install
-}
-
-package_gst-python2() {
-  pkgdesc="${pkgdesc//Python/Python 2}"
-  depends=(python2-gobject gst-plugins-base-libs)
-
-  make -C py2 DESTDIR="$pkgdir" install
-}

Copied: gst-python/repos/extra-x86_64/PKGBUILD (from rev 334863, 
gst-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 05:13:37 UTC (rev 334864)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=(gst-python gst-python2)
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
+_commit=3f71b7b6741adbfaafbd5513ec5b4a2ae7c93e30  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  cd ..
+  cp -a $pkgbase py2
+  cp -a $pkgbase py3
+}
+
+
+_build() (
+  cd py$1
+  PYTHON=/usr/bin/python$1 ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=(python-gobject gst-plugins-base-libs)
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=(python2-gobject gst-plugins-base-libs)
+
+  make -C py2 DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 05:13:11
  Author: heftig
Revision: 334862

1.14.3-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:13:09 UTC (rev 334861)
+++ PKGBUILD2018-09-18 05:13:11 UTC (rev 334862)
@@ -4,7 +4,7 @@
 
 pkgbase=gst-python
 pkgname=(gst-python gst-python2)
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 url="https://gstreamer.freedesktop.org/";
@@ -11,7 +11,7 @@
 arch=(x86_64)
 license=(LGPL)
 makedepends=(python-gobject python2-gobject gst-plugins-base-libs git)
-_commit=75ac38f1282a18a5659bee487b58e3bac1a128c9  # tags/1.14.2^0
+_commit=3f71b7b6741adbfaafbd5513ec5b4a2ae7c93e30  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-python#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gstreamer-vaapi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 05:13:29
  Author: heftig
Revision: 334863

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 334862, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  109 ++---
 1 file changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 05:13:11 UTC (rev 334862)
+++ PKGBUILD2018-09-18 05:13:29 UTC (rev 334863)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gstreamer-vaapi
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-bad libva libxrandr)
-makedepends=(python gtk-doc autoconf-archive git gtk3)
-_commit=bc395f954d1ac7c6b4009930422636f04f0781ad  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gstreamer-vaapi/repos/extra-x86_64/PKGBUILD (from rev 334862, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 05:13:29 UTC (rev 334863)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-bad libva libxrandr)
+makedepends=(python gtk-doc autoconf-archive git gtk3)
+_commit=295859a89a6f65727fed0b7f7ca48728a43bc444  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 05:13:09
  Author: heftig
Revision: 334861

1.14.3-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:09:44 UTC (rev 334860)
+++ PKGBUILD2018-09-18 05:13:09 UTC (rev 334861)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(gst-plugins-bad libva libxrandr)
 makedepends=(python gtk-doc autoconf-archive git gtk3)
-_commit=bc395f954d1ac7c6b4009930422636f04f0781ad  # tags/1.14.2^0
+_commit=295859a89a6f65727fed0b7f7ca48728a43bc444  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer-vaapi#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in libreoffice-fresh/repos (5 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:09:44
  Author: foutrelis
Revision: 334860

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 334859, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 334859, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 334859, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 334859, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  333 +
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 4 files changed, 363 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 334859, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 05:09:44 UTC (rev 334860)
@@ -0,0 +1,333 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.1.1.2
+pkgver=6.1.1
+pkgrel=3
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant' #'glu' 
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice' 'boost' 
'libnumbertext'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="http://dev-www.libreoffice.org/src";
+_additional_source_url2="http://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   #${_additional_source_url}/boost_1_66_0.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3426.tar.bz2
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
 # for test suite
+   
${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+   make-pyuno-work-with-system-wide-module-install.diff
+   libreoffice-fresh.sh libreoffice-fresh.

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 05:09:36
  Author: foutrelis
Revision: 334859

boost 1.68.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 05:06:04 UTC (rev 334858)
+++ PKGBUILD2018-09-18 05:09:36 UTC (rev 334859)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.1.1.2
 pkgver=6.1.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";


[arch-commits] Commit in libinput/repos/extra-x86_64 (3 files)

2018-09-17 Thread Andreas Radke via arch-commits
Date: Tuesday, September 18, 2018 @ 05:06:04
  Author: andyrtr
Revision: 334858

archrelease: copy trunk to extra-x86_64

Added:
  libinput/repos/extra-x86_64/0001_Elan_Touchpads_quirks.patch
(from rev 334857, libinput/trunk/0001_Elan_Touchpads_quirks.patch)
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 334857, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-x86_64/PKGBUILD

--+
 0001_Elan_Touchpads_quirks.patch |   39 ++
 PKGBUILD |   79 -
 2 files changed, 82 insertions(+), 36 deletions(-)

Copied: libinput/repos/extra-x86_64/0001_Elan_Touchpads_quirks.patch (from rev 
334857, libinput/trunk/0001_Elan_Touchpads_quirks.patch)
===
--- 0001_Elan_Touchpads_quirks.patch(rev 0)
+++ 0001_Elan_Touchpads_quirks.patch2018-09-18 05:06:04 UTC (rev 334858)
@@ -0,0 +1,39 @@
+From dcfea54787a3efe1f1ab44eef998c2a7a723d80a Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 18 Sep 2018 07:02:27 +1000
+Subject: [PATCH] quirks: extend/restore the Elan Touchpads quirks
+
+The hwdb match entry used to be this one:
+ libinput:name:*Elan Touchpad*:dt:*
+  LIBINPUT_ATTR_PRESSURE_RANGE=10:8
+from commit 596777a3147d4070f9598f051f6d7ae96fa2f49a. It was intended to match
+for devicetree only but the way the udev rules were composed, it ended up
+matching on any system.
+
+Restore that for all systems to have compatibility with 1.11. For this one,
+let's also add the resolution hint and hope that that works too.
+
+Fixes #140
+
+Signed-off-by: Peter Hutterer 
+---
+ quirks/30-vendor-elantech.quirks | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/quirks/30-vendor-elantech.quirks 
b/quirks/30-vendor-elantech.quirks
+index e49c3415..9b3a1ba7 100644
+--- a/quirks/30-vendor-elantech.quirks
 b/quirks/30-vendor-elantech.quirks
+@@ -4,3 +4,8 @@
+ MatchName=*Elantech Touchpad*
+ AttrResolutionHint=31x31
+ AttrPressureRange=10:8
++
++[Elan Touchpads]
++MatchName=*Elan Touchpad*
++AttrResolutionHint=31x31
++AttrPressureRange=10:8
+-- 
+2.18.0
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 05:05:51 UTC (rev 334857)
+++ PKGBUILD2018-09-18 05:06:04 UTC (rev 334858)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/";
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
-optdepends=('gtk3: libinput debug-gui'
-'python-pyudev: libinput measure'
-'python-evdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--Dudev-dir=/usr/lib/udev \
--Dtests=false \
--Ddocumentation=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dvm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 334857, 
libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 05:06:04 UTC (rev 334858)
@@ -0,0 +1,43 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.12.0
+pkgrel=2
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/";
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+   0001_Elan_Touchpads_quirks.patch)
+sha512sums=('4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924'
+'SKIP'
+
'8d603a04e1ef737f8627d75d2da97d5cee7607e2604a31105496a6ea2db632d40d04a567ce22ac2cd4765a2fd1ec4945032bad0b8c3b9ed4a9bd333886976570')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # 

[arch-commits] Commit in libinput/trunk (0001_Elan_Touchpads_quirks.patch PKGBUILD)

2018-09-17 Thread Andreas Radke via arch-commits
Date: Tuesday, September 18, 2018 @ 05:05:51
  Author: andyrtr
Revision: 334857

upgpkg: libinput 1.12.0-2

fix Elan touchpad - FS#60072

Added:
  libinput/trunk/0001_Elan_Touchpads_quirks.patch
Modified:
  libinput/trunk/PKGBUILD

--+
 0001_Elan_Touchpads_quirks.patch |   39 +
 PKGBUILD |   14 ++---
 2 files changed, 50 insertions(+), 3 deletions(-)

Added: 0001_Elan_Touchpads_quirks.patch
===
--- 0001_Elan_Touchpads_quirks.patch(rev 0)
+++ 0001_Elan_Touchpads_quirks.patch2018-09-18 05:05:51 UTC (rev 334857)
@@ -0,0 +1,39 @@
+From dcfea54787a3efe1f1ab44eef998c2a7a723d80a Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 18 Sep 2018 07:02:27 +1000
+Subject: [PATCH] quirks: extend/restore the Elan Touchpads quirks
+
+The hwdb match entry used to be this one:
+ libinput:name:*Elan Touchpad*:dt:*
+  LIBINPUT_ATTR_PRESSURE_RANGE=10:8
+from commit 596777a3147d4070f9598f051f6d7ae96fa2f49a. It was intended to match
+for devicetree only but the way the udev rules were composed, it ended up
+matching on any system.
+
+Restore that for all systems to have compatibility with 1.11. For this one,
+let's also add the resolution hint and hope that that works too.
+
+Fixes #140
+
+Signed-off-by: Peter Hutterer 
+---
+ quirks/30-vendor-elantech.quirks | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/quirks/30-vendor-elantech.quirks 
b/quirks/30-vendor-elantech.quirks
+index e49c3415..9b3a1ba7 100644
+--- a/quirks/30-vendor-elantech.quirks
 b/quirks/30-vendor-elantech.quirks
+@@ -4,3 +4,8 @@
+ MatchName=*Elantech Touchpad*
+ AttrResolutionHint=31x31
+ AttrPressureRange=10:8
++
++[Elan Touchpads]
++MatchName=*Elan Touchpad*
++AttrResolutionHint=31x31
++AttrPressureRange=10:8
+-- 
+2.18.0
+
+

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:58:38 UTC (rev 334856)
+++ PKGBUILD2018-09-18 05:05:51 UTC (rev 334857)
@@ -3,7 +3,7 @@
 
 pkgname=libinput
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/";
 arch=(x86_64)
@@ -14,11 +14,19 @@
 optdepends=('gtk3: libinput debug-gui'
 'python-pyudev: libinput measure'
 'python-evdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+   0001_Elan_Touchpads_quirks.patch)
 
sha512sums=('4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924'
-'SKIP')
+'SKIP'
+
'8d603a04e1ef737f8627d75d2da97d5cee7607e2604a31105496a6ea2db632d40d04a567ce22ac2cd4765a2fd1ec4945032bad0b8c3b9ed4a9bd333886976570')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # FS#60072
+  patch -Np1 -i ../0001_Elan_Touchpads_quirks.patch
+}
+
 build() {
   arch-meson $pkgname-$pkgver build \
 -Dudev-dir=/usr/lib/udev \


[arch-commits] Commit in kig/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:58:38
  Author: foutrelis
Revision: 334856

archrelease: copy trunk to staging-x86_64

Added:
  kig/repos/staging-x86_64/
  kig/repos/staging-x86_64/PKGBUILD
(from rev 334855, kig/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: kig/repos/staging-x86_64/PKGBUILD (from rev 334855, kig/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 04:58:38 UTC (rev 334856)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=18.08.1
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="https://kde.org/applications/education/kig/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(ktexteditor boost-libs python2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost qt5-xmlpatterns)
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e23c517e8caf42ec369fafd2dd1047045042d2fcccf91e9d02d1f91679104ec1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Use the python2 executable
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:58:33
  Author: foutrelis
Revision: 334855

boost 1.68.0 rebuild

Modified:
  kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:48:14 UTC (rev 334854)
+++ PKGBUILD2018-09-18 04:58:33 UTC (rev 334855)
@@ -4,7 +4,7 @@
 
 pkgname=kig
 pkgver=18.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="https://kde.org/applications/education/kig/";
 arch=(x86_64)


[arch-commits] Commit in qbittorrent/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:56:32
  Author: foutrelis
Revision: 382919

archrelease: copy trunk to community-staging-x86_64

Added:
  qbittorrent/repos/community-staging-x86_64/
  qbittorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 382918, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-staging-x86_64/qbittorrent@.service
(from rev 382918, qbittorrent/trunk/qbittorrent@.service)

--+
 PKGBUILD |   67 +
 qbittorrent@.service |   12 
 2 files changed, 79 insertions(+)

Copied: qbittorrent/repos/community-staging-x86_64/PKGBUILD (from rev 382918, 
qbittorrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:56:32 UTC (rev 382919)
@@ -0,0 +1,67 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Antonio Rojas 
+# Contributor: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=4.1.2
+pkgrel=2
+arch=('x86_64')
+url="https://www.qbittorrent.org";
+license=('custom' 'GPL')
+makedepends=('boost' 'libtorrent-rasterbar' 'qt5-tools' 'qt5-svg')
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
"https://github.com/qbittorrent/qBittorrent/commit/acdf9061fe5539c75604d2b7919cc434b2cebb02.patch";)
+sha256sums=('e0165bd427820c64bce596ef952d80058ea8cd7294d3c84bc723d79cd9e2f9c7'
+'SKIP'
+'cb6f1dc7844ae7b8adb36d0f9bcac30c42751bd2b6c3020fc60d914bb9e71d88')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 

+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # https://github.com/qbittorrent/qBittorrent/pull/9318
+  patch -p1 -i ../acdf9061fe5539c75604d2b7919cc434b2cebb02.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  mkdir -p ${pkgbase}
+  pushd ${pkgbase}
+  ../configure --prefix=/usr
+  make
+  popd
+
+  # Build nox variant
+  mkdir -p "${pkgbase}-nox"
+  pushd "${pkgbase}-nox"
+  ../configure --prefix=/usr --disable-gui --enable-systemd
+  make
+}
+
+package_qbittorrent() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
+  depends=('libtorrent-rasterbar' 'qt5-svg' 'hicolor-icon-theme')
+  optdepends=('python: needed for torrent search tab')
+
+  cd ${pkgbase}-${pkgver}/${pkgbase}
+
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_qbittorrent-nox() {
+  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
+  depends=('libtorrent-rasterbar' 'qt5-base')
+
+  cd ${pkgbase}-${pkgver}/${pkgbase}-nox
+
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}

Copied: qbittorrent/repos/community-staging-x86_64/qbittorrent@.service (from 
rev 382918, qbittorrent/trunk/qbittorrent@.service)
===
--- community-staging-x86_64/qbittorrent@.service   
(rev 0)
+++ community-staging-x86_64/qbittorrent@.service   2018-09-18 04:56:32 UTC 
(rev 382919)
@@ -0,0 +1,12 @@
+[Unit]
+Description=qbittorrent-nox Daemon
+Documentation=https://github.com/qbittorrent/qBittorrent/wiki
+After=network.target
+
+[Service]
+User=%i
+Type=forking
+ExecStart=/usr/bin/qbittorrent-nox --daemon --webui-port=8080
+
+[Install]
+WantedBy=multi-user.target


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:56:27
  Author: foutrelis
Revision: 382918

boost 1.68.0 rebuild

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:52:52 UTC (rev 382917)
+++ PKGBUILD2018-09-18 04:56:27 UTC (rev 382918)
@@ -10,7 +10,7 @@
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
 pkgver=4.1.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://www.qbittorrent.org";
 license=('custom' 'GPL')


[arch-commits] Commit in python2-exiv2/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:52:52
  Author: foutrelis
Revision: 382917

archrelease: copy trunk to community-staging-x86_64

Added:
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 382916, python2-exiv2/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 382916, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:52:52 UTC (rev 382917)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Archie 
+# Contributor: Byron Clark 
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=19
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2";
+arch=('x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2";)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+scons DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:52:47
  Author: foutrelis
Revision: 382916

boost 1.68.0 rebuild

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:49:21 UTC (rev 382915)
+++ PKGBUILD2018-09-18 04:52:47 UTC (rev 382916)
@@ -5,7 +5,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=18
+pkgrel=19
 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata."
 url="http://tilloy.net/dev/pyexiv2";
 arch=('x86_64')


[arch-commits] Commit in schroot/repos (9 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:49:21
  Author: foutrelis
Revision: 382915

archrelease: copy trunk to community-staging-x86_64

Added:
  schroot/repos/community-staging-x86_64/
  schroot/repos/community-staging-x86_64/PKGBUILD
(from rev 382914, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-x86_64/arch32-config
(from rev 382914, schroot/trunk/arch32-config)
  schroot/repos/community-staging-x86_64/arch32-copyfiles
(from rev 382914, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-x86_64/arch32-example
(from rev 382914, schroot/trunk/arch32-example)
  schroot/repos/community-staging-x86_64/arch32-mount
(from rev 382914, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-x86_64/arch32-nssdatabases
(from rev 382914, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-x86_64/pam.d.schroot.patch
(from rev 382914, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-staging-x86_64/schroot-cppunit.patch
(from rev 382914, schroot/trunk/schroot-cppunit.patch)

---+
 PKGBUILD  |   84 
 arch32-config |   11 ++
 arch32-copyfiles  |6 +++
 arch32-example|   10 +
 arch32-mount  |   12 ++
 arch32-nssdatabases   |6 +++
 pam.d.schroot.patch   |   15 
 schroot-cppunit.patch |   11 ++
 8 files changed, 155 insertions(+)

Copied: schroot/repos/community-staging-x86_64/PKGBUILD (from rev 382914, 
schroot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:49:21 UTC (rev 382915)
@@ -0,0 +1,84 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=schroot
+pkgver=1.6.10
+pkgrel=20
+pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
+url="http://packages.qa.debian.org/s/schroot.html";
+license=('GPL3')
+depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
+makedepends=('boost' 'cppunit')
+optdepends=('btrfs-progs-unstable' 'lvm2')
+arch=('x86_64')
+conflicts=('dchroot')
+replaces=('dchroot')
+provides=('schroot' 'sbuild' 'dchroot')
+backup=('etc/schroot/schroot.conf'
+   'etc/schroot/arch32/config'
+   'etc/schroot/arch32/copyfiles'
+   'etc/schroot/arch32/mount'
+   'etc/schroot/arch32/nssdatabases')
+source=("http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz";
+   
"http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3+deb9u1.debian.tar.xz";
+   'arch32-example'
+   'arch32-config'
+   'arch32-copyfiles'
+   'arch32-mount'
+   'arch32-nssdatabases'
+   'pam.d.schroot.patch'
+   'schroot-cppunit.patch')
+md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
+ '467f67cfc9596ddf301bd26968935d29'
+ '54239847f89b9a4772910415bde6276a'
+ '5a3f7b839c7e0b8933748da7c5b6385b'
+ 'ddb2f09c02b24dab777110f9808472e1'
+ 'f0d5d5b5e34a860f6f90b5628c680f46'
+ 'af1da6edd8c8c0dafeeb2c2c4e0c840b'
+ 'a8d77cac806a0a9adef3f93cdbeb280a'
+ '4c744c38b1541359de5696c65a508e5e')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   cat "$srcdir"/debian/patches/series | while read p; do
+   patch -p1 -i "$srcdir"/debian/patches/$p
+   done
+# fix configure with cppunit 1.4
+   patch -p1 -i ../schroot-cppunit.patch
+   ./bootstrap
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-dchroot \
+   --enable-lvm-snapshot \
+   --enable-btrfs-snapshot \
+   
--with-bash-completion-dir=/usr/share/bash-completion/completions/ \
+   BTRFS=/sbin/btrfs \
+   BTRFSCTL=/sbin/btrfsctl \
+   LVCREATE=/sbin/lvcreate \
+   LVREMOVE=/sbin/lvremove
+   # --enable-csbuild
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+#  make -k check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="$pkgdir" install
+   install -dm 755 "$pkgdir"/etc/schroot/arch32
+   install -m 644 "$srcdir"/arch32-{config,mount,copyfiles,nssdatabases} 
"$pkgdir"/etc/schroot/arch32
+   rename 'arch32-' '' "$pkgdir"/etc/schroot/arch32/*
+   install -m 644 "$srcdir"/arch32-example 
"$pkgdir"/etc/schroot/chroot.d/arch32.conf.example
+   patch -i "$srcdir"/pam.d.schroot.patch "$pkgdir"/etc/pam.d/schroot
+}

Copied: schroot/repos/community-staging-x86_64/arch32-config (from rev 382914, 
schroot/trunk/arch32-config)
=

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:48:55
  Author: foutrelis
Revision: 382914

boost 1.68.0 rebuild

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:46:23 UTC (rev 382913)
+++ PKGBUILD2018-09-18 04:48:55 UTC (rev 382914)
@@ -3,7 +3,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=19
+pkgrel=20
 pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html";
 license=('GPL3')


[arch-commits] Commit in gst-plugins-good/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:59
  Author: heftig
Revision: 334852

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 334851, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  123 ++---
 1 file changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:51 UTC (rev 334851)
+++ PKGBUILD2018-09-18 04:47:59 UTC (rev 334852)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
- gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
- libraw1394 lame mpg123 twolame)
-makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
-checkdepends=(gst-plugins-base)
-_commit=4733e9715675d2dc52ed00e58d52388c56411cd2  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-good/repos/extra-x86_64/PKGBUILD (from rev 334851, 
gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:47:59 UTC (rev 334852)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev speex flac
+ libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
+checkdepends=(gst-plugins-base)
+_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gst-plugins-ugly/repos/extra-x86_64 (3 files)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:48:06
  Author: heftig
Revision: 334853

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 334852, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  
gst-plugins-ugly/repos/extra-x86_64/0001-x264enc-Set-bit-depth-for-x264-153.patch
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

---+
 0001-x264enc-Set-bit-depth-for-x264-153.patch |   31 --
 PKGBUILD  |  124 +++-
 2 files changed, 59 insertions(+), 96 deletions(-)

Deleted: 0001-x264enc-Set-bit-depth-for-x264-153.patch
===
--- 0001-x264enc-Set-bit-depth-for-x264-153.patch   2018-09-18 04:47:59 UTC 
(rev 334852)
+++ 0001-x264enc-Set-bit-depth-for-x264-153.patch   2018-09-18 04:48:06 UTC 
(rev 334853)
@@ -1,31 +0,0 @@
-From 04e4b3aebf592abf24c07c5e56bcbb18ba04c30b Mon Sep 17 00:00:00 2001
-Message-Id: 
<04e4b3aebf592abf24c07c5e56bcbb18ba04c30b.1534424269.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 16 Aug 2018 13:17:58 +0200
-Subject: [PATCH] =?UTF-8?q?x264enc:=20Set=20bit=20depth=20for=20x264=20?=
- =?UTF-8?q?=E2=89=A5=20153?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- ext/x264/gstx264enc.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
-index f88cfcb7..9e7986ab 100644
 a/ext/x264/gstx264enc.c
-+++ b/ext/x264/gstx264enc.c
-@@ -1578,6 +1578,9 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
-   }
- 
-   /* set up encoder parameters */
-+#if X264_BUILD >= 153
-+  encoder->x264param.i_bitdepth = GST_VIDEO_INFO_COMP_DEPTH (info, 0);
-+#endif
-   encoder->x264param.i_csp =
-   gst_x264_enc_gst_to_x264_video_format (info->finfo->format, NULL);
-   if (info->fps_d == 0 || info->fps_n == 0) {
--- 
-2.18.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:59 UTC (rev 334852)
+++ PKGBUILD2018-09-18 04:48:06 UTC (rev 334853)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.14.2
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
- x264 opencore-amr)
-makedepends=(python gtk-doc autoconf-archive git)
-_commit=df1bcfa0ba57859eb39610ef53f1eb744ca57465  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-0001-x264enc-Set-bit-depth-for-x264-153.patch)
-sha256sums=('SKIP'
-'SKIP'
-'bff7a355de976a3d19b8e6e2f8f15ccb1dacda95679ec1eee7bd98246f5e3a71')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # x264 multi-bit-depth fix
-  patch -Np1 -i ../0001-x264enc-Set-bit-depth-for-x264-153.patch
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 334852, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:48:06 UTC (rev 334853)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
+ x264 opencore-amr)
+makedepends=(python gtk-doc autoconf-archive git)
+_commit=e6e27076d11f763e817cd1f423db423018a48fcb  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-

[arch-commits] Commit in gst-plugins-bad/repos/extra-x86_64 (4 files)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:48:14
  Author: heftig
Revision: 334854

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 334853, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/missing-includes.diff
(from rev 334853, gst-plugins-bad/trunk/missing-includes.diff)
Deleted:
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/missing-includes.diff

---+
 PKGBUILD  |  141 +++-
 missing-includes.diff |  102 +-
 2 files changed, 121 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:48:06 UTC (rev 334853)
+++ PKGBUILD2018-09-18 04:48:14 UTC (rev 334854)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.14.2
-pkgrel=3
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
- libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
- libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
- openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
-makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
- vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv 
opencv)
-_commit=513ef5efdf85f9af4a016e8ae69f28cf16c9ec58  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-missing-includes.diff)
-sha256sums=('SKIP'
-'SKIP'
-'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # error: ‘CV_RGB’ was not declared in this scope
-  patch -Np1 -i ../missing-includes.diff
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---with-gtk=3.0 \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # bad tests are bad
-  #make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-plugins-bad/repos/extra-x86_64/PKGBUILD (from rev 334853, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:48:14 UTC (rev 334854)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
+ libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
+ libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
+ openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
+makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv 
opencv)
+_commit=924b54b1501656a192ff391f0c2fd6cfb9f89aac  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+missing-includes.diff)
+sha256sums=('SKIP'
+'SKIP'
+'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # error: ‘CV_RGB’ was not declared in this scope
+  patch -Np1 -i ../missing-includes.diff
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git su

[arch-commits] Commit in gst-libav/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:51
  Author: heftig
Revision: 334851

archrelease: copy trunk to extra-x86_64

Added:
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 334850, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  133 ++---
 1 file changed, 66 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:26 UTC (rev 334850)
+++ PKGBUILD2018-09-18 04:47:51 UTC (rev 334851)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(GPL)
-depends=(gst-plugins-base-libs bzip2)
-makedepends=(python gtk-doc autoconf-archive git yasm)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=8886a016fce625e1c25a4902be4021196a6784a2  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-"git+https://git.videolan.org/git/ffmpeg"; 
"git://git.libav.org/gas-preprocessor")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
-  git config --local submodule.gst-libs/ext/gas-preprocessor.url 
"$srcdir/gas-preprocessor"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---without-system-libav \
---with-libav-extra-configure="--enable-runtime-cpudetect" \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 334850, 
gst-libav/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:47:51 UTC (rev 334851)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2)
+makedepends=(python gtk-doc autoconf-archive git yasm)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=35290bb8c25b00b80a51d18c88adc9c70aeaebf8  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
+"git+https://git.videolan.org/git/ffmpeg"; 
"git://git.libav.org/gas-preprocessor")
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git config --local submodule.gst-libs/ext/gas-preprocessor.url 
"$srcdir/gas-preprocessor"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--without-system-libav \
+--with-libav-extra-configure="--enable-runtime-cpudetect" \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:26
  Author: heftig
Revision: 334850

1.14.3-1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:21 UTC (rev 334849)
+++ PKGBUILD2018-09-18 04:47:26 UTC (rev 334850)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/";
@@ -11,7 +11,7 @@
 depends=(gst-plugins-base-libs bzip2)
 makedepends=(python gtk-doc autoconf-archive git yasm)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=8886a016fce625e1c25a4902be4021196a6784a2  # tags/1.14.2^0
+_commit=35290bb8c25b00b80a51d18c88adc9c70aeaebf8  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
 "git+https://git.videolan.org/git/ffmpeg"; 
"git://git.libav.org/gas-preprocessor")


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:10
  Author: heftig
Revision: 334848

1.14.3-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:05 UTC (rev 334847)
+++ PKGBUILD2018-09-18 04:47:10 UTC (rev 334848)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.14.2
-pkgrel=3
+pkgver=1.14.3
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -15,7 +15,7 @@
  openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
 makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
  vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv 
opencv)
-_commit=513ef5efdf85f9af4a016e8ae69f28cf16c9ec58  # tags/1.14.2^0
+_commit=924b54b1501656a192ff391f0c2fd6cfb9f89aac  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
 missing-includes.diff)


[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:05
  Author: heftig
Revision: 334847

1.14.3-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:30:01 UTC (rev 334846)
+++ PKGBUILD2018-09-18 04:47:05 UTC (rev 334847)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -13,7 +13,7 @@
  libraw1394 lame mpg123 twolame)
 makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative 
qt5-x11extras qt5-wayland)
 checkdepends=(gst-plugins-base)
-_commit=4733e9715675d2dc52ed00e58d52388c56411cd2  # tags/1.14.2^0
+_commit=9333e823fe36f5ce08eef79e6ad6904b705c5655  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


[arch-commits] Commit in gst-plugins-ugly/trunk (2 files)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:47:21
  Author: heftig
Revision: 334849

1.14.3-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD
Deleted:
  gst-plugins-ugly/trunk/0001-x264enc-Set-bit-depth-for-x264-153.patch

---+
 0001-x264enc-Set-bit-depth-for-x264-153.patch |   31 
 PKGBUILD  |   15 +++
 2 files changed, 5 insertions(+), 41 deletions(-)

Deleted: 0001-x264enc-Set-bit-depth-for-x264-153.patch
===
--- 0001-x264enc-Set-bit-depth-for-x264-153.patch   2018-09-18 04:47:10 UTC 
(rev 334848)
+++ 0001-x264enc-Set-bit-depth-for-x264-153.patch   2018-09-18 04:47:21 UTC 
(rev 334849)
@@ -1,31 +0,0 @@
-From 04e4b3aebf592abf24c07c5e56bcbb18ba04c30b Mon Sep 17 00:00:00 2001
-Message-Id: 
<04e4b3aebf592abf24c07c5e56bcbb18ba04c30b.1534424269.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 16 Aug 2018 13:17:58 +0200
-Subject: [PATCH] =?UTF-8?q?x264enc:=20Set=20bit=20depth=20for=20x264=20?=
- =?UTF-8?q?=E2=89=A5=20153?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-

- ext/x264/gstx264enc.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
-index f88cfcb7..9e7986ab 100644
 a/ext/x264/gstx264enc.c
-+++ b/ext/x264/gstx264enc.c
-@@ -1578,6 +1578,9 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
-   }
- 
-   /* set up encoder parameters */
-+#if X264_BUILD >= 153
-+  encoder->x264param.i_bitdepth = GST_VIDEO_INFO_COMP_DEPTH (info, 0);
-+#endif
-   encoder->x264param.i_csp =
-   gst_x264_enc_gst_to_x264_video_format (info->finfo->format, NULL);
-   if (info->fps_d == 0 || info->fps_n == 0) {
--- 
-2.18.0
-

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:47:10 UTC (rev 334848)
+++ PKGBUILD2018-09-18 04:47:21 UTC (rev 334849)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.14.2
-pkgrel=3
+pkgver=1.14.3
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -11,13 +11,11 @@
 depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio
  x264 opencore-amr)
 makedepends=(python gtk-doc autoconf-archive git)
-_commit=df1bcfa0ba57859eb39610ef53f1eb744ca57465  # tags/1.14.2^0
+_commit=e6e27076d11f763e817cd1f423db423018a48fcb  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";
-0001-x264enc-Set-bit-depth-for-x264-153.patch)
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'
-'SKIP'
-'bff7a355de976a3d19b8e6e2f8f15ccb1dacda95679ec1eee7bd98246f5e3a71')
+'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -27,9 +25,6 @@
 prepare() {
   cd $pkgname
 
-  # x264 multi-bit-depth fix
-  patch -Np1 -i ../0001-x264enc-Set-bit-depth-for-x264-153.patch
-
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"
   git submodule update


[arch-commits] Commit in spring/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:46:23
  Author: foutrelis
Revision: 382913

archrelease: copy trunk to community-staging-x86_64

Added:
  spring/repos/community-staging-x86_64/
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 382912, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/fix-reinterpret_cast-in-constexpr.patch
(from rev 382912, spring/trunk/fix-reinterpret_cast-in-constexpr.patch)

-+
 PKGBUILD|   50 ++
 fix-reinterpret_cast-in-constexpr.patch |   15 +
 2 files changed, 65 insertions(+)

Copied: spring/repos/community-staging-x86_64/PKGBUILD (from rev 382912, 
spring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:46:23 UTC (rev 382913)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=spring
+pkgver=104.0
+pkgrel=4
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('x86_64')
+url="http://springrts.com/";
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'jdk8-openjdk' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+source=(https://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+fix-reinterpret_cast-in-constexpr.patch)
+sha512sums=('be8922e798d7c959c248501494ab61cff625154c109debd324875a4e2a7149748224b6fcb428948f2b4d66cc9e484bc002a63810f55c5f25a499c34a01dfc225'
+
'ba8a6f3031c7507983f2ae10de9f19b27434cd9159df6ce431d1f83b21b37974e8add4bea8bc0d738f88f5bfebdbeeacaeb3964b9db31b5181d12bed66ff2109')
+
+prepare() {
+  cd spring_$pkgver
+
+  # https://springrts.com/mantis/view.php?id=5781
+  # https://github.com/spring/spring/commit/6104061fe3
+  patch -Np1 -i ../fix-reinterpret_cast-in-constexpr.patch
+}
+
+build() {
+  cd spring_${pkgver}
+
+  cmake. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATADIR=share/spring \
+-DJAVA_HOME=/usr/lib/jvm/java-8-openjdk \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd spring_${pkgver}
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/etc/spring"
+  echo '$HOME/.spring' > "$pkgdir/etc/spring/datadir"
+}
+
+# vim sw=2:ts=2 et:

Copied: 
spring/repos/community-staging-x86_64/fix-reinterpret_cast-in-constexpr.patch 
(from rev 382912, spring/trunk/fix-reinterpret_cast-in-constexpr.patch)
===
--- community-staging-x86_64/fix-reinterpret_cast-in-constexpr.patch
(rev 0)
+++ community-staging-x86_64/fix-reinterpret_cast-in-constexpr.patch
2018-09-18 04:46:23 UTC (rev 382913)
@@ -0,0 +1,15 @@
+diff --git a/rts/Rendering/GL/myGL.cpp b/rts/Rendering/GL/myGL.cpp
+index 5abef32ce0..95a786970c 100644
+--- a/rts/Rendering/GL/myGL.cpp
 b/rts/Rendering/GL/myGL.cpp
+@@ -146,8 +147,8 @@ static bool GetVideoMemInfoMESA(GLint* memInfo)
+ 
+   typedef PFNGLXQUERYCURRENTRENDERERINTEGERMESAPROC QCRIProc;
+ 
+-  static constexpr const GLubyte* qcriProcName = (const GLubyte*) 
"glXQueryCurrentRendererIntegerMESA";
+-  static   const QCRIProc qcriProcAddr = (QCRIProc) 
glXGetProcAddress(qcriProcName);
++  static const char qcriProcName[] = 
"glXQueryCurrentRendererIntegerMESA";
++  static const QCRIProc qcriProcAddr   = (QCRIProc) 
glXGetProcAddress(reinterpret_cast(qcriProcName));
+ 
+   if (qcriProcAddr == nullptr)
+   return false;


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:46:11
  Author: foutrelis
Revision: 382912

boost 1.68.0 rebuild

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:36:45 UTC (rev 382911)
+++ PKGBUILD2018-09-18 04:46:11 UTC (rev 382912)
@@ -4,7 +4,7 @@
 
 pkgname=spring
 pkgver=104.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('x86_64')
 url="http://springrts.com/";


[arch-commits] Commit in gqrx/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:36:45
  Author: foutrelis
Revision: 382911

archrelease: copy trunk to community-staging-x86_64

Added:
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 382910, gqrx/trunk/PKGBUILD)

--+
 PKGBUILD |   51 +++
 1 file changed, 51 insertions(+)

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 382910, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:36:45 UTC (rev 382911)
@@ -0,0 +1,51 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.11.5
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+#source=("$pkgname-$pkgver.tgz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
+source=("https://github.com/csete/gqrx/releases/download/v$pkgver/gqrx-sdr-$pkgver-src.tar.xz";)
+md5sums=('fed4994d5c04daf70cb19e2393da7a04')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-sdr-$pkgver/gqrx.desktop
+  cp -r gqrx-sdr-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-sdr-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-sdr-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-sdr-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:36:40
  Author: foutrelis
Revision: 382910

boost 1.68.0 rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:33:37 UTC (rev 382909)
+++ PKGBUILD2018-09-18 04:36:40 UTC (rev 382910)
@@ -3,7 +3,7 @@
 
 pkgname=gqrx
 pkgver=2.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('x86_64')
 url="http://gqrx.dk/";


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:33:37
  Author: foutrelis
Revision: 382909

archrelease: copy trunk to community-staging-x86_64

Added:
  pingus/repos/community-staging-x86_64/
  pingus/repos/community-staging-x86_64/ChangeLog
(from rev 382908, pingus/trunk/ChangeLog)
  pingus/repos/community-staging-x86_64/PKGBUILD
(from rev 382908, pingus/trunk/PKGBUILD)
  pingus/repos/community-staging-x86_64/missing-header.patch
(from rev 382908, pingus/trunk/missing-header.patch)
  pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 382908, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-staging-x86_64/pingus.desktop
(from rev 382908, pingus/trunk/pingus.desktop)

---+
 ChangeLog |   21 
 PKGBUILD  |   41 
 missing-header.patch  |   22 +
 pingus-0.7.6-gcc470-udl.patch |   22 +
 pingus.desktop|9 
 5 files changed, 115 insertions(+)

Copied: pingus/repos/community-staging-x86_64/ChangeLog (from rev 382908, 
pingus/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2018-09-18 04:33:37 UTC (rev 382909)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-x86_64/PKGBUILD (from rev 382908, 
pingus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:33:37 UTC (rev 382909)
@@ -0,0 +1,41 @@
+# Maintainer: Eric Belanger 
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=25
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('x86_64')
+url="http://pingus.seul.org";
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("$pkgname-$pkgver.tgz::https://github.com/Pingus/pingus/archive/v$pkgver.tar.gz";
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch'
+'missing-header.patch')
+sha512sums=('ea0e7fd2cc1f6c23e62e222dffa1eb4764313ccecd716083c516fa4720c19562c9940da1dae4cbc527b85de9c0094f482e4f907212226b39ad044222b477769b'
+
'6c2a8da1bcb250217c47d70ad223c02cf12879bab201433e76bf98f5693886ab0d96da295a795bfefe1723596011d41ff615c2262a277414234b88c8e35c64c8'
+
'a6d541fc8417e49540f7760d707652d348ff46701e0d9d3df0463b1dfaca9c9781686ac1683b49bceebaca22cd9680652aaf1a65f3834f4e01cca41a002408ce'
+
'd2e04c4291c18f1b9d351137bd2143881f4bb5591baeb3c5866b05cbf06db7e6552aac6d00d1ac055e8624bfa4b312e3f5a58d7f29ceefd0dcf0c32ed24e7971')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+  # missing header
+  patch -Np1 -i ../missing-header.patch
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" 
"${pkgdir}/usr/share/applications/pingus.desktop"
+}

Copied: pingus/repos/community-staging-x86_64/missing-header.patch (from rev 
382908, pingus/trunk/missing-header.patch)
===
--- community-staging-x86_64/missing-header.patch   
(rev 0)
+++ community-staging-x86_64/missing-header.patch   2018-09-18 04:33:37 UTC 
(rev 382909)
@@ -0,0 +1,22 @@
+From df6e2f445d3e2925a94d22faeb17be9444513e92 Mon Sep 17 00:00:00 2001
+From: Jonathan Wakely 
+Date: Mon, 30 Jan 2017 15:41:53 +
+Subject: [PATCH] Add missing header for std::function and std::bind
+
+---
+ src/pingus/screens/demo_session.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/pingus/screens/demo_session.cpp 
b/src/pingus/screens/demo_session.cpp
+index e3ec49a2c..f887e50f0 100644
+--- a/src/pingus/screens/demo_session.cpp
 b/src/pingus/screens/demo_session.cpp
+@@ -18,6 +18,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include "engine/gui/gui_manager.hpp"
+ #include "engine/gui/surface_button.hpp"
+

Copied: pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch 
(

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:33:29
  Author: foutrelis
Revision: 382908

boost 1.68.0 rebuild

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:28:57 UTC (rev 382907)
+++ PKGBUILD2018-09-18 04:33:29 UTC (rev 382908)
@@ -2,7 +2,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=24
+pkgrel=25
 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
 arch=('x86_64')
 url="http://pingus.seul.org";


[arch-commits] Commit in libkolabxml/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:30:01
  Author: foutrelis
Revision: 334846

archrelease: copy trunk to staging-x86_64

Added:
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 334845, libkolabxml/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 334845, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-09-18 04:30:01 UTC (rev 334846)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.6
+pkgrel=9
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='https://www.kolab.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("https://mirror.kolabenterprise.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+sha512sums=('ae74a9276cad2840db09ae9f9178991eb22137a13f83c04dd2fb7513407f2a5e6b7c79d71de80ced786457f1d3c8b5229226aecd8ea139f0af7125268aff4121'
+
'defc0ae0261182fc8c535bee0598b9d303c2b1373b005b6e6a214f50135534e15b4f0c132d3d78fe093896494c10a381b0569dee350c7843aa60a9de3af0906f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:29:57
  Author: foutrelis
Revision: 334845

boost 1.68.0 rebuild

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:16:12 UTC (rev 334844)
+++ PKGBUILD2018-09-18 04:29:57 UTC (rev 334845)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=1.1.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='https://www.kolab.org/'
 arch=('x86_64')


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:28:49
  Author: foutrelis
Revision: 382906

boost 1.68.0 rebuild

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:24:09 UTC (rev 382905)
+++ PKGBUILD2018-09-18 04:28:49 UTC (rev 382906)
@@ -7,7 +7,7 @@
 
 pkgname=amule
 pkgver=10998
-pkgrel=2
+pkgrel=3
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org";


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:28:57
  Author: foutrelis
Revision: 382907

archrelease: copy trunk to community-staging-x86_64

Added:
  amule/repos/community-staging-x86_64/
  amule/repos/community-staging-x86_64/PKGBUILD
(from rev 382906, amule/trunk/PKGBUILD)
  amule/repos/community-staging-x86_64/amule.sysusers
(from rev 382906, amule/trunk/amule.sysusers)
  amule/repos/community-staging-x86_64/amule.tmpfiles
(from rev 382906, amule/trunk/amule.tmpfiles)
  amule/repos/community-staging-x86_64/amuled.systemd
(from rev 382906, amule/trunk/amuled.systemd)
  amule/repos/community-staging-x86_64/amuleweb.systemd
(from rev 382906, amule/trunk/amuleweb.systemd)

--+
 PKGBUILD |   62 +
 amule.sysusers   |1 
 amule.tmpfiles   |1 
 amuled.systemd   |   11 +
 amuleweb.systemd |   13 +++
 5 files changed, 88 insertions(+)

Copied: amule/repos/community-staging-x86_64/PKGBUILD (from rev 382906, 
amule/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:28:57 UTC (rev 382907)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=10998
+pkgrel=3
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org";
+license=(GPL)
+depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
+makedepends=(git ccache boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles)
+sha256sums=('SKIP'
+'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d')
+
+prepare() {
+  cd amule
+}
+
+build() {
+  cd amule
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp \
+  --enable-fileview \
+  --with-boost
+  make
+}
+
+package() {
+  cd amule
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
+  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
+  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
+  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
+
+}

Copied: amule/repos/community-staging-x86_64/amule.sysusers (from rev 382906, 
amule/trunk/amule.sysusers)
===
--- community-staging-x86_64/amule.sysusers (rev 0)
+++ community-staging-x86_64/amule.sysusers 2018-09-18 04:28:57 UTC (rev 
382907)
@@ -0,0 +1 @@
+u amule - "aMule Client" /var/lib/amule

Copied: amule/repos/community-staging-x86_64/amule.tmpfiles (from rev 382906, 
amule/trunk/amule.tmpfiles)
===
--- community-staging-x86_64/amule.tmpfiles (rev 0)
+++ community-staging-x86_64/amule.tmpfiles 2018-09-18 04:28:57 UTC (rev 
382907)
@@ -0,0 +1 @@
+d /var/lib/amule 0750 amule amule

Copied: amule/repos/community-staging-x86_64/amuled.systemd (from rev 382906, 
amule/trunk/amuled.systemd)
===
--- community-staging-x86_64/amuled.systemd (rev 0)
+++ community-staging-x86_64/amuled.systemd 2018-09-18 04:28:57 UTC (rev 
382907)
@@ -0,0 +1,11 @@
+[Unit]
+Description=aMule Daemon
+After=network.target
+
+# This assumes that a user 'amule' exists, with a writeable home directory
+[Service]
+User=amule
+ExecStart=/usr/bin/amuled
+
+[Install]
+WantedBy=multi-user.target

Copied: amule/repos/community-staging-x86_64/amuleweb.systemd (from rev 382906, 
amule/trunk/amuleweb.systemd)
===
--- community-staging-x86_64/amuleweb.systemd   (rev 0)
+++ community-staging-x86_64/amuleweb.systemd   2018-09-18 04:28:57 UTC (rev 
382907)
@@ -0,0 +1,13 

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:24:04
  Author: foutrelis
Revision: 382904

boost 1.68.0 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:21:03 UTC (rev 382903)
+++ PKGBUILD2018-09-18 04:24:04 UTC (rev 382904)
@@ -3,7 +3,7 @@
 
 pkgname=springlobby
 pkgver=0.267
-pkgrel=1
+pkgrel=2
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
 url="http://springlobby.info/";


[arch-commits] Commit in springlobby/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:24:09
  Author: foutrelis
Revision: 382905

archrelease: copy trunk to community-staging-x86_64

Added:
  springlobby/repos/community-staging-x86_64/
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 382904, springlobby/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 382904, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:24:09 UTC (rev 382905)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.267
+pkgrel=2
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
+makedepends=('boost' 'cmake')
+source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
+sha512sums=('6127bd7377f9a843b23df6dae7a07af1122f6ec5fa13cd8d16c0c7a3cc84e1f7af2fb7df929f904ee0b4e3abf12ae1e525ffb39b2afa0215433209054cf0de5f')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:


[arch-commits] Commit in hugin/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:21:03
  Author: foutrelis
Revision: 382903

archrelease: copy trunk to community-staging-x86_64

Added:
  hugin/repos/community-staging-x86_64/
  hugin/repos/community-staging-x86_64/PKGBUILD
(from rev 382902, hugin/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: hugin/repos/community-staging-x86_64/PKGBUILD (from rev 382902, 
hugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:21:03 UTC (rev 382903)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2018.0.0
+pkgrel=5
+pkgdesc="Panorama photo stitcher"
+arch=('x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
+ 'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:20:57
  Author: foutrelis
Revision: 382902

boost 1.68.0 rebuild

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:16:27 UTC (rev 382901)
+++ PKGBUILD2018-09-18 04:20:57 UTC (rev 382902)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2018.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Panorama photo stitcher"
 arch=('x86_64')
 url="http://hugin.sourceforge.net/";


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:16:21
  Author: foutrelis
Revision: 382900

boost 1.68.0 rebuild

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:14:21 UTC (rev 382899)
+++ PKGBUILD2018-09-18 04:16:21 UTC (rev 382900)
@@ -3,7 +3,7 @@
 
 pkgname=pulseview
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A Qt based logic analyzer GUI for sigrok'
 arch=(x86_64)
 url='http://sigrok.org/wiki/Main_Page'


[arch-commits] Commit in pulseview/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:16:27
  Author: foutrelis
Revision: 382901

archrelease: copy trunk to community-staging-x86_64

Added:
  pulseview/repos/community-staging-x86_64/
  pulseview/repos/community-staging-x86_64/PKGBUILD
(from rev 382900, pulseview/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: pulseview/repos/community-staging-x86_64/PKGBUILD (from rev 382900, 
pulseview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:16:27 UTC (rev 382901)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=5
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
+makedepends=(cmake boost)
+source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
+sha512sums=('833a86681925fb4fb2118bb9d0044fc80174aef299b7e6ba2df83bff490511b91cd18f63f45e9a63f21c0df5d8aad3ec27ab35f45cd9959a42831b0b8a71da33')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


[arch-commits] Commit in gst-plugins-base/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:16:12
  Author: heftig
Revision: 334844

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 334843, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  153 ++---
 1 file changed, 76 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 04:15:52 UTC (rev 334843)
+++ PKGBUILD2018-09-18 04:16:12 UTC (rev 334844)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(gstreamer orc libxv iso-codes libgudev mesa)
-makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
- gobject-introspection gtk-doc autoconf-archive git)
-checkdepends=(gtk3 qt5-base clutter sdl glu)
-options=(!emptydirs)
-_commit=24f097564657bd630e68931c932ec9fd992a3785  # tags/1.14.2^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/"; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  # GL tests need hardware
-  make check || :
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc/Plugins/Libraries}"
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" uninstall
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver"
-   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
-
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
-}

Copied: gst-plugins-base/repos/extra-x86_64/PKGBUILD (from rev 334843, 
gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 04:16:12 UTC (rev 334844)
@@ -0,0 +1,76 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+url="https://gstreamer.freedesktop.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(gstreamer orc libxv iso-codes libgudev mesa)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
+ gobject-introspection gtk-doc autoconf-archive git)
+checkdepends=(gtk3 qt5-base clutter sdl glu)
+options=(!emptydirs)
+_commit=7772a491579adb3177e19b16fc9efda2c54b5e7a  # tags/1.14.3^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/"; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  # GL tests need hardware
+  make check || :
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="${pkgdesc/Plugins/Libraries}"
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make -C ext DESTDIR="$pkgdir" uninstall
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver"
+   alsa-lib cdparanoia libvisual li

[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2018-09-17 Thread Jan Steffens via arch-commits
Date: Tuesday, September 18, 2018 @ 04:15:52
  Author: heftig
Revision: 334843

1.14.3-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:12:40 UTC (rev 334842)
+++ PKGBUILD2018-09-18 04:15:52 UTC (rev 334843)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/";
@@ -14,7 +14,7 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=24f097564657bd630e68931c932ec9fd992a3785  # tags/1.14.2^0
+_commit=7772a491579adb3177e19b16fc9efda2c54b5e7a  # tags/1.14.3^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit";
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
 sha256sums=('SKIP'


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:14:16
  Author: foutrelis
Revision: 382898

boost 1.68.0 rebuild

Modified:
  heaptrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:12:45 UTC (rev 382897)
+++ PKGBUILD2018-09-18 04:14:16 UTC (rev 382898)
@@ -2,7 +2,7 @@
 
 pkgname=heaptrack
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="A heap memory profiler for Linux"
 url="http://milianw.de/tag/heaptrack";


[arch-commits] Commit in heaptrack/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:14:21
  Author: foutrelis
Revision: 382899

archrelease: copy trunk to community-staging-x86_64

Added:
  heaptrack/repos/community-staging-x86_64/
  heaptrack/repos/community-staging-x86_64/PKGBUILD
(from rev 382898, heaptrack/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: heaptrack/repos/community-staging-x86_64/PKGBUILD (from rev 382898, 
heaptrack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:14:21 UTC (rev 382899)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=heaptrack
+pkgver=1.1.0
+pkgrel=3
+arch=(x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack";
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules boost sparsehash)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('120f8b276f772aa3409fc3d628dbe7c4fa9d0d98cd710982b6007e6113e13f3b'
+'SKIP')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393
+  C51B45A532F17FA401D099A0A0C6B72C4F1C5E7C) # Milian Wolff 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:12:40
  Author: foutrelis
Revision: 382896

boost 1.68.0 rebuild

Modified:
  gpick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:10:50 UTC (rev 382895)
+++ PKGBUILD2018-09-18 04:12:40 UTC (rev 382896)
@@ -3,7 +3,7 @@
 
 pkgname=gpick
 pkgver=0.2.6rc1
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced color picker written in C++ using GTK+ toolkit"
 arch=('x86_64')
 url="http://www.gpick.org/";


[arch-commits] Commit in gpick/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:12:45
  Author: foutrelis
Revision: 382897

archrelease: copy trunk to community-staging-x86_64

Added:
  gpick/repos/community-staging-x86_64/
  gpick/repos/community-staging-x86_64/PKGBUILD
(from rev 382896, gpick/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: gpick/repos/community-staging-x86_64/PKGBUILD (from rev 382896, 
gpick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:12:45 UTC (rev 382897)
@@ -0,0 +1,25 @@
+# Maintainer: Alad Wenter 
+# Contributor: Martin Wimpress 
+
+pkgname=gpick
+pkgver=0.2.6rc1
+pkgrel=4
+pkgdesc="Advanced color picker written in C++ using GTK+ toolkit"
+arch=('x86_64')
+url="http://www.gpick.org/";
+license=('BSD')
+depends=('boost-libs' 'gtk2' 'lua')
+makedepends=('boost' 'scons' 'ragel')
+source=("https://github.com/thezbyg/$pkgname/archive/$pkgname-$pkgver.tar.gz";)
+sha256sums=('4e55600a6894fb52ab3d9d4a2fc42580cce289da6912bf916060a5a6301333d8')
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+scons
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver"
+scons DESTDIR="$pkgdir/usr" install
+install -Dm644 installer/License.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in soapyuhd/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:10:50
  Author: foutrelis
Revision: 382895

archrelease: copy trunk to community-staging-x86_64

Added:
  soapyuhd/repos/community-staging-x86_64/
  soapyuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 382894, soapyuhd/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: soapyuhd/repos/community-staging-x86_64/PKGBUILD (from rev 382894, 
soapyuhd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:10:50 UTC (rev 382895)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=soapyuhd
+_pkgname=SoapyUHD
+pkgver=0.3.4
+_gitver=soapy-uhd-$pkgver
+pkgrel=3
+pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
+arch=('x86_64')
+url="https://github.com/pothosware/SoapyUHD";
+license=('GPL3')
+depends=('boost' 'libuhd' 'soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('2eda4d0ed65d86e915ad24c5221c41716ad838ea444d92ade5eb19959bc6992132dc208ceafe994cd14e4c4a429a21341c7c5d67d354999b85e96f388cb3aa4e')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:10:45
  Author: foutrelis
Revision: 382894

boost 1.68.0 rebuild

Modified:
  soapyuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:09:57 UTC (rev 382893)
+++ PKGBUILD2018-09-18 04:10:45 UTC (rev 382894)
@@ -4,7 +4,7 @@
 _pkgname=SoapyUHD
 pkgver=0.3.4
 _gitver=soapy-uhd-$pkgver
-pkgrel=2
+pkgrel=3
 pkgdesc="Soapy SDR plugin for UHD supported SDR devices"
 arch=('x86_64')
 url="https://github.com/pothosware/SoapyUHD";


[arch-commits] Commit in mupen64plus/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:09:57
  Author: foutrelis
Revision: 382893

archrelease: copy trunk to community-staging-x86_64

Added:
  mupen64plus/repos/community-staging-x86_64/
  mupen64plus/repos/community-staging-x86_64/PKGBUILD
(from rev 382892, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-x86_64/ui-console-pic.patch
(from rev 382892, mupen64plus/trunk/ui-console-pic.patch)

--+
 PKGBUILD |   44 
 ui-console-pic.patch |   12 
 2 files changed, 56 insertions(+)

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 382892, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:09:57 UTC (rev 382893)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=12
+pkgdesc='Nintendo64 Emulator'
+arch=('x86_64')
+url='https://github.com/mupen64plus/mupen64plus-core'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz";
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
+
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  if [[ $CARCH = 'i686' ]]; then
+export CFLAGS="${CFLAGS/-fno-plt/}"
+export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
+  fi
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-x86_64/ui-console-pic.patch (from 
rev 382892, mupen64plus/trunk/ui-console-pic.patch)
===
--- community-staging-x86_64/ui-console-pic.patch   
(rev 0)
+++ community-staging-x86_64/ui-console-pic.patch   2018-09-18 04:09:57 UTC 
(rev 382893)
@@ -0,0 +1,12 @@
+diff --git a/source/mupen64plus-ui-console/projects/unix/Makefile 
b/source/mupen64plus-ui-console/projects/unix/Makefile
+index a4a05e3..199f27f 100755
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
 b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -90,6 +90,7 @@ endif
+ 
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
++  CFLAGS += -fPIC
+   LDLIBS += -ldl
+ endif
+ ifeq ($(OS), OSX)


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:09:52
  Author: foutrelis
Revision: 382892

boost 1.68.0 rebuild

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:08:01 UTC (rev 382891)
+++ PKGBUILD2018-09-18 04:09:52 UTC (rev 382892)
@@ -6,7 +6,7 @@
 
 pkgname=mupen64plus
 pkgver=2.5
-pkgrel=11
+pkgrel=12
 pkgdesc='Nintendo64 Emulator'
 arch=('x86_64')
 url='https://github.com/mupen64plus/mupen64plus-core'


[arch-commits] Commit in python-pycuda/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:08:01
  Author: foutrelis
Revision: 382891

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycuda/repos/community-staging-x86_64/
  python-pycuda/repos/community-staging-x86_64/LICENSE
(from rev 382890, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-staging-x86_64/PKGBUILD
(from rev 382890, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +
 PKGBUILD |   76 +
 2 files changed, 83 insertions(+)

Copied: python-pycuda/repos/community-staging-x86_64/LICENSE (from rev 382890, 
python-pycuda/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ community-staging-x86_64/LICENSE2018-09-18 04:08:01 UTC (rev 382891)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 382890, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:08:01 UTC (rev 382891)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2018.1
+pkgrel=2
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="http://mathema.tician.de/software/pycuda";
+license=('MIT' 'Apache')
+source=("https://pypi.io/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+sha512sums=('4e73926dbcb70bec7dae96a96fbbdd358610efd6c37b08801f5b7702feee08c1463771776da84520e59229c6b58570ad79794ace1c88bde102a519bfb27d4806'
+
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
+
+build() {
+   cd "${srcdir}"
+
+   _arch=''
+   [[ "$CARCH" = "x86_64" ]] && _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_pycuda-headers() {
+   cd "${srcdir}"/pycuda-${pkgver}
+   install -dm755 "${pkgdir}"/usr/include

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:07:55
  Author: foutrelis
Revision: 382890

boost 1.68.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:04:52 UTC (rev 382889)
+++ PKGBUILD2018-09-18 04:07:55 UTC (rev 382890)
@@ -4,7 +4,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2018.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda";


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:04:46
  Author: foutrelis
Revision: 382888

boost 1.68.0 rebuild

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 04:02:43 UTC (rev 382887)
+++ PKGBUILD2018-09-18 04:04:46 UTC (rev 382888)
@@ -4,7 +4,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=17
+pkgrel=18
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('x86_64')
 url='http://cclive.sourceforge.net/'


[arch-commits] Commit in cclive/repos (5 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:04:52
  Author: foutrelis
Revision: 382889

archrelease: copy trunk to community-staging-x86_64

Added:
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 382888, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/boost-1.67.patch
(from rev 382888, cclive/trunk/boost-1.67.patch)
  cclive/repos/community-staging-x86_64/boost.m4
(from rev 382888, cclive/trunk/boost.m4)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 382888, cclive/trunk/iostream.patch)

--+
 PKGBUILD |   49 +
 boost-1.67.patch |   12 
 boost.m4 | 1442 +
 iostream.patch   |   37 +
 4 files changed, 1540 insertions(+)

Copied: cclive/repos/community-staging-x86_64/PKGBUILD (from rev 382888, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:04:52 UTC (rev 382889)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=18
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+iostream.patch
+boost-1.67.patch
+boost.m4) # https://github.com/tsuna/boost.m4
+sha512sums=('0d8f6f870e24e2906542c1e02745009597fca2e879261bef7a81e07f8dec016ee200d8a4b37dd0f20b3ad27c12e2445fed1f6a9dc262a6c27e40222048bb5438'
+'SKIP'
+
'dc6fb068d153e91c03533830e6d87bb292109e192b9fff7003a23fbe3ab5a786fee52a0f522788b5715511be0de55deed1b4a9b2369ac6d239074ec099e0e893'
+
'8897a535aaa7d8acf3eea07f0e172423d59ec7ff051dbfc096661162649b589b23795f326aad7fa6370aad3174ec5b7e2125424d0425cff425f3dfa3ca660c9d'
+
'fe45915390722494dd6cf6d04b780867595e5e70661d50e3fc2976149f716b807c71d5bfed61566b069bddc955838fdcf441ba5110bea9b2bbaac5b99c84')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')  # Toni Gundogdu
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Update boost.m4 to support GCC > 5.1
+  cp $srcdir/boost.m4 m4/
+  autoconf
+
+  patch -Np1 -i ../iostream.patch
+  patch -Np1 -i ../boost-1.67.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-x86_64/boost-1.67.patch (from rev 
382888, cclive/trunk/boost-1.67.patch)
===
--- community-staging-x86_64/boost-1.67.patch   (rev 0)
+++ community-staging-x86_64/boost-1.67.patch   2018-09-18 04:04:52 UTC (rev 
382889)
@@ -0,0 +1,12 @@
+diff -upr cclive-0.9.3.orig/src/cc/progressbar.h 
cclive-0.9.3/src/cc/progressbar.h
+--- cclive-0.9.3.orig/src/cc/progressbar.h 2013-11-23 11:46:27.0 
+0200
 cclive-0.9.3/src/cc/progressbar.h  2018-06-03 02:23:36.603414837 +0300
+@@ -316,7 +316,7 @@ private:
+ 
+   static inline std::string eta_from_seconds(const double s)
+   {
+-const pt::time_duration& td = pt::seconds(s);
++const pt::time_duration& td = pt::seconds(long(s));
+ return pt::to_simple_string(td);
+   }
+ 

Copied: cclive/repos/community-staging-x86_64/boost.m4 (from rev 382888, 
cclive/trunk/boost.m4)
===
--- community-staging-x86_64/boost.m4   (rev 0)
+++ community-staging-x86_64/boost.m4   2018-09-18 04:04:52 UTC (rev 382889)
@@ -0,0 +1,1442 @@
+# boost.m4: Locate Boost headers and libraries for autoconf-based projects.
+# Copyright (C) 2007-2011, 2014  Benoit Sigoure 
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Additional permission under section 7 of the GNU General Public
+# License, version 3 ("GPLv3"):
+#
+# If you convey this file as part of a work that contains a
+# configuration script generated by Autoconf, you may do so under
+# terms of your choice.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have receive

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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:02:38
  Author: foutrelis
Revision: 382886

boost 1.68.0 rebuild

Modified:
  openscad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:49:49 UTC (rev 382885)
+++ PKGBUILD2018-09-18 04:02:38 UTC (rev 382886)
@@ -5,7 +5,7 @@
 pkgname=openscad
 pkgver=2015.03.03
 _ver=2015.03-3  # hopefully -X is temporary
-pkgrel=17
+pkgrel=18
 pkgdesc="The programmers solid 3D CAD modeller"
 url="http://openscad.org/";
 arch=('x86_64')


[arch-commits] Commit in openscad/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 04:02:43
  Author: foutrelis
Revision: 382887

archrelease: copy trunk to community-staging-x86_64

Added:
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 382886, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 382886, openscad/trunk/PKGBUILD)

---+
 CHANGELOG |  151 
 PKGBUILD  |   60 +++
 2 files changed, 211 insertions(+)

Copied: openscad/repos/community-staging-x86_64/CHANGELOG (from rev 382886, 
openscad/trunk/CHANGELOG)
===
--- community-staging-x86_64/CHANGELOG  (rev 0)
+++ community-staging-x86_64/CHANGELOG  2018-09-18 04:02:43 UTC (rev 382887)
@@ -0,0 +1,151 @@
+2018-02-07 Kyle Keen 
+   * 2015.03.03-15
+   - Switch to Qt5
+
+2017-12-27 Kyle Keen 
+   * 2015.03.03-14
+   - Rebuild for boost 1.66.0
+
+2017-09-10 Kyle Keen 
+   * 2015.03.03-13
+   - Rebuild for boost 1.65.1
+
+2017-08-03 felixonmars 
+   * 2015.03.03-12
+   - Rebuild for GLEW 2.1.0 rebuild
+
+2017-05-30 Kyle Keen 
+   * 2015.03.03-11
+   - Rebuild for cgal 4.10
+
+2017-05-22 Antonio Rojas 
+   * 2015.03.03-10
+   - Rebuild for boost 1.64
+
+2017-02-25 Antonio Rojas 
+   * 2015.03.03-9
+   - Rebuild for qscintilla 2.10
+
+2017-01-02 Antonio Rojas 
+   * 2015.03.03-8
+   - Rebuild for boost 1.63
+
+2016-10-08 Kyle Keen 
+   * 2015.03.03-7
+   - Rebuild for boost 1.62
+
+2016-09-20 Kyle Keen 
+   * 2015.03.03-6
+   - Rebuild for cgal 4.9
+
+2016-08-24 Kyle Keen 
+   * 2015.03.03-5
+   - Rebuild for boost 1.61
+
+2016-08-01 Kyle Keen 
+   * 2015.03.03-4
+   - Rebuild for glew
+
+2016-05-12 Kyle Keen 
+   * 2015.03.03-3
+   - Rebuild for boost-1.60.0-5
+
+2016-04-28 Kyle Keen 
+   * 2015.03.03-2
+   - Rebuild for install hooks
+
+2015-04-18 Kyle Keen 
+   * 2015.03.03-1
+   - Update to latest release
+   - Rebuild for cgal-4.8
+
+2015-11-16 Kyle Keen 
+   * 2015.03.02-1
+   - Bugfix release
+
+2015-10-19 Kyle Keen 
+   * 2015.03.01-5
+   - No changes
+   - Rebuild for cgal-4.7
+
+2015-10-02 foutrelis
+   * 2015.03.01-4
+   - No changes
+
+2015-04-29 Kyle Keen 
+   * 2015.03.01-3
+   - No changes
+   - Rebuild for qscintilla-2.9-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-2
+   - No changes
+   - Rebuild for boost-1.58.0-1
+
+2015-04-22 Kyle Keen 
+   * 2015.03.01-1
+   - Bugfix release
+
+2015-04-11 Kyle Keen 
+   * 2015.03-2
+   - No changes
+   - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen 
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen 
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen 
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen 
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen 
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen 
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote 
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote 
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote 
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote 
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-x86_64/PKGBUILD (from rev 382886, 
openscad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 04:02:43 UTC (rev 382887)
@@ -0,0 +1,60 @@
+# Maintainer: Kyle Keen 
+# Contributor: Chirantan Ekbote 
+# Contributor: Eric Anderson 
+# Contributor: Pierre DOUCET 
+pkgname=openscad
+pkgver=2015.03.03
+_ver=2015.03-3  # hopefully -X is temporary
+pkgrel=18
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/";
+arch=('x86_64')
+license=('GPL2')
+changelog=CHANGELOG
+depends=('qt5-base' 'qscintilla-qt5' 'cgal' 'opencsg' 'boost-libs' 
'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need imagemagick and an X11 or framebuffer session
+checkdepends=('cmake' 'xproto' 'libx11' 'python2')
+source=("http://files.openscad.org/openscad-$_

[arch-commits] Commit in linssid/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:49:49
  Author: foutrelis
Revision: 382885

archrelease: copy trunk to community-staging-x86_64

Added:
  linssid/repos/community-staging-x86_64/
  linssid/repos/community-staging-x86_64/PKGBUILD
(from rev 382884, linssid/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: linssid/repos/community-staging-x86_64/PKGBUILD (from rev 382884, 
linssid/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:49:49 UTC (rev 382885)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jacques Fontaine 
+# Contributor: Ryan Young 
+
+pkgname=linssid
+pkgver=3.6
+pkgrel=2
+pkgdesc='Graphical wireless scanner for Linux'
+url='https://sourceforge.net/projects/linssid/'
+arch=('x86_64')
+license=('GPL3')
+depends=('qt5-base' 'qt5-svg' 'qwt' 'libxkbcommon-x11' 'iw' 'wireless_tools' 
'xdg-utils' 'boost-libs'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('boost')
+optdepends=('sudo: privilege escalation to use wireless tools')
+source=(${pkgname}-${pkgver}.tar.gz::https://downloads.sourceforge.net/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+sha256sums=('57301ee93f708f2512316668bf4e718502f37f21a5e93b68fc604a9032e3e49c')
+sha512sums=('066c890776a23d0e5fe8518826c64edc4b7d6dcef28cd7ce58f842e52b9e2b13517358ca6df636613abd1e860b20c6b542b5df165de1aa262e1e7db8a60e00e5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|libqwt-qt5.so|libqwt.so|g' -i linssid-app/linssid-app.pro
+  sed -r 's|/usr/sbin|/usr/bin|g' -i linssid-app/linssid-app.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:49:45
  Author: foutrelis
Revision: 382884

boost 1.68.0 rebuild

Modified:
  linssid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:49:00 UTC (rev 382883)
+++ PKGBUILD2018-09-18 03:49:45 UTC (rev 382884)
@@ -4,7 +4,7 @@
 
 pkgname=linssid
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Graphical wireless scanner for Linux'
 url='https://sourceforge.net/projects/linssid/'
 arch=('x86_64')


[arch-commits] Commit in ncmpcpp/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:49:00
  Author: foutrelis
Revision: 382883

archrelease: copy trunk to community-staging-x86_64

Added:
  ncmpcpp/repos/community-staging-x86_64/
  ncmpcpp/repos/community-staging-x86_64/PKGBUILD
(from rev 382882, ncmpcpp/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: ncmpcpp/repos/community-staging-x86_64/PKGBUILD (from rev 382882, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:49:00 UTC (rev 382883)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.8.2
+pkgrel=4
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # http://site.icu-project.org/download/61#TOC-Migration-Issues
+  CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
+
+  BOOST_LIB_SUFFIX='' ./configure \
+--prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:48:56
  Author: foutrelis
Revision: 382882

boost 1.68.0 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:44:16 UTC (rev 382881)
+++ PKGBUILD2018-09-18 03:48:56 UTC (rev 382882)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('x86_64')


[arch-commits] Commit in wt/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:44:16
  Author: foutrelis
Revision: 382881

archrelease: copy trunk to community-staging-x86_64

Added:
  wt/repos/community-staging-x86_64/
  wt/repos/community-staging-x86_64/PKGBUILD
(from rev 382880, wt/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 382880, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:44:16 UTC (rev 382881)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=4.0.4
+pkgrel=2
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+'libmariadbclient: for MySQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kdeforche/wt/archive/${pkgver}.tar.gz";)
+sha512sums=('7f9fee9b1c145adb610bf9b0860867a2f09699a1c914418938955c5648b3207db361ec48b3afe9e6faa6cc0b5874bedd44481fdd8adb8fc558cfc3dc17369ee7')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=ON \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:44:12
  Author: foutrelis
Revision: 382880

boost 1.68.0 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
+++ PKGBUILD2018-09-18 03:44:12 UTC (rev 382880)
@@ -4,7 +4,7 @@
 
 pkgname=wt
 pkgver=4.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/";


[arch-commits] Commit in subsurface/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:37:40
  Author: bisson
Revision: 382879

archrelease: copy trunk to community-x86_64

Added:
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 382878, subsurface/trunk/PKGBUILD)
Deleted:
  subsurface/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 03:37:14 UTC (rev 382878)
+++ PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.8.1
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('a26d821bd53b5c9dd1a410dc77d5af2b4e0157858061b527d3c8cb5700d7a81c')
-
-# qt5-webkit still used for: printing, manual, facebook
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 382878, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 03:37:40 UTC (rev 382879)
@@ -0,0 +1,37 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:37:14
  Author: bisson
Revision: 382878

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
+++ PKGBUILD2018-09-18 03:37:14 UTC (rev 382878)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -14,7 +14,7 @@
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('a26d821bd53b5c9dd1a410dc77d5af2b4e0157858061b527d3c8cb5700d7a81c')
+sha256sums=('def13086d8611dfe08b68727cf2e6e0914ca462122abcecdd0ff9a85b3c1f9bb')
 
 # qt5-webkit still used for: printing, manual, facebook
 


[arch-commits] Commit in subsurface-libdc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:36:49
  Author: bisson
Revision: 382877

archrelease: copy trunk to community-x86_64

Added:
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 382876, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   63 +++--
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 03:36:21 UTC (rev 382876)
+++ PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.1
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('7e4bc836150cd82378d2a8b2a42d1e44dbac98d4aa69b6cf6e54a6eb1e02dff4')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 382876, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 03:36:49 UTC (rev 382877)
@@ -0,0 +1,33 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-09-17 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 18, 2018 @ 03:36:21
  Author: bisson
Revision: 382876

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:35:17 UTC (rev 382875)
+++ PKGBUILD2018-09-18 03:36:21 UTC (rev 382876)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.1
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,15 +10,19 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('7e4bc836150cd82378d2a8b2a42d1e44dbac98d4aa69b6cf6e54a6eb1e02dff4')
+sha256sums=('1ca4801e26768af9bb41363bc17971e249d7717be4143669ac2baa9c8a55f898')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')
 replaces=('libdivecomputer')
 
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
./configure --prefix=/usr
make
 }


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:35:12
  Author: foutrelis
Revision: 382874

boost 1.68.0 rebuild

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:26:30 UTC (rev 382873)
+++ PKGBUILD2018-09-18 03:35:12 UTC (rev 382874)
@@ -4,7 +4,7 @@
 _name=guitarix
 pkgname=guitarix2
 pkgver=0.37.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
 url="https://guitarix.org";


[arch-commits] Commit in guitarix2/repos (2 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:35:17
  Author: foutrelis
Revision: 382875

archrelease: copy trunk to community-staging-x86_64

Added:
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
(from rev 382874, guitarix2/trunk/PKGBUILD)

--+
 PKGBUILD |   54 ++
 1 file changed, 54 insertions(+)

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 382874, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:35:17 UTC (rev 382875)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=guitarix
+pkgname=guitarix2
+pkgver=0.37.3
+pkgrel=2
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org";
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
+makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('9cdd60dc5ba1a5ae018968a132b06ef8f7470fdfa0749c9a439f7c8adb1dfd3907f9d35be0b32d839645145075f2a0eb168db732ebaef7690e12e337ba9793a5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
+  sed -e 's/python/&2/g' \
+-i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
+-i src/gx_head/builder/make \
+-i src/gx_head/engine/gen_tube_tables \
+-i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
+-i tools/{coverage,dsp2cc,dsp2insert}
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
+  python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in gearmand/repos (5 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:26:30
  Author: foutrelis
Revision: 382873

archrelease: copy trunk to community-staging-x86_64

Added:
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 382872, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 382872, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 382872, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/user.conf
(from rev 382872, gearmand/trunk/user.conf)

--+
 PKGBUILD |   50 ++
 gearmand.conf|1 +
 gearmand.service |   12 
 user.conf|1 +
 4 files changed, 64 insertions(+)

Copied: gearmand/repos/community-staging-x86_64/PKGBUILD (from rev 382872, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:26:30 UTC (rev 382873)
@@ -0,0 +1,50 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.18
+pkgrel=4
+pkgdesc="Distributed job queue server."
+arch=('x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/";
+license=('CUSTOM')
+backup=('etc/gearmand.conf')
+source=(https://github.com/gearman/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf
+user.conf)
+sha256sums=('d789fa24996075a64c5af5fd2adef10b13f77d71f7d44edd68db482b349c962c'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/run \
+--disable-static \
+--enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  cd "$srcdir"
+  install -Dm644 gearmand.service 
"$pkgdir"/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
+   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
+}

Copied: gearmand/repos/community-staging-x86_64/gearmand.conf (from rev 382872, 
gearmand/trunk/gearmand.conf)
===
--- community-staging-x86_64/gearmand.conf  (rev 0)
+++ community-staging-x86_64/gearmand.conf  2018-09-18 03:26:30 UTC (rev 
382873)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Copied: gearmand/repos/community-staging-x86_64/gearmand.service (from rev 
382872, gearmand/trunk/gearmand.service)
===
--- community-staging-x86_64/gearmand.service   (rev 0)
+++ community-staging-x86_64/gearmand.service   2018-09-18 03:26:30 UTC (rev 
382873)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Gearmand distributed job system
+After=syslog.target network.target
+
+[Service]
+User=gearmand
+Type=forking
+ExecStart=/usr/bin/gearmand -d
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target

Copied: gearmand/repos/community-staging-x86_64/user.conf (from rev 382872, 
gearmand/trunk/user.conf)
===
--- community-staging-x86_64/user.conf  (rev 0)
+++ community-staging-x86_64/user.conf  2018-09-18 03:26:30 UTC (rev 382873)
@@ -0,0 +1 @@
+u gearmand 116 "gearmand user"


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:26:24
  Author: foutrelis
Revision: 382872

boost 1.68.0 rebuild

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:24:11 UTC (rev 382871)
+++ PKGBUILD2018-09-18 03:26:24 UTC (rev 382872)
@@ -5,7 +5,7 @@
 
 pkgname=gearmand
 pkgver=1.1.18
-pkgrel=3
+pkgrel=4
 pkgdesc="Distributed job queue server."
 arch=('x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:24:06
  Author: foutrelis
Revision: 382870

boost 1.68.0 rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:19:59 UTC (rev 382869)
+++ PKGBUILD2018-09-18 03:24:06 UTC (rev 382870)
@@ -7,7 +7,7 @@
 pkgname=povray
 pkgver=3.7.0.7
 _v=${pkgver%.*.*} # 3.7
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64')


[arch-commits] Commit in povray/repos (3 files)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:24:11
  Author: foutrelis
Revision: 382871

archrelease: copy trunk to community-staging-x86_64

Added:
  povray/repos/community-staging-x86_64/
  povray/repos/community-staging-x86_64/PKGBUILD
(from rev 382870, povray/trunk/PKGBUILD)
  povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 382870, povray/trunk/povray3.7.0_rc3-user-conf.patch)

-+
 PKGBUILD|   59 ++
 povray3.7.0_rc3-user-conf.patch |   27 +
 2 files changed, 86 insertions(+)

Copied: povray/repos/community-staging-x86_64/PKGBUILD (from rev 382870, 
povray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:24:11 UTC (rev 382871)
@@ -0,0 +1,59 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+pkgver=3.7.0.7
+_v=${pkgver%.*.*} # 3.7
+pkgrel=5
+epoch=2
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=('x86_64')
+license=('AGPL3')
+url='http://povray.org/'
+depends=('libtiff' 'libpng' 'boost-libs' 'openexr')
+makedepends=('boost' 'git' 'glu')
+backup=("etc/povray/$_v/povray.conf"
+"etc/povray/$_v/povray.ini")
+source=($pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz)
+sha512sums=('ea2b50f648948df9415a7b386aa0bfd2ac5236fa7f480df655a8f7e695cf21d9712d73901f21d1ef87188223f4cb351f195641ab77d88ca66f488566ef78aaed')
+
+prepare() {
+  cd "$pkgname-$pkgver/unix"
+
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+
+  cd ..
+  ./bootstrap
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+LIBS="-lboost_system -lboost_thread" \
+COMPILED_BY='Arch Linux' \
+--sysconfdir=/etc \
+--prefix=/usr
+
+  make CXXFLAGS+="-std=c++11 -lboost_system -lboost_thread -w"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir"/usr/share/{doc/,}"$pkgname-$_v"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$_v"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$_v"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$_v/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$_v/povray.ini"
+  install -Dm644 povray.1 "$pkgdir/usr/share/man/man1/povray.1"
+}
+
+# getver: povray.org/documentation
+# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch 
(from rev 382870, povray/trunk/povray3.7.0_rc3-user-conf.patch)
===
--- community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(rev 0)
+++ community-staging-x86_64/povray3.7.0_rc3-user-conf.patch2018-09-18 
03:24:11 UTC (rev 382871)
@@ -0,0 +1,27 @@
+ Makefile.am |   13 -
+ 1 files changed, 0 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 76b394c..9822c52 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -107,19 +107,6 @@ install-data-local:
+   for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && 
echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
+   done
+-  @echo "Creating user directories..."; \
+-  for p in $(povuser) $(povconfuser) ; do \
+-$(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && 
printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
+-  done
+-  @echo "Copying user configuration and INI files..."; \
+-  for f in povray.conf povray.ini ; do \
+-if test -f $(povconfuser)/$$f; then \
+-  echo "Creating backup of $(povconfuser)/$$f"; \
+-  mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-fi; \
+-  done; \
+-  $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && 
chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) 
$(povconfuser)/povray.conf  && echo "$(povconfuser)/povray.conf" >> 
$(povinstall); \
+-  $(INSTALL_DATA) $(top_builddir)/povray.ini $(povconfuser)/povray.ini && 
chown $(povowner) $(povconfuser)/povray.ini && chgrp $(povgroup) 
$(povconfuser)/povray.ini  && echo "$(povconfuser)/povray.ini" >> $(povinstall)
+ 
+ # Remove data, config, and empty folders for 'make uninstall'.
+ # Use 'hook' instead of 'local' so as to properly remove *empty* folders 
(e.g. scripts).


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:19:59
  Author: foutrelis
Revision: 382869

archrelease: copy trunk to community-staging-x86_64

Added:
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 382868, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 382868, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 382868, wesnoth/trunk/wesnothd.tmpfiles.conf)

+
 PKGBUILD   |   46 ++
 wesnothd.service   |9 +
 wesnothd.tmpfiles.conf |1 +
 3 files changed, 56 insertions(+)

Copied: wesnoth/repos/community-staging-x86_64/PKGBUILD (from rev 382868, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 03:19:59 UTC (rev 382869)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.14.5
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-x86_64/wesnothd.service (from rev 
382868, wesnoth/trunk/wesnothd.service)
===
--- community-staging-x86_64/wesnothd.service   (rev 0)
+++ community-staging-x86_64/wesnothd.service   2018-09-18 03:19:59 UTC (rev 
382869)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Wesnoth Server Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/wesnothd
+
+[Install]
+WantedBy=multi-user.target

Copied: wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf (from rev 
382868, wesnoth/trunk/wesnothd.tmpfiles.conf)
===
--- community-staging-x86_64/wesnothd.tmpfiles.conf 
(rev 0)
+++ community-staging-x86_64/wesnothd.tmpfiles.conf 2018-09-18 03:19:59 UTC 
(rev 382869)
@@ -0,0 +1 @@
+d /run/wesnothd 0700 root root -


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 03:19:46
  Author: foutrelis
Revision: 382868

boost 1.68.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 03:01:31 UTC (rev 382867)
+++ PKGBUILD2018-09-18 03:19:46 UTC (rev 382868)
@@ -6,7 +6,7 @@
 
 pkgname=wesnoth
 pkgver=1.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('x86_64')
 license=('GPL')


  1   2   3   4   5   6   7   >