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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 07:04:02
  Author: fyan
Revision: 117245

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 117244, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-i686/stuntrally.install
(from rev 117244, stuntrally/trunk/stuntrally.install)
  stuntrally/repos/community-staging-x86_64/
  stuntrally/repos/community-staging-x86_64/PKGBUILD
(from rev 117244, stuntrally/trunk/PKGBUILD)
  stuntrally/repos/community-staging-x86_64/stuntrally.install
(from rev 117244, 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 117244, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 05:04:02 UTC (rev 117245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.4
+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=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
+
+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 
117244, stuntrally/trunk/stuntrally.install)
===
--- community-staging-i686/stuntrally.install   (rev 0)
+++ community-staging-i686/stuntrally.install   2014-08-12 05:04:02 UTC (rev 
117245)
@@ -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 117244, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 05:04:02 UTC (rev 117245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.4
+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=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
+
+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 
117244, stuntrally/trunk/stuntrally.install)
===
--- community-staging-x86_64/stuntrally.install (rev 0)
+++ community-staging-x86_64/stuntrally.install 2014-08-12 05:04:02 UTC (rev 
117245)
@@ -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 stuntrally/trunk (PKGBUILD)

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 07:03:25
  Author: fyan
Revision: 117244

upgpkg: stuntrally 2.4-2

boost 1.56.0 rebuild

Modified:
  stuntrally/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 04:57:23 UTC (rev 117243)
+++ PKGBUILD2014-08-12 05:03:25 UTC (rev 117244)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')


Property changes on: stuntrally/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 06:57:23
  Author: fyan
Revision: 117243

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

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

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 +
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 +
 4 files changed, 172 insertions(+)

Copied: povray/repos/community-staging-i686/PKGBUILD (from rev 117242, 
povray/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 04:57:23 UTC (rev 117243)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tom Newsom 
+# Contributor: tobias 
+# Contributor: red_over_blue
+# Contributor: neri
+
+pkgname=povray
+pkgver=3.7
+pkgrel=5
+epoch=1
+pkgdesc='Script based raytracer for creating 3D graphics'
+arch=('x86_64' 'i686')
+license=('AGPL3')
+url='http://povray.org/'
+depends=('libtiff' 'libpng' 'boost-libs')
+makedepends=('boost')
+backup=("etc/povray/$pkgver/povray.conf"
+"etc/povray/$pkgver/povray.ini")
+source=("https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip";
+'povray3.7.0_rc3-user-conf.patch')
+sha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb'
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
+
+prepare() {
+  cd "$pkgname-$pkgver-stable"
+
+  cd unix
+  sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
+  sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+  ./prebuild.sh
+  cd ..
+  ./bootstrap
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver-stable"
+
+  ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
+--prefix=/usr --sysconfdir=/etc
+  make CXXFLAGS+="-w -lboost_system -lboost_thread"
+  gzip -f povray.1
+}
+
+package() {
+  cd "$pkgname-$pkgver-stable"
+
+  install -d "$pkgdir/usr/share/$pkgname-$pkgver"
+  install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
+  install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
+  install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"
+  install -Dm644 povray.ini "$pkgdir/etc/povray/$pkgver/povray.ini"
+  install -Dm644 povray.1.gz "$pkgdir/usr/share/man/man1/povray.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch 
(from rev 117242, povray/trunk/povray3.7.0_rc3-user-conf.patch)
===
--- community-staging-i686/povray3.7.0_rc3-user-conf.patch  
(rev 0)
+++ community-staging-i686/povray3.7.0_rc3-user-conf.patch  2014-08-12 
04:57:23 UTC (rev 117243)
@@ -0,0 +1,27 @@
+ Makefile.am |   13 -
+ 1 files changed, 0 insertions(+), 13 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 76b394c..9822c52 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -107,19 +107,6 @@ install-data-local:
+   for f in $$filelist ; do \
+ $(INSTALL_DATA) $(top_srcdir)/doc/$$f $(DESTDIR)$(povdocdir)/$$f && 
echo "$(DESTDIR)$(povdocdir)/$$f" >> $(povinstall); \
+   done
+-  @echo "Creating user directories..."; \
+-  for p in $(povuser) $(povconfuser) ; do \
+-$(mkdir_p) $$p && chown $(povowner) $$p && chgrp $(povgroup) $$p && 
printf "%s\n" "$$p" "`cat $(povinstall)`" > $(povinstall); \
+-  done
+-  @echo "Copying user configuration and INI files..."; \
+-  for f in povray.conf povray.ini ; do \
+-if test -f $(povconfuser)/$$f; then \
+-  echo "Creating backup of $(povconfuser)/$$f"; \
+-  mv -f $(povconfuser)/$$f $(povconfuser)/$$f.bak; \
+-fi; \
+-  done; \
+-  $(INSTALL_DATA) $(top_srcdir)/povray.conf $(povconfuser)/povray.conf && 
chown $(povowner) $(povconfuser)/povray.conf && chgrp $(povgroup) 
$(povconfuser)/povray.conf  && echo "$(povconfuser)/povray.conf" >> 
$(povinstall); \
+-  $(INSTALL_DATA) $(top_builddir)/povray.ini

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 06:56:48
  Author: fyan
Revision: 117242

upgpkg: povray 1:3.7-5

boost 1.56.0 rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 04:22:07 UTC (rev 117241)
+++ PKGBUILD2014-08-12 04:56:48 UTC (rev 117242)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 06:22:07
  Author: fyan
Revision: 117241

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

Added:
  powerdns/repos/community-staging-i686/
  powerdns/repos/community-staging-i686/PKGBUILD
(from rev 117240, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-i686/pdns.conf
(from rev 117240, powerdns/trunk/pdns.conf)
  powerdns/repos/community-staging-i686/pdns.service
(from rev 117240, powerdns/trunk/pdns.service)
  powerdns/repos/community-staging-x86_64/
  powerdns/repos/community-staging-x86_64/PKGBUILD
(from rev 117240, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-staging-x86_64/pdns.conf
(from rev 117240, powerdns/trunk/pdns.conf)
  powerdns/repos/community-staging-x86_64/pdns.service
(from rev 117240, powerdns/trunk/pdns.service)

---+
 community-staging-i686/PKGBUILD   |   58 
 community-staging-i686/pdns.conf  |  417 
 community-staging-i686/pdns.service   |   12 
 community-staging-x86_64/PKGBUILD |   58 
 community-staging-x86_64/pdns.conf|  417 
 community-staging-x86_64/pdns.service |   12 
 6 files changed, 974 insertions(+)

Copied: powerdns/repos/community-staging-i686/PKGBUILD (from rev 117240, 
powerdns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 04:22:07 UTC (rev 117241)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 101429 2013-11-25 14:11:30Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+
+pkgname=powerdns
+pkgver=3.3.1
+pkgrel=2
+pkgdesc='Authoritative DNS server'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua')
+makedepends=('boost')
+provides=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+replaces=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+conflicts=('pdns' 'pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+options=('!makeflags')
+backup=('etc/powerdns/pdns.conf')
+source=("http://downloads.powerdns.com/releases/pdns-$pkgver.tar.gz";
+'pdns.service'
+'pdns.conf')
+sha256sums=('feb566994725e049391e9b862c9437ca545f1bb970143d2387e474a6ff645bf3'
+'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040'
+'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
+
+prepare() {
+  cd "pdns-$pkgver"
+
+  touch AUTHORS NEWS
+}
+
+build() {
+  cd "pdns-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib/powerdns \
+--mandir=/usr/share/man \
+--with-modules='' \
+--with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \
+--disable-static \
+--sbindir=/usr/bin \
+--bindir=/usr/bin
+  make  
+}
+
+package() {
+  make -C "pdns-$pkgver" DESTDIR="$pkgdir" install
+  install -m644 "$srcdir/pdns.conf" "$pkgdir/etc/powerdns/"
+  install -Dm644 "$srcdir/pdns.service" \
+"$pkgdir/usr/lib/systemd/system/pdns.service"
+  rm -f "$pkgdir/etc/powerdns/pdns.conf-dist"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: powerdns/repos/community-staging-i686/pdns.conf (from rev 117240, 
powerdns/trunk/pdns.conf)
===
--- community-staging-i686/pdns.conf(rev 0)
+++ community-staging-i686/pdns.conf2014-08-12 04:22:07 UTC (rev 117241)
@@ -0,0 +1,417 @@
+# Autogenerated configuration file template
+#
+# allow-axfr-ips   Allow zonetransfers only to these subnets
+#
+# allow-axfr-ips=0.0.0.0/0,::/0
+
+#
+# allow-recursion  List of subnets that are allowed to recurse
+#
+allow-recursion=127.0.0.1
+
+#
+# cache-ttlSeconds to store packets in the PacketCache
+#
+cache-ttl=60
+
+#
+# chroot   If set, chroot to this directory for more security
+#
+chroot=/var/empty
+
+#
+# config-dir   Location of configuration directory (pdns.conf)
+#
+config-dir=/etc
+
+#
+# config-name  Name of this virtual configuration - will rename the binary 
image
+#
+# config-name=
+
+#
+# control-console  Debugging switch - don't use
+#
+# control-console=no
+
+#
+# daemon   Operate as a daemon
+#
+daemon=yes
+
+#
+# default-soa-name name to insert in the SOA record if none set in the 
backend
+#
+# default-soa-name=a.misconfigured.powerdns.server
+
+#
+# default-ttl  S

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 06:21:12
  Author: fyan
Revision: 117240

upgpkg: powerdns 3.3.1-2

boost 1.56.0 rebuild

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 03:15:49 UTC (rev 117239)
+++ PKGBUILD2014-08-12 04:21:12 UTC (rev 117240)
@@ -5,7 +5,7 @@
 
 pkgname=powerdns
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative DNS server'
 arch=('x86_64' 'i686')
 url='http://www.powerdns.com/'



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 05:27:36
  Author: eric
Revision: 219599

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

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 219598, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/racket.install
(from rev 219598, racket/trunk/racket.install)
  racket/repos/extra-x86_64/PKGBUILD
(from rev 219598, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/racket.install
(from rev 219598, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/racket.install
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/racket.install

-+
 /PKGBUILD   |   80 ++
 /racket.install |   34 +
 extra-i686/PKGBUILD |   40 -
 extra-i686/racket.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/racket.install |   12 --
 6 files changed, 114 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 03:25:09 UTC (rev 219598)
+++ extra-i686/PKGBUILD 2014-08-12 03:27:36 UTC (rev 219599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=racket
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development"
-arch=('i686' 'x86_64')
-url="http://racket-lang.org/";
-license=('GPL3' 'LGPL3' 'custom')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('gsfonts' 'sqlite')
-options=('!strip' '!emptydirs')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz)
-sha1sums=('13be147dc6d92fc055b2bf70ebab5703a8758735')
-
-prepare() {
-  echo "Icon=drracket" >> 
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/src
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING-libscheme.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -D -m644 ../share/pkgs/drracket/drracket/drracket.desktop 
"${pkgdir}/usr/share/applications/drracket.desktop"
-  install -d 
"${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
-  ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
"${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-32x32.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-48x48.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png"
-  ln -s /usr/share/racket/pkgs/icons/plt-logo-red-diffuse.png 
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/drracket.png"
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 219598, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 03:27:36 UTC (rev 219599)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=racket
+pkgver=6.1
+pkgrel=1
+pkgdesc="A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development"
+arch=('i686' 'x86_64')
+url="http://racket-lang.org/";
+license=('GPL3' 'LGPL3' 'custom')
+depends=('gtk2')
+makedepends=('gsfonts' 'sqlite')
+options=('!strip' '!emptydirs')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz)
+sha1sums=('1ad2bb01a4f174031a542012b23aca9aac9ed239')
+
+prepare() {
+  echo "Icon=drracket" >> 
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  [ "$CARCH" == "x86_64" ] && export CFLAGS+=" -fPIC"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/src
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING-libscheme.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -D -m644 ../share/pkgs/drracket/drracket/drracket.desktop 
"${pkgdir}/usr/share/applications/drracket.desktop"
+  install -d 
"${pkgdir}"/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps
+  ln -s /usr/share/racket/pkgs/icons/plt-16x16.png 
"${pkgdir}/usr/share/icons/hicolor/16x16/apps/drracket.png"
+  ln -s /usr/share/racket/pkgs/icons/plt-32x32.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/drracket.png"
+  ln -s /usr/share/racket/pkgs/icons/plt-48x48.png 
"${pkgdir}/usr/share/icons/hicolor/48x48/apps/drracket.png"
+  ln -s /usr/share/racket/pkgs/icons/plt-logo-red-diffuse.png 
"${pkgdir}/usr/share/icons/

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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 05:25:09
  Author: eric
Revision: 219598

upgpkg: racket 6.1-1

Upstream update

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:47:08 UTC (rev 219597)
+++ PKGBUILD2014-08-12 03:25:09 UTC (rev 219598)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=racket
-pkgver=6.0.1
+pkgver=6.1
 pkgrel=1
 pkgdesc="A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!strip' '!emptydirs')
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz)
-sha1sums=('13be147dc6d92fc055b2bf70ebab5703a8758735')
+sha1sums=('1ad2bb01a4f174031a542012b23aca9aac9ed239')
 
 prepare() {
   echo "Icon=drracket" >> 
${pkgname}-${pkgver}/share/pkgs/drracket/drracket/drracket.desktop



[arch-commits] Commit in exim/repos (40 files)

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 05:15:49
  Author: fyan
Revision: 117239

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

Added:
  exim/repos/community-i686/PKGBUILD
(from rev 117238, exim/trunk/PKGBUILD)
  exim/repos/community-i686/aliases
(from rev 117238, exim/trunk/aliases)
  exim/repos/community-i686/exim-submission.socket
(from rev 117238, exim/trunk/exim-submission.socket)
  exim/repos/community-i686/exim-submission@.service
(from rev 117238, exim/trunk/exim-submission@.service)
  exim/repos/community-i686/exim.Makefile
(from rev 117238, exim/trunk/exim.Makefile)
  exim/repos/community-i686/exim.install
(from rev 117238, exim/trunk/exim.install)
  exim/repos/community-i686/exim.logrotate
(from rev 117238, exim/trunk/exim.logrotate)
  exim/repos/community-i686/exim.service
(from rev 117238, exim/trunk/exim.service)
  exim/repos/community-i686/exim.socket
(from rev 117238, exim/trunk/exim.socket)
  exim/repos/community-i686/exim@.service
(from rev 117238, exim/trunk/exim@.service)
  exim/repos/community-x86_64/PKGBUILD
(from rev 117238, exim/trunk/PKGBUILD)
  exim/repos/community-x86_64/aliases
(from rev 117238, exim/trunk/aliases)
  exim/repos/community-x86_64/exim-submission.socket
(from rev 117238, exim/trunk/exim-submission.socket)
  exim/repos/community-x86_64/exim-submission@.service
(from rev 117238, exim/trunk/exim-submission@.service)
  exim/repos/community-x86_64/exim.Makefile
(from rev 117238, exim/trunk/exim.Makefile)
  exim/repos/community-x86_64/exim.install
(from rev 117238, exim/trunk/exim.install)
  exim/repos/community-x86_64/exim.logrotate
(from rev 117238, exim/trunk/exim.logrotate)
  exim/repos/community-x86_64/exim.service
(from rev 117238, exim/trunk/exim.service)
  exim/repos/community-x86_64/exim.socket
(from rev 117238, exim/trunk/exim.socket)
  exim/repos/community-x86_64/exim@.service
(from rev 117238, exim/trunk/exim@.service)
Deleted:
  exim/repos/community-i686/PKGBUILD
  exim/repos/community-i686/aliases
  exim/repos/community-i686/exim-submission.socket
  exim/repos/community-i686/exim-submission@.service
  exim/repos/community-i686/exim.Makefile
  exim/repos/community-i686/exim.install
  exim/repos/community-i686/exim.logrotate
  exim/repos/community-i686/exim.service
  exim/repos/community-i686/exim.socket
  exim/repos/community-i686/exim@.service
  exim/repos/community-x86_64/PKGBUILD
  exim/repos/community-x86_64/aliases
  exim/repos/community-x86_64/exim-submission.socket
  exim/repos/community-x86_64/exim-submission@.service
  exim/repos/community-x86_64/exim.Makefile
  exim/repos/community-x86_64/exim.install
  exim/repos/community-x86_64/exim.logrotate
  exim/repos/community-x86_64/exim.service
  exim/repos/community-x86_64/exim.socket
  exim/repos/community-x86_64/exim@.service

---+
 /PKGBUILD |  178 ++
 /aliases  |   70 
 /exim-submission.socket   |   20 
 /exim-submission@.service |   22 
 /exim.Makefile| 2460 
 /exim.install |   40 
 /exim.logrotate   |   12 
 /exim.service |   20 
 /exim.socket  |   20 
 /exim@.service|   14 
 community-i686/PKGBUILD   |   89 -
 community-i686/aliases|   35 
 community-i686/exim-submission.socket |   10 
 community-i686/exim-submission@.service   |   11 
 community-i686/exim.Makefile  | 1230 --
 community-i686/exim.install   |   20 
 community-i686/exim.logrotate |6 
 community-i686/exim.service   |   10 
 community-i686/exim.socket|   10 
 community-i686/exim@.service  |7 
 community-x86_64/PKGBUILD |   89 -
 community-x86_64/aliases  |   35 
 community-x86_64/exim-submission.socket   |   10 
 community-x86_64/exim-submission@.service |   11 
 community-x86_64/exim.Makefile| 1230 --
 community-x86_64/exim.install |   20 
 community-x86_64/exim.logrotate   |6 
 community-x86_64/exim.service |   10 
 community-x86_64/exim.socket  |   10 
 community-x86_64/exim@.service|7 
 30 files changed, 2856 insertions(+), 2856 deletions(-)

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


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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 05:14:34
  Author: fyan
Revision: 117238

upgpkg: exim 4.84-1

Modified:
  exim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 02:28:42 UTC (rev 117237)
+++ PKGBUILD2014-08-12 03:14:34 UTC (rev 117238)
@@ -5,7 +5,7 @@
 # Contributor: judd 
 
 pkgname=exim
-pkgver=4.83
+pkgver=4.84
 pkgrel=1
 pkgdesc='Message Transfer Agent'
 arch=('x86_64' 'i686')
@@ -26,7 +26,7 @@
 exim@.service
 exim.socket
 exim-submission.socket)
-md5sums=('fc6790f346a50a3c87be96b335b9c8ae'
+md5sums=('3d14522e604b687b9e515f5aa739b2c0'
  '4874006f0585253ddab027d441009757'
  'e18a535218718c5eb394ed5c9296fe06'
  '2675c17fa9e5bb63c0862fe6fa633377'



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 04:28:42
  Author: svenstaro
Revision: 117237

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 117236, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 117236, openshadinglanguage/trunk/PKGBUILD)

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

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
117236, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 02:28:42 UTC (rev 117237)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=1
+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)
+md5sums=('b828366f056e115b539ee1780883fc7d')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  sed -i "/src\/testshade/d" CMakeLists.txt
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  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 
117236, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 02:28:42 UTC (rev 117237)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.5.10
+pkgrel=1
+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)
+md5sums=('b828366f056e115b539ee1780883fc7d')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Fails building this file on i686
+  sed -i "/src\/testshade/d" CMakeLists.txt
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=0 \
+../..
+  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-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 04:28:37
  Author: svenstaro
Revision: 117236

upgpkg: openshadinglanguage 1.5.10-1

upstream release 1.5.10

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 02:13:40 UTC (rev 117235)
+++ PKGBUILD2014-08-12 02:28:37 UTC (rev 117236)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
-pkgver=1.5.7dev
-pkgrel=3
+pkgver=1.5.10
+pkgrel=1
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage";
@@ -10,11 +10,14 @@
 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)
-md5sums=('582214c825897a7b879d780b55fb7b94')
+md5sums=('b828366f056e115b539ee1780883fc7d')
 
 build() {
   cd OpenShadingLanguage-Release-$pkgver
 
+  # Fails building this file on i686
+  sed -i "/src\/testshade/d" CMakeLists.txt
+
   cd src
 
   [[ -d build ]] && rm -r build



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 04:13:40
  Author: fyan
Revision: 117235

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

Added:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 117234, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-i686/gcrypt16.patch
(from rev 117234, pokerth/trunk/gcrypt16.patch)
  pokerth/repos/community-staging-x86_64/
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 117234, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-x86_64/gcrypt16.patch
(from rev 117234, pokerth/trunk/gcrypt16.patch)

-+
 community-staging-i686/PKGBUILD |   36 ++
 community-staging-i686/gcrypt16.patch   |   57 ++
 community-staging-x86_64/PKGBUILD   |   36 ++
 community-staging-x86_64/gcrypt16.patch |   57 ++
 4 files changed, 186 insertions(+)

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 117234, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 02:13:40 UTC (rev 117235)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
+ 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('a7f76f95782099f966e5f2b6809f502a')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt5 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Copied: pokerth/repos/community-staging-i686/gcrypt16.patch (from rev 117234, 
pokerth/trunk/gcrypt16.patch)
===
--- community-staging-i686/gcrypt16.patch   (rev 0)
+++ community-staging-i686/gcrypt16.patch   2014-08-12 02:13:40 UTC (rev 
117235)
@@ -0,0 +1,57 @@
+From aa22d39d7753acc56813171e654fa9fa1f0ca759 Mon Sep 17 00:00:00 2001
+From: lotodore 
+Date: Thu, 19 Dec 2013 12:28:35 +0100
+Subject: [PATCH] Fix for libgcrypt 1.6.0 compile error #247 (supported only on
+ Linux because libgcrypt does not yet support native Windows threads).
+
+---
+ src/net/common/socket_startup.cpp | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/src/net/common/socket_startup.cpp 
b/src/net/common/socket_startup.cpp
+index 12e8604..59ffc4f 100644
+--- a/src/net/common/socket_startup.cpp
 b/src/net/common/socket_startup.cpp
+@@ -37,6 +37,10 @@
+ 
+ #ifndef HAVE_OPENSSL
+ 
++// With libgcrypt 1.6.0, it is no longer supported to provide thread 
callbacks.
++// Use the default thread implementation instead, and cross fingers that it 
works with boost thread...
++#if GCRYPT_VERSION_NUMBER < 0x010600
++
+ extern "C" {
+ 
+   int gcry_bthread_init()
+@@ -64,12 +68,15 @@
+   return 0;
+   }
+ 
+-  struct gcry_thread_cbs gcry_threads_boost = {
++  static struct gcry_thread_cbs gcry_threads_boost = {
+   GCRY_THREAD_OPTION_USER, gcry_bthread_init, gcry_bmutex_init,
+   gcry_bmutex_destroy, gcry_bmutex_lock, gcry_bmutex_unlock,
+   NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
+   };
+ }
++
++#endif // GCRYPT_VERSION_NUMBER < 0x010600
++
+ #endif // not HAVE_OPENSSL
+ 
+ bool
+@@ -78,8 +85,10 @@
+ #ifdef HAVE_OPENSSL
+   return SSL_library_init() == 1;
+ #else
+-  gcry_check_version(NULL);
++#if GCRYPT_VERSION_NUMBER < 0x010600
+   gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_boost);
++#endif
++  gcry_check_version(NULL);
+   gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0);
+   gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0);
+   return true;
+-- 
+1.8.5.1
+

Copied: pokerth/repos/community-staging-x86_64/PKGBUILD (from rev 117234, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 02:13:40 UTC (rev 117235)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 04:12:31
  Author: fyan
Revision: 117234

upgpkg: pokerth 1.1.1-3

boost 1.56.0 rebuild

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:59:03 UTC (rev 117233)
+++ PKGBUILD2014-08-12 02:12:31 UTC (rev 117234)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Poker game written in C++/Qt4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:58:56
  Author: svenstaro
Revision: 117232

upgpkg: openimageio 1.4.12-1

upstream release 1.4.12

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:46:27 UTC (rev 117231)
+++ PKGBUILD2014-08-12 01:58:56 UTC (rev 117232)
@@ -3,7 +3,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=openimageio
-pkgver=1.4.11
+pkgver=1.4.12
 pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:59:03
  Author: svenstaro
Revision: 117233

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117232, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117232, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117232, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117232, openimageio/trunk/fix32bit-fail.patch)
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|   84 +
 /fix32bit-fail.patch |   26 +++
 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 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-12 01:58:56 UTC (rev 117232)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:59:03 UTC (rev 117233)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.4.11
-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')
-
-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 117232, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:59:03 UTC (rev 117233)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.4.12
+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')
+
+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-08-12 01:58:56 UTC (rev 
117232)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-12 01:59:03 UTC (rev 
117233)
@@ -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

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117232, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fi

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:46:24
  Author: svenstaro
Revision: 117230

upgpkg: springlobby 0.197-1

upstream release 0.197

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:26:53 UTC (rev 117229)
+++ PKGBUILD2014-08-12 01:46:24 UTC (rev 117230)
@@ -3,8 +3,8 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.196
-pkgrel=2
+pkgver=0.197
+pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project."
 arch=('i686' 'x86_64')
 url="http://springlobby.info/";
@@ -15,7 +15,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3b39b1ee5597001ff101bb7469027c79')
+md5sums=('837e41b5eaf444a782f88998201e5b9c')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:46:27
  Author: svenstaro
Revision: 117231

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

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

--+
 community-staging-i686/PKGBUILD  |   34 +
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   34 +
 community-staging-x86_64/springlobby.install |   11 
 4 files changed, 90 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 117230, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:46:27 UTC (rev 117231)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.197
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('837e41b5eaf444a782f88998201e5b9c')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
117230, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2014-08-12 01:46:27 UTC (rev 
117231)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 117230, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 01:46:27 UTC (rev 117231)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.197
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('837e41b5eaf444a782f88998201e5b9c')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-x86_64/springlobby.install (from 
rev 117230, springlobby/trunk/springlobby.install)
===
--- community-staging-x86_64/springlobby.install
(rev 0)
+++ community-staging-x86_64/springlobby.install2014-08-12 01:46:27 UTC 
(rev 117231)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:26:53
  Author: svenstaro
Revision: 117229

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

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

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 117228, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:26:53 UTC (rev 117229)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a16
+_pkgver=0.0.16-alpha
+pkgrel=4
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";
+
"http://trac.wildfiregames.com/raw-attachment/ticket/2552/miniupnpc_api.patch";
+
"gcc49-${pkgname}.patch::http://trac.wildfiregames.com/changeset/15334?format=diff&new=15334";)
+md5sums=('3836bbcdf4edc57c2354b4fef6023146'
+ '6981595ba4b8eb21f9503304b090c9a9'
+ '5eda18c3f81cda68983bdeb7d7e20531')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  patch -Np0 -i "../miniupnpc_api.patch"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.3/bin/cxxtestgen
+
+  # Fix FS#40839
+  patch -Np3 -i "../gcc49-${pkgname}.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails?
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 117228, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 01:26:53 UTC (rev 117229)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a16
+_pkgver=0.0.16-alpha
+pkgrel=4
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";
+
"http://trac.wildfiregames.com/raw-attachment/ticket/2552/miniupnpc_api.patch";
+
"gcc49-${pkgname}.patch::http://trac.wildfiregames.com/changeset/15334?format=diff&new=15334";)
+md5sums=('3836bbcdf4edc57c2354b4fef6023146'
+ '6981595ba4b8eb21f9503304b090c9a9'
+ '5eda18c3f81cda68983bdeb7d7e20531')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  patch -Np0 -i "../miniupnpc_api.patch"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.3/bin/cxxtestgen
+
+  # Fix FS#40839
+  patch -Np3 -i "../gcc49-${pkgname}.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/bu

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:26:48
  Author: svenstaro
Revision: 117228

upgpkg: 0ad a16-4

boost 1.56.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:25:52 UTC (rev 117227)
+++ PKGBUILD2014-08-12 01:26:48 UTC (rev 117228)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a16
 _pkgver=0.0.16-alpha
-pkgrel=3
+pkgrel=4
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/";



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:25:52
  Author: svenstaro
Revision: 117227

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

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

--+
 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 +++
 4 files changed, 110 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117226, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:25:52 UTC (rev 117227)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.4.11
+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')
+
+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/fix32bit-fail.patch (from rev 
117226, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fix32bit-fail.patch  (rev 0)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-12 01:25:52 UTC (rev 
117227)
@@ -0,0 +1,13 @@
+--- 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

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 117226, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 01:25:52 UTC (rev 117227)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.4.11
+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')
+
+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-x86_64/fix32bit-fail.patch (from 
rev 117226, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-x86_64/fix32bit-fail.patch
(rev 0)
+++ community-staging-x86_64/fix32bit-fail.patch2014-08-12 01:25:52 UTC 
(rev

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 03:25:48
  Author: svenstaro
Revision: 117226

upgpkg: openimageio 1.4.11-1

upstream release 1.4.11

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:20:12 UTC (rev 117225)
+++ PKGBUILD2014-08-12 01:25:48 UTC (rev 117226)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=openimageio
-pkgver=1.4.5.git
-pkgrel=2
+pkgver=1.4.11
+pkgrel=1
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)
 url="http://www.openimageio.org/";
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
 md5sums=('SKIP')
 
 build() {



[arch-commits] Commit in synapse/repos (22 files)

2014-08-11 Thread Balló György
Date: Tuesday, August 12, 2014 @ 03:20:12
  Author: bgyorgy
Revision: 117225

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

Added:
  synapse/repos/community-i686/PKGBUILD
(from rev 117224, synapse/trunk/PKGBUILD)
  synapse/repos/community-i686/check-null-exec.patch
(from rev 117224, synapse/trunk/check-null-exec.patch)
  synapse/repos/community-i686/concrete-gtk-timeout.patch
(from rev 117224, synapse/trunk/concrete-gtk-timeout.patch)
  synapse/repos/community-i686/fix-check-desktop.patch
(from rev 117224, synapse/trunk/fix-check-desktop.patch)
  synapse/repos/community-i686/gee-0.8.patch
(from rev 117224, synapse/trunk/gee-0.8.patch)
  synapse/repos/community-i686/synapse.install
(from rev 117224, synapse/trunk/synapse.install)
  synapse/repos/community-x86_64/PKGBUILD
(from rev 117224, synapse/trunk/PKGBUILD)
  synapse/repos/community-x86_64/check-null-exec.patch
(from rev 117224, synapse/trunk/check-null-exec.patch)
  synapse/repos/community-x86_64/concrete-gtk-timeout.patch
(from rev 117224, synapse/trunk/concrete-gtk-timeout.patch)
  synapse/repos/community-x86_64/fix-check-desktop.patch
(from rev 117224, synapse/trunk/fix-check-desktop.patch)
  synapse/repos/community-x86_64/gee-0.8.patch
(from rev 117224, synapse/trunk/gee-0.8.patch)
  synapse/repos/community-x86_64/synapse.install
(from rev 117224, synapse/trunk/synapse.install)
Deleted:
  synapse/repos/community-i686/PKGBUILD
  synapse/repos/community-i686/check-null-exec.patch
  synapse/repos/community-i686/concrete-gtk-timeout.patch
  synapse/repos/community-i686/fix-check-desktop.patch
  synapse/repos/community-i686/synapse.install
  synapse/repos/community-x86_64/PKGBUILD
  synapse/repos/community-x86_64/check-null-exec.patch
  synapse/repos/community-x86_64/concrete-gtk-timeout.patch
  synapse/repos/community-x86_64/fix-check-desktop.patch
  synapse/repos/community-x86_64/synapse.install

-+
 /PKGBUILD   |  138 +++
 /check-null-exec.patch  |   32 +
 /concrete-gtk-timeout.patch |  150 ++
 /fix-check-desktop.patch|   60 ++
 /synapse.install|   26 
 community-i686/PKGBUILD |   59 --
 community-i686/check-null-exec.patch|   16 --
 community-i686/concrete-gtk-timeout.patch   |   75 -
 community-i686/fix-check-desktop.patch  |   30 -
 community-i686/gee-0.8.patch|   87 +++
 community-i686/synapse.install  |   13 --
 community-x86_64/PKGBUILD   |   59 --
 community-x86_64/check-null-exec.patch  |   16 --
 community-x86_64/concrete-gtk-timeout.patch |   75 -
 community-x86_64/fix-check-desktop.patch|   30 -
 community-x86_64/gee-0.8.patch  |   87 +++
 community-x86_64/synapse.install|   13 --
 17 files changed, 580 insertions(+), 386 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 01:19:58 UTC (rev 117224)
+++ community-i686/PKGBUILD 2014-08-12 01:20:12 UTC (rev 117225)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alessio Sergi 
-
-pkgname=synapse
-pkgver=0.2.10
-pkgrel=6
-pkgdesc="A semantic file launcher"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/synapse-project";
-license=('GPL3')
-depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee06' 'libnotify' \
- 'libunique' 'libzeitgeist' 'rest' 'xdg-utils')
-makedepends=('intltool' 'vala')
-optdepends=('banshee: banshee plugin'
-'bc: calculator plugin'
-'devhelp: documentation plugin'
-'gnome-screensaver: screensaver plugin'
-'gnome-dictionary: dictionary plugin'
-'openssh: ssh plugin'
-'pastebinit: pastebin plugin'
-'rhythmbox: rhythmbox plugin'
-'xnoise: xnoise plugin')
-install=$pkgname.install
-source=("https://launchpad.net/$pkgname-project/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";
-"fix-check-desktop.patch"
-"check-null-exec.patch"
-"concrete-gtk-timeout.patch")
-sha1sums=('6e8a800bdbdded4e167734c8e49d95a9e44998ff'
-  'b64fa4efc4efd01f77f84d19a7a63c10186d0211'
-  'f494e5b36a77421114ce04b7085369abe5c00d68'
-  '6ab8b30bb23fb143d641da62dec7caa61fcd4e28')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # XDG_CURRENT_DESKTOP fix
-  patch -Np1 -i "$srcdir"/fix-check-desktop.patch
-
-  # don't crash on empty Exec field
-  patch -Np1 -i "$srcdir"/check-null-exec.patch
-
-  # Namely use Gtk.Timeout:
-  patch -Np1 -i "$srcdir"/concrete-gtk-timeout.patch
-
-  # DSO fix
-  export LDFLAGS="$LDFLAGS -lm"
-
-  ./configure --prefix=/usr
-  make
-}

[arch-commits] Commit in synapse/trunk (PKGBUILD gee-0.8.patch)

2014-08-11 Thread Balló György
Date: Tuesday, August 12, 2014 @ 03:19:58
  Author: bgyorgy
Revision: 117224

upgpkg: synapse 0.2.10-7

Port to gee-0.8 (upstream source: 
http://bazaar.launchpad.net/~synapse-core/synapse-project/trunk/revision/524 )

Added:
  synapse/trunk/gee-0.8.patch
Modified:
  synapse/trunk/PKGBUILD

---+
 PKGBUILD  |   20 +---
 gee-0.8.patch |   87 
 2 files changed, 102 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 01:00:11 UTC (rev 117223)
+++ PKGBUILD2014-08-12 01:19:58 UTC (rev 117224)
@@ -4,12 +4,12 @@
 
 pkgname=synapse
 pkgver=0.2.10
-pkgrel=6
+pkgrel=7
 pkgdesc="A semantic file launcher"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/synapse-project";
 license=('GPL3')
-depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee06' 'libnotify' \
+depends=('gtkhotkey' 'hicolor-icon-theme' 'json-glib' 'libgee' 'libnotify' \
  'libunique' 'libzeitgeist' 'rest' 'xdg-utils')
 makedepends=('intltool' 'vala')
 optdepends=('banshee: banshee plugin'
@@ -25,13 +25,15 @@
 
source=("https://launchpad.net/$pkgname-project/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";
 "fix-check-desktop.patch"
 "check-null-exec.patch"
-"concrete-gtk-timeout.patch")
+"concrete-gtk-timeout.patch"
+"gee-0.8.patch")
 sha1sums=('6e8a800bdbdded4e167734c8e49d95a9e44998ff'
   'b64fa4efc4efd01f77f84d19a7a63c10186d0211'
   'f494e5b36a77421114ce04b7085369abe5c00d68'
-  '6ab8b30bb23fb143d641da62dec7caa61fcd4e28')
+  '6ab8b30bb23fb143d641da62dec7caa61fcd4e28'
+  '3e3e9359ff8b56fc7fbed405e5936dd97ab99047')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # XDG_CURRENT_DESKTOP fix
@@ -43,9 +45,17 @@
   # Namely use Gtk.Timeout:
   patch -Np1 -i "$srcdir"/concrete-gtk-timeout.patch
 
+  # Port to gee-0.8
+  patch -Np1 -i "$srcdir"/gee-0.8.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   # DSO fix
   export LDFLAGS="$LDFLAGS -lm"
 
+  autoreconf -fi
   ./configure --prefix=/usr
   make
 }

Added: gee-0.8.patch
===
--- gee-0.8.patch   (rev 0)
+++ gee-0.8.patch   2014-08-12 01:19:58 UTC (rev 117224)
@@ -0,0 +1,87 @@
+diff -Naur synapse-0.2.10.orig/configure.ac synapse-0.2.10/configure.ac
+--- synapse-0.2.10.orig/configure.ac   2012-03-18 20:11:39.0 +0100
 synapse-0.2.10/configure.ac2014-08-12 02:52:44.447243355 +0200
+@@ -59,7 +59,7 @@
+   gtk+-2.0 >= $MIN_GTK_VERSION \
+   gtkhotkey-1.0 \
+   gobject-2.0 \
+-  gee-1.0 >= $MIN_GEE_VERSION \
++  gee-0.8 >= $MIN_GEE_VERSION \
+   gio-unix-2.0 \
+   json-glib-1.0 >= $MIN_JSON_VERSION \
+   libnotify \
+diff -Naur synapse-0.2.10.orig/src/core/Makefile.am 
synapse-0.2.10/src/core/Makefile.am
+--- synapse-0.2.10.orig/src/core/Makefile.am   2012-03-18 20:02:58.0 
+0100
 synapse-0.2.10/src/core/Makefile.am2014-08-12 02:53:07.964488996 
+0200
+@@ -7,7 +7,7 @@
+ 
+ libsynapsecore_la_VALAFLAGS = \
+   --pkg gtk+-2.0 \
+-  --pkg gee-1.0 \
++  --pkg gee-0.8 \
+   --pkg json-glib-1.0 \
+   --pkg dbus-glib-1 \
+   --pkg gio-unix-2.0 \
+diff -Naur synapse-0.2.10.orig/src/core/result-set.vala 
synapse-0.2.10/src/core/result-set.vala
+--- synapse-0.2.10.orig/src/core/result-set.vala   2012-03-18 
20:02:41.0 +0100
 synapse-0.2.10/src/core/result-set.vala2014-08-12 02:52:44.447243355 
+0200
+@@ -20,7 +20,7 @@
+ 
+ namespace Synapse
+ {
+-  public class ResultSet : Object, Gee.Iterable >
++  public class ResultSet : Object, Gee.Traversable, Gee.Iterable 
>
+   {
+ protected Gee.Map matches;
+ protected Gee.Set uris;
+@@ -88,6 +88,11 @@
+   return uri in uris;
+ }
+ 
++public bool foreach (Gee.ForallFunc func)
++{
++  return matches.keys.foreach (func);
++}
++
+ public Gee.List get_sorted_list ()
+ {
+   var l = new Gee.ArrayList> ();
+diff -Naur synapse-0.2.10.orig/src/plugins/Makefile.am 
synapse-0.2.10/src/plugins/Makefile.am
+--- synapse-0.2.10.orig/src/plugins/Makefile.am2012-03-18 
20:04:17.0 +0100
 synapse-0.2.10/src/plugins/Makefile.am 2014-08-12 02:53:26.878288046 
+0200
+@@ -8,7 +8,7 @@
+ 
+ libplugins_la_VALAFLAGS = \
+   --pkg gtk+-2.0 \
+-  --pkg gee-1.0 \
++  --pkg gee-0.8 \
+   --pkg json-glib-1.0 \
+   --pkg dbus-glib-1 \
+   --pkg gio-unix-2.0 \
+diff -Naur synapse-0.2.10.orig/src/ui/keybindings.vala 
synapse-0.2.10/src/ui/keybindings.vala
+--- synapse-0.2.10.orig/src/ui/keybindings.vala2012-03-18 
20:02:41.0 +0100
 synapse-0.2.10/src/ui/keybindings.vala 2014-08-12 02:52:44.463910433 
+0200
+@@ -82,9 +82,9 @@
+   this.cmd = cmd;
+   this.mods = mods;
+ }
+-public static int compare (v

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 03:00:11
  Author: fyan
Revision: 117223

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 117222, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 117222, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 117222, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 117222, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 117222, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 117222, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 117222, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 01:00:11 UTC (rev 117223)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=7
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com";
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 117222, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2014-08-12 01:00:11 UTC (rev 117223)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
117222, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2014-08-12 01:00:11 UTC (rev 
117223)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 117222, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 01:00:11 UTC (rev 117223)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=7
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:59:34
  Author: fyan
Revision: 117222

upgpkg: frogatto 1.3.1-7

boost 1.56.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:51:36 UTC (rev 117221)
+++ PKGBUILD2014-08-12 00:59:34 UTC (rev 117222)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



[arch-commits] Commit in dwarffortress/repos/community-i686 (9 files)

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:51:36
  Author: svenstaro
Revision: 117221

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 117220, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 117220, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 117220, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 117220, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 117220, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  145 
 dwarffortress |   35 ++-
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |8 ++
 4 files changed, 110 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 00:48:37 UTC (rev 117220)
+++ PKGBUILD2014-08-12 00:51:36 UTC (rev 117221)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.06
-_pkgver=40_06
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip')
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('90ba51d59484d210e04f287526aec72712bff9db2e0becc3638207d3cf9f7e68'
-'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 117220, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 00:51:36 UTC (rev 117221)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.40.08
+_pkgver=40_08
+pkgrel=1
+pkgdesc="A

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (9 files)

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:48:37
  Author: svenstaro
Revision: 117220

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 117219, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 117219, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 117219, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 117219, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 117219, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  145 
 dwarffortress |   35 ++-
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |8 ++
 4 files changed, 110 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-12 00:48:33 UTC (rev 117219)
+++ PKGBUILD2014-08-12 00:48:37 UTC (rev 117220)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.06
-_pkgver=40_06
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip')
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('90ba51d59484d210e04f287526aec72712bff9db2e0becc3638207d3cf9f7e68'
-'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 117219, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-12 00:48:37 UTC (rev 117220)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.40.08
+_pkgver=40_08
+pkgrel=1

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:48:33
  Author: svenstaro
Revision: 117219

upgpkg: dwarffortress 0.40.08-1

upstream release 0.40.08

Added:
  dwarffortress/trunk/dwarffortress.install
Modified:
  dwarffortress/trunk/PKGBUILD
  dwarffortress/trunk/dwarffortress

---+
 PKGBUILD  |9 +
 dwarffortress |   11 ---
 dwarffortress.install |8 
 3 files changed, 21 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:39:22 UTC (rev 117218)
+++ PKGBUILD2014-08-12 00:48:33 UTC (rev 117219)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.40.06
-_pkgver=40_06
+pkgver=0.40.08
+_pkgver=40_08
 pkgrel=1
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
@@ -13,6 +13,7 @@
 depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
 makedepends=(git cmake)
 options=('!strip')
+install=${pkgname}.install
 if [[ $CARCH == 'x86_64' ]]; then
   makedepends+=(gcc-multilib)
   depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
@@ -29,9 +30,9 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('90ba51d59484d210e04f287526aec72712bff9db2e0becc3638207d3cf9f7e68'
+sha256sums=('24fa1642b84a108b39fd82eb703b8d8c3f678e4d4bd61a56b6416d99ab76f5ab'
 'SKIP'
-'4a7cc39dabe4fa3c28fdb9bdff83f7cdf55de0beff700fd6ebe605dda2f81688'
+'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
 '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
 

Modified: dwarffortress
===
--- dwarffortress   2014-08-12 00:39:22 UTC (rev 117218)
+++ dwarffortress   2014-08-12 00:48:33 UTC (rev 117219)
@@ -5,11 +5,16 @@
 pkgname=dwarffortress #To be set by PKGBUILD
 
 if [[ ! -d "$HOME/.$pkgname" ]]; then
-mkdir "$HOME/.$pkgname"
-cp -rn /opt/"$pkgname"/data "$HOME/.$pkgname/"
-cp -rsn /opt/"$pkgname"/* "$HOME/.$pkgname/"
+mkdir -p "$HOME/.$pkgname/data"
+ln -s /opt/"$pkgname"/raw "$HOME/.$pkgname/raw"
+ln -s /opt/"$pkgname"/libs "$HOME/.$pkgname/libs"
+cp -rn /opt/"$pkgname"/data/init "$HOME/.$pkgname/data/init"
 fi
 
+for link in announcement art dipscript help index initial_movies movies 
shader.fs shader.vs sound speech; do
+cp -r /opt/"$pkgname"/data/$link "$HOME/.$pkgname/data/$link"
+done
+
 cd "$HOME/.$pkgname"
 exec ./libs/Dwarf_Fortress "$@"
 

Added: dwarffortress.install
===
--- dwarffortress.install   (rev 0)
+++ dwarffortress.install   2014-08-12 00:48:33 UTC (rev 117219)
@@ -0,0 +1,8 @@
+post_upgrade() {
+echo "You might have delete your ~/.dwarffortress directory to get the new 
file layout."
+echo "Of course, you can backup your saves."
+}
+
+post_install() {
+post_upgrade
+}



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:44:53
  Author: eric
Revision: 219595

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

Added:
  libzrtpcpp/repos/staging-i686/
  libzrtpcpp/repos/staging-i686/PKGBUILD
(from rev 219594, libzrtpcpp/trunk/PKGBUILD)
  libzrtpcpp/repos/staging-x86_64/
  libzrtpcpp/repos/staging-x86_64/PKGBUILD
(from rev 219594, libzrtpcpp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libzrtpcpp/repos/staging-i686/PKGBUILD (from rev 219594, 
libzrtpcpp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-12 00:44:53 UTC (rev 219595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Michel Brabants 
+
+pkgname=libzrtpcpp
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz";)
+md5sums=('ef26bafd5eacd8c3623e89d6e17ddfe1')
+
+prepare() {
+  sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ZRTPCPP-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libzrtpcpp/repos/staging-x86_64/PKGBUILD (from rev 219594, 
libzrtpcpp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-12 00:44:53 UTC (rev 219595)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Michel Brabants 
+
+pkgname=libzrtpcpp
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz";)
+md5sums=('ef26bafd5eacd8c3623e89d6e17ddfe1')
+
+prepare() {
+  sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ZRTPCPP-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:42:49
  Author: eric
Revision: 219594

upgpkg: libzrtpcpp 4.2.4-1

Upstream update

Modified:
  libzrtpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:31:46 UTC (rev 219593)
+++ PKGBUILD2014-08-12 00:42:49 UTC (rev 219594)
@@ -5,7 +5,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=libzrtpcpp
-pkgver=4.2.0
+pkgver=4.2.4
 pkgrel=1
 pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('ccrtp')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz";)
-md5sums=('690bf483a43cfc5cac748c03aa180b0f')
+md5sums=('ef26bafd5eacd8c3623e89d6e17ddfe1')
 
 prepare() {
   sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:39:22
  Author: svenstaro
Revision: 117218

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

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

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/wesnoth.install  |   14 ++
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/wesnoth.install|   14 ++
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 10 files changed, 152 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 117217, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 00:39:22 UTC (rev 117218)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.10.7
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data" 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('3f460a494530d32aa5d5d0f19c95efbd'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 117217, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2014-08-12 00:39:22 UTC (rev 
117218)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat << EOF
+Note:
+==> If you experience sound problems try setting your SDL_AUDIODRIVER 
environment variable to "dma"
+==> eg. export SDL_AUDIODRIVER="dma" ; wesnoth
+==> If "dma" doesn't work,other options are: dsp,alsa,artsc,esd,nas try to 
find the right output.
+EOF
+}
+
+post_upgrade() {
+post_install
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf (from rev 
117217, wesnoth/trunk/wesnoth.tmpfiles.conf)
===
--- community-staging-i686/wesnoth.tmpfiles.conf
(rev 0)
+++ community-staging

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:39:07
  Author: svenstaro
Revision: 117217

upgpkg: wesnoth 1.10.7-3

boost 1.56.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:34:21 UTC (rev 117216)
+++ PKGBUILD2014-08-12 00:39:07 UTC (rev 117217)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in activity-log-manager/repos (14 files)

2014-08-11 Thread Balló György
Date: Tuesday, August 12, 2014 @ 02:34:21
  Author: bgyorgy
Revision: 117216

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

Added:
  activity-log-manager/repos/community-i686/PKGBUILD
(from rev 117215, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-i686/activity-log-manager.install
(from rev 117215, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-i686/fix-build.patch
(from rev 117215, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-i686/gee-0.8.patch
(from rev 117215, activity-log-manager/trunk/gee-0.8.patch)
  activity-log-manager/repos/community-x86_64/PKGBUILD
(from rev 117215, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
(from rev 117215, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-x86_64/fix-build.patch
(from rev 117215, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-x86_64/gee-0.8.patch
(from rev 117215, activity-log-manager/trunk/gee-0.8.patch)
Deleted:
  activity-log-manager/repos/community-i686/PKGBUILD
  activity-log-manager/repos/community-i686/activity-log-manager.install
  activity-log-manager/repos/community-i686/fix-build.patch
  activity-log-manager/repos/community-x86_64/PKGBUILD
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
  activity-log-manager/repos/community-x86_64/fix-build.patch

---+
 /PKGBUILD |  104 
 /activity-log-manager.install |   22 +
 /fix-build.patch  |   24 +
 community-i686/PKGBUILD   |   46 --
 community-i686/activity-log-manager.install   |   11 --
 community-i686/fix-build.patch|   12 --
 community-i686/gee-0.8.patch  |   45 ++
 community-x86_64/PKGBUILD |   46 --
 community-x86_64/activity-log-manager.install |   11 --
 community-x86_64/fix-build.patch  |   12 --
 community-x86_64/gee-0.8.patch|   45 ++
 11 files changed, 240 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 00:34:09 UTC (rev 117215)
+++ community-i686/PKGBUILD 2014-08-12 00:34:21 UTC (rev 117216)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=2
-pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/activity-log-manager";
-license=('GPL2')
-depends=('gtk3' 'libgee06' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz
-fix-build.patch)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'f7a284bca152011500cb845aebad8d14'
- '243c71b429e12172691dcb748055247d')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-
-  # Regenerate C files
-  rm src/activity_log_manager_vala.stamp
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: activity-log-manager/repos/community-i686/PKGBUILD (from rev 117215, 
activity-log-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 00:34:21 UTC (rev 117216)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=3
+pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/activity-log-manager";
+license=('GPL2')
+depends=('gtk3' 'libgee' 'zeitgeist')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
+fix-build.patch
+gee-0.8.patch)
+md5sums=('d886be32db0fa351aaf0eb59912ee377'
+ 'a7ddf1d853f4942ebf701256d9

[arch-commits] Commit in activity-log-manager/trunk (PKGBUILD gee-0.8.patch)

2014-08-11 Thread Balló György
Date: Tuesday, August 12, 2014 @ 02:34:09
  Author: bgyorgy
Revision: 117215

upgpkg: activity-log-manager 0.9.7-3

Port to gee-0.8, update translations

Added:
  activity-log-manager/trunk/gee-0.8.patch
Modified:
  activity-log-manager/trunk/PKGBUILD

---+
 PKGBUILD  |   18 --
 gee-0.8.patch |   45 +
 2 files changed, 57 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:18:21 UTC (rev 117214)
+++ PKGBUILD2014-08-12 00:34:09 UTC (rev 117215)
@@ -4,20 +4,22 @@
 
 pkgname=activity-log-manager
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/activity-log-manager";
 license=('GPL2')
-depends=('gtk3' 'libgee06' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
+depends=('gtk3' 'libgee' 'zeitgeist')
 makedepends=('vala' 'intltool')
 install=$pkgname.install
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz
-fix-build.patch)
+
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
+fix-build.patch
+gee-0.8.patch)
 md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'f7a284bca152011500cb845aebad8d14'
- '243c71b429e12172691dcb748055247d')
+ 'a7ddf1d853f4942ebf701256d9e5a38f'
+ '243c71b429e12172691dcb748055247d'
+ 'c3598a22822462d03083b3999748530d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -32,10 +34,14 @@
 
   # Fix build
   patch -Np1 -i ../fix-build.patch
+
+  # Port to gee-0.8
+  patch -Np1 -i ../gee-0.8.patch
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }

Added: gee-0.8.patch
===
--- gee-0.8.patch   (rev 0)
+++ gee-0.8.patch   2014-08-12 00:34:09 UTC (rev 117215)
@@ -0,0 +1,45 @@
+diff -Naur activity-log-manager-0.9.7.orig/configure.ac 
activity-log-manager-0.9.7/configure.ac
+--- activity-log-manager-0.9.7.orig/configure.ac   2013-07-10 
08:28:23.0 +0200
 activity-log-manager-0.9.7/configure.ac2014-08-11 15:16:37.573942945 
+0200
+@@ -43,7 +43,7 @@
+ 
+ PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [HAVE_LIBZG=yes])
+ PKG_CHECK_MODULES(GTK, gtk+-3.0, [HAVE_GTK=yes])
+-PKG_CHECK_MODULES(GEE, gee-1.0, [HAVE_GEE=yes])
++PKG_CHECK_MODULES(GEE, gee-0.8, [HAVE_GEE=yes])
+ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0, [HAVE_GIO_UNIX=yes])
+ PKG_CHECK_MODULES(POLKIT, polkit-gobject-1, [HAVE_POLKIT=yes], 
[HAVE_POLKIT=no])
+ PKG_CHECK_MODULES(LIBWHOOPSIE, libwhoopsie, [HAVE_LIBWHOOPSIE=yes], 
[HAVE_LIBWHOOPSIE=no])
+diff -Naur activity-log-manager-0.9.7.orig/src/Makefile.am 
activity-log-manager-0.9.7/src/Makefile.am
+--- activity-log-manager-0.9.7.orig/src/Makefile.am2013-07-10 
08:28:23.0 +0200
 activity-log-manager-0.9.7/src/Makefile.am 2014-08-11 15:35:14.909210489 
+0200
+@@ -2,7 +2,7 @@
+   --pkg zeitgeist-2.0 \
+   --pkg glib-2.0 \
+   --pkg gtk+-3.0 \
+-  --pkg gee-1.0  \
++  --pkg gee-0.8  \
+   --target-glib=2.26 \
+   --pkg gio-unix-2.0 \
+   config.vapi
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala 
activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala   2014-08-11 
15:15:53.586144000 +0200
 activity-log-manager-0.9.7/src/unified-privacy.vala2014-08-12 
01:27:54.292926227 +0200
+@@ -114,7 +114,7 @@
+   remove_folder_from_view(folder);
+   });
+   
+-  mime_dict = new HashMap(str_hash, 
str_equal);
++  mime_dict = new HashMap();
+   mime_dict.set(_("Music"), NFO.AUDIO);
+   mime_dict.set(_("Videos"), NFO.VIDEO);
+   mime_dict.set(_("Pictures"), NFO.IMAGE);
+@@ -213,7 +213,7 @@
+   // Checkbox Box
+   var checkbox_hbox = new Box(Orientation.VERTICAL, 0);
+ 
+-  CompareFunc mime_compare = (s1, s2) => {
++  CompareDataFunc mime_compare = (s1, s2) => {
+   return s1.collate(s2);
+   };
+   Gee.ArrayList keys = new 
Gee.ArrayList();



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:31:46
  Author: eric
Revision: 219593

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

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

--+
 staging-i686/PKGBUILD|   32 
 staging-i686/ccrtp.install   |   22 ++
 staging-x86_64/PKGBUILD  |   32 
 staging-x86_64/ccrtp.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: ccrtp/repos/staging-i686/PKGBUILD (from rev 219592, 
ccrtp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-12 00:31:46 UTC (rev 219593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: John Proctor 
+# Contributor: Alexander Rødseth 
+
+pkgname=ccrtp
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ccrtp/";
+license=('GPL' 'custom')
+depends=('ucommon' 'libgcrypt')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('f2e143c2558fbbe5715a1f04be2fb692'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: ccrtp/repos/staging-i686/ccrtp.install (from rev 219592, 
ccrtp/trunk/ccrtp.install)
===
--- staging-i686/ccrtp.install  (rev 0)
+++ staging-i686/ccrtp.install  2014-08-12 00:31:46 UTC (rev 219593)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(ccrtp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ccrtp/repos/staging-x86_64/PKGBUILD (from rev 219592, 
ccrtp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-12 00:31:46 UTC (rev 219593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: John Proctor 
+# Contributor: Alexander Rødseth 
+
+pkgname=ccrtp
+pkgver=2.0.9
+pkgrel=1
+pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ccrtp/";
+license=('GPL' 'custom')
+depends=('ucommon' 'libgcrypt')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('f2e143c2558fbbe5715a1f04be2fb692'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: ccrtp/repos/staging-x86_64/ccrtp.install (from rev 219592, 
ccrtp/trunk/ccrtp.install)
===
--- staging-x86_64/ccrtp.install(rev 0)
+++ staging-x86_64/ccrtp.install2014-08-12 00:31:46 UTC (rev 219593)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(ccrtp.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in "${filelist[@]}"; do
+install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-11 Thread Gaetan Bisson
Date: Tuesday, August 12, 2014 @ 02:30:17
  Author: bisson
Revision: 219592

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 219591, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 219591, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 219591, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 219591, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   50 
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 00:29:50 UTC (rev 219591)
+++ extra-i686/PKGBUILD 2014-08-12 00:30:17 UTC (rev 219592)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.36.0
-pkgrel=3
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin')
-source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r "${pkgdir}/usr/lib/tcl8.6/graphviz"
-   ln -s ../graphviz/tcl "$pkgdir/usr/lib/tcl8.6/graphviz"
-}

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

Deleted: extra-i686/install
===
--- extra-i686/install  2014-08-12 00:29:50 UTC (rev 219591)
+++ extra-i686/install  2014-08-12 00:30:17 UTC (rev 219592)
@@ -1,12 +0,0 @@
-post_install() {
-   rm -f usr/lib/graphviz/co

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

2014-08-11 Thread Gaetan Bisson
Date: Tuesday, August 12, 2014 @ 02:29:45
  Author: bisson
Revision: 219590

upstream update

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:13:14 UTC (rev 219589)
+++ PKGBUILD2014-08-12 00:29:45 UTC (rev 219590)
@@ -4,8 +4,8 @@
 # Contributor: John Proctor 
 
 pkgname=graphviz
-pkgver=2.36.0
-pkgrel=3
+pkgver=2.38.0
+pkgrel=1
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -24,7 +24,7 @@
 'qt4: gvedit'
 'gtk2: gtk output plugin')
 source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef')
 
 install=install
 



[arch-commits] Commit in ccrtp/trunk (PKGBUILD libgcrypt160.patch)

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:29:50
  Author: eric
Revision: 219591

upgpkg: ccrtp 2.0.9-1

Upstream update, Remove old patch

Modified:
  ccrtp/trunk/PKGBUILD
Deleted:
  ccrtp/trunk/libgcrypt160.patch

+
 PKGBUILD   |   17 
 libgcrypt160.patch |   52 ---
 2 files changed, 5 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:29:45 UTC (rev 219590)
+++ PKGBUILD2014-08-12 00:29:50 UTC (rev 219591)
@@ -6,8 +6,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ccrtp
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.9
+pkgrel=1
 pkgdesc="An implementation of RTP, the real-time transport protocol from the 
IETF"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ccrtp/";
@@ -14,17 +14,10 @@
 license=('GPL' 'custom')
 depends=('ucommon' 'libgcrypt')
 install=$pkgname.install
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-'libgcrypt160.patch')
-md5sums=('ca0a7a184b242d660d81caf6101a2c0c'
- 'SKIP'
- '8ca785e2613b4e056685d3dca3fe8670')
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('f2e143c2558fbbe5715a1f04be2fb692'
+ 'SKIP')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/libgcrypt160.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Deleted: libgcrypt160.patch
===
--- libgcrypt160.patch  2014-08-12 00:29:45 UTC (rev 219590)
+++ libgcrypt160.patch  2014-08-12 00:29:50 UTC (rev 219591)
@@ -1,52 +0,0 @@
 ccrtp-2.0.6/src/ccrtp/crypto/gcrypt/InitializeGcrypt.cpp~  2013-12-24 
09:48:10.679538751 +
-+++ ccrtp-2.0.6/src/ccrtp/crypto/gcrypt/InitializeGcrypt.cpp   2013-12-24 
09:48:29.149404720 +
-@@ -22,40 +22,6 @@
- #include 
- #include 
- 
--/*
-- * The following macro was copied from gcrypt.h and modified to explicitly
-- * cast the pointer types to keep the compiler happy.
-- */
--#define GCRY_THREAD_OPTION_PTHREAD_CPP_IMPL   
\
--static int gcry_pthread_mutex_init (void **priv)  
\
--{ 
\
--  int err = 0;
\
--  pthread_mutex_t *lock = (pthread_mutex_t *)malloc (sizeof 
(pthread_mutex_t)); \
--  
\
--  if (!lock)  
\
--err = ENOMEM; 
\
--  if (!err)   
\
--{ \
--  err = pthread_mutex_init (lock, NULL);  
\
--  if (err)
\
--free (lock);  
\
--  else
\
--*priv = lock; 
\
--} \
--  return err; 
\
--} 
\
--static int gcry_pthread_mutex_destroy (void **lock)   
\
--{ int err = pthread_mutex_destroy ((pthread_mutex_t *)*lock);  free (*lock); 
return err; } \
--static int gcry_pthread_mutex_lock (void **lock)  
\
--{ return pthread_mutex_lock ((pthread_mutex_t *)*lock); } 
\
--static int gcry_pthread_mutex_unlock (void **lock)
\
--{ return pthread_mutex_unlock ((pthread_mutex_t *)*lock); }   
\
--  
\
--static struct gcry_thread_cbs gcry_threads_pthread =  
\
--{ GCRY_THREAD_OPTION_PTHREAD, NULL,   
\
--  gcry_pthread_mutex_init, gcry_pthread_mutex_destroy,
\
--  gcry_pthread_mutex_lock, gcry_pthread_mutex_unlock }
--
- /** Implement the locking callback functions for libgcrypt.
-  *
-  */
-@@ -65,7 +31,7 @@
- #ifdef __cplusplus
- extern "C" {
- #endif
--GCRY_THREAD_OPTION_PTHREAD_CPP_IMPL;
-+GCRY_THREAD_OPTION_PTHREAD_IMPL;
- #ifdef __cplusplus
- }
- #endif



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:18:21
  Author: fyan
Revision: 117214

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

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 117213, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-i686/bitcoin-qt.install
(from rev 117213, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 117213, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin-qt.install
(from rev 117213, bitcoin/trunk/bitcoin-qt.install)

-+
 community-staging-i686/PKGBUILD |   84 ++
 community-staging-i686/bitcoin-qt.install   |   11 +++
 community-staging-x86_64/PKGBUILD   |   84 ++
 community-staging-x86_64/bitcoin-qt.install |   11 +++
 4 files changed, 190 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 117213, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 00:18:21 UTC (rev 117214)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
+pkgver=0.9.2.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver-linux.tar.gz
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+sha256sums=('0060f7d38b98113ab912d4c184000291d7f026eaf77ca5830deec15059678f54'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'e141088b07641e4e58cc750f93bbdda1ca0e8f07262fce66b73524c1ed97480e'
+'881dcc53ebe2d2a4f8647eb206fd355c69e4186f225e2dcfce19d276381e613a'
+'b7b232079027c41061dcfd21bca2054e349e4bed4f233733406bb3d90bd533ec')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  tar xf $pkgbase-$_pkgver.tar.gz
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
+  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs openssl)
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src/$pkgbase-$_pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: bitcoin/repos/community-staging-i686/bitcoin-qt.install (from rev 
117213, bitcoin/trunk/bitcoin-qt.install)
===
--- community-staging-i686/bitcoin-qt.install   (rev 0)
+++ community-staging-i686/bitcoin-qt.install   2014-08-12 00:18:21 UTC (rev 
117214)
@@ -0,0 +1,11 @@
+post_install() {

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:17:46
  Author: fyan
Revision: 117213

upgpkg: bitcoin 0.9.2.1-2

boost 1.56.0 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:09:27 UTC (rev 117212)
+++ PKGBUILD2014-08-12 00:17:46 UTC (rev 117213)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
 pkgver=0.9.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:13:14
  Author: eric
Revision: 219589

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

Added:
  ucommon/repos/extra-i686/PKGBUILD
(from rev 219588, ucommon/trunk/PKGBUILD)
  ucommon/repos/extra-x86_64/PKGBUILD
(from rev 219588, ucommon/trunk/PKGBUILD)
Deleted:
  ucommon/repos/extra-i686/PKGBUILD
  ucommon/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-08-12 00:10:39 UTC (rev 219588)
+++ extra-i686/PKGBUILD 2014-08-12 00:13:14 UTC (rev 219589)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=2
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 219588, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 00:13:14 UTC (rev 219589)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=ucommon
+pkgver=6.1.10
+pkgrel=1
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('a0908c7a1abad82ce9556bb59f77bedb'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-12 00:10:39 UTC (rev 219588)
+++ extra-x86_64/PKGBUILD   2014-08-12 00:13:14 UTC (rev 219589)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=2
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 219588, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-12 00:13:14 UTC (rev 219589)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=ucommon
+pkgver=6.1.10
+pkgrel=1
+pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+arch=('i686' 'x86_64')
+url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('a0908c7a1abad82ce9556bb59f77bedb'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-08-11 Thread Eric Bélanger
Date: Tuesday, August 12, 2014 @ 02:10:39
  Author: eric
Revision: 219588

upgpkg: ucommon 6.1.10-1

Upstream update

Modified:
  ucommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 23:47:37 UTC (rev 219587)
+++ PKGBUILD2014-08-12 00:10:39 UTC (rev 219588)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=ucommon
-pkgver=6.0.7
-pkgrel=2
+pkgver=6.1.10
+pkgrel=1
 pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
 arch=('i686' 'x86_64')
 url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++";
@@ -10,7 +10,7 @@
 license=('GPL3' 'LGPL3')
 depends=('openssl')
 source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
+md5sums=('a0908c7a1abad82ce9556bb59f77bedb'
  'SKIP')
 
 build() {



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:09:27
  Author: fyan
Revision: 117212

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

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

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/glom.changelog   |2 +
 community-staging-i686/glom.install |   13 ++
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/glom.changelog |2 +
 community-staging-x86_64/glom.install   |   13 ++
 6 files changed, 104 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 117211, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 00:09:27 UTC (rev 117212)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.24.2
+pkgrel=3
+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')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b')
+
+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 117211, 
glom/trunk/glom.changelog)
===
--- community-staging-i686/glom.changelog   (rev 0)
+++ community-staging-i686/glom.changelog   2014-08-12 00:09:27 UTC (rev 
117212)
@@ -0,0 +1,2 @@
+2013-11-11 Jaroslav Lichtblau 
+* glom-1.24.2-1

Copied: glom/repos/community-staging-i686/glom.install (from rev 117211, 
glom/trunk/glom.install)
===
--- community-staging-i686/glom.install (rev 0)
+++ community-staging-i686/glom.install 2014-08-12 00:09:27 UTC (rev 117212)
@@ -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
+}

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 117211, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 00:09:27 UTC (rev 117212)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.24.2
+pkgrel=3
+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')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('7bd16c9ac0db15d273667c1a39c1f5056669281d69e9c779548b1f6bdaef798b')
+
+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-$pkg

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:08:42
  Author: fyan
Revision: 117211

upgpkg: glom 1.24.2-3

boost 1.56.0 rebuild

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:00:51 UTC (rev 117210)
+++ PKGBUILD2014-08-12 00:08:42 UTC (rev 117211)
@@ -6,7 +6,7 @@
 
 pkgname=glom
 pkgver=1.24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An easy-to-use database designer and user interface"
 arch=('i686' 'x86_64')
 url="http://www.glom.org/";



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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:00:51
  Author: svenstaro
Revision: 117210

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

Added:
  fmodex/repos/community-i686/PERMISSION
(from rev 117209, fmodex/trunk/PERMISSION)
  fmodex/repos/community-i686/PKGBUILD
(from rev 117209, fmodex/trunk/PKGBUILD)
  fmodex/repos/community-x86_64/PERMISSION
(from rev 117209, fmodex/trunk/PERMISSION)
  fmodex/repos/community-x86_64/PKGBUILD
(from rev 117209, fmodex/trunk/PKGBUILD)
Deleted:
  fmodex/repos/community-i686/PERMISSION
  fmodex/repos/community-i686/PKGBUILD
  fmodex/repos/community-x86_64/PERMISSION
  fmodex/repos/community-x86_64/PKGBUILD

-+
 /PERMISSION |   50 +
 /PKGBUILD   |   82 ++
 community-i686/PERMISSION   |   25 
 community-i686/PKGBUILD |   41 -
 community-x86_64/PERMISSION |   25 
 community-x86_64/PKGBUILD   |   41 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PERMISSION
===
--- community-i686/PERMISSION   2014-08-12 00:00:32 UTC (rev 117209)
+++ community-i686/PERMISSION   2014-08-12 00:00:51 UTC (rev 117210)
@@ -1,25 +0,0 @@
-Hi Sven,
-sounds ok to me.
-regards,
-
-Brett Paterson | CEO
-FMOD by Firelight Technologies Pty Ltd
-Interactive Audio Middleware | www.fmod.org
-PH: +61 3 96635947 Fax: +61 3 96635951
-
-
--Original Message-
-From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sa...@fmod.org
-Subject: Redistribution for Arch Linux
-
- Hello,
-
- I'm a packager for the Arch Linux project (http://www.archlinux.org) and
- I would like to ask you for permission for redistributing FMOD in binary
- form in our project. Arch Linux is a free operating system and is run
- entirely by volunteers. There is no commercial context.
-
- Regards,
- Sven-Hendrik Haase

Copied: fmodex/repos/community-i686/PERMISSION (from rev 117209, 
fmodex/trunk/PERMISSION)
===
--- community-i686/PERMISSION   (rev 0)
+++ community-i686/PERMISSION   2014-08-12 00:00:51 UTC (rev 117210)
@@ -0,0 +1,25 @@
+Hi Sven,
+sounds ok to me.
+regards,
+
+Brett Paterson | CEO
+FMOD by Firelight Technologies Pty Ltd
+Interactive Audio Middleware | www.fmod.org
+PH: +61 3 96635947 Fax: +61 3 96635951
+
+
+-Original Message-
+From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sa...@fmod.org
+Subject: Redistribution for Arch Linux
+
+ Hello,
+
+ I'm a packager for the Arch Linux project (http://www.archlinux.org) and
+ I would like to ask you for permission for redistributing FMOD in binary
+ form in our project. Arch Linux is a free operating system and is run
+ entirely by volunteers. There is no commercial context.
+
+ Regards,
+ Sven-Hendrik Haase

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-12 00:00:32 UTC (rev 117209)
+++ community-i686/PKGBUILD 2014-08-12 00:00:51 UTC (rev 117210)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph Zeiler 
-
-# Note: This packae is proprietary and distribution is limited. However, we
-# have written permission to by the FMOD CEO to distribute this in binary form.
-pkgname=fmodex
-pkgver=4.44.39
-pkgrel=1
-pkgdesc="An advanced audio engine"
-arch=('i686' 'x86_64')
-url="http://www.fmod.org/";
-license=('custom')
-source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz";)
-md5sums=('62e0b4110677ad566a96ff99898900ba')
-
-package() {
-  cd fmodapi${pkgver//./}linux
-
-  mkdir -p ${pkgdir}/usr/lib
-  mkdir -p ${pkgdir}/usr/include/fmodex
-
-  cp -d api/lib/* ${pkgdir}/usr/lib/
-  [[ $CARCH == "i686" ]] && rm ${pkgdir}/usr/lib/*64*
-
-  if [[ $CARCH == "x86_64" ]]; then
-cd ${pkgdir}/usr/lib
-ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so
-ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so
-cd ${srcdir}/fmodapi${pkgver//./}linux
-  fi
-
-  cp api/inc/* ${pkgdir}/usr/include/fmodex/
-
-  install -Dm644 documentation/LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mkdir -p ${pkgdir}/usr/share/doc/fmodex
-  cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fmodex/repos/community-i686/PKGBUILD (from rev 117209, 
fmodex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-12 00:00:51 UTC (rev 117210)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+# Note: This pac

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

2014-08-11 Thread Sven-Hendrik Haase
Date: Tuesday, August 12, 2014 @ 02:00:32
  Author: svenstaro
Revision: 117209

upgpkg: fmodex 4.44.40-1

upstream release 4.44.40

Modified:
  fmodex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 23:54:34 UTC (rev 117208)
+++ PKGBUILD2014-08-12 00:00:32 UTC (rev 117209)
@@ -5,7 +5,7 @@
 # Note: This packae is proprietary and distribution is limited. However, we
 # have written permission to by the FMOD CEO to distribute this in binary form.
 pkgname=fmodex
-pkgver=4.44.39
+pkgver=4.44.40
 pkgrel=1
 pkgdesc="An advanced audio engine"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url="http://www.fmod.org/";
 license=('custom')
 
source=("http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz";)
-md5sums=('62e0b4110677ad566a96ff99898900ba')
+md5sums=('509ef3614de172f2c903e37ae5192da8')
 
 package() {
   cd fmodapi${pkgver//./}linux



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:54:08
  Author: fyan
Revision: 117207

upgpkg: python-redis 2.10.2-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 23:35:24 UTC (rev 117206)
+++ PKGBUILD2014-08-11 23:54:08 UTC (rev 117207)
@@ -6,7 +6,7 @@
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
 _basename=redis
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -14,10 +14,10 @@
 license=('MIT')
 makedepends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
-md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
+md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
 
 prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
+  cp -a ${_basename}-${pkgver}{,-py2}
 }
 
 build() {



[arch-commits] Commit in python-redis/repos/community-any (PKGBUILD PKGBUILD)

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:54:34
  Author: fyan
Revision: 117208

archrelease: copy trunk to community-any

Added:
  python-redis/repos/community-any/PKGBUILD
(from rev 117207, python-redis/trunk/PKGBUILD)
Deleted:
  python-redis/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 23:54:08 UTC (rev 117207)
+++ PKGBUILD2014-08-11 23:54:34 UTC (rev 117208)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-_basename=redis
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="http://github.com/andymccurdy/redis-py";
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
-md5sums=('6ffdea9c476b4815ddfee9a7362819ea')
-
-prepare() {
-  cp -r ${_basename}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${_basename}-${pkgver}
-  python setup.py build
-
-  cd ../${_basename}-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd ${_basename}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd ${_basename}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 117207, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 23:54:34 UTC (rev 117208)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+_basename=redis
+pkgver=2.10.2
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="http://github.com/andymccurdy/redis-py";
+license=('MIT')
+makedepends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/r/${_basename}/${_basename}-${pkgver}.tar.gz";)
+md5sums=('03c749a5809fed0bab0a41cb8c1d3793')
+
+prepare() {
+  cp -a ${_basename}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_basename}-${pkgver}
+  python setup.py build
+
+  cd ../${_basename}-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd ${_basename}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd ${_basename}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:47:37
  Author: fyan
Revision: 219587

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

Added:
  serf/repos/extra-i686/PKGBUILD
(from rev 219586, serf/trunk/PKGBUILD)
  serf/repos/extra-x86_64/PKGBUILD
(from rev 219586, serf/trunk/PKGBUILD)
Deleted:
  serf/repos/extra-i686/PKGBUILD
  serf/repos/extra-i686/serf-ssl-allocator-v2.patch
  serf/repos/extra-x86_64/PKGBUILD
  serf/repos/extra-x86_64/serf-ssl-allocator-v2.patch

--+
 /PKGBUILD|   64 +
 extra-i686/PKGBUILD  |   32 --
 extra-i686/serf-ssl-allocator-v2.patch   |   57 -
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/serf-ssl-allocator-v2.patch |   57 -
 5 files changed, 64 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 23:46:50 UTC (rev 219586)
+++ extra-i686/PKGBUILD 2014-08-11 23:47:37 UTC (rev 219587)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: Stéphane Gaudreault 
-
-pkgname=serf
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="High-performance asynchronous HTTP client library"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/serf/";
-license=('Apache')
-depends=('apr-util')
-makedepends=('scons')
-options=('!staticlibs')
-source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
-md5sums=('a9f7445530ea7e2755b6df1225b25a4a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  scons check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr"
-  scons PREFIX="${pkgdir}/usr" install
-}

Copied: serf/repos/extra-i686/PKGBUILD (from rev 219586, serf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 23:47:37 UTC (rev 219587)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Deleted: extra-i686/serf-ssl-allocator-v2.patch
===
--- extra-i686/serf-ssl-allocator-v2.patch  2014-08-11 23:46:50 UTC (rev 
219586)
+++ extra-i686/serf-ssl-allocator-v2.patch  2014-08-11 23:47:37 UTC (rev 
219587)
@@ -1,57 +0,0 @@
-Index: buckets/ssl_buckets.c
-===
 buckets/ssl_buckets.c   (revision 2130)
-+++ buckets/ssl_buckets.c   (working copy)
-@@ -1192,21 +1192,16 @@
- context->server_cert_userdata = data;
- }
- 
--static serf_ssl_context_t *ssl_init_context(void)
-+static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
- {
- serf_ssl_context_t *ssl_ctx;
--apr_pool_t *pool;
--serf_bucket_alloc_t *allocator;
- 
- init_ssl_libraries();
- 
--apr_pool_create(&pool, NULL);
--allocator = serf_bucket_allocator_create(pool, NULL, NULL);
--
- ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
- 
- ssl_ctx->refcount = 0;
--ssl_ctx->pool = pool;
-+ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
- ssl_ctx->allocator = allocator;
- 
- ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
-@@ -1263,8 +1258,6 @@
- static apr_status_t ssl_free_context(
- serf_ssl_context_t *ssl_ctx)
- {
--apr_pool_t *p;
--
- /* If never had the pending buckets, don't try to free them. */
- if (ssl_ctx->decrypt.pending != NULL) {
- serf_bucket_destroy(ssl_ctx->decrypt.pending);
-@@ -1277,10 +1270,7 @@
- SSL_free(ssl_ctx->ssl);
- SSL_CTX_free(ssl_ctx->ctx);
- 
--p = ssl_ctx->pool;
--
- serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
--apr_pool_destroy(p);
- 
- return APR_SUCCESS;
- }
-@@ -1294,7 +1284,7 @@
- 
- ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
- if (!ssl_ctx) {
--ctx->ssl_ctx = ssl_init_context();
-+ctx->ssl_ctx = ssl_init_context(allocator);
- }
- else {
- ctx->ssl_ctx = ssl_ctx;

Deleted: extra-x86_64/PKGBUILD
=

[arch-commits] Commit in serf/repos (community-i686 community-x86_64)

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:46:50
  Author: fyan
Revision: 219586

fix wrong push to community

Deleted:
  serf/repos/community-i686/
  serf/repos/community-x86_64/



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:46:00
  Author: fyan
Revision: 219585

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

Added:
  serf/repos/community-i686/
  serf/repos/community-i686/PKGBUILD
(from rev 219584, serf/trunk/PKGBUILD)
  serf/repos/community-x86_64/
  serf/repos/community-x86_64/PKGBUILD
(from rev 219584, serf/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: serf/repos/community-i686/PKGBUILD (from rev 219584, 
serf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 23:46:00 UTC (rev 219585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Copied: serf/repos/community-x86_64/PKGBUILD (from rev 219584, 
serf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-11 23:46:00 UTC (rev 219585)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:45:22
  Author: fyan
Revision: 219584

upgpkg: serf 1.3.7-1

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 21:19:33 UTC (rev 219583)
+++ PKGBUILD2014-08-11 23:45:22 UTC (rev 219584)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=serf
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc="High-performance asynchronous HTTP client library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('scons')
 options=('!staticlibs')
 source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
-md5sums=('a9f7445530ea7e2755b6df1225b25a4a')
+md5sums=('123ee11e5877d2f31f81965e60f83bb2')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:35:24
  Author: fyan
Revision: 117206

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

Added:
  desmume/repos/community-i686/PKGBUILD
(from rev 117205, desmume/trunk/PKGBUILD)
  desmume/repos/community-i686/desmume.install
(from rev 117205, desmume/trunk/desmume.install)
  desmume/repos/community-i686/glx_3Demu.patch
(from rev 117205, desmume/trunk/glx_3Demu.patch)
  desmume/repos/community-x86_64/PKGBUILD
(from rev 117205, desmume/trunk/PKGBUILD)
  desmume/repos/community-x86_64/desmume.install
(from rev 117205, desmume/trunk/desmume.install)
  desmume/repos/community-x86_64/glx_3Demu.patch
(from rev 117205, desmume/trunk/glx_3Demu.patch)
Deleted:
  desmume/repos/community-i686/PKGBUILD
  desmume/repos/community-i686/desmume.install
  desmume/repos/community-i686/glx_3Demu.patch
  desmume/repos/community-x86_64/PKGBUILD
  desmume/repos/community-x86_64/desmume.install
  desmume/repos/community-x86_64/glx_3Demu.patch

--+
 /PKGBUILD|   98 +
 /desmume.install |   22 
 /glx_3Demu.patch |   50 ++
 community-i686/PKGBUILD  |   48 --
 community-i686/desmume.install   |   11 
 community-i686/glx_3Demu.patch   |   25 -
 community-x86_64/PKGBUILD|   48 --
 community-x86_64/desmume.install |   11 
 community-x86_64/glx_3Demu.patch |   25 -
 9 files changed, 170 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 23:34:35 UTC (rev 117205)
+++ community-i686/PKGBUILD 2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Jonathan Conder 
-# Contributor: Brad Fanella 
-# Contributor: Arkham 
-# Contributor: Nathan Jones 
-# Contributor: Javier "Phrodo_00" Aravena 
-# Contributor: angvp 
-# Contributor: Allan 
-# Contributor: w0rm 
-# Contributor: vEX 
-# Contributor: Asher256 
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=3
-pkgdesc="Nintendo DS emulator"
-arch=('i686' 'x86_64')
-url="http://desmume.org/";
-license=('GPL')
-depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
-"glx_3Demu.patch")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2 < "$srcdir"/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  ./configure --prefix=/usr --enable-wifi --enable-openal
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-i686/PKGBUILD (from rev 117205, 
desmume/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Jonathan Conder 
+# Contributor: Brad Fanella 
+# Contributor: Arkham 
+# Contributor: Nathan Jones 
+# Contributor: Javier "Phrodo_00" Aravena 
+# Contributor: angvp 
+# Contributor: Allan 
+# Contributor: w0rm 
+# Contributor: vEX 
+# Contributor: Asher256 
+
+pkgname=desmume
+pkgver=0.9.10
+pkgrel=4
+pkgdesc="Nintendo DS emulator"
+arch=('i686' 'x86_64')
+url="http://desmume.org/";
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa' 'clang')
+install=desmume.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
+"glx_3Demu.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://sourceforge.net/p/desmume/code/4907/
+  patch -Np2 < "$srcdir"/glx_3Demu.patch
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
+ '352ea0ffa109f68da2fb79f30d2c85e2')

Deleted: community-i686/desmume.install
===
--- community-i686/desmume.install  

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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 01:34:35
  Author: fyan
Revision: 117205

upgpkg: desmume 0.9.10-4

- compile with clang to workaround FS#41476

Modified:
  desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 21:18:35 UTC (rev 117204)
+++ PKGBUILD2014-08-11 23:34:35 UTC (rev 117205)
@@ -13,13 +13,13 @@
 
 pkgname=desmume
 pkgver=0.9.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Nintendo DS emulator"
 arch=('i686' 'x86_64')
 url="http://desmume.org/";
 license=('GPL')
 depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa')
+makedepends=('intltool' 'mesa' 'clang')
 install=desmume.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
 "glx_3Demu.patch")
@@ -34,7 +34,8 @@
   # 
https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
   sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
 
-  ./configure --prefix=/usr --enable-wifi --enable-openal
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
   make
 }
 



[arch-commits] Commit in krb5/repos (18 files)

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 23:19:33
  Author: eric
Revision: 219583

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 219582, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
(from rev 219582, 
krb5/trunk/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 219582, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 219582, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 219582, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 219582, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 219582, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 219582, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 219582, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
(from rev 219582, 
krb5/trunk/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 219582, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 219582, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 219582, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 219582, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 219582, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 219582, krb5/trunk/krb5-kpropd@.service)

+
 testing-i686/PKGBUILD  |  142 
++
 testing-i686/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch   |   64 
 testing-i686/krb5-config_LDFLAGS.patch |   12 
 testing-i686/krb5-kadmind.service  |8 
 testing-i686/krb5-kdc.service  |9 
 testing-i686/krb5-kpropd.service   |8 
 testing-i686/krb5-kpropd.socket|9 
 testing-i686/krb5-kpropd@.service  |8 
 testing-x86_64/PKGBUILD|  142 
++
 testing-x86_64/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch |   64 
 testing-x86_64/krb5-config_LDFLAGS.patch   |   12 
 testing-x86_64/krb5-kadmind.service|8 
 testing-x86_64/krb5-kdc.service|9 
 testing-x86_64/krb5-kpropd.service |8 
 testing-x86_64/krb5-kpropd.socket  |9 
 testing-x86_64/krb5-kpropd@.service|8 
 16 files changed, 520 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 219582, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-11 21:19:33 UTC (rev 219583)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=krb5
+pkgver=1.12.1
+pkgrel=2
+pkgdesc="The Kerberos network authentication system"
+arch=('i686' 'x86_64')
+url="http://web.mit.edu/kerberos/";
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+options=('!emptydirs')
+source=(http://web.mit.edu/kerberos/dist/krb5/${pkgver%.*}/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind.service
+krb5-kdc.service
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket
+   krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
+sha1sums=('d59e8dc0fc9e1890e109cd033756539984e3d3fe'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab'
+  '59bbc7e686cbb4bcefddf0f134d928d7bd5e7722'
+  '2ef2476a8673b3b702e829d8f451c839c2273b02'
+  '74d66aefd291f22dd80799f0437cc03d83083ed5'
+  '6787c6ce2783b3f980c423e2dd4abf5236af670b'
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912'
+  '8273976824137df1d42a4f9c7bafdfbd92f27d0a')
+
+prepare() {
+  # the signature and source are bundled together, so signature check needs to 
be done here
+  _check_pgpsig
+
+  tar -xf ${pkgname}-${pkgver}.tar.gz
+  cd ${pkgname}-${pkgver}
+  # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+  patch -p1 -i "${srcdir}"/krb5-config_LDFLAGS.patch

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 23:18:35
  Author: jelle
Revision: 117204

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 117203, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-i686/arch32-config
(from rev 117203, schroot/trunk/arch32-config)
  schroot/repos/community-staging-i686/arch32-copyfiles
(from rev 117203, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-i686/arch32-example
(from rev 117203, schroot/trunk/arch32-example)
  schroot/repos/community-staging-i686/arch32-mount
(from rev 117203, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-i686/arch32-nssdatabases
(from rev 117203, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-i686/colon-completion.patch
(from rev 117203, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-i686/fix-bash-completion.patch
(from rev 117203, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-i686/pam.d.schroot.patch
(from rev 117203, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-staging-x86_64/
  schroot/repos/community-staging-x86_64/PKGBUILD
(from rev 117203, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-x86_64/arch32-config
(from rev 117203, schroot/trunk/arch32-config)
  schroot/repos/community-staging-x86_64/arch32-copyfiles
(from rev 117203, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-x86_64/arch32-example
(from rev 117203, schroot/trunk/arch32-example)
  schroot/repos/community-staging-x86_64/arch32-mount
(from rev 117203, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-x86_64/arch32-nssdatabases
(from rev 117203, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-x86_64/colon-completion.patch
(from rev 117203, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-x86_64/fix-bash-completion.patch
(from rev 117203, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-x86_64/pam.d.schroot.patch
(from rev 117203, schroot/trunk/pam.d.schroot.patch)

+
 community-staging-i686/PKGBUILD|   76 +++
 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  |   76 +++
 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, 334 insertions(+)

Copied: schroot/repos/community-staging-i686/PKGBUILD (from rev 117203, 
schroot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 21:18:35 UTC (rev 117204)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=schroot
+pkgver=1.6.10
+pkgrel=2
+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' 'e2fsprogs')
+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'
+ '54239847f89b9a4772910415bde6276a'
+ '5a3f7b839c7e0b8933748da7c5b6385b'
+ 'ddb2f

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 23:18:16
  Author: jelle
Revision: 117203

upgpkg: schroot 1.6.10-2

boost 1.56.0 rebuild

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 21:05:02 UTC (rev 117202)
+++ PKGBUILD2014-08-11 21:18:16 UTC (rev 117203)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=1
+pkgrel=2
 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 krb5/trunk (3 files)

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 23:14:36
  Author: eric
Revision: 219582

upgpkg: krb5 1.12.1-2

Fix for CVE-2014-4345

Added:
  krb5/trunk/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
Modified:
  krb5/trunk/PKGBUILD
  krb5/trunk/krb5-config_LDFLAGS.patch

-+
 PKGBUILD|   19 +++--
 krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch |   64 ++
 krb5-config_LDFLAGS.patch   |4 -
 3 files changed, 77 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 20:36:43 UTC (rev 219581)
+++ PKGBUILD2014-08-11 21:14:36 UTC (rev 219582)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Kerberos network authentication system"
 arch=('i686' 'x86_64')
 url="http://web.mit.edu/kerberos/";
@@ -12,20 +12,22 @@
 makedepends=('perl')
 backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
 options=('!emptydirs')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}-signed.tar
+source=(http://web.mit.edu/kerberos/dist/krb5/${pkgver%.*}/${pkgname}-${pkgver}-signed.tar
 krb5-config_LDFLAGS.patch
 krb5-kadmind.service
 krb5-kdc.service
 krb5-kpropd.service
 krb5-kpropd@.service
-krb5-kpropd.socket)
+krb5-kpropd.socket
+   krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch)
 sha1sums=('d59e8dc0fc9e1890e109cd033756539984e3d3fe'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab'
   '59bbc7e686cbb4bcefddf0f134d928d7bd5e7722'
   '2ef2476a8673b3b702e829d8f451c839c2273b02'
   '74d66aefd291f22dd80799f0437cc03d83083ed5'
   '6787c6ce2783b3f980c423e2dd4abf5236af670b'
-  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912'
+  '8273976824137df1d42a4f9c7bafdfbd92f27d0a')
 
 prepare() {
   # the signature and source are bundled together, so signature check needs to 
be done here
@@ -32,12 +34,13 @@
   _check_pgpsig
 
   tar -xf ${pkgname}-${pkgver}.tar.gz
-  cd ${pkgname}-${pkgver}/src
+  cd ${pkgname}-${pkgver}
   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-  (cd build-tools;  patch -Np2 -i "${srcdir}"/krb5-config_LDFLAGS.patch; cd ..)
+  patch -p1 -i "${srcdir}"/krb5-config_LDFLAGS.patch
+  patch -p1 -i "${srcdir}"/krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
 
# FS#25384
-   sed -i "/KRB5ROOT=/s/\/local//" util/ac_check_krb5.m4
+   sed -i "/KRB5ROOT=/s/\/local//" src/util/ac_check_krb5.m4
 }
 
 build() {

Added: krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch
===
--- krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch 
(rev 0)
+++ krb5-81c332e29f10887c6b9deb065f81ba259f4c7e03.patch 2014-08-11 21:14:36 UTC 
(rev 219582)
@@ -0,0 +1,64 @@
+From 81c332e29f10887c6b9deb065f81ba259f4c7e03 Mon Sep 17 00:00:00 2001
+From: Tomas Kuthan 
+Date: Fri, 1 Aug 2014 15:25:50 +0200
+Subject: [PATCH] Fix LDAP key data segmentation [CVE-2014-4345]
+
+For principal entries having keys with multiple kvnos (due to use of
+-keepold), the LDAP KDB module makes an attempt to store all the keys
+having the same kvno into a single krbPrincipalKey attribute value.
+There is a fencepost error in the loop, causing currkvno to be set to
+the just-processed value instead of the next kvno.  As a result, the
+second and all following groups of multiple keys by kvno are each
+stored in two krbPrincipalKey attribute values.  Fix the loop to use
+the correct kvno value.
+
+CVE-2014-4345:
+
+In MIT krb5, when kadmind is configured to use LDAP for the KDC
+database, an authenticated remote attacker can cause it to perform an
+out-of-bounds write (buffer overrun) by performing multiple cpw
+-keepold operations.  An off-by-one error while copying key
+information to the new database entry results in keys sharing a common
+kvno being written to different array buckets, in an array whose size
+is determined by the number of kvnos present.  After sufficient
+iterations, the extra writes extend past the end of the
+(NULL-terminated) array.  The NULL terminator is always written after
+the end of the loop, so no out-of-bounds data is read, it is only
+written.
+
+Historically, it has been possible to convert an out-of-bounds write
+into remote code execution in some cases, though the necessary
+exploits must be tailored to the individual application and are
+usually quite complicated.  Depending on the allocated length of the
+array, an out-of-bounds write may also cause a segmentation fault
+and/or application crash.
+
+CVSSv2 Vector: AV:N/AC:M/Au:S/C:C/I:C/A:C/E:POC/RL:OF/RC:C
+
+[ghud...@mit.edu: clarified commit message]
+[ka...@mit.edu: CVE summary, CVSSv2 vecto

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 23:05:02
  Author: jelle
Revision: 117202

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

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

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/poedit.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/poedit.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 117201, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 21:05:02 UTC (rev 117202)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.6.7
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('f94ec908d13000c87bf22f7448ecd032')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 117201, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2014-08-11 21:05:02 UTC (rev 
117202)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 117201, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 21:05:02 UTC (rev 117202)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.6.7
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('f94ec908d13000c87bf22f7448ecd032')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-x86_64/poedit.install (from rev 117201, 
poedit/trunk/poedit.install)
===
--- community-staging-x86_64/poedit.install (rev 0)
+++ community-staging-x86_64/poedit.install 2014-08-11 21:05:02 UTC (rev 
117202)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 23:04:55
  Author: jelle
Revision: 117201

upgpkg: poedit 1.6.7-3

boost 1.56.0 rebuild

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 20:51:53 UTC (rev 117200)
+++ PKGBUILD2014-08-11 21:04:55 UTC (rev 117201)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/";



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 22:51:53
  Author: jelle
Revision: 117200

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 117199, lucene++/trunk/PKGBUILD)
  lucene++/repos/community-staging-x86_64/
  lucene++/repos/community-staging-x86_64/PKGBUILD
(from rev 117199, lucene++/trunk/PKGBUILD)

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

Copied: lucene++/repos/community-staging-i686/PKGBUILD (from rev 117199, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 20:51:53 UTC (rev 117200)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=3
+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')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+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-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-rel_$pkgver \
+-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 117199, 
lucene++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 20:51:53 UTC (rev 117200)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Rafael Ferreira 
+
+pkgname=lucene++
+pkgver=3.0.5
+pkgrel=3
+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')
+source=(https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_$pkgver.tar.gz)
+md5sums=('da785510716a759d7d37a2ee52cb8140')
+
+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-rel_$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  cmake ../LucenePlusPlus-rel_$pkgver \
+-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 lucene++/trunk (PKGBUILD)

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 22:51:45
  Author: jelle
Revision: 117199

upgpkg: lucene++ 3.0.5-3

boost 1.56.0 rebuild

Modified:
  lucene++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 20:38:52 UTC (rev 117198)
+++ PKGBUILD2014-08-11 20:51:45 UTC (rev 117199)
@@ -4,7 +4,7 @@
 
 pkgname=lucene++
 pkgver=3.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ port of the popular Java Lucene library'
 arch=(i686 x86_64)
 url='https://github.com/luceneplusplus/LucenePlusPlus'



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 22:38:52
  Author: jelle
Revision: 117198

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

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

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

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 117197, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 20:38:52 UTC (rev 117198)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.42
+pkgrel=2
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('6ec113bcf6e5524ca175351c0530e08b')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 117197, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 20:38:52 UTC (rev 117198)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.42
+pkgrel=2
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('6ec113bcf6e5524ca175351c0530e08b')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 22:38:45
  Author: jelle
Revision: 117197

upgpkg: gource 0.42-2

boost 1.56.0 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 20:26:05 UTC (rev 117196)
+++ PKGBUILD2014-08-11 20:38:45 UTC (rev 117197)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat 
 pkgname=gource
 pkgver=0.42
-pkgrel=1
+pkgrel=2
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)



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

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 22:36:43
  Author: schiv
Revision: 219581

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

Added:
  sweep/repos/extra-i686/PKGBUILD
(from rev 219580, sweep/trunk/PKGBUILD)
  sweep/repos/extra-x86_64/PKGBUILD
(from rev 219580, sweep/trunk/PKGBUILD)
Deleted:
  sweep/repos/extra-i686/PKGBUILD
  sweep/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   25 -
 extra-x86_64/PKGBUILD |   25 -
 3 files changed, 56 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 20:36:22 UTC (rev 219580)
+++ extra-i686/PKGBUILD 2014-08-11 20:36:43 UTC (rev 219581)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributer: Jason Chu 
-
-pkgname=sweep
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="Sound editing and mixing program"
-arch=('i686' 'x86_64')
-url="http://www.metadecks.org/software/sweep/";
-license=('GPL2')
-depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
-
-build() {
-  cd $srcdir/sweep-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/sweep-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var 
install
-}

Copied: sweep/repos/extra-i686/PKGBUILD (from rev 219580, sweep/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 20:36:43 UTC (rev 219581)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributer: Jason Chu 
+
+pkgname=sweep
+pkgver=0.9.3
+pkgrel=3
+pkgdesc="Sound editing and mixing program"
+arch=('i686' 'x86_64')
+url="http://www.metadecks.org/software/sweep/";
+license=('GPL2')
+depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
+
+build() {
+  cd $srcdir/sweep-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/sweep-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var 
install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 20:36:22 UTC (rev 219580)
+++ extra-x86_64/PKGBUILD   2014-08-11 20:36:43 UTC (rev 219581)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributer: Jason Chu 
-
-pkgname=sweep
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="Sound editing and mixing program"
-arch=('i686' 'x86_64')
-url="http://www.metadecks.org/software/sweep/";
-license=('GPL2')
-depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
-
-build() {
-  cd $srcdir/sweep-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/sweep-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var 
install
-}

Copied: sweep/repos/extra-x86_64/PKGBUILD (from rev 219580, 
sweep/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 20:36:43 UTC (rev 219581)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributer: Jason Chu 
+
+pkgname=sweep
+pkgver=0.9.3
+pkgrel=3
+pkgdesc="Sound editing and mixing program"
+arch=('i686' 'x86_64')
+url="http://www.metadecks.org/software/sweep/";
+license=('GPL2')
+depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
+
+build() {
+  cd $srcdir/sweep-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/sweep-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var 
install
+}



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

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 22:36:22
  Author: schiv
Revision: 219580

upgpkg: sweep 0.9.3-3

mtree rebuild and FS#39162

Modified:
  sweep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 19:45:08 UTC (rev 219579)
+++ PKGBUILD2014-08-11 20:36:22 UTC (rev 219580)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Ray Rashif 
 # Contributer: Jason Chu 
 
 pkgname=sweep
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Sound editing and mixing program"
 arch=('i686' 'x86_64')
 url="http://www.metadecks.org/software/sweep/";
@@ -15,6 +15,9 @@
 
 build() {
   cd $srcdir/sweep-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }



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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 22:26:05
  Author: eric
Revision: 117196

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 117195, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 117195, electricsheep/trunk/PKGBUILD)

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

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 117195, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 20:26:05 UTC (rev 117196)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=18
+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' 'wxgtk' '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})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# 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}
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' 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-x86_64/PKGBUILD (from rev 117195, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 20:26:05 UTC (rev 117196)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=18
+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' 'wxgtk' '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})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# 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 ${pkg

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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 22:23:59
  Author: eric
Revision: 117195

upgpkg: electricsheep 2.7b33-18

Rebuild against boost 1.56.0

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:54:42 UTC (rev 117194)
+++ PKGBUILD2014-08-11 20:23:59 UTC (rev 117195)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=17
+pkgrel=18
 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 wxgtk2.8/repos (8 files)

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 21:45:08
  Author: eric
Revision: 219579

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

Added:
  wxgtk2.8/repos/extra-i686/PKGBUILD
(from rev 219578, wxgtk2.8/trunk/PKGBUILD)
  wxgtk2.8/repos/extra-i686/wxGTK-collision.patch
(from rev 219578, wxgtk2.8/trunk/wxGTK-collision.patch)
  wxgtk2.8/repos/extra-x86_64/PKGBUILD
(from rev 219578, wxgtk2.8/trunk/PKGBUILD)
  wxgtk2.8/repos/extra-x86_64/wxGTK-collision.patch
(from rev 219578, wxgtk2.8/trunk/wxGTK-collision.patch)
Deleted:
  wxgtk2.8/repos/extra-i686/PKGBUILD
  wxgtk2.8/repos/extra-i686/wxGTK-collision.patch
  wxgtk2.8/repos/extra-x86_64/PKGBUILD
  wxgtk2.8/repos/extra-x86_64/wxGTK-collision.patch

+
 /PKGBUILD  |   78 
 /wxGTK-collision.patch |  162 +++
 extra-i686/PKGBUILD|   39 
 extra-i686/wxGTK-collision.patch   |   82 -
 extra-x86_64/PKGBUILD  |   39 
 extra-x86_64/wxGTK-collision.patch |   82 -
 6 files changed, 240 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 19:42:38 UTC (rev 219578)
+++ extra-i686/PKGBUILD 2014-08-11 19:45:08 UTC (rev 219579)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk2.8
-pkgver=2.8.12.1
-pkgrel=1
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org";
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'sdl')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'glu')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 wxGTK-collision.patch)
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
-  '575fb4688051c246777988332f55703df403d6b9')
-
-prepare() {
-  cd wx*-${pkgver}
-  patch -p1 -i ../wxGTK-collision.patch
-}
-
-build() {
-  cd wx*-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---with-sdl --disable-precomp-headers
-  make
-  make -C locale allmo
-  make -C contrib/src
-}
-
-package() {
-  cd wx*-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  make -C contrib/src DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk2.8/repos/extra-i686/PKGBUILD (from rev 219578, 
wxgtk2.8/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 19:45:08 UTC (rev 219579)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=2
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org";
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'sdl')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'glu')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 wxGTK-collision.patch)
+sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
+  '75d2292a0058570aa6071b4bee6eef69e47f1208')
+
+prepare() {
+  cd wx*-${pkgver}
+  patch -p1 -i ../wxGTK-collision.patch
+}
+
+build() {
+  cd wx*-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--with-sdl --disable-precomp-headers
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  cd wx*-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  make -C contrib/src DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/wxGTK-collision.patch
===
--- extra-i686/wxGTK-collision.patch2014-08-11 19:42:38 UTC (rev 219578)
+++ extra-i686/wxGTK-collision.patch2014-08-11 19:45:08 UTC (rev 219579)
@@ -1,82 +0,0 @@
-diff -Naur wxPython-src-2.8.12.1.orig/build/bakefiles/wx.bkl 
wxPython-src-2.8.12.1/build/bakefiles/wx.bkl
 wxPython-src-2.8.12.1.orig/build/bakefiles/wx.bkl  2014-01-04 
22:28:16.491774907 -0500
-+++ wxPython-src-2.8.12.1/build/bakefiles/wx.bkl   2014-01-04 
22:37:39.610020870 -0500
-@@ -128,7 +128,7 @@
- 
- 
- $(SRCDIR)/locale
--wxstd
-+wxstd$(WX_RELEASE_NODOT)
- 
- ca cs da de el es fi fr hu id it ja nl pl r

[arch-commits] Commit in wxgtk2.8/trunk (PKGBUILD wxGTK-collision.patch)

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 21:42:38
  Author: eric
Revision: 219578

upgpkg: wxgtk2.8 2.8.12.1-2

Add wxwin2.8.m4 file (close FS#41351)

Modified:
  wxgtk2.8/trunk/PKGBUILD
  wxgtk2.8/trunk/wxGTK-collision.patch

---+
 PKGBUILD  |4 ++--
 wxGTK-collision.patch |7 +++
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:21:59 UTC (rev 219577)
+++ PKGBUILD2014-08-11 19:42:38 UTC (rev 219578)
@@ -3,7 +3,7 @@
 
 pkgname=wxgtk2.8
 pkgver=2.8.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org";
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 wxGTK-collision.patch)
 sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
-  '575fb4688051c246777988332f55703df403d6b9')
+  '75d2292a0058570aa6071b4bee6eef69e47f1208')
 
 prepare() {
   cd wx*-${pkgver}

Modified: wxGTK-collision.patch
===
--- wxGTK-collision.patch   2014-08-11 18:21:59 UTC (rev 219577)
+++ wxGTK-collision.patch   2014-08-11 19:42:38 UTC (rev 219578)
@@ -13,13 +13,12 @@
 diff -Naur wxPython-src-2.8.12.1.orig/Makefile.in 
wxPython-src-2.8.12.1/Makefile.in
 --- wxPython-src-2.8.12.1.orig/Makefile.in 2014-01-04 22:28:16.545107766 
-0500
 +++ wxPython-src-2.8.12.1/Makefile.in  2014-01-04 22:40:27.191813403 -0500
-@@ -11695,10 +11695,11 @@
- all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) 
$(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) 
$(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) 
$(__basedll___depname) $(__baselib___depname) $(__netdll___depname) 
$(__netlib___depname) $(__coredll___depname) $(__corelib___depname) 
$(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) 
$(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) 
$(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) 
$(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) 
$(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) 
$(__xrclib___depname) $(__auidll___depname) $(__auilib___depname) 
$(__richtextdll___depname) $(__richtextlib___depname) $(__gldll___depname) 
$(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) 
$(__cocoa_res___depname)
+@@ -11695,9 +11695,11 @@
  
  install: $(__install_wxregex___depname) $(__install_wxzlib___depname) 
$(__install_wxpng___depname) $(__install_wxjpeg___depname) 
$(__install_wxtiff___depname) $(__install_wxodbc___depname) 
$(__install_wxexpat___depname) $(__install_monodll___depname) 
$(__install_monolib___depname) $(__install_basedll___depname) 
$(__install_baselib___depname) $(__install_netdll___depname) 
$(__install_netlib___depname) $(__install_coredll___depname) 
$(__install_corelib___depname) $(__install_advdll___depname) 
$(__install_advlib___depname) $(__install_mediadll___depname) 
$(__install_medialib___depname) $(__install_odbcdll___depname) 
$(__install_odbclib___depname) $(__install_dbgriddll___depname) 
$(__install_dbgridlib___depname) $(__install_htmldll___depname) 
$(__install_htmllib___depname) $(__install_qadll___depname) 
$(__install_qalib___depname) $(__install_xmldll___depname) 
$(__install_xmllib___depname) $(__install_xrcdll___depname) 
$(__install_xrclib___depname) $(__install_auidll___depname) $(__inst
 all_auilib___depname) $(__install_richtextdll___depname) 
$(__install_richtextlib___depname) $(__install_gldll___depname) 
$(__install_gllib___depname) $(__install_sound_sdl___depname) 
$(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install 
$(__cocoa_res_install___depname)
--  $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal
+   $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal
 -  (cd $(srcdir) ; $(INSTALL_DATA)  wxwin.m4 $(DESTDIR)$(datadir)/aclocal)
-+
++  (cd $(srcdir) ; $(INSTALL_DATA)  wxwin.m4 
$(DESTDIR)$(datadir)/aclocal/wxwin2.8.m4)
$(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets
 -  (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA)  
wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets)
 +  (cd $(srcdir)/build/bakefiles/wxpresets/presets ; \



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:54:42
  Author: jelle
Revision: 117194

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

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

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

Copied: mupen64plus/repos/community-staging-i686/PKGBUILD (from rev 117193, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 18:54:42 UTC (rev 117194)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=3
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz";)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 117193, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 18:54:42 UTC (rev 117194)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=3
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz";)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:54:34
  Author: jelle
Revision: 117193

upgpkg: mupen64plus 2.0-3

boost 1.56.0 rebuild

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:17:11 UTC (rev 117192)
+++ PKGBUILD2014-08-11 18:54:34 UTC (rev 117193)
@@ -7,7 +7,7 @@
 
 pkgname=mupen64plus
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/mupen64plus/'



[arch-commits] Commit in lvm2/repos (18 files)

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 20:21:59
  Author: eric
Revision: 219577

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 219576, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 219576, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-fix-pvscan-service.patch
(from rev 219576, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 219576, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 219576, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 219576, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 219576, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2
(from rev 219576, lvm2/trunk/sd-lvm2)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 219576, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 219576, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-fix-pvscan-service.patch
(from rev 219576, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 219576, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 219576, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 219576, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 219576, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2
(from rev 219576, lvm2/trunk/sd-lvm2)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  101 
 testing-i686/lvm2-fix-pvscan-service.patch|   11 ++
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   29 ++
 testing-i686/sd-lvm2  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  101 
 testing-x86_64/lvm2-fix-pvscan-service.patch  |   11 ++
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   29 ++
 testing-x86_64/sd-lvm2|   32 +++
 16 files changed, 466 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 219576, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2014-08-11 18:21:59 UTC (rev 219577)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 219576, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-11 18:21:59 UTC (rev 219577)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.109
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/";
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('03bcb38c9b5d31ac6d32cf7e15890f118aafcdf9'
+  'SKIP'
+  'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+
+prepare() {
+  cd LVM2.${pkgver}
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+  # make systemd sockets static
+  patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+}
+
+build() {
+  CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:17:11
  Author: jelle
Revision: 117192

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 117191, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 117191, python2-tagpy/trunk/PKGBUILD)

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

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

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



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:17:04
  Author: jelle
Revision: 117191

upgpkg: python2-tagpy 2013.1-2

boost 1.56.0 rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:11:28 UTC (rev 117190)
+++ PKGBUILD2014-08-11 18:17:04 UTC (rev 117191)
@@ -6,7 +6,7 @@
 
 pkgname=python2-tagpy
 pkgver=2013.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for TagLib'
 arch=('x86_64' 'i686')
 url='http://pypi.python.org/pypi/tagpy'
@@ -23,7 +23,6 @@
 
   sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
 $(find . -name '*.py') 
-
 }
 
 build() {



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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 20:17:03
  Author: eric
Revision: 219576

upgpkg: lvm2 2.02.109-1

Upstream update

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 17:49:08 UTC (rev 219575)
+++ PKGBUILD2014-08-11 18:17:03 UTC (rev 219576)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.108
+pkgver=2.02.109
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/";
@@ -17,7 +17,7 @@
 sd-lvm2
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('fc133c93f5250ae94fbf19df03b658eb0382a632'
+sha1sums=('03bcb38c9b5d31ac6d32cf7e15890f118aafcdf9'
   'SKIP'
   'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:11:28
  Author: jelle
Revision: 117190

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 117189, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 117189, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 117189, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 117189, 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 
117189, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2014-08-11 18:11:28 UTC (rev 117190)
@@ -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 117189, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 18:11:28 UTC (rev 117190)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.2
+pkgrel=5
+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 
"${pkgdir}"/usr/share/l

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:11:18
  Author: jelle
Revision: 117189

upgpkg: python-pyopencl 1:2013.2-5

boost  1.56.0 rebuild

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:01:55 UTC (rev 117188)
+++ PKGBUILD2014-08-11 18:11:18 UTC (rev 117189)
@@ -4,7 +4,7 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2013.2
-pkgrel=4
+pkgrel=5
 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 plex-home-theater/repos (10 files)

2014-08-11 Thread Maxime Gauduin
Date: Monday, August 11, 2014 @ 20:01:55
  Author: alucryd
Revision: 117188

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

Added:
  plex-home-theater/repos/community-staging-i686/
  plex-home-theater/repos/community-staging-i686/PKGBUILD
(from rev 117187, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-i686/plex-home-theater.install
(from rev 117187, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-staging-i686/plexhometheater.service
(from rev 117187, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-staging-i686/plexhometheater.sh
(from rev 117187, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-staging-x86_64/
  plex-home-theater/repos/community-staging-x86_64/PKGBUILD
(from rev 117187, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-x86_64/plex-home-theater.install
(from rev 117187, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.service
(from rev 117187, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.sh
(from rev 117187, plex-home-theater/trunk/plexhometheater.sh)

+
 community-staging-i686/PKGBUILD|   67 +++
 community-staging-i686/plex-home-theater.install   |   16 
 community-staging-i686/plexhometheater.service |   17 
 community-staging-i686/plexhometheater.sh  |4 +
 community-staging-x86_64/PKGBUILD  |   67 +++
 community-staging-x86_64/plex-home-theater.install |   16 
 community-staging-x86_64/plexhometheater.service   |   17 
 community-staging-x86_64/plexhometheater.sh|4 +
 8 files changed, 208 insertions(+)

Copied: plex-home-theater/repos/community-staging-i686/PKGBUILD (from rev 
117187, plex-home-theater/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 18:01:55 UTC (rev 117188)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Wallace 
+
+pkgname=plex-home-theater
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Plex Home Theater'
+arch=('i686' 'x86_64')
+url='http://www.plexapp.com/'
+license=('GPL2')
+depends=('boost-libs' 'curl' 'fontconfig' 'glew' 'lame' 'libass' 'libcdio'
+ 'libjpeg-turbo' 'libmad' 'libmicrohttpd' 'libmodplug' 'libmpeg2'
+ 'libsamplerate' 'libssh' 'libusb-compat' 'libva' 'libvdpau'
+ 'libxrandr' 'lzo' 'mesa' 'rtmpdump' 'sdl_image' 'sdl_mixer'
+ 'smbclient' 'taglib' 'tinyxml' 'yajl')
+makedepends=('boost' 'cmake' 'doxygen' 'ftgl' 'java-environment' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+optdepends=('libplist: AirPlay support'
+'libshairport: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'pulseaudio: PulseAudio support')
+install="${pkgname}.install"
+source=("https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz";
+'plexhometheater.service'
+'plexhometheater.sh')
+sha256sums=('c6494591a748bf11281dee860542168448e8e494a7e4eee6cdc61255948975f2'
+'bca8cd5aa13f469f93dd4e9868c0b5050395ca32f28b19852e5830441b67e1be'
+'c551d8f50342dcfede5a11e1bae2c18b25d44b89a5a29863e5809d45ef365702')
+
+build() {
+  cd plex-home-theater-public-pht-v${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/opt/plexhometheater' \
+   -DCMAKE_C_FLAGS="$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include" \
+   -DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include" \
+   -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' -DENABLE_PYTHON='TRUE' \
+   -DPYTHON_EXEC='/usr/bin/python2' -DUSE_INTERNAL_FFMPEG='TRUE' \
+   -DCREATE_BUNDLE='FALSE'
+  make
+}
+
+package() {
+  cd plex-home-theater-public-pht-v${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 "${srcdir}"/plexhometheater.sh "${pkgdir}"/usr/bin/
+  install -m 644 ../plex/Resources/plexhometheater.desktop 
"${pkgdir}"/usr/share/applications/
+  install -m 644 ../plex/Resources/plex-icon-256.png 
"${pkgdir}"/usr/share/pixmaps/plexhometheater.png
+
+  # Systemd
+  install -dm 755 "${pkgdir}"/usr/lib/systemd/system
+  install -m 644 ../../plexhometheater.service 
"${pkgdir}"/usr/lib/systemd/system/
+
+  # Plex user home
+  install -dm 700 "${pkgdir}"/var/lib/plex
+  chown 421:421 "${pkgdir}"/var/lib/plex
+}
+
+# vim: 

[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2014-08-11 Thread Maxime Gauduin
Date: Monday, August 11, 2014 @ 20:01:38
  Author: alucryd
Revision: 117187

boost rebuild: plex-home-theater 1.2.1-2

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
+++ PKGBUILD2014-08-11 18:01:38 UTC (rev 117187)
@@ -4,7 +4,7 @@
 
 pkgname=plex-home-theater
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'



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

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:55:10
  Author: jlichtblau
Revision: 117186

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 117185, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 117185, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 117185, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   57 +---
 mp3splt-gtk.changelog |   75 
 mp3splt-gtk.install   |8 ++---
 3 files changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
+++ PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=mp3splt-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc="Split mp3 and ogg files without decoding"
-arch=('i686' 'x86_64')
-url="http://mp3splt.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 117185, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=mp3splt-gtk
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc="Split mp3 and ogg files without decoding"
+arch=('i686' 'x86_64')
+url="http://mp3splt.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
+++ mp3splt-gtk.changelog   2014-08-11 17:55:10 UTC (rev 117186)
@@ -1,36 +0,0 @@
-2013-08-08 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau 
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau 
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau 
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau 
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 
117185, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-08-11 17:55:10 UTC (rev 117186)
@@ -0,0 +1,39 @@
+2014-08-11 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.9.1a-1
+
+2013-08-08 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.3-1
+
+2012-05-16 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.2-1
+
+2012-02-26 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7-1
+
+2011-04-18 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.6.1a-1
+   * FS#23275 fixed
+
+2010-10-11 Jaroslav Lichtblau 
+   * Update t

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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 19:49:08
  Author: eric
Revision: 219575

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

Added:
  yasm/repos/extra-i686/PKGBUILD
(from rev 219574, yasm/trunk/PKGBUILD)
  yasm/repos/extra-x86_64/PKGBUILD
(from rev 219574, yasm/trunk/PKGBUILD)
Deleted:
  yasm/repos/extra-i686/PKGBUILD
  yasm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 17:46:32 UTC (rev 219574)
+++ extra-i686/PKGBUILD 2014-08-11 17:49:08 UTC (rev 219575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
-arch=('i686' 'x86_64')
-url="http://www.tortall.net/projects/yasm/";
-license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
-depends=('glibc')
-options=('staticlibs')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 BSD.txt "${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt"
-}

Copied: yasm/repos/extra-i686/PKGBUILD (from rev 219574, yasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 17:49:08 UTC (rev 219575)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=yasm
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
+arch=('i686' 'x86_64')
+url="http://www.tortall.net/projects/yasm/";
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 BSD.txt "${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 17:46:32 UTC (rev 219574)
+++ extra-x86_64/PKGBUILD   2014-08-11 17:49:08 UTC (rev 219575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
-arch=('i686' 'x86_64')
-url="http://www.tortall.net/projects/yasm/";
-license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
-depends=('glibc')
-options=('staticlibs')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 BSD.txt "${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt"
-}

Copied: yasm/repos/extra-x86_64/PKGBUILD (from rev 219574, yasm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 17:49:08 UTC (rev 219575)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=yasm
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
+arch=('i686' 'x86_64')
+url="http://www.tortall.net/projects/yasm/";
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
+
+

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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 19:46:32
  Author: eric
Revision: 219574

upgpkg: yasm 1.3.0-1

Upstream update

Modified:
  yasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 15:06:54 UTC (rev 219573)
+++ PKGBUILD2014-08-11 17:46:32 UTC (rev 219574)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)"
 arch=('i686' 'x86_64')
 url="http://www.tortall.net/projects/yasm/";
@@ -11,14 +11,8 @@
 depends=('glibc')
 options=('staticlibs')
 
source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr



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

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:46:39
  Author: jlichtblau
Revision: 117184

upgpkg: mp3splt-gtk 0.9.1a-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD
  mp3splt-gtk/trunk/mp3splt-gtk.changelog

---+
 PKGBUILD  |   13 ++---
 mp3splt-gtk.changelog |3 +++
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 15:25:51 UTC (rev 117183)
+++ PKGBUILD2014-08-11 17:46:39 UTC (rev 117184)
@@ -2,21 +2,20 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=mp3splt-gtk
-pkgver=0.9
+pkgver=0.9.1a
 pkgrel=1
 pkgdesc="Split mp3 and ogg files without decoding"
 arch=('i686' 'x86_64')
 url="http://mp3splt.sourceforge.net/";
 license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
   make
@@ -23,7 +22,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 15:25:51 UTC (rev 117183)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:39 UTC (rev 117184)
@@ -1,3 +1,6 @@
+2014-08-11 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.9.1a-1
+
 2013-08-08 Jaroslav Lichtblau 
* mp3splt-gtk 0.9-1
 



[arch-commits] Commit in mp3splt-gtk/repos/community-x86_64 (6 files)

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:46:52
  Author: jlichtblau
Revision: 117185

archrelease: copy trunk to community-x86_64

Added:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
(from rev 117184, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
(from rev 117184, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install
(from rev 117184, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install

---+
 PKGBUILD  |   57 +---
 mp3splt-gtk.changelog |   75 
 mp3splt-gtk.install   |8 ++---
 3 files changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 17:46:39 UTC (rev 117184)
+++ PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=mp3splt-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc="Split mp3 and ogg files without decoding"
-arch=('i686' 'x86_64')
-url="http://mp3splt.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-x86_64/PKGBUILD (from rev 117184, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=mp3splt-gtk
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc="Split mp3 and ogg files without decoding"
+arch=('i686' 'x86_64')
+url="http://mp3splt.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 17:46:39 UTC (rev 117184)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
@@ -1,36 +0,0 @@
-2013-08-08 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau 
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau 
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau 
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau 
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau 
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog (from rev 
117184, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
@@ -0,0 +1,39 @@
+2014-08-11 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.9.1a-1
+
+2013-08-08 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.3-1
+
+2012-05-16 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.2-1
+
+2012-02-26 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7.1-1
+
+2011-08-20 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.7-1
+
+2011-04-18 Jaroslav Lichtblau 
+   * mp3splt-gtk 0.6.1a-1
+   * FS#23275 fixed
+
+2010-10-11 Jaroslav Lichtblau 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 17:25:51
  Author: fyan
Revision: 117183

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

Added:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-i686/PKGBUILD
(from rev 117182, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff
(from rev 117182, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch
(from rev 117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-i686/glob2.install
(from rev 117182, glob2/trunk/glob2.install)
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 117182, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 117182, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/glob2.install
(from rev 117182, glob2/trunk/glob2.install)

+
 community-staging-i686/PKGBUILD|   45 +
 community-staging-i686/fix-ftbfs-gcc49.diff|   14 +++
 community-staging-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-staging-i686/glob2.install   |   13 ++
 community-staging-x86_64/PKGBUILD  |   45 +
 community-staging-x86_64/fix-ftbfs-gcc49.diff  |   14 +++
 community-staging-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 community-staging-x86_64/glob2.install |   13 ++
 8 files changed, 318 insertions(+)

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 117182, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 15:25:51 UTC (rev 117183)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Roman Kyrylych 
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=22
+pkgdesc='RTS game which minimizes micro-management'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=("http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz";
+"glob2-0.9.4.1-gcc44.patch" fix-ftbfs-gcc49.diff)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -p0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
+  patch -p1 -i "$srcdir/fix-ftbfs-gcc49.diff"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  scons LINKFLAGS="-lboost_system"
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  scons install BINDIR="$pkgdir/usr/bin" INSTALLDIR="$pkgdir/usr/share"
+  find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+  install -Dm644 "data/icons/$pkgname-icon-48x48.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff (from rev 
117182, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-i686/fix-ftbfs-gcc49.diff (rev 0)
+++ community-staging-i686/fix-ftbfs-gcc49.diff 2014-08-11 15:25:51 UTC (rev 
117183)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2014-08-11 15:25:51 UTC 
(rev 117183)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 libgag/include/StreamBackend.h 2009-06-20 14:21:10.0 +0200
+@@ -43,7 +43,7 @@ namespace GAGCore
+   virtual void flush(void

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 17:25:02
  Author: fyan
Revision: 117182

upgpkg: glob2 0.9.4.4-22

boost 1.56.0 rebuild

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 14:00:01 UTC (rev 117181)
+++ PKGBUILD2014-08-11 15:25:02 UTC (rev 117182)
@@ -5,7 +5,7 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=21
+pkgrel=22
 pkgdesc='RTS game which minimizes micro-management'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'



[arch-commits] Commit in libbsd/trunk (spt.patch)

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 17:06:54
  Author: lfleischer
Revision: 219573

Remove old patch

Deleted:
  libbsd/trunk/spt.patch

---+
 spt.patch |   50 --
 1 file changed, 50 deletions(-)

Deleted: spt.patch
===
--- spt.patch   2014-08-11 14:31:10 UTC (rev 219572)
+++ spt.patch   2014-08-11 15:06:54 UTC (rev 219573)
@@ -1,50 +0,0 @@
-diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
 libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
-+++ libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
-@@ -86,7 +86,7 @@
-   if (environ != envp)
-   return 0;
- 
--  /* Make a copy of the old environ array of pointers, in case
-+  /* Make a deep copy of the old environ array of pointers, in case
-* clearenv() or setenv() is implemented to free the internal
-* environ array, because we will need to access the old environ
-* contents to make the new copy. */
-@@ -94,11 +94,13 @@
-   envcopy = malloc(envsize);
-   if (envcopy == NULL)
-   return errno;
--  memcpy(envcopy, envp, envsize);
-+  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
-+  envcopy[i] = NULL;
- 
-   error = spt_clearenv();
-   if (error) {
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
-   return error;
-   }
-@@ -116,18 +118,20 @@
-   if (error) {
- #ifdef HAVE_CLEARENV
-   /* Because the old environ might not be available
--   * anymore we will make do with the shallow copy. */
-+   * anymore we will make do with the deep copy. */
-   environ = envcopy;
- #else
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
- #endif
-   return error;
-   }
-   }
- 
--  /* Dispose of the shallow copy, now that we've finished transfering
-+  /* Dispose of the deep copy, now that we've finished transfering
-* the old environment. */
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
- 
-   return 0;



[arch-commits] Commit in libbsd/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:30:30
  Author: lfleischer
Revision: 219571

Revert r219570

Do not release to [extra] yet. Move to [testing] first.

Modified:
  libbsd/repos/extra-i686/PKGBUILD
  libbsd/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   14 +++---
 extra-x86_64/PKGBUILD |   14 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
+++ extra-i686/PKGBUILD 2014-08-11 14:30:30 UTC (rev 219571)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.6.0
+pkgrel=2
 pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org";
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
  'SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make check
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
   rm "${pkgdir}"/usr/lib/libbsd.a

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 14:23:50 UTC (rev 219570)
+++ extra-x86_64/PKGBUILD   2014-08-11 14:30:30 UTC (rev 219571)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.6.0
+pkgrel=2
 pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org";
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
  'SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make check
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
   rm "${pkgdir}"/usr/lib/libbsd.a



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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:31:10
  Author: lfleischer
Revision: 219572

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

Added:
  libbsd/repos/testing-i686/
  libbsd/repos/testing-i686/PKGBUILD
(from rev 219571, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-i686/spt.patch
(from rev 219571, libbsd/trunk/spt.patch)
  libbsd/repos/testing-x86_64/
  libbsd/repos/testing-x86_64/PKGBUILD
(from rev 219571, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-x86_64/spt.patch
(from rev 219571, libbsd/trunk/spt.patch)

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/spt.patch   |   50 +
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/spt.patch |   50 +
 4 files changed, 178 insertions(+)

Copied: libbsd/repos/testing-i686/PKGBUILD (from rev 219571, 
libbsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
+arch=('i686' 'x86_64')
+url="http://libbsd.freedesktop.org";
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm "${pkgdir}"/usr/lib/libbsd.a
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/testing-i686/spt.patch (from rev 219571, 
libbsd/trunk/spt.patch)
===
--- testing-i686/spt.patch  (rev 0)
+++ testing-i686/spt.patch  2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,50 @@
+diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
+--- libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
 libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
+@@ -86,7 +86,7 @@
+   if (environ != envp)
+   return 0;
+ 
+-  /* Make a copy of the old environ array of pointers, in case
++  /* Make a deep copy of the old environ array of pointers, in case
+* clearenv() or setenv() is implemented to free the internal
+* environ array, because we will need to access the old environ
+* contents to make the new copy. */
+@@ -94,11 +94,13 @@
+   envcopy = malloc(envsize);
+   if (envcopy == NULL)
+   return errno;
+-  memcpy(envcopy, envp, envsize);
++  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
++  envcopy[i] = NULL;
+ 
+   error = spt_clearenv();
+   if (error) {
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+   return error;
+   }
+@@ -116,18 +118,20 @@
+   if (error) {
+ #ifdef HAVE_CLEARENV
+   /* Because the old environ might not be available
+-   * anymore we will make do with the shallow copy. */
++   * anymore we will make do with the deep copy. */
+   environ = envcopy;
+ #else
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ #endif
+   return error;
+   }
+   }
+ 
+-  /* Dispose of the shallow copy, now that we've finished transfering
++  /* Dispose of the deep copy, now that we've finished transfering
+* the old environment. */
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ 
+   return 0;

Copied: libbsd/repos/testing-x86_64/PKGBUILD (from rev 219571, 
libbsd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
+arch=('i686' 'x86_64')
+url="http://libbsd.freedesktop.org";
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=("http://libbsd.freedesktop.or

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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:23:40
  Author: lfleischer
Revision: 219569

upgpkg: libbsd 0.7.0-1

Upstream update.

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:48:36 UTC (rev 219568)
+++ PKGBUILD2014-08-11 14:23:40 UTC (rev 219569)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org";
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
  'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
   rm "${pkgdir}"/usr/lib/libbsd.a



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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:23:50
  Author: lfleischer
Revision: 219570

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

Added:
  libbsd/repos/extra-i686/PKGBUILD
(from rev 219569, libbsd/trunk/PKGBUILD)
  libbsd/repos/extra-i686/spt.patch
(from rev 219569, libbsd/trunk/spt.patch)
  libbsd/repos/extra-x86_64/PKGBUILD
(from rev 219569, libbsd/trunk/PKGBUILD)
  libbsd/repos/extra-x86_64/spt.patch
(from rev 219569, libbsd/trunk/spt.patch)
Deleted:
  libbsd/repos/extra-i686/PKGBUILD
  libbsd/repos/extra-i686/spt.patch
  libbsd/repos/extra-x86_64/PKGBUILD
  libbsd/repos/extra-x86_64/spt.patch

+
 /PKGBUILD  |   78 
 /spt.patch |  100 +++
 extra-i686/PKGBUILD|   39 --
 extra-i686/spt.patch   |   50 ---
 extra-x86_64/PKGBUILD  |   39 --
 extra-x86_64/spt.patch |   50 ---
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 14:23:40 UTC (rev 219569)
+++ extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libbsd
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
-arch=('i686' 'x86_64')
-url="http://libbsd.freedesktop.org";
-license=('custom')
-depends=('glibc')
-options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  rm "${pkgdir}"/usr/lib/libbsd.a
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/extra-i686/PKGBUILD (from rev 219569, 
libbsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Provides useful functions commonly found on BSD systems like 
strlcpy()"
+arch=('i686' 'x86_64')
+url="http://libbsd.freedesktop.org";
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm "${pkgdir}"/usr/lib/libbsd.a
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/spt.patch
===
--- extra-i686/spt.patch2014-08-11 14:23:40 UTC (rev 219569)
+++ extra-i686/spt.patch2014-08-11 14:23:50 UTC (rev 219570)
@@ -1,50 +0,0 @@
-diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
 libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
-+++ libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
-@@ -86,7 +86,7 @@
-   if (environ != envp)
-   return 0;
- 
--  /* Make a copy of the old environ array of pointers, in case
-+  /* Make a deep copy of the old environ array of pointers, in case
-* clearenv() or setenv() is implemented to free the internal
-* environ array, because we will need to access the old environ
-* contents to make the new copy. */
-@@ -94,11 +94,13 @@
-   envcopy = malloc(envsize);
-   if (envcopy == NULL)
-   return errno;
--  memcpy(envcopy, envp, envsize);
-+  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
-+  envcopy[i] = NULL;
- 
-   error = spt_clearenv();
-   if (error) {
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
-   return error;
-   }
-@@ -116,18 +118,20 @@
-   if (error) {
- #ifdef HAVE_CLEARENV
-   /* Because the old environ might not be available
--   * anymore we will make do with the shallow copy. */
-+   * anymore we will make do with the deep copy. */
-   environ = envcopy;
- #else
-   environ = env

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 16:00:01
  Author: fyan
Revision: 117181

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

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

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

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 117180, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 14:00:01 UTC (rev 117181)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=13
+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
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 117180, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 14:00:01 UTC (rev 117181)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=13
+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/trunk (PKGBUILD)

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:54:59
  Author: fyan
Revision: 117180

upgpkg: encfs 1.7.4-13

boost 1.56.0 rebuild

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:09:28 UTC (rev 117179)
+++ PKGBUILD2014-08-11 13:54:59 UTC (rev 117180)
@@ -6,7 +6,7 @@
 
 pkgname=encfs
 pkgver=1.7.4
-pkgrel=12
+pkgrel=13
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='http://www.arg0.net/encfs'



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:48:36
  Author: fyan
Revision: 219568

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 219567, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 219567, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 219567, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 219567, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 219567, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 219567, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 219567, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 219567, 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 219567, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.1.1
+pkgrel=2
+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=('78477ba4b6c6f04bf2c73da533f14913bdc5f53f'
+  '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 219567, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2014-08-11 13:48:36 UTC (rev 219568)
@@ -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 219567, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2014-08-11 13:48:36 UTC (rev 219568)
@@ -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 219567, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:47:36
  Author: fyan
Revision: 219567

upgpkg: lyx 2.1.1-2

boost 1.56.0 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:29:10 UTC (rev 219566)
+++ PKGBUILD2014-08-11 13:47:36 UTC (rev 219567)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org";



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:29:10
  Author: bpiotrowski
Revision: 219566

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 219565, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 219565, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 219565, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 219565, 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 219565, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:29:10 UTC (rev 219566)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Lukas Jirkovsky 
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.10.0
+pkgrel=3
+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 219565, 
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-08-11 13:29:10 UTC (rev 
219566)
@@ -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 
+ #include 
+ #include 
++#include 
+ #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 
+ #include 
+ #include  
++#include 
+ #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 
++#include 
+ #include "tinyvector.hxx"
+ #include "iteratortags.hxx"
+ 

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

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:29:01
  Author: bpiotrowski
Revision: 219565

upgpkg: vigra 1.10.0-3

rebuild against boost 1.56.0

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:09:24 UTC (rev 219564)
+++ PKGBUILD2014-08-11 13:29:01 UTC (rev 219565)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://hci.iwr.uni-heidelberg.de/vigra/";
 license=('custom:MIT')



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:09:28
  Author: fyan
Revision: 117179

archrelease: copy trunk to community-staging-x86_64

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

--+
 LICENSE  |7 +
 PKGBUILD |   78 +
 2 files changed, 85 insertions(+)

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

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 117178, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 13:09:28 UTC (rev 117179)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2013.1.1
+pkgrel=7
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('x86_64')
+url="http://mathema.tician.de/software/pycuda";
+license=('MIT' 'Apache')
+source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+
+build() {
+   cd "${srcdir}"
+  
+   _arch=''
+   [ "$CARCH" = "x86_64" ] && _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+ --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   rm -fr "${pkgdir}"/usr/include   
+}
+
+package_pycuda-headers() {
+   cd "${srcdir}"/pycuda-${pkgver}
+   install -dm755 "${pkgdir}"/usr/include/pycuda
+
+   for file in $(ls -1 src/cpp/*.hpp); do
+  install -m644 ${file} "${pkgdir}"/usr/include/pycuda
+   done
+
+   install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+sha512sums=('7a7e95fcd4f76d10234558021064cc299e6d93ab9a428c9560e

  1   2   >