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

2014-11-05 Thread Evangelos Foutras
Date: Wednesday, November 5, 2014 @ 09:40:52
  Author: foutrelis
Revision: 121935

upgpkg: stuntrally 2.5-2

boost 1.57.0 rebuild.

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 06:43:39 UTC (rev 121934)
+++ PKGBUILD2014-11-05 08:40:52 UTC (rev 121935)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')


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

2014-11-05 Thread Evangelos Foutras
Date: Wednesday, November 5, 2014 @ 09:41:00
  Author: foutrelis
Revision: 121936

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

Added:
  stuntrally/repos/community-staging-i686/
  stuntrally/repos/community-staging-i686/PKGBUILD
(from rev 121935, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-i686/stuntrally.install
(from rev 121935, stuntrally/trunk/stuntrally.install)
  stuntrally/repos/community-staging-x86_64/
  stuntrally/repos/community-staging-x86_64/PKGBUILD
(from rev 121935, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-x86_64/stuntrally.install
(from rev 121935, stuntrally/trunk/stuntrally.install)

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/stuntrally.install   |   13 +
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/stuntrally.install |   13 +
 4 files changed, 100 insertions(+)

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 121935, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 08:41:00 UTC (rev 121936)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=2.5
+pkgrel=2
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
+sha256sums=('31e565c531b57895745b2dd5ecd1a2f241b1ac415d984d038390a49398974b23')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARE_INSTALL=share/stuntrally
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-i686/stuntrally.install (from rev 
121935, stuntrally/trunk/stuntrally.install)
===
--- community-staging-i686/stuntrally.install   (rev 0)
+++ community-staging-i686/stuntrally.install   2014-11-05 08:41:00 UTC (rev 
121936)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 121935, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 08:41:00 UTC (rev 121936)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=2.5
+pkgrel=2
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
+sha256sums=('31e565c531b57895745b2dd5ecd1a2f241b1ac415d984d038390a49398974b23')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARE_INSTALL=share/stuntrally
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/stuntrally.install (from rev 
121935, stuntrally/trunk/stuntrally.install)
===
--- community-staging-x86_64/stuntrally.install (rev 0)
+++ community-staging-x86_64/stuntrally.install 2014-11-05 08:41:00 UTC (rev 
121936)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 11:18:56
  Author: jlichtblau
Revision: 121937

upgpkg: encfs 1.7.4-14
boost 1.57.0 rebuild

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 08:41:00 UTC (rev 121936)
+++ PKGBUILD2014-11-05 10:18:56 UTC (rev 121937)
@@ -1,12 +1,13 @@
 # $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 # Contributor: Sven Kauber, cel...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=encfs
 pkgver=1.7.4
-pkgrel=13
+pkgrel=14
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='http://www.arg0.net/encfs'
@@ -13,7 +14,7 @@
 license=('GPL')
 depends=('rlog' 'openssl' 'fuse' 'boost-libs')
 makedepends=('boost')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
 md5sums=('ac90cc10b2e9fc7e72765de88321d617')
 
 build(){


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 11:19:06
  Author: jlichtblau
Revision: 121938

archrelease: copy trunk to community-staging-x86_64

Added:
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
(from rev 121937, encfs/trunk/PKGBUILD)

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

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 121937, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 10:19:06 UTC (rev 121938)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=14
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 11:23:54
  Author: jlichtblau
Revision: 121939

archrelease: copy trunk to community-staging-i686

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
(from rev 121938, encfs/trunk/PKGBUILD)

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

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 121938, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 10:23:54 UTC (rev 121939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=14
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 11:57:35
  Author: jlichtblau
Revision: 121940

upgpkg: glom 1.28.0-1
boost 1.57.0 rebuild

Modified:
  glom/trunk/PKGBUILD
  glom/trunk/glom.changelog

+
 PKGBUILD   |   16 
 glom.changelog |3 +++
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 10:23:54 UTC (rev 121939)
+++ PKGBUILD2014-11-05 10:57:35 UTC (rev 121940)
@@ -5,21 +5,21 @@
 # Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=glom
-pkgver=1.24.2
-pkgrel=3
+pkgver=1.28.0
+pkgrel=1
 pkgdesc=An easy-to-use database designer and user interface
 arch=('i686' 'x86_64')
 url=http://www.glom.org/;
 license=('GPL')
 depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost' 'itstool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr \
 --with-postgres-utils=/usr/bin \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }

Modified: glom.changelog
===
--- glom.changelog  2014-11-05 10:23:54 UTC (rev 121939)
+++ glom.changelog  2014-11-05 10:57:35 UTC (rev 121940)
@@ -1,2 +1,5 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* glom-1.28.0-1
+
 2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
 * glom-1.24.2-1


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 11:57:45
  Author: jlichtblau
Revision: 121941

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   37 +
 glom.changelog |5 +
 glom.install   |   13 +
 3 files changed, 55 insertions(+)

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 121940, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 10:57:45 UTC (rev 121941)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.28.0
+pkgrel=1
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost' 'itstool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: glom/repos/community-staging-x86_64/glom.changelog (from rev 121940, 
glom/trunk/glom.changelog)
===
--- community-staging-x86_64/glom.changelog (rev 0)
+++ community-staging-x86_64/glom.changelog 2014-11-05 10:57:45 UTC (rev 
121941)
@@ -0,0 +1,5 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* glom-1.24.2-1

Copied: glom/repos/community-staging-x86_64/glom.install (from rev 121940, 
glom/trunk/glom.install)
===
--- community-staging-x86_64/glom.install   (rev 0)
+++ community-staging-x86_64/glom.install   2014-11-05 10:57:45 UTC (rev 
121941)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 12:06:42
  Author: jlichtblau
Revision: 121943

archrelease: copy trunk to community-staging-x86_64

Added:
  pinot/repos/community-staging-x86_64/
  pinot/repos/community-staging-x86_64/PKGBUILD
(from rev 121942, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-x86_64/pinot.changelog
(from rev 121942, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-x86_64/pinot.install
(from rev 121942, pinot/trunk/pinot.install)

-+
 PKGBUILD|   79 ++
 pinot.changelog |   23 +++
 pinot.install   |   15 ++
 3 files changed, 117 insertions(+)

Copied: pinot/repos/community-staging-x86_64/PKGBUILD (from rev 121942, 
pinot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 11:06:42 UTC (rev 121943)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 
'libexttextcat' 'dbus-glib'
+ 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 
'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=()
+sha256sums=()
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd ${srcdir}
+
+  msg Connecting to SVN server
+  svn co $_svntrunk
+  msg SVN checkout done or server timeout
+
+  msg Starting build...
+  rm -rf ${srcdir}/${pkgver}-build
+  svn export ${srcdir}/v${pkgver} ${srcdir}/${pkgver}-build
+  cd ${srcdir}/${pkgver}-build
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd ${srcdir}/${pkgver}-build
+
+  ./autogen.sh
+  
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgver}-build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: pinot/repos/community-staging-x86_64/pinot.changelog (from rev 121942, 
pinot/trunk/pinot.changelog)
===
--- community-staging-x86_64/pinot.changelog(rev 0)
+++ community-staging-x86_64/pinot.changelog2014-11-05 11:06:42 UTC (rev 
121943)
@@ -0,0 +1,23 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.07-1
+
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-staging-x86_64/pinot.install (from rev 121942, 
pinot/trunk/pinot.install)
===
--- community-staging-x86_64/pinot.install  (rev 0)
+++ community-staging-x86_64/pinot.install  2014-11-05 11:06:42 UTC (rev 
121943)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo Starting with 0.63, the service is 

[arch-commits] Commit in pinot/trunk (PKGBUILD pinot.changelog)

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 12:06:35
  Author: jlichtblau
Revision: 121942

upgpkg: pinot 1.08-2
boost 1.57.0 rebuild

Modified:
  pinot/trunk/PKGBUILD
  pinot/trunk/pinot.changelog

-+
 PKGBUILD|4 +---
 pinot.changelog |3 +++
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 10:57:45 UTC (rev 121941)
+++ PKGBUILD2014-11-05 11:06:35 UTC (rev 121942)
@@ -7,7 +7,7 @@
 
 pkgname=pinot
 pkgver=1.08
-pkgrel=1
+pkgrel=2
 pkgdesc='Personal search and metasearch tool'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/pinot-search/'
@@ -77,5 +77,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-
-# vim:set ts=2 sw=2 et:

Modified: pinot.changelog
===
--- pinot.changelog 2014-11-05 10:57:45 UTC (rev 121941)
+++ pinot.changelog 2014-11-05 11:06:35 UTC (rev 121942)
@@ -1,3 +1,6 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.08-2 boost 1.57.0 rebuild
+
 2014-08-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* pinot 1.08-1 and boost 1.56.0 rebuild
 


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 12:13:36
  Author: jlichtblau
Revision: 121944

archrelease: copy trunk to community-staging-i686

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
(from rev 121943, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.changelog
(from rev 121943, glom/trunk/glom.changelog)
  glom/repos/community-staging-i686/glom.install
(from rev 121943, glom/trunk/glom.install)

+
 PKGBUILD   |   37 +
 glom.changelog |5 +
 glom.install   |   13 +
 3 files changed, 55 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 121943, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 11:13:36 UTC (rev 121944)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.28.0
+pkgrel=1
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost' 'itstool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('bac4c97cdcca57c8eb1fb41263a7c5de4af84c6a266802f25fee338cf1b9081b')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: glom/repos/community-staging-i686/glom.changelog (from rev 121943, 
glom/trunk/glom.changelog)
===
--- community-staging-i686/glom.changelog   (rev 0)
+++ community-staging-i686/glom.changelog   2014-11-05 11:13:36 UTC (rev 
121944)
@@ -0,0 +1,5 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* glom-1.28.0-1
+
+2013-11-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+* glom-1.24.2-1

Copied: glom/repos/community-staging-i686/glom.install (from rev 121943, 
glom/trunk/glom.install)
===
--- community-staging-i686/glom.install (rev 0)
+++ community-staging-i686/glom.install 2014-11-05 11:13:36 UTC (rev 121944)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-05 Thread Jaroslav Lichtblau
Date: Wednesday, November 5, 2014 @ 12:19:56
  Author: jlichtblau
Revision: 121945

archrelease: copy trunk to community-staging-i686

Added:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-i686/PKGBUILD
(from rev 121944, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-i686/pinot.changelog
(from rev 121944, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-i686/pinot.install
(from rev 121944, pinot/trunk/pinot.install)

-+
 PKGBUILD|   79 ++
 pinot.changelog |   23 +++
 pinot.install   |   15 ++
 3 files changed, 117 insertions(+)

Copied: pinot/repos/community-staging-i686/PKGBUILD (from rev 121944, 
pinot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 11:19:56 UTC (rev 121945)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 
'libexttextcat' 'dbus-glib'
+ 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 
'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=()
+sha256sums=()
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd ${srcdir}
+
+  msg Connecting to SVN server
+  svn co $_svntrunk
+  msg SVN checkout done or server timeout
+
+  msg Starting build...
+  rm -rf ${srcdir}/${pkgver}-build
+  svn export ${srcdir}/v${pkgver} ${srcdir}/${pkgver}-build
+  cd ${srcdir}/${pkgver}-build
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd ${srcdir}/${pkgver}-build
+
+  ./autogen.sh
+  
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgver}-build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: pinot/repos/community-staging-i686/pinot.changelog (from rev 121944, 
pinot/trunk/pinot.changelog)
===
--- community-staging-i686/pinot.changelog  (rev 0)
+++ community-staging-i686/pinot.changelog  2014-11-05 11:19:56 UTC (rev 
121945)
@@ -0,0 +1,23 @@
+2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.07-1
+
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-staging-i686/pinot.install (from rev 121944, 
pinot/trunk/pinot.install)
===
--- community-staging-i686/pinot.install(rev 0)
+++ community-staging-i686/pinot.install2014-11-05 11:19:56 UTC (rev 
121945)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo Starting with 0.63, the service is auto-started. 
+  

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

2014-11-05 Thread Alexander Rødseth
Date: Wednesday, November 5, 2014 @ 12:53:18
  Author: arodseth
Revision: 121946

upgpkg: liteide 24.2-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 11:19:56 UTC (rev 121945)
+++ PKGBUILD2014-11-05 11:53:18 UTC (rev 121946)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=24.1
+pkgver=24.2
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')


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

2014-11-05 Thread Alexander Rødseth
Date: Wednesday, November 5, 2014 @ 12:53:28
  Author: arodseth
Revision: 121947

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 121946, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 121946, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 121946, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 121946, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 11:53:18 UTC (rev 121946)
+++ community-i686/PKGBUILD 2014-11-05 11:53:28 UTC (rev 121947)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 121946, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 11:53:28 UTC (rev 121947)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

[arch-commits] Commit in taskjuggler3/trunk (PKGBUILD tj-system-dirs.patch)

2014-11-05 Thread Maxime Gauduin
Date: Wednesday, November 5, 2014 @ 13:00:05
  Author: alucryd
Revision: 121948

FS#42651: taskjuggler3 3.5.0-8

Modified:
  taskjuggler3/trunk/PKGBUILD
  taskjuggler3/trunk/tj-system-dirs.patch

--+
 PKGBUILD |   27 +++
 tj-system-dirs.patch |2 +-
 2 files changed, 16 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 11:53:28 UTC (rev 121947)
+++ PKGBUILD2014-11-05 12:00:05 UTC (rev 121948)
@@ -1,37 +1,40 @@
 # $Id$
 # Maintainer: Maxime Gauduin aluc...@gmail.com
 # Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: John Henderson jw.he...@gmail.com
 
 pkgname=taskjuggler3
 pkgver=3.5.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Project Management Software'
 arch=('any')
 url='http://www.taskjuggler.org'
 license=('GPL')
 depends=('ruby-mail' 'ruby-term-ansicolor')
-source=(http://rubygems.org/downloads/${pkgname%3}-${pkgver}.gem;
+source=(http://rubygems.org/downloads/taskjuggler-${pkgver}.gem;
 'tj-ruby2.1.patch'
 'tj-system-dirs.patch')
-noextract=(${pkgname%3}-${pkgver}.gem)
+noextract=(taskjuggler-${pkgver}.gem)
 sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
 'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
-'8174f62598b4230df033feb213e5ec25bc6d3105c71455a88514eaff3db0410a')
+'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
 
 prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname%3}-${pkgver}.gem
+  gem install -N -i . taskjuggler-${pkgver}.gem \
+--ignore-dependencies \
+--no-user-install
 
-  cd gems/${pkgname%3}-${pkgver}
+  cd gems/taskjuggler-${pkgver}
   patch -Np1 -i ../../tj-ruby2.1.patch
   patch -Np1 -i ../../tj-system-dirs.patch
 }
 
 package() {
-  cd gems/${pkgname%3}-${pkgver}
+  cd gems/taskjuggler-${pkgver}
 
-  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
+  local _rubyver='2.1.0'
 
-  install -dm 755 
${pkgdir}/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,vim/vimfiles/{ftdetect,syntax}}}
+  install -dm 755 
${pkgdir}/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
   mv bin ${pkgdir}/usr/
   mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
 
@@ -43,11 +46,11 @@
   echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp'  
${pkgdir}/usr/share/vim/vimfiles/ftdetect/tjp.vim
 
 # Data
-  mv data ${pkgdir}/usr/share/${pkgname%3}
-  mv examples ${pkgdir}/usr/share/${pkgname%3}/
+  mv data ${pkgdir}/usr/share/taskjuggler/
+  mv examples ${pkgdir}/usr/share/taskjuggler/
 
 # Documentation
-  mv manual ${pkgdir}/usr/share/doc/${pkgname%3}
+  mv manual ${pkgdir}/usr/share/doc/taskjuggler
 }
 
 # vim: ts=2 sw=2 et:

Modified: tj-system-dirs.patch
===
--- tj-system-dirs.patch2014-11-05 11:53:28 UTC (rev 121947)
+++ tj-system-dirs.patch2014-11-05 12:00:05 UTC (rev 121948)
@@ -18,7 +18,7 @@
  dirs  rubyLibDir + '/gems/' \
  + @@packageName + '-' + @@version + /#{baseDir}/
 +# Also look in system share directory
-+dirs  '/usr/share/' + @@packageName
++dirs  '/usr/share/' + @@packageName + /#{baseDir}/
  
  dirs
end


[arch-commits] Commit in taskjuggler3/repos/community-any (6 files)

2014-11-05 Thread Maxime Gauduin
Date: Wednesday, November 5, 2014 @ 13:00:18
  Author: alucryd
Revision: 121949

archrelease: copy trunk to community-any

Added:
  taskjuggler3/repos/community-any/PKGBUILD
(from rev 121948, taskjuggler3/trunk/PKGBUILD)
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
(from rev 121948, taskjuggler3/trunk/tj-ruby2.1.patch)
  taskjuggler3/repos/community-any/tj-system-dirs.patch
(from rev 121948, taskjuggler3/trunk/tj-system-dirs.patch)
Deleted:
  taskjuggler3/repos/community-any/PKGBUILD
  taskjuggler3/repos/community-any/tj-ruby2.1.patch
  taskjuggler3/repos/community-any/tj-system-dirs.patch

--+
 PKGBUILD |  109 +
 tj-ruby2.1.patch |  300 -
 tj-system-dirs.patch |   86 +++---
 3 files changed, 249 insertions(+), 246 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 12:00:05 UTC (rev 121948)
+++ PKGBUILD2014-11-05 12:00:18 UTC (rev 121949)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-
-pkgname=taskjuggler3
-pkgver=3.5.0
-pkgrel=7
-pkgdesc='Project Management Software'
-arch=('any')
-url='http://www.taskjuggler.org'
-license=('GPL')
-depends=('ruby-mail' 'ruby-term-ansicolor')
-source=(http://rubygems.org/downloads/${pkgname%3}-${pkgver}.gem;
-'tj-ruby2.1.patch'
-'tj-system-dirs.patch')
-noextract=(${pkgname%3}-${pkgver}.gem)
-sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
-'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
-'8174f62598b4230df033feb213e5ec25bc6d3105c71455a88514eaff3db0410a')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname%3}-${pkgver}.gem
-
-  cd gems/${pkgname%3}-${pkgver}
-  patch -Np1 -i ../../tj-ruby2.1.patch
-  patch -Np1 -i ../../tj-system-dirs.patch
-}
-
-package() {
-  cd gems/${pkgname%3}-${pkgver}
-
-  local _rubyver=$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')
-
-  install -dm 755 
${pkgdir}/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,vim/vimfiles/{ftdetect,syntax}}}
-  mv bin ${pkgdir}/usr/
-  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Gem compatibility
-  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
-
-# Vim syntax
-  mv data/tjp.vim ${pkgdir}/usr/share/vim/vimfiles/syntax/
-  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp'  
${pkgdir}/usr/share/vim/vimfiles/ftdetect/tjp.vim
-
-# Data
-  mv data ${pkgdir}/usr/share/${pkgname%3}
-  mv examples ${pkgdir}/usr/share/${pkgname%3}/
-
-# Documentation
-  mv manual ${pkgdir}/usr/share/doc/${pkgname%3}
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskjuggler3/repos/community-any/PKGBUILD (from rev 121948, 
taskjuggler3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 12:00:18 UTC (rev 121949)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: John Henderson jw.he...@gmail.com
+
+pkgname=taskjuggler3
+pkgver=3.5.0
+pkgrel=8
+pkgdesc='Project Management Software'
+arch=('any')
+url='http://www.taskjuggler.org'
+license=('GPL')
+depends=('ruby-mail' 'ruby-term-ansicolor')
+source=(http://rubygems.org/downloads/taskjuggler-${pkgver}.gem;
+'tj-ruby2.1.patch'
+'tj-system-dirs.patch')
+noextract=(taskjuggler-${pkgver}.gem)
+sha256sums=('42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465'
+'e59b510acd1d176ef384101b7eba541713775c8da06c503b48020e8726f8629c'
+'973f9b2d538e5caf7f05bccfe8c16cafba703315ab7ee7569738063eea6c')
+
+prepare() {
+  gem install -N -i . taskjuggler-${pkgver}.gem \
+--ignore-dependencies \
+--no-user-install
+
+  cd gems/taskjuggler-${pkgver}
+  patch -Np1 -i ../../tj-ruby2.1.patch
+  patch -Np1 -i ../../tj-system-dirs.patch
+}
+
+package() {
+  cd gems/taskjuggler-${pkgver}
+
+  local _rubyver='2.1.0'
+
+  install -dm 755 
${pkgdir}/usr/{lib/ruby/{gems/${_rubyver},vendor_ruby},share/{doc,taskjuggler,vim/vimfiles/{ftdetect,syntax}}}
+  mv bin ${pkgdir}/usr/
+  mv lib ${pkgdir}/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Gem compatibility
+  mv ../../specifications ${pkgdir}/usr/lib/ruby/gems/${_rubyver}/
+
+# Vim syntax
+  mv data/tjp.vim ${pkgdir}/usr/share/vim/vimfiles/syntax/
+  echo 'au! BufNewFile,BufRead *.tjp,*.tji set ft=tjp'  
${pkgdir}/usr/share/vim/vimfiles/ftdetect/tjp.vim
+
+# Data
+  mv data ${pkgdir}/usr/share/taskjuggler/
+  mv examples ${pkgdir}/usr/share/taskjuggler/
+
+# Documentation
+  mv manual ${pkgdir}/usr/share/doc/taskjuggler
+}
+
+# vim: ts=2 sw=2 et:

Deleted: tj-ruby2.1.patch
===
--- 

[arch-commits] Commit in curl/trunk (2 files)

2014-11-05 Thread Dave Reisner
Date: Wednesday, November 5, 2014 @ 14:12:46
  Author: dreisner
Revision: 225637

upgpkg: curl 7.39.0-1

Modified:
  curl/trunk/PKGBUILD
Deleted:
  curl/trunk/0001-threaded-resolver-revert-Curl_expire_latest-switch.patch

---+
 0001-threaded-resolver-revert-Curl_expire_latest-switch.patch |   32 --
 PKGBUILD  |   14 
 2 files changed, 3 insertions(+), 43 deletions(-)

Deleted: 0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
===
--- 0001-threaded-resolver-revert-Curl_expire_latest-switch.patch   
2014-11-05 03:45:15 UTC (rev 225636)
+++ 0001-threaded-resolver-revert-Curl_expire_latest-switch.patch   
2014-11-05 13:12:46 UTC (rev 225637)
@@ -1,32 +0,0 @@
-From d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg dan...@haxx.se
-Date: Tue, 23 Sep 2014 11:44:03 +0200
-Subject: [PATCH] threaded-resolver: revert Curl_expire_latest() switch
-
-The switch to using Curl_expire_latest() in commit cacdc27f52b was a
-mistake and was against the advice even mentioned in that commit. The
-comparison in asyn-thread.c:Curl_resolver_is_resolved() makes
-Curl_expire() the suitable function to use.
-
-Bug: http://curl.haxx.se/bug/view.cgi?id=1426
-Reported-By: graysky

- lib/asyn-thread.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c
-index e4ad32b..6cdc9ad 100644
 a/lib/asyn-thread.c
-+++ b/lib/asyn-thread.c
-@@ -541,7 +541,7 @@ CURLcode Curl_resolver_is_resolved(struct connectdata 
*conn,
-   td-poll_interval = 250;
- 
- td-interval_end = elapsed + td-poll_interval;
--Curl_expire_latest(conn-data, td-poll_interval);
-+Curl_expire(conn-data, td-poll_interval);
-   }
- 
-   return CURLE_OK;
--- 
-2.1.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 03:45:15 UTC (rev 225636)
+++ PKGBUILD2014-11-05 13:12:46 UTC (rev 225637)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=curl
-pkgver=7.38.0
-pkgrel=3
+pkgver=7.39.0
+pkgrel=1
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
 url=http://curl.haxx.se;
@@ -16,20 +16,12 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
-0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
 curlbuild.h)
-md5sums=('b6e3ea55bb718f2270489581efa50a8a'
+md5sums=('88c5650122873712296d4b1db3f12e6c'
  'SKIP'
- '845110402d78209a957bb9b342d8bb9e'
  '751bd433ede935c8fae727377625a8ae')
 validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 ../0001-threaded-resolver-revert-Curl_expire_latest-switch.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2014-11-05 Thread Dave Reisner
Date: Wednesday, November 5, 2014 @ 14:13:07
  Author: dreisner
Revision: 225638

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 225637, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 225637, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 225637, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 225637, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   65 +++
 testing-i686/curlbuild.h   |9 +
 testing-x86_64/PKGBUILD|   65 +++
 testing-x86_64/curlbuild.h |9 +
 4 files changed, 148 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 225637, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-05 13:13:07 UTC (rev 225638)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.39.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libidn' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('88c5650122873712296d4b1db3f12e6c'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  local ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error unknown pointer size for architecture: %s bytes $ptrsize
+  exit 1
+  ;;
+  esac
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  # devel
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/curl/$_curlbuild
+  install -m644 $srcdir/curlbuild.h $pkgdir/usr/include/curl/curlbuild.h
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 225637, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2014-11-05 13:13:07 UTC (rev 225638)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 225637, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-05 13:13:07 UTC (rev 225638)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.39.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libidn' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+curlbuild.h)
+md5sums=('88c5650122873712296d4b1db3f12e6c'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  

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

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 14:56:51
  Author: svenstaro
Revision: 121950

upgpkg: wine 1.7.30-1

upstream release 1.7.30

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 12:00:18 UTC (rev 121949)
+++ PKGBUILD2014-11-05 13:56:51 UTC (rev 121950)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.29
-pkgrel=2
+pkgver=1.7.30
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('581fcf915cba4cbf4f55f2e73b55439e090e96c5'
+sha1sums=('f92ec50f14d73cbd610cc99c5ffe28916be9624d'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 14:57:00
  Author: svenstaro
Revision: 121951

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 121950, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 121950, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 121950, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 wine.install  |   24 +--
 3 files changed, 212 insertions(+), 212 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-11-05 13:56:51 UTC (rev 121950)
+++ 30-win32-aliases.conf   2014-11-05 13:57:00 UTC (rev 121951)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 121950, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-11-05 13:57:00 UTC (rev 121951)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 13:56:51 UTC (rev 121950)
+++ PKGBUILD2014-11-05 13:57:00 UTC (rev 121951)
@@ -1,180 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.29
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('581fcf915cba4cbf4f55f2e73b55439e090e96c5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 14:58:08
  Author: svenstaro
Revision: 121952

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 121951, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 121951, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 121951, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 wine.install  |   24 +--
 3 files changed, 212 insertions(+), 212 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-11-05 13:57:00 UTC (rev 121951)
+++ 30-win32-aliases.conf   2014-11-05 13:58:08 UTC (rev 121952)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 121951, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-11-05 13:58:08 UTC (rev 121952)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 13:57:00 UTC (rev 121951)
+++ PKGBUILD2014-11-05 13:58:08 UTC (rev 121952)
@@ -1,180 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.29
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('581fcf915cba4cbf4f55f2e73b55439e090e96c5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-lib

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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 15:32:21
  Author: spupykin
Revision: 121953

upgpkg: wanderlust 20141105-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 13:58:08 UTC (rev 121952)
+++ PKGBUILD2014-11-05 14:32:21 UTC (rev 121953)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20141027
+pkgver=20141105
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('5b8e53eaf44ee96938fc3d1e898547d4')
+md5sums=('b061f728e5e53fc6f07f97ead5a77dff')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*


[arch-commits] Commit in wanderlust/repos/community-any (4 files)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 15:32:30
  Author: spupykin
Revision: 121954

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
(from rev 121953, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
(from rev 121953, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 14:32:21 UTC (rev 121953)
+++ PKGBUILD2014-11-05 14:32:30 UTC (rev 121954)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20141027
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-#url=http://www.gohome.org/wl;
-url=https://github.com/wanderlust/wanderlust/;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('5b8e53eaf44ee96938fc3d1e898547d4')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 121953, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 14:32:30 UTC (rev 121954)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20141105
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+#url=http://www.gohome.org/wl;
+url=https://github.com/wanderlust/wanderlust/;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('b061f728e5e53fc6f07f97ead5a77dff')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-11-05 14:32:21 UTC (rev 121953)
+++ wanderlust.install  2014-11-05 14:32:30 UTC (rev 121954)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 121953, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-11-05 14:32:30 UTC (rev 121954)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz

[arch-commits] Commit in mingw-w64-gcc-base/repos (6 files)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 15:36:00
  Author: spupykin
Revision: 121956

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

Added:
  mingw-w64-gcc-base/repos/community-testing-i686/
  mingw-w64-gcc-base/repos/community-testing-i686/PKGBUILD
(from rev 121955, mingw-w64-gcc-base/trunk/PKGBUILD)
  mingw-w64-gcc-base/repos/community-testing-i686/isl.patch
(from rev 121955, mingw-w64-gcc-base/trunk/isl.patch)
  mingw-w64-gcc-base/repos/community-testing-x86_64/
  mingw-w64-gcc-base/repos/community-testing-x86_64/PKGBUILD
(from rev 121955, mingw-w64-gcc-base/trunk/PKGBUILD)
  mingw-w64-gcc-base/repos/community-testing-x86_64/isl.patch
(from rev 121955, mingw-w64-gcc-base/trunk/isl.patch)

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/isl.patch   |   76 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/isl.patch |   76 +++
 4 files changed, 272 insertions(+)

Copied: mingw-w64-gcc-base/repos/community-testing-i686/PKGBUILD (from rev 
121955, mingw-w64-gcc-base/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-05 14:36:00 UTC (rev 121956)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc-base
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler (bootstrap)
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-bootstrap' 'mingw-w64')
+depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 
'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-gcc')
+options=('staticlibs' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+md5sums=('4df8ee253b7f3863ad0b86359cd39c43')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+}
+
+build() {
+  for _target in ${_targets}; do
+msg Building ${_target} GCC C compiler
+mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc-${pkgver}/configure --prefix=/usr \
+--target=${_target} \
+--enable-languages=c,lto \
+--enable-shared --enable-static \
+--enable-threads=win32 \
+--with-system-zlib \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-nls --enable-version-specific-runtime-libs \
+--disable-multilib --enable-checking=release
+make all-gcc
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg Installing ${_target} GCC C compiler
+cd ${srcdir}/gcc-build-${_target}
+make DESTDIR=${pkgdir} install-gcc
+strip ${pkgdir}/usr/bin/${_target}-*
+strip ${pkgdir}/usr/libexec/gcc/${_target}/${pkgver}/{cc1,collect2,lto*}
+  done
+  # remove unnecessary files
+  msg Removing man and info pages
+  rm -r ${pkgdir}/usr/share/man
+  rm -r ${pkgdir}/usr/share/info
+}

Copied: mingw-w64-gcc-base/repos/community-testing-i686/isl.patch (from rev 
121955, mingw-w64-gcc-base/trunk/isl.patch)
===
--- community-testing-i686/isl.patch(rev 0)
+++ community-testing-i686/isl.patch2014-11-05 14:36:00 UTC (rev 121956)
@@ -0,0 +1,76 @@
+diff -wbBur gcc-4.9.0/gcc/graphite-clast-to-gimple.c 
gcc-4.9.0.my/gcc/graphite-clast-to-gimple.c
+--- gcc-4.9.0/gcc/graphite-clast-to-gimple.c   2014-03-03 15:39:22.0 
+0400
 gcc-4.9.0.my/gcc/graphite-clast-to-gimple.c2014-06-09 
15:23:14.858543000 +0400
+@@ -28,6 +28,8 @@
+ #include isl/constraint.h
+ #include isl/ilp.h
+ #include isl/aff.h
++#include isl/deprecated/int.h
++#include isl/deprecated/ilp_int.h
+ #include cloog/cloog.h
+ #include cloog/isl/domain.h
+ #endif
+diff -wbBur gcc-4.9.0/gcc/graphite-interchange.c 
gcc-4.9.0.my/gcc/graphite-interchange.c
+--- gcc-4.9.0/gcc/graphite-interchange.c   2014-01-03 02:23:26.0 
+0400
 gcc-4.9.0.my/gcc/graphite-interchange.c2014-06-09 15:24:02.275209122 
+0400
+@@ -29,6 +29,9 @@
+ #include isl/map.h
+ #include isl/union_map.h
+ #include isl/ilp.h
++#include isl/deprecated/int.h
++#include isl/deprecated/ilp_int.h
++#include isl/deprecated/constraint_int.h
+ #include cloog/cloog.h
+ #include cloog/isl/domain.h
+ #endif
+diff -wbBur gcc-4.9.0/gcc/graphite-optimize-isl.c 

[arch-commits] Commit in mingw-w64-gcc-base/trunk (PKGBUILD)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 15:35:48
  Author: spupykin
Revision: 121955

upgpkg: mingw-w64-gcc-base 4.9.2-1

upd

Modified:
  mingw-w64-gcc-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 14:32:30 UTC (rev 121954)
+++ PKGBUILD2014-11-05 14:35:48 UTC (rev 121955)
@@ -5,7 +5,7 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-gcc-base
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler (bootstrap)
 arch=('i686' 'x86_64')
@@ -15,10 +15,8 @@
 depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 
'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
 conflicts=('mingw-w64-gcc')
 options=('staticlibs' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   isl.patch)
-md5sums=('fddf71348546af523353bd43d34919c1'
- 'd99c0a484178b890526d180de1c6e8f8')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+md5sums=('4df8ee253b7f3863ad0b86359cd39c43')
 
 prepare() {
   cd ${srcdir}/gcc-${pkgver}
@@ -27,8 +25,6 @@
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-  patch -p1 $srcdir/isl.patch
 }
 
 build() {
@@ -41,8 +37,7 @@
 --enable-languages=c,lto \
 --enable-shared --enable-static \
 --enable-threads=win32 \
---with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
+--with-system-zlib \
 --enable-lto --disable-dw2-exceptions --enable-libgomp \
 --disable-nls --enable-version-specific-runtime-libs \
 --disable-multilib --enable-checking=release


[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 16:23:27
  Author: spupykin
Revision: 121957

upgpkg: mingw-w64-gcc 4.9.2-1

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 14:36:00 UTC (rev 121956)
+++ PKGBUILD2014-11-05 15:23:27 UTC (rev 121957)
@@ -5,14 +5,16 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname=mingw-w64-gcc
-pkgver=4.9.1
-pkgrel=2
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=1
 pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
 arch=('i686' 'x86_64')
 url=http://gcc.gnu.org;
 license=('GPL' 'LGPL' 'FDL' 'custom')
 groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'cloog'
+depends=('zlib' 'libmpc'
 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
 'mingw-w64-headers')
 makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
@@ -24,15 +26,21 @@
 backup=()
 options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
 
source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-'gcc-make-xmmintrin-header-cplusplus-compatible.patch'
-'isl.patch')
-md5sums=('fddf71348546af523353bd43d34919c1'
- 'da6c9ba6baebe1286f3219d4181cdbb8'
- 'd99c0a484178b890526d180de1c6e8f8')
+   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
+   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+md5sums=('4df8ee253b7f3863ad0b86359cd39c43'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ 'da6c9ba6baebe1286f3219d4181cdbb8')
 
 prepare() {
   cd ${srcdir}/gcc-${pkgver}
 
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
   #do not install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
   # hack! - some configure tests for header files using $CPP $CPPFLAGS
@@ -44,7 +52,6 @@
   # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
   # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
   patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-  patch -p1 $srcdir/isl.patch
 }
 
 build() {
@@ -57,7 +64,6 @@
 --enable-shared --enable-static \
 --enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
 --with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
 --enable-lto --disable-dw2-exceptions --enable-libgomp \
 --disable-multilib --enable-checking=release
 make all


[arch-commits] Commit in mingw-w64-gcc/repos (8 files)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 16:23:45
  Author: spupykin
Revision: 121958

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

Added:
  mingw-w64-gcc/repos/community-testing-i686/
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 121957, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 121957, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-i686/isl.patch
(from rev 121957, mingw-w64-gcc/trunk/isl.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 121957, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 121957, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-testing-x86_64/isl.patch
(from rev 121957, mingw-w64-gcc/trunk/isl.patch)

---+
 community-testing-i686/PKGBUILD   
|   88 ++
 community-testing-i686/gcc-make-xmmintrin-header-cplusplus-compatible.patch   
|   24 ++
 community-testing-i686/isl.patch  
|   76 
 community-testing-x86_64/PKGBUILD 
|   88 ++
 community-testing-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch 
|   24 ++
 community-testing-x86_64/isl.patch
|   76 
 6 files changed, 376 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 121957, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-05 15:23:45 UTC (rev 121958)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
+
+_targets=i686-w64-mingw32 x86_64-w64-mingw32
+
+pkgname=mingw-w64-gcc
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
+pkgrel=1
+pkgdesc=Cross GCC for the MinGW-w64 cross-compiler
+arch=('i686' 'x86_64')
+url=http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=(gcc-ada=${pkgver} 'mingw-w64-gcc-base')
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+conflicts=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
+   http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
+   http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
+   'gcc-make-xmmintrin-header-cplusplus-compatible.patch')
+md5sums=('4df8ee253b7f3863ad0b86359cd39c43'
+ 'e039bfcfb6c2ab039b8ee69bf883e824'
+ 'e34fca0540d840e5d0f6427e98c92252'
+ 'da6c9ba6baebe1286f3219d4181cdbb8')
+
+prepare() {
+  cd ${srcdir}/gcc-${pkgver}
+
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-${_islver} isl
+  ln -s ../cloog-${_cloogver} cloog
+
+  #do not install libiberty
+  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # The file xmmintrin.h doesn't contain an extern C part
+  # This conflicts with mingw-w64 intrin.h and results in build
+  # failure like this one in mingw-w64-qt5-qtbase:
+  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
+  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
+  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p ${srcdir}/gcc-build-${_target}  cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release
+ 

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

2014-11-05 Thread Felix Yan
Date: Wednesday, November 5, 2014 @ 16:25:55
  Author: fyan
Revision: 225639

upgpkg: perl-dbi 1.632-1

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 13:13:07 UTC (rev 225638)
+++ PKGBUILD2014-11-05 15:25:55 UTC (rev 225639)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-dbi
-pkgver=1.631
-pkgrel=2
+pkgver=1.632
+pkgrel=1
 pkgdesc=Database independent interface for Perl
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/DBI/;
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('444d3c305e86597e11092b517794a840')
+md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
 
 build() {
   cd DBI-${pkgver}


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

2014-11-05 Thread Felix Yan
Date: Wednesday, November 5, 2014 @ 16:26:45
  Author: fyan
Revision: 225640

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 225639, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 225639, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-05 15:25:55 UTC (rev 225639)
+++ extra-i686/PKGBUILD 2014-11-05 15:26:45 UTC (rev 225640)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-dbi
-pkgver=1.631
-pkgrel=2
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBI/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('444d3c305e86597e11092b517794a840')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 225639, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-05 15:26:45 UTC (rev 225640)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbi
+pkgver=1.632
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBI/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-05 15:25:55 UTC (rev 225639)
+++ extra-x86_64/PKGBUILD   2014-11-05 15:26:45 UTC (rev 225640)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-dbi
-pkgver=1.631
-pkgrel=2
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBI/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('444d3c305e86597e11092b517794a840')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 225639, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-05 15:26:45 UTC (rev 225640)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-dbi
+pkgver=1.632
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBI/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('285fc34c1ee20125aabbd50bc3e587fb')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in mantisbt/trunk (CVE-2014-8554.patch PKGBUILD)

2014-11-05 Thread Maxime Gauduin
Date: Wednesday, November 5, 2014 @ 16:34:50
  Author: alucryd
Revision: 121959

FS#42683: mantisbt 1.2.17-3

Added:
  mantisbt/trunk/CVE-2014-8554.patch
Modified:
  mantisbt/trunk/PKGBUILD

-+
 CVE-2014-8554.patch |   35 +++
 PKGBUILD|   14 +++---
 2 files changed, 46 insertions(+), 3 deletions(-)

Added: CVE-2014-8554.patch
===
--- CVE-2014-8554.patch (rev 0)
+++ CVE-2014-8554.patch 2014-11-05 15:34:50 UTC (rev 121959)
@@ -0,0 +1,35 @@
+From 99ffb0afaff3409d0eaec78ac963214da0d2a079 Mon Sep 17 00:00:00 2001
+From: Damien Regad dre...@mantisbt.org
+Date: Thu, 30 Oct 2014 15:31:36 +0100
+Subject: [PATCH] SQL injection in mc_project_get_attachments()
+
+This is a follow-up on CVE-2014-1609 / issue #16880.
+
+Edwin Gozeling and Wim Visser from ITsec Security Services BV
+(http://www.itsec.nl) discovered that the fix in #16880 did not fully
+address the problem. Their research demonstrate that using a specially
+crafted project id parameter, an attacker could still perform an SQL
+injection.
+
+The same issue was also reported by Paul Richards in issue #17823.
+
+This patch fixes the problem by typecasting the Project ID parameter
+to Integer.
+
+Fixes #17812, CVE-2014-8554
+---
+ api/soap/mc_project_api.php | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/api/soap/mc_project_api.php b/api/soap/mc_project_api.php
+index 8e6aae9..fe57b7b 100644
+--- a/api/soap/mc_project_api.php
 b/api/soap/mc_project_api.php
+@@ -655,6 +655,7 @@ function mc_project_get_attachments( $p_username, 
$p_password, $p_project_id ) {
+   return mci_soap_fault_login_failed();
+   }
+ 
++  $p_project_id = (int)$p_project_id;
+   $g_project_override = $p_project_id;
+ 
+   # Check if project documentation feature is enabled.

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 15:23:45 UTC (rev 121958)
+++ PKGBUILD2014-11-05 15:34:50 UTC (rev 121959)
@@ -7,7 +7,7 @@
 
 pkgname=mantisbt
 pkgver=1.2.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Web-based issue tracking system'
 arch=('any')
 url='http://www.mantisbt.org/'
@@ -22,9 +22,17 @@
 'php-pgsql: PostgreSQL database')
 backup=('etc/webapps/mantisbt/config_inc.php')
 install='mantisbt.install'
-source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;)
-sha256sums=('4305295a1d3910516b6fa238e03e710c0bb5b30a01b3a908865799096207b243')
+source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;
+'CVE-2014-8554.patch')
+sha256sums=('4305295a1d3910516b6fa238e03e710c0bb5b30a01b3a908865799096207b243'
+'3183477bcc3b69fc969b9d9502070816b2f8bd1ec387d02805b1bd901b471908')
 
+prepare() {
+  cd mantisbt-${pkgver}
+
+  patch -Np1 -i ../CVE-2014-8554.patch
+}
+
 package() {
   install -dm 755 ${pkgdir}/{etc,usr/share}/webapps/mantisbt
   cp -dr --no-preserve='ownership' mantisbt-${pkgver}/* 
${pkgdir}/usr/share/webapps/mantisbt


[arch-commits] Commit in mantisbt/repos/community-any (5 files)

2014-11-05 Thread Maxime Gauduin
Date: Wednesday, November 5, 2014 @ 16:35:00
  Author: alucryd
Revision: 121960

archrelease: copy trunk to community-any

Added:
  mantisbt/repos/community-any/CVE-2014-8554.patch
(from rev 121959, mantisbt/trunk/CVE-2014-8554.patch)
  mantisbt/repos/community-any/PKGBUILD
(from rev 121959, mantisbt/trunk/PKGBUILD)
  mantisbt/repos/community-any/mantisbt.install
(from rev 121959, mantisbt/trunk/mantisbt.install)
Deleted:
  mantisbt/repos/community-any/PKGBUILD
  mantisbt/repos/community-any/mantisbt.install

-+
 CVE-2014-8554.patch |   35 +++
 PKGBUILD|   92 +++---
 mantisbt.install|   34 +-
 3 files changed, 102 insertions(+), 59 deletions(-)

Copied: mantisbt/repos/community-any/CVE-2014-8554.patch (from rev 121959, 
mantisbt/trunk/CVE-2014-8554.patch)
===
--- CVE-2014-8554.patch (rev 0)
+++ CVE-2014-8554.patch 2014-11-05 15:35:00 UTC (rev 121960)
@@ -0,0 +1,35 @@
+From 99ffb0afaff3409d0eaec78ac963214da0d2a079 Mon Sep 17 00:00:00 2001
+From: Damien Regad dre...@mantisbt.org
+Date: Thu, 30 Oct 2014 15:31:36 +0100
+Subject: [PATCH] SQL injection in mc_project_get_attachments()
+
+This is a follow-up on CVE-2014-1609 / issue #16880.
+
+Edwin Gozeling and Wim Visser from ITsec Security Services BV
+(http://www.itsec.nl) discovered that the fix in #16880 did not fully
+address the problem. Their research demonstrate that using a specially
+crafted project id parameter, an attacker could still perform an SQL
+injection.
+
+The same issue was also reported by Paul Richards in issue #17823.
+
+This patch fixes the problem by typecasting the Project ID parameter
+to Integer.
+
+Fixes #17812, CVE-2014-8554
+---
+ api/soap/mc_project_api.php | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/api/soap/mc_project_api.php b/api/soap/mc_project_api.php
+index 8e6aae9..fe57b7b 100644
+--- a/api/soap/mc_project_api.php
 b/api/soap/mc_project_api.php
+@@ -655,6 +655,7 @@ function mc_project_get_attachments( $p_username, 
$p_password, $p_project_id ) {
+   return mci_soap_fault_login_failed();
+   }
+ 
++  $p_project_id = (int)$p_project_id;
+   $g_project_override = $p_project_id;
+ 
+   # Check if project documentation feature is enabled.

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 15:34:50 UTC (rev 121959)
+++ PKGBUILD2014-11-05 15:35:00 UTC (rev 121960)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Alexander 'gridcol' Griesbaum agr...@gmail.com
-# Contributor: Ravenman correo.cue...@gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov@gmail
-# Contributor: Angel 'angvp' Velasquez an...@archlinux.com.ve
-
-pkgname=mantisbt
-pkgver=1.2.17
-pkgrel=2
-pkgdesc='Web-based issue tracking system'
-arch=('any')
-url='http://www.mantisbt.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run MantisBT'
-'curl: Twitter integration'
-'gd: Graphs support'
-'lighttpd: Web server to run MantisBT'
-'mariadb: SQL database'
-'nginx: Web server to run MantisBT'
-'php-pgsql: PostgreSQL database')
-backup=('etc/webapps/mantisbt/config_inc.php')
-install='mantisbt.install'
-source=(http://downloads.sourceforge.net/mantisbt/mantisbt-${pkgver}.tar.gz;)
-sha256sums=('4305295a1d3910516b6fa238e03e710c0bb5b30a01b3a908865799096207b243')
-
-package() {
-  install -dm 755 ${pkgdir}/{etc,usr/share}/webapps/mantisbt
-  cp -dr --no-preserve='ownership' mantisbt-${pkgver}/* 
${pkgdir}/usr/share/webapps/mantisbt
-
-  for f in 
{config_inc.php,custom_strings_inc.php,custom_constants_inc.php,custom_functions_inc.php};
 do
-ln -s /etc/webapps/mantisbt/${f} ${pkgdir}/usr/share/webapps/mantisbt/
-  done
-  cp ${pkgdir}/usr/share/webapps/mantisbt/config_inc.php.sample 
${pkgdir}/etc/webapps/mantisbt/config_inc.php
-
-  find ${pkgdir} -type d -exec chmod 755 {} +
-  find ${pkgdir} -type f -exec chmod 644 {} +
-  chown http:http -R ${pkgdir}/usr/share/webapps/mantisbt
-}
-
-# vim: ts=2 sw=2 et:

Copied: mantisbt/repos/community-any/PKGBUILD (from rev 121959, 
mantisbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 15:35:00 UTC (rev 121960)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Alexander 'gridcol' Griesbaum agr...@gmail.com
+# Contributor: Ravenman correo.cue...@gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov@gmail
+# Contributor: Angel 'angvp' Velasquez an...@archlinux.com.ve
+
+pkgname=mantisbt
+pkgver=1.2.17
+pkgrel=3
+pkgdesc='Web-based issue tracking system'
+arch=('any')
+url='http://www.mantisbt.org/'

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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 16:55:15
  Author: spupykin
Revision: 121962

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

Added:
  schroot/repos/community-staging-i686/
  schroot/repos/community-staging-i686/PKGBUILD
(from rev 121961, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-i686/arch32-config
(from rev 121961, schroot/trunk/arch32-config)
  schroot/repos/community-staging-i686/arch32-copyfiles
(from rev 121961, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-i686/arch32-example
(from rev 121961, schroot/trunk/arch32-example)
  schroot/repos/community-staging-i686/arch32-mount
(from rev 121961, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-i686/arch32-nssdatabases
(from rev 121961, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-i686/colon-completion.patch
(from rev 121961, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-i686/fix-bash-completion.patch
(from rev 121961, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-i686/pam.d.schroot.patch
(from rev 121961, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-staging-x86_64/
  schroot/repos/community-staging-x86_64/PKGBUILD
(from rev 121961, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-x86_64/arch32-config
(from rev 121961, schroot/trunk/arch32-config)
  schroot/repos/community-staging-x86_64/arch32-copyfiles
(from rev 121961, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-x86_64/arch32-example
(from rev 121961, schroot/trunk/arch32-example)
  schroot/repos/community-staging-x86_64/arch32-mount
(from rev 121961, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-x86_64/arch32-nssdatabases
(from rev 121961, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-x86_64/colon-completion.patch
(from rev 121961, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-x86_64/fix-bash-completion.patch
(from rev 121961, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-x86_64/pam.d.schroot.patch
(from rev 121961, schroot/trunk/pam.d.schroot.patch)

+
 community-staging-i686/PKGBUILD|   77 +++
 community-staging-i686/arch32-config   |   11 ++
 community-staging-i686/arch32-copyfiles|6 +
 community-staging-i686/arch32-example  |   10 ++
 community-staging-i686/arch32-mount|   12 ++
 community-staging-i686/arch32-nssdatabases |6 +
 community-staging-i686/colon-completion.patch  |   20 
 community-staging-i686/fix-bash-completion.patch   |   11 ++
 community-staging-i686/pam.d.schroot.patch |   15 +++
 community-staging-x86_64/PKGBUILD  |   77 +++
 community-staging-x86_64/arch32-config |   11 ++
 community-staging-x86_64/arch32-copyfiles  |6 +
 community-staging-x86_64/arch32-example|   10 ++
 community-staging-x86_64/arch32-mount  |   12 ++
 community-staging-x86_64/arch32-nssdatabases   |6 +
 community-staging-x86_64/colon-completion.patch|   20 
 community-staging-x86_64/fix-bash-completion.patch |   11 ++
 community-staging-x86_64/pam.d.schroot.patch   |   15 +++
 18 files changed, 336 insertions(+)

Copied: schroot/repos/community-staging-i686/PKGBUILD (from rev 121961, 
schroot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 15:55:15 UTC (rev 121962)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
+
+pkgname=schroot
+pkgver=1.6.10
+pkgrel=4
+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')
+optdepends=('btrfs-progs-unstable' 'lvm2')
+arch=('i686' '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://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz;
+   'arch32-example'
+   'arch32-config'
+   'arch32-copyfiles'
+   'arch32-mount'
+   'arch32-nssdatabases'
+   'pam.d.schroot.patch'
+   'colon-completion.patch'
+   'fix-bash-completion.patch')
+md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
+  

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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 16:54:38
  Author: spupykin
Revision: 121961

upgpkg: schroot 1.6.10-4

boost1.57

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 15:35:00 UTC (rev 121960)
+++ PKGBUILD2014-11-05 15:54:38 UTC (rev 121961)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=3
+pkgrel=4
 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 lucene++/trunk (PKGBUILD)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 17:14:50
  Author: spupykin
Revision: 121965

upgpkg: lucene++ 3.0.6-2

upd

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 16:11:19 UTC (rev 121964)
+++ PKGBUILD2014-11-05 16:14:50 UTC (rev 121965)
@@ -4,7 +4,7 @@
 
 pkgname=lucene++
 pkgver=3.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'
@@ -13,7 +13,7 @@
 makedepends=('boost' 'cmake' 'subversion')
 
#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
-md5sums=('dbab2a09fb675c90b464789aefd1f43e')
+md5sums=('b3663efc9a1d01839376c96a316d3e2f')
 
 prepare() {
   mkdir build


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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 17:15:04
  Author: spupykin
Revision: 121966

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

Added:
  lucene++/repos/community-staging-i686/
  lucene++/repos/community-staging-i686/PKGBUILD
(from rev 121965, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-staging-x86_64/
  lucene++/repos/community-staging-x86_64/PKGBUILD
(from rev 121965, lucene++/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: lucene++/repos/community-staging-i686/PKGBUILD (from rev 121965, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 16:15:04 UTC (rev 121966)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Rafael Ferreira joseph...@archlinux.info
+
+pkgname=lucene++
+pkgver=3.0.6
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
+md5sums=('b3663efc9a1d01839376c96a316d3e2f')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: lucene++/repos/community-staging-x86_64/PKGBUILD (from rev 121965, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 16:15:04 UTC (rev 121966)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Rafael Ferreira joseph...@archlinux.info
+
+pkgname=lucene++
+pkgver=3.0.6
+pkgrel=2
+pkgdesc='C++ port of the popular Java Lucene library'
+arch=(i686 x86_64)
+url='https://github.com/luceneplusplus/LucenePlusPlus'
+license=('GPL' 'Apache')
+depends=('boost-libs')
+makedepends=('boost' 'cmake' 'subversion')
+#source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/luceneplusplus/LucenePlusPlus/archive/master.tar.gz;)
+md5sums=('b3663efc9a1d01839376c96a316d3e2f')
+
+prepare() {
+  mkdir build
+  sed -i \
+-e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION 5)#' 
\
+-e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH 0)#' \
+$srcdir/LucenePlusPlus-master/CMakeLists.txt
+#$srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+#  cmake ../LucenePlusPlus-rel_$pkgver \
+  cmake ../LucenePlusPlus-master \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DBoost_LIBRARY_DIR=/usr/lib \
+-DENABLE_CUSTOM_ALLOCATOR='FALSE'
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in geogebra/repos/community-any (8 files)

2014-11-05 Thread Evgeniy Alekseev
Date: Wednesday, November 5, 2014 @ 17:11:19
  Author: arcanis
Revision: 121964

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 121963, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 121963, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 121963, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 121963, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   79 ++-
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 103 insertions(+), 100 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-11-05 16:11:01 UTC (rev 121963)
+++ ChangeLog   2014-11-05 16:11:19 UTC (rev 121964)
@@ -1,38 +0,0 @@
-5.0.24.0-1:
-upstream update
-
-5.0.19.0-1:
-upstream update
-
-5.0.18.0-1:
-upstream update
-
-5.0.16.0-1:
-upstream update
-
-5.0.14.0-1:
-upstream update
-
-5.0.9.0-1:
-upstream update
-
-5.0.8.0-1:
-upstream update
-
-5.0.7.0-1:
-upstream update
-
-5.0.4.0-1:
-upstream update
-
-4.4.45.0-1:
-upstream update
-
-4.4.44.0-1:
-upstream update
-
-4.4.43.0-1:
-upstream update
-
-4.4.42.0-1:
-upstream update

Copied: geogebra/repos/community-any/ChangeLog (from rev 121963, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-11-05 16:11:19 UTC (rev 121964)
@@ -0,0 +1,41 @@
+5.0.24.0-2:
+fix #42687
+
+5.0.24.0-1:
+upstream update
+
+5.0.19.0-1:
+upstream update
+
+5.0.18.0-1:
+upstream update
+
+5.0.16.0-1:
+upstream update
+
+5.0.14.0-1:
+upstream update
+
+5.0.9.0-1:
+upstream update
+
+5.0.8.0-1:
+upstream update
+
+5.0.7.0-1:
+upstream update
+
+5.0.4.0-1:
+upstream update
+
+4.4.45.0-1:
+upstream update
+
+4.4.44.0-1:
+upstream update
+
+4.4.43.0-1:
+upstream update
+
+4.4.42.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 16:11:01 UTC (rev 121963)
+++ PKGBUILD2014-11-05 16:11:19 UTC (rev 121964)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.24.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-md5sums=('1a0e286d67dbafa4139dea88de93e326'
- '167a8f9368eb4e27b1f339796f0c091a')
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-

Copied: geogebra/repos/community-any/PKGBUILD (from rev 121963, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 16:11:19 UTC (rev 121964)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.24.0
+pkgrel=2
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')

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

2014-11-05 Thread Evgeniy Alekseev
Date: Wednesday, November 5, 2014 @ 17:11:01
  Author: arcanis
Revision: 121963

upgpkg: geogebra 5.0.24.0-2
fix #42687

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD
  geogebra/trunk/geogebra

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 geogebra  |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-11-05 15:55:15 UTC (rev 121962)
+++ ChangeLog   2014-11-05 16:11:01 UTC (rev 121963)
@@ -1,3 +1,6 @@
+5.0.24.0-2:
+fix #42687
+
 5.0.24.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 15:55:15 UTC (rev 121962)
+++ PKGBUILD2014-11-05 16:11:01 UTC (rev 121963)
@@ -6,7 +6,7 @@
 
 pkgname=geogebra
 pkgver=5.0.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
 url='http://www.geogebra.org/'
@@ -18,7 +18,7 @@
 geogebra)
 install=geogebra.install
 md5sums=('1a0e286d67dbafa4139dea88de93e326'
- '167a8f9368eb4e27b1f339796f0c091a')
+ 'fc4a3140ceb50967598a620eb85219f4')
 changelog=ChangeLog
 
 prepare() {

Modified: geogebra
===
--- geogebra2014-11-05 15:55:15 UTC (rev 121962)
+++ geogebra2014-11-05 16:11:01 UTC (rev 121963)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GG_PATH=/usr/share
-export GG_CONFIG_PATH=$GG_PATH
+export GG_CONFIG_PATH=$HOME
 export JAVACMD=/usr/bin/java
 
 exec $GG_PATH/geogebra/geogebra $@


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

2014-11-05 Thread Anatol Pomozov
Date: Wednesday, November 5, 2014 @ 18:03:58
  Author: anatolik
Revision: 121968

upgpkg: thrift 0.9.1-3

Add QT server bindings

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 16:29:28 UTC (rev 121967)
+++ PKGBUILD2014-11-05 17:03:58 UTC (rev 121968)
@@ -9,13 +9,16 @@
 
 pkgname=thrift
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(i686 x86_64)
 url='http://thrift.apache.org/'
 license=(APACHE)
 depends=(gcc-libs openssl)
-makedepends=(boost libevent emacs-nox)
+makedepends=(qt4 boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer support'
+)
 source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz)
 sha1sums=('dc54a54f8dc706ffddcd3e8c6cd5301c931af1cc')
 
@@ -27,6 +30,8 @@
   ./configure --prefix=/usr \
   --with-cpp \
   --with-c_glib \
+  --with-qt4 \
+  --with-libevent \
   --without-haskell \
   --without-php \
   --without-ruby \


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

2014-11-05 Thread Anatol Pomozov
Date: Wednesday, November 5, 2014 @ 18:04:44
  Author: anatolik
Revision: 121969

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

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

---+
 /PKGBUILD |  120 
 community-i686/PKGBUILD   |   55 
 community-x86_64/PKGBUILD |   55 
 3 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 17:03:58 UTC (rev 121968)
+++ community-i686/PKGBUILD 2014-11-05 17:04:44 UTC (rev 121969)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Byron Clark by...@theclarkfamily.name
-
-# This package contains only thrift compiler and C/C++ libraries
-# for all the language binding one should use corresponding language-specific 
package manager:
-# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
-# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
-
-pkgname=thrift
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Scalable cross-language services framework for IPC/RPC'
-arch=(i686 x86_64)
-url='http://thrift.apache.org/'
-license=(APACHE)
-depends=(gcc-libs openssl)
-makedepends=(boost libevent emacs-nox)
-source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz)
-sha1sums=('dc54a54f8dc706ffddcd3e8c6cd5301c931af1cc')
-
-build() {
-  cd thrift-$pkgver
-
-  export CPPFLAGS=$CPPFLAGS -O2 -fno-strict-aliasing
-  # tests compilation is broken 
https://issues.apache.org/jira/browse/THRIFT-2545 enable tess with 0.9.2
-  ./configure --prefix=/usr \
-  --with-cpp \
-  --with-c_glib \
-  --without-haskell \
-  --without-php \
-  --without-ruby \
-  --without-python \
-  --without-erlang \
-  --without-perl \
-  --without-java \
-  --without-c_sharp \
-  --without-d \
-  --without-php \
-  --without-go \
-  --without-tests
-  
-  make
-
-  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
-}
-
-package() {
-  cd thrift-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m0644 -D contrib/thrift.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/thrift.vim
-  install -m0644 -D contrib/thrift.el 
$pkgdir/usr/share/emacs/site-lisp/thrift.el
-  install -m0644 -D contrib/thrift.elc 
$pkgdir/usr/share/emacs/site-lisp/thrift.elc
-}

Copied: thrift/repos/community-i686/PKGBUILD (from rev 121968, 
thrift/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 17:04:44 UTC (rev 121969)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark by...@theclarkfamily.name
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(i686 x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer support'
+)
+source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz)
+sha1sums=('dc54a54f8dc706ffddcd3e8c6cd5301c931af1cc')
+
+build() {
+  cd thrift-$pkgver
+
+  export CPPFLAGS=$CPPFLAGS -O2 -fno-strict-aliasing
+  # tests compilation is broken 
https://issues.apache.org/jira/browse/THRIFT-2545 enable tess with 0.9.2
+  ./configure --prefix=/usr \
+  --with-cpp \
+  --with-c_glib \
+  --with-qt4 \
+  --with-libevent \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  --without-go \
+  --without-tests
+  
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m0644 -D contrib/thrift.vim 

[arch-commits] Commit in stuntrally-data/repos/community-any (PKGBUILD PKGBUILD)

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 18:19:42
  Author: svenstaro
Revision: 121971

archrelease: copy trunk to community-any

Added:
  stuntrally-data/repos/community-any/PKGBUILD
(from rev 121970, stuntrally-data/trunk/PKGBUILD)
Deleted:
  stuntrally-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 17:19:29 UTC (rev 121970)
+++ PKGBUILD2014-11-05 17:19:42 UTC (rev 121971)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=2.5
-pkgrel=1
-pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
-arch=('any')
-license=('GPL3')
-url=http://code.google.com/p/vdrift-ogre;
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
-
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
-sha256sums=('31e565c531b57895745b2dd5ecd1a2f241b1ac415d984d038390a49398974b23'
-'16b3e5d68eaffb8921b46066dde39208337c3142b2e1db5e6431a1bf867461ed')
-
-build() {
-  # build the sources
-  cd ${srcdir}/stuntrally-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSHARE_INSTALL=share/stuntrally
-  make
-
-  # build the tracks
-  cd ${srcdir}/tracks-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  # install the sources
-  cd ${srcdir}/stuntrally-${pkgver}/build/
-  make DESTDIR=${pkgdir} install
-
-  # install the tracks
-  cd ${srcdir}/tracks-${pkgver}/build
-  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
-
-  # clean up
-  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/bin
-}

Copied: stuntrally-data/repos/community-any/PKGBUILD (from rev 121970, 
stuntrally-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 17:19:42 UTC (rev 121971)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.5
+pkgrel=2
+pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
+arch=('any')
+license=('GPL3')
+url=http://code.google.com/p/vdrift-ogre;
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
+
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
+sha256sums=('31e565c531b57895745b2dd5ecd1a2f241b1ac415d984d038390a49398974b23'
+'16b3e5d68eaffb8921b46066dde39208337c3142b2e1db5e6431a1bf867461ed')
+
+build() {
+  # build the sources
+  cd ${srcdir}/stuntrally-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSHARE_INSTALL=share/stuntrally
+  make
+
+  # build the tracks
+  cd ${srcdir}/tracks-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  # install the sources
+  cd ${srcdir}/stuntrally-${pkgver}/build/
+  make DESTDIR=${pkgdir} install
+
+  # install the tracks
+  cd ${srcdir}/tracks-${pkgver}/build
+  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
+
+  # clean up
+  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/include
+  rm -rf ${pkgdir}/usr/bin
+}


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

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 18:19:29
  Author: svenstaro
Revision: 121970

upgpkg: stuntrally-data 2.5-2

Fix FS#42686

Modified:
  stuntrally-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 17:04:44 UTC (rev 121969)
+++ PKGBUILD2014-11-05 17:19:29 UTC (rev 121970)
@@ -3,7 +3,7 @@
 pkgname=stuntrally-data
 _pkgname=stuntrally
 pkgver=2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
 arch=('any')
 license=('GPL3')
@@ -50,5 +50,6 @@
   rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
   rm -rf ${pkgdir}/usr/share/icons
   rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/include
   rm -rf ${pkgdir}/usr/bin
 }


[arch-commits] Commit in lib32-elfutils/trunk (3 files)

2014-11-05 Thread Laurent Carlier
Date: Wednesday, November 5, 2014 @ 18:25:03
  Author: lcarlier
Revision: 121972

upgpkg: lib32-elfutils 0.160-1

upstream update 0.160

Modified:
  lib32-elfutils/trunk/PKGBUILD
Deleted:
  lib32-elfutils/trunk/CVE-2014-0172.patch
  lib32-elfutils/trunk/fix-run-backtrace-native-core-test.patch

--+
 CVE-2014-0172.patch  |   37 
 PKGBUILD |4 +-
 fix-run-backtrace-native-core-test.patch |   43 -
 3 files changed, 2 insertions(+), 82 deletions(-)

Deleted: CVE-2014-0172.patch
===
--- CVE-2014-0172.patch 2014-11-05 17:19:42 UTC (rev 121971)
+++ CVE-2014-0172.patch 2014-11-05 17:25:03 UTC (rev 121972)
@@ -1,37 +0,0 @@
-From 7f1eec317db79627b473c5b149a22a1b20d1f68f Mon Sep 17 00:00:00 2001
-From: Mark Wielaard m...@redhat.com
-Date: Wed, 9 Apr 2014 11:33:23 +0200
-Subject: [PATCH] CVE-2014-0172 Check for overflow before calling malloc to
- uncompress data.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1085663
-
-Reported-by: Florian Weimer fwei...@redhat.com
-Signed-off-by: Mark Wielaard m...@redhat.com
-diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c
-index 79daeac..34ea373 100644
 a/libdw/dwarf_begin_elf.c
-+++ b/libdw/dwarf_begin_elf.c
-@@ -1,5 +1,5 @@
- /* Create descriptor from ELF descriptor for processing file.
--   Copyright (C) 2002-2011 Red Hat, Inc.
-+   Copyright (C) 2002-2011, 2014 Red Hat, Inc.
-This file is part of elfutils.
-Written by Ulrich Drepper drep...@redhat.com, 2002.
- 
-@@ -282,6 +282,12 @@ check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn 
*scn, bool inscngrp)
-   memcpy (size, data-d_buf + 4, sizeof size);
-   size = be64toh (size);
- 
-+  /* Check for unsigned overflow so malloc always allocated
-+ enough memory for both the Elf_Data header and the
-+ uncompressed section data.  */
-+  if (unlikely (sizeof (Elf_Data) + size  size))
-+break;
-+
-   Elf_Data *zdata = malloc (sizeof (Elf_Data) + size);
-   if (unlikely (zdata == NULL))
- break;
--- 
-1.9.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 17:19:42 UTC (rev 121971)
+++ PKGBUILD2014-11-05 17:25:03 UTC (rev 121972)
@@ -4,7 +4,7 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
-pkgver=0.159
+pkgver=0.160
 pkgrel=1
 pkgdesc=Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
 makedepends=('gcc-multilib')
 
source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+sha1sums=('a300a1cd1543b65532e333a6e9f931db76841558'
  'SKIP')
 
 build() {

Deleted: fix-run-backtrace-native-core-test.patch
===
--- fix-run-backtrace-native-core-test.patch2014-11-05 17:19:42 UTC (rev 
121971)
+++ fix-run-backtrace-native-core-test.patch2014-11-05 17:25:03 UTC (rev 
121972)
@@ -1,43 +0,0 @@
-From e922ec4e3bcd7c164a9ce424accac4394e7d5afd Mon Sep 17 00:00:00 2001
-From: Matthias Klose d...@ubuntu.com
-Date: Tue, 07 Jan 2014 09:25:29 +
-Subject: tests: backtrace-subr.sh (check_native_core) should check core file 
name.
-
-Needed when /proc/sys/kernel/core_uses_pid is set to 0. Try to rename
-the core file, and if it does still fail, skip the test.
-
-Signed-off-by: Mark Wielaard m...@redhat.com

-diff --git a/tests/ChangeLog b/tests/ChangeLog
-index 63b7bed..7e9dcf4 100644
 a/tests/ChangeLog
-+++ b/tests/ChangeLog
-@@ -1,3 +1,9 @@
-+2014-01-07  Matthias Klose d...@ubuntu.com
-+
-+  * backtrace-subr.sh (check_native_core): Check to see if core file
-+  was created without .PID extension, if so mv core to core.PID.
-+  Skip test if no core file was created or could be found.
-+
- 2014-01-04  Mark Wielaard  m...@redhat.com
- 
-   * backtrace-data.c (main): Don't assert if raise returns.
-diff --git a/tests/backtrace-subr.sh b/tests/backtrace-subr.sh
-index e7ece91..62b873c 100644
 a/tests/backtrace-subr.sh
-+++ b/tests/backtrace-subr.sh
-@@ -111,6 +111,11 @@ check_native_core()
- 
-   # Skip the test if we cannot adjust core ulimit.
-   core=core.`ulimit -c unlimited || exit 77; set +ex; testrun 
${abs_builddir}/$child --gencore; true`
-+  # see if /proc/sys/kernel/core_uses_pid is set to 0
-+  if [ -f core ]; then
-+mv core $core
-+  fi
-+  if [ ! -f $core ]; then exit 77; fi
- 
-   if [ x$SAVED_VALGRIND_CMD != x ]; then
- VALGRIND_CMD=$SAVED_VALGRIND_CMD
---
-cgit v0.9.2
-


[arch-commits] Commit in lib32-elfutils/repos/multilib-x86_64 (4 files)

2014-11-05 Thread Laurent Carlier
Date: Wednesday, November 5, 2014 @ 18:25:11
  Author: lcarlier
Revision: 121973

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-elfutils/repos/multilib-x86_64/PKGBUILD
(from rev 121972, lib32-elfutils/trunk/PKGBUILD)
Deleted:
  lib32-elfutils/repos/multilib-x86_64/CVE-2014-0172.patch
  lib32-elfutils/repos/multilib-x86_64/PKGBUILD
  lib32-elfutils/repos/multilib-x86_64/fix-run-backtrace-native-core-test.patch

--+
 CVE-2014-0172.patch  |   37 
 PKGBUILD |   84 ++---
 fix-run-backtrace-native-core-test.patch |   43 --
 3 files changed, 42 insertions(+), 122 deletions(-)

Deleted: CVE-2014-0172.patch
===
--- CVE-2014-0172.patch 2014-11-05 17:25:03 UTC (rev 121972)
+++ CVE-2014-0172.patch 2014-11-05 17:25:11 UTC (rev 121973)
@@ -1,37 +0,0 @@
-From 7f1eec317db79627b473c5b149a22a1b20d1f68f Mon Sep 17 00:00:00 2001
-From: Mark Wielaard m...@redhat.com
-Date: Wed, 9 Apr 2014 11:33:23 +0200
-Subject: [PATCH] CVE-2014-0172 Check for overflow before calling malloc to
- uncompress data.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1085663
-
-Reported-by: Florian Weimer fwei...@redhat.com
-Signed-off-by: Mark Wielaard m...@redhat.com
-diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c
-index 79daeac..34ea373 100644
 a/libdw/dwarf_begin_elf.c
-+++ b/libdw/dwarf_begin_elf.c
-@@ -1,5 +1,5 @@
- /* Create descriptor from ELF descriptor for processing file.
--   Copyright (C) 2002-2011 Red Hat, Inc.
-+   Copyright (C) 2002-2011, 2014 Red Hat, Inc.
-This file is part of elfutils.
-Written by Ulrich Drepper drep...@redhat.com, 2002.
- 
-@@ -282,6 +282,12 @@ check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn 
*scn, bool inscngrp)
-   memcpy (size, data-d_buf + 4, sizeof size);
-   size = be64toh (size);
- 
-+  /* Check for unsigned overflow so malloc always allocated
-+ enough memory for both the Elf_Data header and the
-+ uncompressed section data.  */
-+  if (unlikely (sizeof (Elf_Data) + size  size))
-+break;
-+
-   Elf_Data *zdata = malloc (sizeof (Elf_Data) + size);
-   if (unlikely (zdata == NULL))
- break;
--- 
-1.9.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 17:25:03 UTC (rev 121972)
+++ PKGBUILD2014-11-05 17:25:11 UTC (rev 121973)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-_pkgbasename=elfutils
-pkgname=lib32-elfutils
-pkgver=0.159
-pkgrel=1
-pkgdesc=Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)
-arch=('x86_64')
-url=https://fedorahosted.org/elfutils/;
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
-makedepends=('gcc-multilib')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-   
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  CFLAGS+= -g  # required for test-suite success
-  
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-#check() {
-#  cd ${srcdir}/${_pkgbasename}-${pkgver}
-#
-#  make check
-#}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-elfutils/repos/multilib-x86_64/PKGBUILD (from rev 121972, 
lib32-elfutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 17:25:11 UTC (rev 121973)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+_pkgbasename=elfutils
+pkgname=lib32-elfutils
+pkgver=0.160
+pkgrel=1
+pkgdesc=Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)
+arch=('x86_64')
+url=https://fedorahosted.org/elfutils/;
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
+makedepends=('gcc-multilib')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a300a1cd1543b65532e333a6e9f931db76841558'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  CFLAGS+= -g  # required for test-suite success
+  
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+#check() {
+#  cd 

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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 19:30:22
  Author: spupykin
Revision: 121974

upgpkg: perl-poe 1.366-1

upd

Modified:
  perl-poe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 17:25:11 UTC (rev 121973)
+++ PKGBUILD2014-11-05 18:30:22 UTC (rev 121974)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-poe
-pkgver=1.364
+pkgver=1.366
 pkgrel=1
 pkgdesc=portable multitasking and networking framework for Perl 
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('eb83124faeac63d2bf86b0a7983299b4')
+md5sums=('0cbbc3fadf5787cd91a5005128fd39f0')
 
 build() {
   cd  $srcdir/POE-$pkgver


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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 19:31:27
  Author: spupykin
Revision: 121975

upgpkg: qcad 3.7.0.1-1

upd

Modified:
  qcad/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:30:22 UTC (rev 121974)
+++ PKGBUILD2014-11-05 18:31:27 UTC (rev 121975)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=qcad
-pkgver=3.6.4.0
+pkgver=3.7.0.1
 pkgrel=1
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
@@ -14,31 +14,31 @@
 depends=('qtwebkit')
 makedepends=('glu')
 options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/vv${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('dfc9c753b5961235a7ddabf7d22cff11'
+md5sums=('2838e7c47257621c4ef937f564671819'
  '84f189dd152e7614a1265659dac6222d')
 
 prepare() {
-  cd ${srcdir}/qcad-$pkgver
+  cd ${srcdir}/qcad-vv$pkgver
 #  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
-  sed -i '1,1i#include string.h' \
-src/3rdparty/spatialindexnavel/src/storagemanager/*.cc \
-src/3rdparty/spatialindexnavel/src/mvrtree/*.cc \
-src/3rdparty/spatialindexnavel/src/tprtree/*.cc \
-src/3rdparty/spatialindexnavel/src/spatialindex/*.cc
+#  sed -i '1,1i#include string.h' \
+#src/3rdparty/spatialindexnavel/src/storagemanager/*.cc \
+#src/3rdparty/spatialindexnavel/src/mvrtree/*.cc \
+#src/3rdparty/spatialindexnavel/src/tprtree/*.cc \
+#src/3rdparty/spatialindexnavel/src/spatialindex/*.cc
 #  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
 #  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
 }
 
 build() {
-  cd ${srcdir}/qcad-$pkgver
+  cd ${srcdir}/qcad-vv$pkgver
   qmake-qt4 -r
   make all -j1
 }
 
 package() {
-  cd ${srcdir}/qcad-$pkgver
+  cd ${srcdir}/qcad-vv$pkgver
 
   # remove project files
   find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete


[arch-commits] Commit in perl-poe/repos/community-any (PKGBUILD PKGBUILD)

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 19:32:16
  Author: spupykin
Revision: 121977

archrelease: copy trunk to community-any

Added:
  perl-poe/repos/community-any/PKGBUILD
(from rev 121976, perl-poe/trunk/PKGBUILD)
Deleted:
  perl-poe/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 18:31:52 UTC (rev 121976)
+++ PKGBUILD2014-11-05 18:32:16 UTC (rev 121977)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-poe
-pkgver=1.364
-pkgrel=1
-pkgdesc=portable multitasking and networking framework for Perl 
-arch=(any)
-url=http://search.cpan.org/dist/POE;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('eb83124faeac63d2bf86b0a7983299b4')
-
-build() {
-  cd  $srcdir/POE-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/POE-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe/repos/community-any/PKGBUILD (from rev 121976, 
perl-poe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 18:32:16 UTC (rev 121977)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-poe
+pkgver=1.366
+pkgrel=1
+pkgdesc=portable multitasking and networking framework for Perl 
+arch=(any)
+url=http://search.cpan.org/dist/POE;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0' 'perl-io-tty=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('0cbbc3fadf5787cd91a5005128fd39f0')
+
+build() {
+  cd  $srcdir/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/POE-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-11-05 Thread Sergej Pupykin
Date: Wednesday, November 5, 2014 @ 19:31:52
  Author: spupykin
Revision: 121976

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 121975, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 121975, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 121975, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 121975, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  144 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   72 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   72 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 18:31:27 UTC (rev 121975)
+++ community-i686/PKGBUILD 2014-11-05 18:31:52 UTC (rev 121976)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.6.4.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.qcad.org;
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=('libtool')
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('dfc9c753b5961235a7ddabf7d22cff11'
- '84f189dd152e7614a1265659dac6222d')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-#  sed -i '1,1i#include stdint.h' src/core/RThread.cpp
-  sed -i '1,1i#include string.h' \
-src/3rdparty/spatialindexnavel/src/storagemanager/*.cc \
-src/3rdparty/spatialindexnavel/src/mvrtree/*.cc \
-src/3rdparty/spatialindexnavel/src/tprtree/*.cc \
-src/3rdparty/spatialindexnavel/src/spatialindex/*.cc
-#  (cd src/3rdparty  cp -a qt-labs-qtscriptgenerator-4.8.5 
qt-labs-qtscriptgenerator-4.8.6)
-#  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.6/  mv 
qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro)
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4 -r
-  make all -j1
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/share/qcad
 exec /usr/share/qcad/qcad-bin $@' $pkgdir/usr/bin/qcad
-
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 121975, 
qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 18:31:52 UTC (rev 121976)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.7.0.1
+pkgrel=1
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.qcad.org;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=('libtool')
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/vv${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('2838e7c47257621c4ef937f564671819'
+ '84f189dd152e7614a1265659dac6222d')
+
+prepare() {
+  cd ${srcdir}/qcad-vv$pkgver
+#  sed -i '1,1i#include stdint.h' 

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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:39:14
  Author: speps
Revision: 121978

upgpkg: drumkv1 0.5.1-1

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:32:16 UTC (rev 121977)
+++ PKGBUILD2014-11-05 18:39:14 UTC (rev 121978)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=drumkv1
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=An old-school drum-kit sampler
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('800878e359aa564b23dd8b4e98b93a22')
+md5sums=('793f7d74a2649eccca8469620eecc1b5')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:39:38
  Author: speps
Revision: 121979

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

Added:
  drumkv1/repos/community-i686/PKGBUILD
(from rev 121978, drumkv1/trunk/PKGBUILD)
  drumkv1/repos/community-i686/drumkv1.install
(from rev 121978, drumkv1/trunk/drumkv1.install)
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 121978, drumkv1/trunk/PKGBUILD)
  drumkv1/repos/community-x86_64/drumkv1.install
(from rev 121978, drumkv1/trunk/drumkv1.install)
Deleted:
  drumkv1/repos/community-i686/PKGBUILD
  drumkv1/repos/community-i686/drumkv1.install
  drumkv1/repos/community-x86_64/PKGBUILD
  drumkv1/repos/community-x86_64/drumkv1.install

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 18:39:14 UTC (rev 121978)
+++ community-i686/PKGBUILD 2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('800878e359aa564b23dd8b4e98b93a22')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 121978, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 18:39:38 UTC (rev 121979)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('793f7d74a2649eccca8469620eecc1b5')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2014-11-05 18:39:14 UTC (rev 121978)
+++ community-i686/drumkv1.install  2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 121978, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2014-11-05 18:39:38 UTC (rev 121979)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-05 18:39:14 UTC (rev 121978)
+++ community-x86_64/PKGBUILD   2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:39:59
  Author: speps
Revision: 121981

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

Added:
  samplv1/repos/community-i686/PKGBUILD
(from rev 121980, samplv1/trunk/PKGBUILD)
  samplv1/repos/community-i686/samplv1.install
(from rev 121980, samplv1/trunk/samplv1.install)
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 121980, samplv1/trunk/PKGBUILD)
  samplv1/repos/community-x86_64/samplv1.install
(from rev 121980, samplv1/trunk/samplv1.install)
Deleted:
  samplv1/repos/community-i686/PKGBUILD
  samplv1/repos/community-i686/samplv1.install
  samplv1/repos/community-x86_64/PKGBUILD
  samplv1/repos/community-x86_64/samplv1.install

--+
 /PKGBUILD|   80 +
 /samplv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/samplv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 18:39:54 UTC (rev 121980)
+++ community-i686/PKGBUILD 2014-11-05 18:39:59 UTC (rev 121981)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=samplv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Polyphonic sampler synthesizer with stereo fx
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3369bb598f445a240e5d9e48f7574635')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver 
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-i686/PKGBUILD (from rev 121980, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 18:39:59 UTC (rev 121981)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=samplv1
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=Polyphonic sampler synthesizer with stereo fx
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('c6ee14405fe477ea70c3c401e2919d4a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2014-11-05 18:39:54 UTC (rev 121980)
+++ community-i686/samplv1.install  2014-11-05 18:39:59 UTC (rev 121981)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 121980, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2014-11-05 18:39:59 UTC (rev 121981)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-05 18:39:54 UTC (rev 121980)
+++ community-x86_64/PKGBUILD   2014-11-05 18:39:59 UTC (rev 121981)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=samplv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Polyphonic sampler synthesizer with stereo fx
-arch=(i686 

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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:39:54
  Author: speps
Revision: 121980

upgpkg: samplv1 0.5.1-1

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:39:38 UTC (rev 121979)
+++ PKGBUILD2014-11-05 18:39:54 UTC (rev 121980)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=samplv1
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=Polyphonic sampler synthesizer with stereo fx
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('3369bb598f445a240e5d9e48f7574635')
+md5sums=('c6ee14405fe477ea70c3c401e2919d4a')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:40:33
  Author: speps
Revision: 121983

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

Added:
  synthv1/repos/community-i686/PKGBUILD
(from rev 121982, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-i686/synthv1.install
(from rev 121982, synthv1/trunk/synthv1.install)
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 121982, synthv1/trunk/PKGBUILD)
  synthv1/repos/community-x86_64/synthv1.install
(from rev 121982, synthv1/trunk/synthv1.install)
Deleted:
  synthv1/repos/community-i686/PKGBUILD
  synthv1/repos/community-i686/synthv1.install
  synthv1/repos/community-x86_64/PKGBUILD
  synthv1/repos/community-x86_64/synthv1.install

--+
 /PKGBUILD|   80 +
 /synthv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/synthv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 18:40:27 UTC (rev 121982)
+++ community-i686/PKGBUILD 2014-11-05 18:40:33 UTC (rev 121983)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=synthv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8c39ce2180abb6dedca4906fe1c499ed')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 121982, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 18:40:33 UTC (rev 121983)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=synthv1
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('50a82c9fafd6c4c3d8aa7a01cd955a90')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2014-11-05 18:40:27 UTC (rev 121982)
+++ community-i686/synthv1.install  2014-11-05 18:40:33 UTC (rev 121983)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 121982, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2014-11-05 18:40:33 UTC (rev 121983)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-05 18:40:27 UTC (rev 121982)
+++ community-x86_64/PKGBUILD   2014-11-05 18:40:33 UTC (rev 121983)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=synthv1

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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:40:27
  Author: speps
Revision: 121982

upgpkg: synthv1 0.5.1-1

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:39:59 UTC (rev 121981)
+++ PKGBUILD2014-11-05 18:40:27 UTC (rev 121982)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=synthv1
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8c39ce2180abb6dedca4906fe1c499ed')
+md5sums=('50a82c9fafd6c4c3d8aa7a01cd955a90')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:54:17
  Author: speps
Revision: 121984

upgpkg: guitarix2 0.31.0-2

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:40:33 UTC (rev 121983)
+++ PKGBUILD2014-11-05 18:54:17 UTC (rev 121984)
@@ -3,7 +3,7 @@
 
 pkgname=guitarix2
 pkgver=0.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
 arch=('i686' 'x86_64')
 url=http://guitarix.sourceforge.net/;


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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:54:33
  Author: speps
Revision: 121985

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

Added:
  guitarix2/repos/community-staging-i686/
  guitarix2/repos/community-staging-i686/PKGBUILD
(from rev 121984, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-i686/guitarix2.install
(from rev 121984, guitarix2/trunk/guitarix2.install)
  guitarix2/repos/community-staging-x86_64/
  guitarix2/repos/community-staging-x86_64/PKGBUILD
(from rev 121984, guitarix2/trunk/PKGBUILD)
  guitarix2/repos/community-staging-x86_64/guitarix2.install
(from rev 121984, guitarix2/trunk/guitarix2.install)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/guitarix2.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/guitarix2.install |   11 
 4 files changed, 94 insertions(+)

Copied: guitarix2/repos/community-staging-i686/PKGBUILD (from rev 121984, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 18:54:33 UTC (rev 121985)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.31.0
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a2f46cb7b1e66acf8d9b4c1391000b38')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-i686/guitarix2.install (from rev 
121984, guitarix2/trunk/guitarix2.install)
===
--- community-staging-i686/guitarix2.install(rev 0)
+++ community-staging-i686/guitarix2.install2014-11-05 18:54:33 UTC (rev 
121985)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: guitarix2/repos/community-staging-x86_64/PKGBUILD (from rev 121984, 
guitarix2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-05 18:54:33 UTC (rev 121985)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=guitarix2
+pkgver=0.31.0
+pkgrel=2
+pkgdesc=A simple mono guitar amplifier and FX for JACK using Faust
+arch=('i686' 'x86_64')
+url=http://guitarix.sourceforge.net/;
+license=('GPL')
+depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2;)
+md5sums=('a2f46cb7b1e66acf8d9b4c1391000b38')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir=$pkgdir
+}

Copied: guitarix2/repos/community-staging-x86_64/guitarix2.install (from rev 
121984, guitarix2/trunk/guitarix2.install)
===
--- community-staging-x86_64/guitarix2.install  (rev 0)
+++ community-staging-x86_64/guitarix2.install  2014-11-05 18:54:33 UTC (rev 
121985)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {

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

2014-11-05 Thread Jonathan Steel
Date: Wednesday, November 5, 2014 @ 20:23:11
  Author: jsteel
Revision: 121986

upgpkg: puppet 3.7.3-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 18:54:33 UTC (rev 121985)
+++ PKGBUILD2014-11-05 19:23:11 UTC (rev 121986)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
@@ -22,10 +22,10 @@
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('87535ed8ce3f2013f4232e664ee14f9f')
+md5sums=('30664a0277c73a0028997d5aae24d38b')
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
 'puts RbConfig::CONFIG[vendorlibdir]' )


[arch-commits] Commit in puppet/repos/community-any (4 files)

2014-11-05 Thread Jonathan Steel
Date: Wednesday, November 5, 2014 @ 20:23:26
  Author: jsteel
Revision: 121987

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 121986, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 121986, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  128 +++
 puppet.install |   46 +--
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-05 19:23:11 UTC (rev 121986)
+++ PKGBUILD2014-11-05 19:23:26 UTC (rev 121987)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
-# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
-# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
-# Contributor: Miah Johnson miah (at) chia-pet dot org
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=puppet
-pkgver=3.7.2
-pkgrel=1
-pkgdesc=Server automation framework and application
-arch=('any')
-url=http://puppetlabs.com/puppet/puppet-open-source;
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('87535ed8ce3f2013f4232e664ee14f9f')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-$pkgdir/etc/$pkgname/$pkgname.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
-$pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
-$pkgdir/etc/$pkgname/fileserver.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
-$pkgdir/etc/$pkgname/tagmail.conf
-
-  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}/
-
-  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-$pkgdir/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 121986, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-05 19:23:26 UTC (rev 121987)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.7.3
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('30664a0277c73a0028997d5aae24d38b')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir/ 

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

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 21:41:03
  Author: svenstaro
Revision: 121989

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 121988, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys_at.service
(from rev 121988, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 121988, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
(from rev 121988, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 121988, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 121988, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 121988, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch
(from rev 121988, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  142 +++
 /synergys_at.service |   22 +
 /synergys_at.socket  |   18 +
 /unfuck-cryptopp-thanks-gentoo.patch |  218 +
 community-i686/PKGBUILD  |   71 -
 community-i686/synergys_at.service   |   11 
 community-i686/synergys_at.socket|9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |  109 
 community-x86_64/PKGBUILD|   71 -
 community-x86_64/synergys_at.service |   11 
 community-x86_64/synergys_at.socket  |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |  109 
 12 files changed, 400 insertions(+), 400 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 20:40:41 UTC (rev 121988)
+++ community-i686/PKGBUILD 2014-11-05 20:41:03 UTC (rev 121989)
@@ -1,71 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.6.0
-_pkgver=2449
-pkgrel=1
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++' 'libxkbcommon-x11' 
'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
-license=('GPL2')
-source=(synergy-trunk::svn+http://svn.synergy-project.org/trunk/#revision=${_pkgver};
-synergys_at.socket
-synergys_at.service
-unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('SKIP'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '4bd12cd0674ef317af1f7df32d84e94582855140'
-  '8e321e664ae4b7a763175524dd938a88d85c7909')
-
-build() {
-  cd ${srcdir}/synergy-trunk
-
-  # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
-  # You and Fedora are our only friends in this crazy world.
-  patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS=${CXXFLAGS} -pthread .
-  make -j1
-
-  cd src/gui
-  qmake
-  make
-}
-
-package() {
-  cd ${srcdir}/synergy-trunk
-
-  # install binary
-  install -Dm755 bin/synergy $pkgdir/usr/bin/synergy
-  install -Dm755 bin/synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 bin/synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-  install -Dm644 doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
-  install -Dm644 doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
-
-  # install manfiles
-  install -Dm644 doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
-  install 

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

2014-11-05 Thread Sven-Hendrik Haase
Date: Wednesday, November 5, 2014 @ 21:40:41
  Author: svenstaro
Revision: 121988

upgpkg: synergy 1.6.0-1

upstream release 1.6.0

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 19:23:26 UTC (rev 121987)
+++ PKGBUILD2014-11-05 20:40:41 UTC (rev 121988)
@@ -20,7 +20,7 @@
 makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
 optdepends=('qt5-base: gui support')
 license=('GPL2')
-source=(synergy-trunk::svn+http://svn.synergy-project.org/trunk/#revision=${_pkgver};
+source=(synergy-${pkgver}::https://github.com/synergy/synergy/archive/1.6.0.tar.gz;
 synergys_at.socket
 synergys_at.service
 unfuck-cryptopp-thanks-gentoo.patch)
@@ -30,7 +30,7 @@
   '8e321e664ae4b7a763175524dd938a88d85c7909')
 
 build() {
-  cd ${srcdir}/synergy-trunk
+  cd ${srcdir}/synergy-${pkgver}
 
   # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
   # You and Fedora are our only friends in this crazy world.
@@ -45,7 +45,7 @@
 }
 
 package() {
-  cd ${srcdir}/synergy-trunk
+  cd ${srcdir}/synergy-${pkgver}
 
   # install binary
   install -Dm755 bin/synergy $pkgdir/usr/bin/synergy


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

2014-11-05 Thread Sébastien Luttringer
Date: Wednesday, November 5, 2014 @ 23:14:28
  Author: seblu
Revision: 225646

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 225645, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 225645, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 225645, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 225645, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 225645, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 225645, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 225645, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 225645, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/btrfs-progs.install  |9 ++
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/btrfs-progs.install|9 ++
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 
 8 files changed, 156 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 225645, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-05 22:14:28 UTC (rev 225646)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+   cd $pkgname
+   make CFLAGS=$CFLAGS
+   make CFLAGS=$CFLAGS btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # install mkinitcpio hooks
+   cd $srcdir
+   install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 225645, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2014-11-05 22:14:28 UTC (rev 225646)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 225645, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2014-11-05 22:14:28 UTC (rev 225646)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 225645, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2014-11-05 22:14:28 UTC (rev 225646)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: 

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

2014-11-05 Thread Sébastien Luttringer
Date: Wednesday, November 5, 2014 @ 23:14:06
  Author: seblu
Revision: 225645

upgpkg: btrfs-progs 3.17.1-1

- fix FS#42680

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 16:29:12 UTC (rev 225644)
+++ PKGBUILD2014-11-05 22:14:06 UTC (rev 225645)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=3.17
+pkgver=3.17.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 00:39:38
  Author: foutrelis
Revision: 121990

upgpkg: electricsheep 2.7b33-22

boost 1.57.0 rebuild.

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 20:41:03 UTC (rev 121989)
+++ PKGBUILD2014-11-05 23:39:38 UTC (rev 121990)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=21
+pkgrel=22
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 00:39:46
  Author: foutrelis
Revision: 121991

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 121990, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch
(from rev 121990, electricsheep/trunk/electricsheep-no-wxgtk.patch)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 121990, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/electricsheep-no-wxgtk.patch
(from rev 121990, electricsheep/trunk/electricsheep-no-wxgtk.patch)

---+
 community-staging-i686/PKGBUILD   |   64 +
 community-staging-i686/electricsheep-no-wxgtk.patch   |   77 
 community-staging-x86_64/PKGBUILD |   64 +
 community-staging-x86_64/electricsheep-no-wxgtk.patch |   77 
 4 files changed, 282 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 121990, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-05 23:39:46 UTC (rev 121991)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=22
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+# Do not build broken electricsheep-preferences
+  patch -p0 -i ${srcdir}/electricsheep-no-wxgtk.patch
+
+  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+= -I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-i686/electricsheep-no-wxgtk.patch 
(from rev 121990, electricsheep/trunk/electricsheep-no-wxgtk.patch)
===
--- community-staging-i686/electricsheep-no-wxgtk.patch 
(rev 0)
+++ community-staging-i686/electricsheep-no-wxgtk.patch 2014-11-05 23:39:46 UTC 
(rev 121991)
@@ -0,0 +1,77 @@
+--- configure.ac.orig  2014-08-17 17:28:46.314141026 -0400
 configure.ac   2014-08-17 17:29:21.084084594 -0400
+@@ -71,64 +71,7 @@
+ 
+ 
+ 
+-dnl Check for WXWidgets
+-WX_VER_291=
+ 
+-AC_PATH_PROG(WX_CONFIG, wx-config, no)
+-
+-if test x$WX_CONFIG != xno; then
+-   WX_VERSION=`wx-config --version`
+-
+-   WX_MAJOR=${WX_VERSION%%.*};
+-   WX_MINOR=${WX_VERSION#*.};
+-   WX_MINOR=${WX_MINOR%%.*};
+-   WX_MICRO=${WX_VERSION##*.};
+-
+-   if test $WX_MAJOR -gt 2; then
+-  WX_VER_291=yes
+-   else
+- if test $WX_MAJOR -eq 2; then
+-if test 

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

2014-11-05 Thread speps
Date: Thursday, November 6, 2014 @ 01:37:25
  Author: speps
Revision: 121993

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

Added:
  qupzilla/repos/community-i686/PKGBUILD
(from rev 121992, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-i686/qupzilla.install
(from rev 121992, qupzilla/trunk/qupzilla.install)
  qupzilla/repos/community-x86_64/PKGBUILD
(from rev 121992, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-x86_64/qupzilla.install
(from rev 121992, qupzilla/trunk/qupzilla.install)
Deleted:
  qupzilla/repos/community-i686/PKGBUILD
  qupzilla/repos/community-i686/qupzilla.install
  qupzilla/repos/community-x86_64/PKGBUILD
  qupzilla/repos/community-x86_64/qupzilla.install

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-06 00:37:07 UTC (rev 121992)
+++ community-i686/PKGBUILD 2014-11-06 00:37:25 UTC (rev 121993)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.3
-pkgrel=1
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install=$pkgbase.install
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
-noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('800f943279ab7269ea66765490a3a33a')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+= (Qt5)
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+= (Qt4)
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 121992, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-06 00:37:25 UTC (rev 121993)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.4
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install=$pkgbase.install
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=($pkgbase-$pkgver.tar.gz)
+md5sums=('88a679eb26a2071ac34c19ca0074a305')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+= (Qt5)
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('kwallet: kf5 kwallet integration'
+  'libgnome-keyring: gnome keyring 

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

2014-11-05 Thread speps
Date: Thursday, November 6, 2014 @ 01:37:07
  Author: speps
Revision: 121992

upgpkg: qupzilla 1.8.4-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 23:39:46 UTC (rev 121991)
+++ PKGBUILD2014-11-06 00:37:07 UTC (rev 121992)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc=Cross-platform QtWebKit browser
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=$pkgbase.install
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
 noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('800f943279ab7269ea66765490a3a33a')
+md5sums=('88a679eb26a2071ac34c19ca0074a305')
 
 prepare() {
   # extract


[arch-commits] Commit in qt4/trunk (PKGBUILD moc-boost-workaround.patch)

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 01:59:39
  Author: foutrelis
Revision: 225647

upgpkg: qt4 4.8.6-3

Extend moc's boost workaround to more recent boost versions.

Added:
  qt4/trunk/moc-boost-workaround.patch
Modified:
  qt4/trunk/PKGBUILD

+
 PKGBUILD   |7 ++-
 moc-boost-workaround.patch |   12 
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 22:14:28 UTC (rev 225646)
+++ PKGBUILD2014-11-06 00:59:39 UTC (rev 225647)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.6
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -32,6 +32,7 @@
 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'
 'linguist-qt4.desktop' 'qdbusviewer-qt4.desktop'
 'improve-cups-support.patch'
+'moc-boost-workaround.patch'
 'CVE-2014-0190.patch')
 md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
  'a16638f4781e56e7887ff8212a322ecc'
@@ -40,6 +41,7 @@
  '0e384663d3dd32abe35f5331c4147569'
  'b859c5673e5098c39f72b2252947049e'
  'c439c7731c25387352d8453ca7574971'
+ 'da387bde22ae1c446f12525d2a31f070'
  '34ed257109afb83342cfe514c8abe027')
 
 prepare() {
@@ -48,6 +50,9 @@
   # (FS#28381) (KDEBUG#180051)
   patch -p1 -i ${srcdir}/improve-cups-support.patch
 
+  # QTBUG#22829
+  patch -p1 -i ${srcdir}/moc-boost-workaround.patch
+
   # QTBUG#38367
   patch -p1 -i ${srcdir}/CVE-2014-0190.patch
 

Added: moc-boost-workaround.patch
===
--- moc-boost-workaround.patch  (rev 0)
+++ moc-boost-workaround.patch  2014-11-06 00:59:39 UTC (rev 225647)
@@ -0,0 +1,12 @@
+diff -upr qt-everywhere-opensource-src-4.8.6.orig/src/tools/moc/main.cpp 
qt-everywhere-opensource-src-4.8.6/src/tools/moc/main.cpp
+--- qt-everywhere-opensource-src-4.8.6.orig/src/tools/moc/main.cpp 
2014-04-10 21:37:12.0 +0300
 qt-everywhere-opensource-src-4.8.6/src/tools/moc/main.cpp  2014-11-06 
02:24:44.287305916 +0200
+@@ -190,6 +190,8 @@ int runMoc(int _argc, char **_argv)
+ 
+ // Workaround a bug while parsing the boost/type_traits/has_operator.hpp 
header. See QTBUG-22829
+ pp.macros[BOOST_TT_HAS_OPERATOR_HPP_INCLUDED];
++pp.macros[BOOST_LEXICAL_CAST_INCLUDED];
++pp.macros[BOOST_NEXT_PRIOR_HPP_INCLUDED];
+ 
+ QByteArray filename;
+ QByteArray output;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:00:04
  Author: foutrelis
Revision: 225648

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

Added:
  qt4/repos/extra-i686/CVE-2014-0190.patch
(from rev 225647, qt4/trunk/CVE-2014-0190.patch)
  qt4/repos/extra-i686/PKGBUILD
(from rev 225647, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 225647, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 225647, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 225647, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 225647, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/moc-boost-workaround.patch
(from rev 225647, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 225647, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4.install
(from rev 225647, qt4/trunk/qt4.install)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 225647, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/extra-x86_64/CVE-2014-0190.patch
(from rev 225647, qt4/trunk/CVE-2014-0190.patch)
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 225647, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 225647, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 225647, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 225647, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 225647, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/moc-boost-workaround.patch
(from rev 225647, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 225647, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4.install
(from rev 225647, qt4/trunk/qt4.install)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 225647, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/CVE-2014-0190.patch
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4.install
  qt4/repos/extra-i686/qtconfig-qt4.desktop
  qt4/repos/extra-x86_64/CVE-2014-0190.patch
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/improve-cups-support.patch
  qt4/repos/extra-x86_64/linguist-qt4.desktop
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/extra-x86_64/qt4.install
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop

-+
 /CVE-2014-0190.patch|   64 ++
 /PKGBUILD   |  312 ++
 /assistant-qt4.desktop  |   18 +
 /designer-qt4.desktop   |   22 ++
 /improve-cups-support.patch |  168 
 /linguist-qt4.desktop   |   20 +
 /qdbusviewer-qt4.desktop|   20 +
 /qt4.install|   24 ++
 /qtconfig-qt4.desktop   |   18 +
 extra-i686/CVE-2014-0190.patch  |   32 ---
 extra-i686/PKGBUILD |  151 --
 extra-i686/assistant-qt4.desktop|9 
 extra-i686/designer-qt4.desktop |   11 -
 extra-i686/improve-cups-support.patch   |   84 
 extra-i686/linguist-qt4.desktop |   10 
 extra-i686/moc-boost-workaround.patch   |   12 +
 extra-i686/qdbusviewer-qt4.desktop  |   10 
 extra-i686/qt4.install  |   12 -
 extra-i686/qtconfig-qt4.desktop |9 
 extra-x86_64/CVE-2014-0190.patch|   32 ---
 extra-x86_64/PKGBUILD   |  151 --
 extra-x86_64/assistant-qt4.desktop  |9 
 extra-x86_64/designer-qt4.desktop   |   11 -
 extra-x86_64/improve-cups-support.patch |   84 
 extra-x86_64/linguist-qt4.desktop   |   10 
 extra-x86_64/moc-boost-workaround.patch |   12 +
 extra-x86_64/qdbusviewer-qt4.desktop|   10 
 extra-x86_64/qt4.install|   12 -
 extra-x86_64/qtconfig-qt4.desktop   |9 
 29 files changed, 690 insertions(+), 656 deletions(-)

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


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:14:04
  Author: foutrelis
Revision: 121995

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

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

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: openmw/repos/community-staging-i686/PKGBUILD (from rev 121994, 
openmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 01:14:04 UTC (rev 121995)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.33.0
+pkgrel=2
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('d0d2b135910b9925999bd7983a10c2ff96381859')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-staging-x86_64/PKGBUILD (from rev 121994, 
openmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 01:14:04 UTC (rev 121995)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.33.0
+pkgrel=2
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('d0d2b135910b9925999bd7983a10c2ff96381859')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:13:56
  Author: foutrelis
Revision: 121994

upgpkg: openmw 0.33.0-2

boost 1.57.0 rebuild.

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 00:37:25 UTC (rev 121993)
+++ PKGBUILD2014-11-06 01:13:56 UTC (rev 121994)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
 arch=('i686' 'x86_64')
 url=http://www.openmw.org;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:16:24
  Author: foutrelis
Revision: 225650

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 225649, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 225649, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 225649, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 01:16:24 UTC (rev 225650)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.17
+pkgrel=3
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 225649, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-11-06 01:16:24 UTC (rev 225650)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.17
+pkgrel=3
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:16:16
  Author: foutrelis
Revision: 225649

upgpkg: libtorrent-rasterbar 1:0.16.17-3

boost 1.57.0 rebuild.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:00:04 UTC (rev 225648)
+++ PKGBUILD2014-11-06 01:16:16 UTC (rev 225649)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.17
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:25:29
  Author: foutrelis
Revision: 121997

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

Added:
  pion/repos/community-staging-i686/
  pion/repos/community-staging-i686/PKGBUILD
(from rev 121996, pion/trunk/PKGBUILD)
  pion/repos/community-staging-x86_64/
  pion/repos/community-staging-x86_64/PKGBUILD
(from rev 121996, pion/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 121996, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 01:25:29 UTC (rev 121997)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 121996, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 01:25:29 UTC (rev 121997)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.5
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('b8bf0fdac882d9bd4332d3c6d3bccbd8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:25:21
  Author: foutrelis
Revision: 121996

upgpkg: pion 5.0.5-3

boost 1.57.0 rebuild.

Modified:
  pion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:14:04 UTC (rev 121995)
+++ PKGBUILD2014-11-06 01:25:21 UTC (rev 121996)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=pion
 pkgver=5.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
 url=https://github.com/cloudmeter/pion;
 arch=('i686' 'x86_64')


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:33:25
  Author: foutrelis
Revision: 121998

upgpkg: fatrat 1.2.0_beta2-14

boost 1.57.0 rebuild.

Modified:
  fatrat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:25:29 UTC (rev 121997)
+++ PKGBUILD2014-11-06 01:33:25 UTC (rev 121998)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=fatrat
 pkgver=1.2.0_beta2
-pkgrel=13
+pkgrel=14
 pkgdesc=Qt4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
 arch=('i686' 'x86_64')
 url=http://fatrat.dolezel.info/;
@@ -15,7 +15,7 @@
 md5sums=('ad823d2a81f0583316ece815b928c71b'
  'd7d398e7b6415c0a81eb4960d8271997')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # fix help generation with qt4
@@ -26,7 +26,13 @@
   # by disabling all boost headers during the MOC execution
   find . -type f -exec sed -i 's|#include boost/.*|#ifndef 
Q_MOC_RUN\n\n#endif|' '{}' ';'
   find . -type f -exec sed -i 's|#include pion/.*|#ifndef 
Q_MOC_RUN\n\n#endif|' '{}' ';'
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export JAVA_HOME=/usr/lib/jvm/default
+
   cmake \
 -DWITH_EVERYTHING=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 02:33:34
  Author: foutrelis
Revision: 121999

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

Added:
  fatrat/repos/community-staging-i686/
  fatrat/repos/community-staging-i686/PKGBUILD
(from rev 121998, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-staging-i686/pion-5.0.diff
(from rev 121998, fatrat/trunk/pion-5.0.diff)
  fatrat/repos/community-staging-x86_64/
  fatrat/repos/community-staging-x86_64/PKGBUILD
(from rev 121998, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-staging-x86_64/pion-5.0.diff
(from rev 121998, fatrat/trunk/pion-5.0.diff)

+
 community-staging-i686/PKGBUILD|   49 
 community-staging-i686/pion-5.0.diff   | 1570 +++
 community-staging-x86_64/PKGBUILD  |   49 
 community-staging-x86_64/pion-5.0.diff | 1570 +++
 4 files changed, 3238 insertions(+)

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


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

2014-11-05 Thread Eric Bélanger
Date: Thursday, November 6, 2014 @ 03:14:12
  Author: eric
Revision: 122000

upgpkg: youtube-dl 2014.11.04-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:33:34 UTC (rev 121999)
+++ PKGBUILD2014-11-06 02:14:12 UTC (rev 122000)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.11.02.1
+pkgver=2014.11.04
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('88cbd61af451a39e5ba03dc6d27d5f14bd9a89be'
+sha1sums=('36e1a256417b78f20d639fd6fa5727dfa2d5c6e7'
   'SKIP')
 
 prepare() {


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2014-11-05 Thread Eric Bélanger
Date: Thursday, November 6, 2014 @ 03:15:36
  Author: eric
Revision: 122001

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 122000, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 02:14:12 UTC (rev 122000)
+++ PKGBUILD2014-11-06 02:15:36 UTC (rev 122001)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.11.02.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('88cbd61af451a39e5ba03dc6d27d5f14bd9a89be'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 122000, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 02:15:36 UTC (rev 122001)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.11.04
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('36e1a256417b78f20d639fd6fa5727dfa2d5c6e7'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 04:08:40
  Author: fyan
Revision: 225651

upgpkg: perl-uri 1.65-1

Modified:
  perl-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 01:16:24 UTC (rev 225650)
+++ PKGBUILD2014-11-06 03:08:40 UTC (rev 225651)
@@ -5,7 +5,7 @@
 
 pkgname=perl-uri
 _realname=URI
-pkgver=1.64
+pkgver=1.65
 pkgrel=1
 pkgdesc=Uniform Resource Identifiers (absolute and relative)
 arch=('any')
@@ -15,7 +15,7 @@
 provides=('perl-uri-escape=3.30')
 options=('!emptydirs')
 
source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
-md5sums=('975b2282bc8f0fd72a6dae5cefc33824')
+md5sums=('12c5d612a20ddd42041a5aa426f66269')
 
 build() {
   cd ${srcdir}/${_realname}-$pkgver


[arch-commits] Commit in perl-uri/repos/extra-any (PKGBUILD PKGBUILD)

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 04:08:54
  Author: fyan
Revision: 225652

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
(from rev 225651, perl-uri/trunk/PKGBUILD)
Deleted:
  perl-uri/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 03:08:40 UTC (rev 225651)
+++ PKGBUILD2014-11-06 03:08:54 UTC (rev 225652)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus francois.archlinux.org 
-
-pkgname=perl-uri
-_realname=URI
-pkgver=1.64
-pkgrel=1
-pkgdesc=Uniform Resource Identifiers (absolute and relative)
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-uri-escape=3.30')
-options=('!emptydirs')
-source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
-md5sums=('975b2282bc8f0fd72a6dae5cefc33824')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 225651, 
perl-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 03:08:54 UTC (rev 225652)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=perl-uri
+_realname=URI
+pkgver=1.65
+pkgrel=1
+pkgdesc=Uniform Resource Identifiers (absolute and relative)
+arch=('any')
+url=http://search.cpan.org/dist/${_realname}/;
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
+md5sums=('12c5d612a20ddd42041a5aa426f66269')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh


[arch-commits] Commit in openimageio/trunk (PKGBUILD fix32bit-fail.patch)

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 04:19:56
  Author: foutrelis
Revision: 122002

upgpkg: openimageio 1.4.14-1

- New upstream release.
- Revert commit that causes conflicting isnan/isinf/isfinite declarations
  in fmath.h (https://github.com/OpenImageIO/oiio/issues/987).
- boost 1.57.0 rebuild.

Modified:
  openimageio/trunk/PKGBUILD
Deleted:
  openimageio/trunk/fix32bit-fail.patch

-+
 PKGBUILD|   11 +--
 fix32bit-fail.patch |   13 -
 2 files changed, 9 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 02:15:36 UTC (rev 122001)
+++ PKGBUILD2014-11-06 03:19:56 UTC (rev 122002)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.4.13
-pkgrel=2
+pkgver=1.4.14
+pkgrel=1
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;
@@ -16,6 +16,13 @@
 source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
 md5sums=('SKIP')
 
+prepare() {
+  cd oiio
+
+  # https://github.com/OpenImageIO/oiio/issues/987
+  git revert -n 6f0e019
+}
+
 build() {
   cd oiio
 

Deleted: fix32bit-fail.patch
===
--- fix32bit-fail.patch 2014-11-06 02:15:36 UTC (rev 122001)
+++ fix32bit-fail.patch 2014-11-06 03:19:56 UTC (rev 122002)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 04:20:06
  Author: foutrelis
Revision: 122003

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 122002, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 122002, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   98 +
 community-staging-i686/PKGBUILD  |   42 --
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 --
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 5 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-11-06 03:19:56 UTC (rev 122002)
+++ community-staging-i686/PKGBUILD 2014-11-06 03:20:06 UTC (rev 122003)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.13
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 122002, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 03:20:06 UTC (rev 122003)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.14
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd oiio
+
+  # https://github.com/OpenImageIO/oiio/issues/987
+  git revert -n 6f0e019
+}
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-11-06 03:19:56 UTC (rev 
122002)
+++ community-staging-i686/fix32bit-fail.patch  2014-11-06 03:20:06 UTC (rev 
122003)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-11-06 03:19:56 UTC (rev 122002)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 03:20:06 UTC (rev 122003)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik 

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 04:40:23
  Author: foutrelis
Revision: 122005

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

Added:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 122004, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 122004, openshadinglanguage/trunk/PKGBUILD)

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

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
122004, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 03:40:23 UTC (rev 122005)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
+md5sums=('b828366f056e115b539ee1780883fc7d'
+ 'e980ed0a9480958307fa048544154887'
+ 'd21cab675ce13c9f0640e1f6a662d2b9')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  #sed -i /src\/testshade/d CMakeLists.txt
+
+  patch -Np1  $srcdir/412.patch
+  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-staging-x86_64/PKGBUILD (from rev 
122004, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 03:40:23 UTC (rev 122005)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng' 
'libtiff' 'llvm')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
+md5sums=('b828366f056e115b539ee1780883fc7d'
+ 'e980ed0a9480958307fa048544154887'
+ 'd21cab675ce13c9f0640e1f6a662d2b9')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  #sed -i /src\/testshade/d CMakeLists.txt
+
+  patch -Np1  $srcdir/412.patch
+  patch -Np1  $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
+
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+-DCMAKE_CXX_FLAGS=-std=c++11
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 04:40:15
  Author: foutrelis
Revision: 122004

upgpkg: openshadinglanguage 1.5.10-3

boost 1.57.0 rebuild.

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 03:20:06 UTC (rev 122003)
+++ PKGBUILD2014-11-06 03:40:15 UTC (rev 122004)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.10
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:11:27
  Author: foutrelis
Revision: 122006

upgpkg: blender 15:2.72b-2

boost 1.57.0 rebuild.

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 03:40:23 UTC (rev 122005)
+++ PKGBUILD2014-11-06 04:11:27 UTC (rev 122006)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.72b
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=15
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:11:36
  Author: foutrelis
Revision: 122007

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 122006, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 122006, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 122006, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 122006, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |  104 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  104 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 234 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 122006, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 04:11:36 UTC (rev 122007)
@@ -0,0 +1,104 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# 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.72b
+#_gitcommit=c35a64
+
+pkgname=blender
+pkgver=2.72b
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=2
+epoch=15
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+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/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '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.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_LLVM=ON \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
+-DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
+-DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
+  # Fix for gcc 4.9 :/
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 122006, 

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:12:58
  Author: foutrelis
Revision: 225653

upgpkg: lyx 2.1.2-1

- New upstream release.
- boost 1.57.0 rebuild.

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 03:08:54 UTC (rev 225652)
+++ PKGBUILD2014-11-06 04:12:58 UTC (rev 225653)
@@ -3,8 +3,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=lyx
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
 url=http://www.lyx.org;
@@ -18,7 +18,7 @@
 options=('emptydirs')
 source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
 lyx.desktop lyxrc.dist)
-sha1sums=('78477ba4b6c6f04bf2c73da533f14913bdc5f53f'
+sha1sums=('f9bf80885353616e869d6c8d0181ce8fcc45b894'
   'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
   '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
 


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:13:10
  Author: foutrelis
Revision: 225654

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 225653, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 225653, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 225653, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 225653, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 225653, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 225653, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 225653, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 225653, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/lyx.desktop   |   14 +++
 staging-i686/lyx.install   |   15 
 staging-i686/lyxrc.dist|   14 +++
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/lyx.desktop |   14 +++
 staging-x86_64/lyx.install |   15 
 staging-x86_64/lyxrc.dist  |   14 +++
 8 files changed, 188 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 225653, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 04:13:10 UTC (rev 225654)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('f9bf80885353616e869d6c8d0181ce8fcc45b894'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install desktop entry
+  install -Dm644 ${srcdir}/lyx.desktop \
+${pkgdir}/usr/share/applications/lyx.desktop
+  install -Dm644 lib/images/lyx.png \
+${pkgdir}/usr/share/pixmaps/lyx.png
+  # install default config file
+  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
+  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 225653, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2014-11-06 04:13:10 UTC (rev 225654)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 225653, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2014-11-06 04:13:10 UTC (rev 225654)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 225653, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2014-11-06 04:13:10 UTC (rev 225654)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:15:53
  Author: foutrelis
Revision: 122009

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

Added:
  python-pyopencl/repos/community-staging-i686/
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 122008, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 122008, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 122008, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 122008, python-pyopencl/trunk/PKGBUILD)

--+
 community-staging-i686/LICENSE.txt   |   20 +
 community-staging-i686/PKGBUILD  |   71 +
 community-staging-x86_64/LICENSE.txt |   20 +
 community-staging-x86_64/PKGBUILD|   71 +
 4 files changed, 182 insertions(+)

Copied: python-pyopencl/repos/community-staging-i686/LICENSE.txt (from rev 
122008, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2014-11-06 04:15:53 UTC (rev 122009)
@@ -0,0 +1,20 @@
+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-pyopencl/repos/community-staging-i686/PKGBUILD (from rev 122008, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 04:15:53 UTC (rev 122009)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.2
+pkgrel=6
+pkgdesc=A complete, object-oriented language binding of OpenCL to Python
+arch=('i686' 'x86_64')
+url=http://mathema.tician.de/software/pyopencl;
+license=('custom')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd $srcdir
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+check(){
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py test
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 setup.py test
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   rm -fr ${pkgdir}/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+rm -fr ${pkgdir}/usr/include/
+
+   install -D -m644 $srcdir/LICENSE.txt 

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:15:44
  Author: foutrelis
Revision: 122008

upgpkg: python-pyopencl 1:2013.2-6

boost 1.57.0 rebuild.

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:11:36 UTC (rev 122007)
+++ PKGBUILD2014-11-06 04:15:44 UTC (rev 122008)
@@ -4,7 +4,7 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2013.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A complete, object-oriented language binding of OpenCL to Python
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pyopencl;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:21:42
  Author: foutrelis
Revision: 225656

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 225655, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 225655, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 225655, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 225655, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 225655, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-11-06 04:21:42 UTC (rev 225656)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.10.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
+md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf ${pkgdir}/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc=Computer vision library - documentation and examples
+  #depends=('vigra')
+  #arch=('any')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # cleanup
+  rm -rf ${pkgdir}/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 225655, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2014-11-06 04:21:42 UTC (rev 
225656)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 225655, 
vigra/trunk/PKGBUILD)

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:21:33
  Author: foutrelis
Revision: 225655

upgpkg: vigra 1.10.0-4

boost 1.57.0 rebuild.

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:13:10 UTC (rev 225654)
+++ PKGBUILD2014-11-06 04:21:33 UTC (rev 225655)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:35:00
  Author: foutrelis
Revision: 122010

upgpkg: mapnik 2.2.0.620.gad76838-2

boost 1.57.0 rebuild.

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:15:53 UTC (rev 122009)
+++ PKGBUILD2014-11-06 04:35:00 UTC (rev 122010)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0.620.gad76838
-pkgrel=1
+pkgrel=2
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:39:21
  Author: foutrelis
Revision: 122012

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 122011, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 122011, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 122011, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 122011, mapnik/trunk/mapnik.install)

-+
 community-staging-i686/PKGBUILD |   53 ++
 community-staging-i686/mapnik.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   53 ++
 community-staging-x86_64/mapnik.install |   11 ++
 4 files changed, 128 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 122011, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 04:39:21 UTC (rev 122012)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0.622.gea61c57
+pkgrel=1
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install=mapnik.install
+#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/$pkgname
+
+  git describe --long | cut -c2- | sed 's/-/./g'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname
+  scons install
+}

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 122011, 
mapnik/trunk/mapnik.install)
===
--- community-staging-i686/mapnik.install   (rev 0)
+++ community-staging-i686/mapnik.install   2014-11-06 04:39:21 UTC (rev 
122012)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 122011, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 04:39:21 UTC (rev 122012)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0.622.gea61c57
+pkgrel=1
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install=mapnik.install
+#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:39:13
  Author: foutrelis
Revision: 122011

upgpkg: mapnik 2.2.0.622.gea61c57-1

boost 1.57.0 rebuild.

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:35:00 UTC (rev 122010)
+++ PKGBUILD2014-11-06 04:39:13 UTC (rev 122011)
@@ -4,8 +4,8 @@
 # Contributor: orbisvicis orbisvi...@gmail.com
 
 pkgname=mapnik
-pkgver=2.2.0.620.gad76838
-pkgrel=2
+pkgver=2.2.0.622.gea61c57
+pkgrel=1
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:39:34
  Author: foutrelis
Revision: 122013

upgpkg: luxrender 1.3.1-11

boost 1.57.0 rebuild.

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:39:21 UTC (rev 122012)
+++ PKGBUILD2014-11-06 04:39:34 UTC (rev 122013)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=10
+pkgrel=11
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;


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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:39:42
  Author: foutrelis
Revision: 122014

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

Added:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 122013, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-i686/force_python3.diff
(from rev 122013, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 122013, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-staging-x86_64/force_python3.diff
(from rev 122013, luxrender/trunk/force_python3.diff)

-+
 community-staging-i686/PKGBUILD |   61 ++
 community-staging-i686/force_python3.diff   |   12 +
 community-staging-x86_64/PKGBUILD   |   61 ++
 community-staging-x86_64/force_python3.diff |   12 +
 4 files changed, 146 insertions(+)

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 122013, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 04:39:42 UTC (rev 122014)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=11
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+# luxrender is constantly broken due to various GCC bugs, the latest one being 
FS#40596
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers' 'clang')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+force_python3.diff)
+md5sums=('cbe749f56a1e1976745f5458100efa8a'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  patch -Np1  $srcdir/force_python3.diff || true
+  # workaround QTBUG-22829
+  find . -type f -exec sed -i 's|^#include .*boost/.*|#ifndef 
Q_MOC_RUN\n\n#endif|' '{}' ';'
+}
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  export CC=clang
+  export CXX=clang++
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/force_python3.diff (from rev 
122013, luxrender/trunk/force_python3.diff)
===
--- community-staging-i686/force_python3.diff   (rev 0)
+++ community-staging-i686/force_python3.diff   2014-11-06 04:39:42 UTC (rev 
122014)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${BOOST_python_LIBRARYDIR})
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR ${_boost_libdir})

Copied: luxrender/repos/community-staging-x86_64/PKGBUILD (from rev 122013, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-06 04:39:42 UTC (rev 122014)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:43:08
  Author: foutrelis
Revision: 122016

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

Added:
  gpsdrive/repos/community-staging-i686/
  gpsdrive/repos/community-staging-i686/PKGBUILD
(from rev 122015, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch
(from rev 122015, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-i686/gpsdrive.install
(from rev 122015, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-staging-x86_64/
  gpsdrive/repos/community-staging-x86_64/PKGBUILD
(from rev 122015, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-x86_64/gpsdrive-perltovendor.patch
(from rev 122015, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-x86_64/gpsdrive.install
(from rev 122015, gpsdrive/trunk/gpsdrive.install)

--+
 community-staging-i686/PKGBUILD  |   72 +
 community-staging-i686/gpsdrive-perltovendor.patch   |   28 ++
 community-staging-i686/gpsdrive.install  |4 
 community-staging-x86_64/PKGBUILD|   72 +
 community-staging-x86_64/gpsdrive-perltovendor.patch |   28 ++
 community-staging-x86_64/gpsdrive.install|4 
 6 files changed, 208 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 122015, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-06 04:43:08 UTC (rev 122016)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=24
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;
+   gpsdrive-perltovendor.patch)
+md5sums=('bc53792529788b81c291a32d628a4850'
+ 'c28bc2dc51a76a39161bf540aebfab6c')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch (from 
rev 122015, gpsdrive/trunk/gpsdrive-perltovendor.patch)
===
--- community-staging-i686/gpsdrive-perltovendor.patch  
(rev 0)
+++ community-staging-i686/gpsdrive-perltovendor.patch  2014-11-06 04:43:08 UTC 
(rev 122016)
@@ -0,0 +1,28 @@
+diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
+--- gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 

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

2014-11-05 Thread Evangelos Foutras
Date: Thursday, November 6, 2014 @ 05:42:57
  Author: foutrelis
Revision: 122015

upgpkg: gpsdrive 2.11-24

boost 1.57.0 rebuild.

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:39:42 UTC (rev 122014)
+++ PKGBUILD2014-11-06 04:42:57 UTC (rev 122015)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=23
+pkgrel=24
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;


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

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 06:10:48
  Author: fyan
Revision: 225657

upgpkg: python-logilab-common 0.63.0-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:21:42 UTC (rev 225656)
+++ PKGBUILD2014-11-06 05:10:48 UTC (rev 225657)
@@ -6,7 +6,7 @@
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.62.1
+pkgver=0.63.0
 pkgrel=1
 pkgdesc=Useful miscellaneous modules used by Logilab projects
 arch=('any')
@@ -14,7 +14,7 @@
 license=('LGPL')
 makedepends=('python2' 'python')
 
source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
-sha1sums=('91156c5028c7c2f4fba21ee6206832e52e57b65e')
+sha1sums=('13493a9fae9c9fdf9e814894fa93ca0bfbbffcbf')
 
 build() {
   cd ${srcdir}


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

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 06:11:02
  Author: fyan
Revision: 122017

upgpkg: ncmpcpp 0.6-2

boost 1.57.0 rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 04:43:08 UTC (rev 122016)
+++ PKGBUILD2014-11-06 05:11:02 UTC (rev 122017)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 arch=('i686' 'x86_64')
 url='http://ncmpcpp.rybczak.net/'


[arch-commits] Commit in python-logilab-common/repos/extra-any (PKGBUILD PKGBUILD)

2014-11-05 Thread Felix Yan
Date: Thursday, November 6, 2014 @ 06:11:02
  Author: fyan
Revision: 225658

archrelease: copy trunk to extra-any

Added:
  python-logilab-common/repos/extra-any/PKGBUILD
(from rev 225657, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-06 05:10:48 UTC (rev 225657)
+++ PKGBUILD2014-11-06 05:11:02 UTC (rev 225658)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=python-logilab-common
-pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=0.62.1
-pkgrel=1
-pkgdesc=Useful miscellaneous modules used by Logilab projects
-arch=('any')
-url=http://www.logilab.org/project/logilab-common;
-license=('LGPL')
-makedepends=('python2' 'python')
-source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
-sha1sums=('91156c5028c7c2f4fba21ee6206832e52e57b65e')
-
-build() {
-  cd ${srcdir}
-
-  cp -a logilab-common-${pkgver}{,-py3}
-
-  cd logilab-common-${pkgver}
-  python2 setup.py build
-
-  cd ../logilab-common-${pkgver}-py3
-  python3 setup.py build
-}
-
-package_python2-logilab-common() {
-  depends=('python2')
-  cd ${srcdir}/logilab-common-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  mv ${pkgdir}/usr/bin/pytest{,2}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}
-
-package_python-logilab-common() {
-  depends=('python')
-  cd ${srcdir}/logilab-common-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
-
-  # fix permissions ...
-  find ${pkgdir} -type f -exec chmod +r {} \;
-}

Copied: python-logilab-common/repos/extra-any/PKGBUILD (from rev 225657, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-06 05:11:02 UTC (rev 225658)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=0.63.0
+pkgrel=1
+pkgdesc=Useful miscellaneous modules used by Logilab projects
+arch=('any')
+url=http://www.logilab.org/project/logilab-common;
+license=('LGPL')
+makedepends=('python2' 'python')
+source=(https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz;)
+sha1sums=('13493a9fae9c9fdf9e814894fa93ca0bfbbffcbf')
+
+build() {
+  cd ${srcdir}
+
+  cp -a logilab-common-${pkgver}{,-py3}
+
+  cd logilab-common-${pkgver}
+  python2 setup.py build
+
+  cd ../logilab-common-${pkgver}-py3
+  python3 setup.py build
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  cd ${srcdir}/logilab-common-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  mv ${pkgdir}/usr/bin/pytest{,2}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  cd ${srcdir}/logilab-common-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root=${pkgdir}
+
+  # fix permissions ...
+  find ${pkgdir} -type f -exec chmod +r {} \;
+}


  1   2   >