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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:02:28
  Author: eric
Revision: 89217

upgpkg: snes9x 1.53-6

Rebuild against libpng 1.6

Modified:
  snes9x/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 05:46:33 UTC (rev 89216)
+++ PKGBUILD2013-04-28 06:02:28 UTC (rev 89217)
@@ -4,7 +4,7 @@
 pkgbase=snes9x
 pkgname=('snes9x' 'snes9x-gtk')
 pkgver=1.53
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=https://code.google.com/p/snes9x-gtk/;
 license=('custom')
@@ -15,14 +15,17 @@
 sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
   '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
 
+prepare() {
+  cd ${pkgbase}-${pkgver}-src
+  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
+}
+
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}-src
-  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
-  cd unix
+  cd ${pkgbase}-${pkgver}-src/unix
   ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
   make
 
-  cd ${srcdir}/${pkgbase}-${pkgver}-src/gtk
+  cd ../gtk
   ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
   make
 }
@@ -31,7 +34,7 @@
   pkgdesc=A portable Emulator for the Super Nintendo Entertainment System
   depends=('gcc-libs' 'libpng' 'libxext' 'libsm')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}-src/unix
+  cd ${pkgbase}-${pkgver}-src/unix
   install -D -m755 snes9x ${pkgdir}/usr/bin/snes9x
   install -d ${pkgdir}/usr/share/doc/${pkgname}
   install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
@@ -46,7 +49,7 @@
   depends=('sdl' 'libgl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 
'gnome-icon-theme')
   install=snes9x-gtk.install
 
-  cd ${srcdir}/${pkgbase}-${pkgver}-src/gtk
+  cd ${pkgbase}-${pkgver}-src/gtk
   make DESTDIR=${pkgdir} install
   install -d ${pkgdir}/usr/share/doc/${pkgname}
   install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:03:00
  Author: eric
Revision: 89218

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

Added:
  snes9x/repos/community-staging-i686/
  snes9x/repos/community-staging-i686/PKGBUILD
(from rev 89217, snes9x/trunk/PKGBUILD)
  snes9x/repos/community-staging-i686/snes9x-gtk.install
(from rev 89217, snes9x/trunk/snes9x-gtk.install)
  snes9x/repos/community-staging-i686/snes9x-gtk2.24.diff.gz
(from rev 89217, snes9x/trunk/snes9x-gtk2.24.diff.gz)
  snes9x/repos/community-staging-x86_64/
  snes9x/repos/community-staging-x86_64/PKGBUILD
(from rev 89217, snes9x/trunk/PKGBUILD)
  snes9x/repos/community-staging-x86_64/snes9x-gtk.install
(from rev 89217, snes9x/trunk/snes9x-gtk.install)
  snes9x/repos/community-staging-x86_64/snes9x-gtk2.24.diff.gz
(from rev 89217, snes9x/trunk/snes9x-gtk2.24.diff.gz)

-+
 community-staging-i686/PKGBUILD |   59 ++
 community-staging-i686/snes9x-gtk.install   |   12 +
 community-staging-x86_64/PKGBUILD   |   59 ++
 community-staging-x86_64/snes9x-gtk.install |   12 +
 4 files changed, 142 insertions(+)

Copied: snes9x/repos/community-staging-i686/PKGBUILD (from rev 89217, 
snes9x/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 06:03:00 UTC (rev 89218)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=6
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/snes9x-gtk/;
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse'  'libpng' 'sdl' 'gtk2' 
'libxv' \
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+snes9x-gtk2.24.diff.gz)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+  '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-src
+  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-src/unix
+  ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+  make
+
+  cd ../gtk
+  ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+  make
+}
+
+package_snes9x() {
+  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System
+  depends=('gcc-libs' 'libpng' 'libxext' 'libsm')
+
+  cd ${pkgbase}-${pkgver}-src/unix
+  install -D -m755 snes9x ${pkgdir}/usr/bin/snes9x
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+${pkgdir}/usr/share/doc/${pkgname}/
+  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_snes9x-gtk() {
+  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System - 
GTK version
+  license=('custom' 'LGPL')
+  depends=('sdl' 'libgl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 
'gnome-icon-theme')
+  install=snes9x-gtk.install
+
+  cd ${pkgbase}-${pkgver}-src/gtk
+  make DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+${pkgdir}/usr/share/doc/${pkgname}/
+  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: snes9x/repos/community-staging-i686/snes9x-gtk.install (from rev 89217, 
snes9x/trunk/snes9x-gtk.install)
===
--- community-staging-i686/snes9x-gtk.install   (rev 0)
+++ community-staging-i686/snes9x-gtk.install   2013-04-28 06:03:00 UTC (rev 
89218)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove () {
+  post_install $1
+}

Copied: snes9x/repos/community-staging-i686/snes9x-gtk2.24.diff.gz (from rev 
89217, snes9x/trunk/snes9x-gtk2.24.diff.gz)
===
(Binary files differ)

Copied: snes9x/repos/community-staging-x86_64/PKGBUILD (from rev 89217, 
snes9x/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 06:03:00 UTC (rev 89218)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=6
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/snes9x-gtk/;

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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 08:05:46
  Author: andrea
Revision: 183820

upgpkg: qtwebkit 2.3.1-2

libpng rebuild

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 04:42:37 UTC (rev 183819)
+++ PKGBUILD2013-04-28 06:05:46 UTC (rev 183820)
@@ -3,7 +3,7 @@
 
 pkgname=qtwebkit
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 08:06:03
  Author: andrea
Revision: 183821

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

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

--+
 staging-i686/PKGBUILD|   56 
 staging-i686/qwebview.patch  |   21 +
 staging-i686/use-python2.patch   |   57 +
 staging-x86_64/PKGBUILD  |   56 
 staging-x86_64/qwebview.patch|   21 +
 staging-x86_64/use-python2.patch |   57 +
 6 files changed, 268 insertions(+)

Copied: qtwebkit/repos/staging-i686/PKGBUILD (from rev 183820, 
qtwebkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 06:06:03 UTC (rev 183821)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtwebkit
+pkgver=2.3.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt4.8')
+_qtver=4.8.4
+source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver};
+
http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz;
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('5b71baa0c92290d00b8cc3739c298098c1ed4bcd'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i ${srcdir}/use-python2.patch
+
+  OPTS=--no-webkit2
+  if [ ${CARCH} = i686 ]; then
+  # FS#33418
+  OPTS=${OPTS} --no-force-sse2
+  fi
+
+  export QTDIR=/usr
+  export PATH=/usr/lib/qt4/bin:$PATH
+  Tools/Scripts/build-webkit --qt \
+--makeargs=${MAKEFLAGS} \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i ${srcdir}/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT=${pkgdir} -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT=${pkgdir} install
+}

Copied: qtwebkit/repos/staging-i686/qwebview.patch (from rev 183820, 
qtwebkit/trunk/qwebview.patch)
===
--- staging-i686/qwebview.patch (rev 0)
+++ staging-i686/qwebview.patch 2013-04-28 06:06:03 UTC (rev 183821)
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri  
2013-01-09 12:58:06.911391299 +
+@@ -1,3 +1,6 @@
++INCLUDEPATH += 
../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/include
++LIBS += -L../../../../../../webkit-qtwebkit-23/WebKitBuild/Release/lib
++
+ CONFIG += designer
+ win32|mac: CONFIG+= debug_and_release
+ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
+--- qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro~ 
2013-01-09 12:55:43.598892405 +
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pro  
2013-01-09 12:55:53.352169136 +
+@@ -2,9 +2,4 @@
+ CONFIG += ordered
+
+ REQUIRES = !CONFIG(static,shared|static)
+-contains(QT_CONFIG, qt3support): SUBDIRS += widgets
+-win32: SUBDIRS += activeqt
+-# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
+ contains(QT_CONFIG, webkit): SUBDIRS += qwebview
+-contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
+-contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview

Copied: qtwebkit/repos/staging-i686/use-python2.patch (from rev 183820, 
qtwebkit/trunk/use-python2.patch)
===
--- staging-i686/use-python2.patch  (rev 0)
+++ 

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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:22:36
  Author: eric
Revision: 89219

upgpkg: directfb 1.6.3-2

Rebuild against libpng 1.6

Modified:
  directfb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:03:00 UTC (rev 89218)
+++ PKGBUILD2013-04-28 06:22:36 UTC (rev 89219)
@@ -4,7 +4,7 @@
 
 pkgname=directfb
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device
 arch=('i686' 'x86_64')
 url=http://www.directfb.org;
@@ -15,7 +15,7 @@
 sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
 
 build() {
-  cd ${srcdir}/DirectFB-${pkgver}
+  cd DirectFB-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
 --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
 --enable-video4linux2 --enable-voodoo
@@ -23,6 +23,6 @@
 } 
 
 package() {
-  cd ${srcdir}/DirectFB-${pkgver}
+  cd DirectFB-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:23:11
  Author: eric
Revision: 89220

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

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

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

Copied: directfb/repos/community-staging-i686/PKGBUILD (from rev 89219, 
directfb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 06:23:11 UTC (rev 89220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=2
+pkgdesc=A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device
+arch=('i686' 'x86_64')
+url=http://www.directfb.org;
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+--enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: directfb/repos/community-staging-x86_64/PKGBUILD (from rev 89219, 
directfb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 06:23:11 UTC (rev 89220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=2
+pkgdesc=A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device
+arch=('i686' 'x86_64')
+url=http://www.directfb.org;
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd DirectFB-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+--enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd DirectFB-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:31:16
  Author: eric
Revision: 89221

upgpkg: gpac 4288-2

Rebuild against libpng 1.6

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:23:11 UTC (rev 89220)
+++ PKGBUILD2013-04-28 06:31:16 UTC (rev 89221)
@@ -3,7 +3,7 @@
 
 pkgname=gpac
 pkgver=4288
-pkgrel=1
+pkgrel=2
 pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
 arch=('i686' 'x86_64')
 url=http://gpac.sourceforge.net;
@@ -36,12 +36,12 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install install-lib
 }



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:31:41
  Author: eric
Revision: 89222

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

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

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

Copied: gpac/repos/community-staging-i686/PKGBUILD (from rev 89221, 
gpac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 06:31:41 UTC (rev 89222)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpac
+pkgver=4288
+pkgrel=2
+pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
+arch=('i686' 'x86_64')
+url=http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=${pkgver}
+  _svntrunk=https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac;
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-lib
+}

Copied: gpac/repos/community-staging-x86_64/PKGBUILD (from rev 89221, 
gpac/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 06:31:41 UTC (rev 89222)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpac
+pkgver=4288
+pkgrel=2
+pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
+arch=('i686' 'x86_64')
+url=http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=${pkgver}
+  _svntrunk=https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac;
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-lib
+}



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:41:24
  Author: eric
Revision: 89223

upgpkg: electricsheep 2.7b33-8

Rebuild against libpng 1.6

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:31:41 UTC (rev 89222)
+++ PKGBUILD2013-04-28 06:41:24 UTC (rev 89223)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=7
+pkgrel=8
 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/;
@@ -34,13 +34,17 @@
   gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
 }
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
   sed -i 's/wx-config/wx-config-2.9/g' configure.ac
   sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
   sed -i '12 i\
 #include cstdio' Common/Singleton.h
   mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
   ./autogen.sh
   CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
   sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
@@ -48,7 +52,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  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



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 08:41:50
  Author: eric
Revision: 89224

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

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

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 89223, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 06:41:50 UTC (rev 89224)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=8
+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' 'wxgtk2.9' '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 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 89223, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 06:41:50 UTC (rev 89224)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=8
+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' 'wxgtk2.9' '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 

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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 08:45:12
  Author: andrea
Revision: 183827

upgpkg: qt5 5.0.2-2

libpng rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:43:39 UTC (rev 183826)
+++ PKGBUILD2013-04-28 06:45:12 UTC (rev 183827)
@@ -17,7 +17,7 @@
  'qt5-webkit'
  'qt5-xmlpatterns')
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -90,9 +90,9 @@
   for m in qtbase qtdeclarative qtmultimedia qtquick1 qtscript qtsvg qttools \
 qtwebkit-examples-and-demos qtxmlpatterns; do
 cd ${m}/examples
-${QTDIR}/qmake
+${QTDIR}/qtbase/bin/qmake
 make
-  cd ../../
+cd ../../
   done
 }
 



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 08:45:42
  Author: andrea
Revision: 183828

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

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 183827, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 183827, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/designer.desktop
(from rev 183827, qt5/trunk/designer.desktop)
  qt5/repos/staging-i686/gcc48.patch
(from rev 183827, qt5/trunk/gcc48.patch)
  qt5/repos/staging-i686/linguist.desktop
(from rev 183827, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qt5-base.install
(from rev 183827, qt5/trunk/qt5-base.install)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 183827, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-i686/use-python2.patch
(from rev 183827, qt5/trunk/use-python2.patch)
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 183827, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 183827, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 183827, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/gcc48.patch
(from rev 183827, qt5/trunk/gcc48.patch)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 183827, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qt5-base.install
(from rev 183827, qt5/trunk/qt5-base.install)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 183827, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/use-python2.patch
(from rev 183827, qt5/trunk/use-python2.patch)

--+
 staging-i686/PKGBUILD|  332 +
 staging-i686/assistant.desktop   |8 
 staging-i686/designer.desktop|   10 +
 staging-i686/gcc48.patch |   63 +++
 staging-i686/linguist.desktop|9 +
 staging-i686/qt5-base.install|   11 +
 staging-i686/qt5-tools.install   |   12 +
 staging-i686/use-python2.patch   |  107 +++
 staging-x86_64/PKGBUILD  |  332 +
 staging-x86_64/assistant.desktop |8 
 staging-x86_64/designer.desktop  |   10 +
 staging-x86_64/gcc48.patch   |   63 +++
 staging-x86_64/linguist.desktop  |9 +
 staging-x86_64/qt5-base.install  |   11 +
 staging-x86_64/qt5-tools.install |   12 +
 staging-x86_64/use-python2.patch |  107 +++
 16 files changed, 1104 insertions(+)

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


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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 09:03:43
  Author: eric
Revision: 183829

upgpkg: sdl_image 1.2.12-3

Rebuild against libpng 1.6

Modified:
  sdl_image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:45:42 UTC (rev 183828)
+++ PKGBUILD2013-04-28 07:03:43 UTC (rev 183829)
@@ -5,7 +5,7 @@
 
 pkgname=sdl_image
 pkgver=1.2.12
-pkgrel=2
+pkgrel=3
 pkgdesc=A simple library to load images of various formats as SDL surfaces
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,13 +16,13 @@
 md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
 
 build() {
-  cd $srcdir/SDL_image-$pkgver
+  cd SDL_image-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $srcdir/SDL_image-$pkgver
+  cd SDL_image-$pkgver
   make DESTDIR=$pkgdir install
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 09:06:21
  Author: eric
Revision: 183830

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

Added:
  sdl_image/repos/staging-i686/
  sdl_image/repos/staging-i686/PKGBUILD
(from rev 183829, sdl_image/trunk/PKGBUILD)
  sdl_image/repos/staging-x86_64/
  sdl_image/repos/staging-x86_64/PKGBUILD
(from rev 183829, sdl_image/trunk/PKGBUILD)

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

Copied: sdl_image/repos/staging-i686/PKGBUILD (from rev 183829, 
sdl_image/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 07:06:21 UTC (rev 183830)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sdl_image
+pkgver=1.2.12
+pkgrel=3
+pkgdesc=A simple library to load images of various formats as SDL surfaces
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('sdl=1.2.13' 'libpng' 'libjpeg=7' 'libtiff' 'zlib')
+options=('!libtool')
+url=http://www.libsdl.org/projects/SDL_image/;
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
+
+build() {
+  cd SDL_image-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_image-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sdl_image/repos/staging-x86_64/PKGBUILD (from rev 183829, 
sdl_image/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-28 07:06:21 UTC (rev 183830)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sdl_image
+pkgver=1.2.12
+pkgrel=3
+pkgdesc=A simple library to load images of various formats as SDL surfaces
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('sdl=1.2.13' 'libpng' 'libjpeg=7' 'libtiff' 'zlib')
+options=('!libtool')
+url=http://www.libsdl.org/projects/SDL_image/;
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
+
+build() {
+  cd SDL_image-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd SDL_image-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-04-28 Thread Allan McRae
Date: Sunday, April 28, 2013 @ 09:19:22
  Author: allan
Revision: 183831

upgpkg: gcc 4.8.0-3

new upstream snapshot, fixes FS#34992

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 07:06:21 UTC (rev 183830)
+++ PKGBUILD2013-04-28 07:19:22 UTC (rev 183831)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.8.0
-pkgrel=2
-_snapshot=4.8-20130411
+pkgrel=3
+_snapshot=4.8-20130425
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 
source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2)
 #ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-md5sums=('cb529205469260f0d56adc01088c4850')
+md5sums=('03690556f09991fbecac0467227c5d4e')
 
 
 if [ -n ${_snapshot} ]; then



[arch-commits] Commit in gcc/repos (14 files)

2013-04-28 Thread Allan McRae
Date: Sunday, April 28, 2013 @ 09:21:41
  Author: allan
Revision: 183832

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 183831, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 183831, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 183831, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 183831, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 183831, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 183831, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 183831, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 183831, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 183831, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 183831, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 183831, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 183831, gcc/trunk/gcc.install)

+
 testing-i686/PKGBUILD  |  270 +++
 testing-i686/gcc-ada.install   |   20 ++
 testing-i686/gcc-fortran.install   |   16 ++
 testing-i686/gcc-go.install|   20 ++
 testing-i686/gcc-libs.install  |   16 ++
 testing-i686/gcc.install   |   20 ++
 testing-x86_64/PKGBUILD|  270 +++
 testing-x86_64/gcc-ada.install |   20 ++
 testing-x86_64/gcc-fortran.install |   16 ++
 testing-x86_64/gcc-go.install  |   20 ++
 testing-x86_64/gcc-libs.install|   16 ++
 testing-x86_64/gcc.install |   20 ++
 12 files changed, 724 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 183831, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-28 07:21:41 UTC (rev 183832)
@@ -0,0 +1,270 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.8.0
+pkgrel=3
+_snapshot=4.8-20130425
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!libtool' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2)
+#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+md5sums=('03690556f09991fbecac0467227c5d4e')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
+  --with-linker-hash-style=gnu --disable-install-libiberty \
+  --disable-multilib --disable-libssp --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  cd $CHOST/libstdc++-v3
+  make doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+
+  # do not abort on error as some are expected
+  

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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 09:37:31
  Author: eric
Revision: 183833

upgpkg: libzip 0.11.1-1

Upstream update, Add prepare function

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 07:21:41 UTC (rev 183832)
+++ PKGBUILD2013-04-28 07:37:31 UTC (rev 183833)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libzip
-pkgver=0.11
+pkgver=0.11.1
 pkgrel=1
 pkgdesc=A C library for reading, creating, and modifying zip archives
 url=http://www.nih.at/libzip/index.html;
@@ -13,20 +13,23 @@
 options=('!libtool')
 source=(http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'fix-headers.patch')
-md5sums=('9fb13212011721983fe7119393565533'
+md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
  '249395bd3a426c4c4e993e9d4753e1dd')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fix-headers.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ${srcdir}/fix-headers.patch
+  cd ${pkgname}-${pkgver}
   autoreconf -i
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-04-28 Thread Eric Bélanger
Date: Sunday, April 28, 2013 @ 09:37:57
  Author: eric
Revision: 183834

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

Added:
  libzip/repos/extra-i686/PKGBUILD
(from rev 183833, libzip/trunk/PKGBUILD)
  libzip/repos/extra-i686/fix-headers.patch
(from rev 183833, libzip/trunk/fix-headers.patch)
  libzip/repos/extra-x86_64/PKGBUILD
(from rev 183833, libzip/trunk/PKGBUILD)
  libzip/repos/extra-x86_64/fix-headers.patch
(from rev 183833, libzip/trunk/fix-headers.patch)
Deleted:
  libzip/repos/extra-i686/PKGBUILD
  libzip/repos/extra-i686/fix-headers.patch
  libzip/repos/extra-x86_64/PKGBUILD
  libzip/repos/extra-x86_64/fix-headers.patch

+
 /PKGBUILD  |   70 +++
 /fix-headers.patch |   30 
 extra-i686/PKGBUILD|   32 -
 extra-i686/fix-headers.patch   |   15 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/fix-headers.patch |   15 
 6 files changed, 100 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-28 07:37:31 UTC (rev 183833)
+++ extra-i686/PKGBUILD 2013-04-28 07:37:57 UTC (rev 183834)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libzip
-pkgver=0.11
-pkgrel=1
-pkgdesc=A C library for reading, creating, and modifying zip archives
-url=http://www.nih.at/libzip/index.html;
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('zlib')
-options=('!libtool')
-source=(http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'fix-headers.patch')
-md5sums=('9fb13212011721983fe7119393565533'
- '249395bd3a426c4c4e993e9d4753e1dd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ${srcdir}/fix-headers.patch
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libzip/repos/extra-i686/PKGBUILD (from rev 183833, 
libzip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-28 07:37:57 UTC (rev 183834)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libzip
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=A C library for reading, creating, and modifying zip archives
+url=http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+options=('!libtool')
+source=(http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'fix-headers.patch')
+md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19'
+ '249395bd3a426c4c4e993e9d4753e1dd')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fix-headers.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/fix-headers.patch
===
--- extra-i686/fix-headers.patch2013-04-28 07:37:31 UTC (rev 183833)
+++ extra-i686/fix-headers.patch2013-04-28 07:37:57 UTC (rev 183834)
@@ -1,15 +0,0 @@
-diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
 libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
-+++ libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
-@@ -2,8 +2,9 @@
- 
- lib_LTLIBRARIES = libzip.la
- noinst_HEADERS = zipint.h
--include_HEADERS = zip.h
--libinclude_HEADERS = zipconf.h
-+include_HEADERS = \
-+  zip.h \
-+  zipconf.h
- 
- # also update CMakeLists.txt when changing version
- libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Copied: libzip/repos/extra-i686/fix-headers.patch (from rev 183833, 
libzip/trunk/fix-headers.patch)
===
--- extra-i686/fix-headers.patch(rev 0)
+++ extra-i686/fix-headers.patch2013-04-28 07:37:57 UTC (rev 183834)
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
 libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ 
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++  zip.h \
++  zipconf.h
+ 
+ # also update CMakeLists.txt when changing version
+ 

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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 09:41:56
  Author: andrea
Revision: 183835

upgpkg: kdelibs 4.10.2-4

libpng rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 07:37:57 UTC (rev 183834)
+++ PKGBUILD2013-04-28 07:41:56 UTC (rev 183835)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 09:42:09
  Author: andrea
Revision: 183836

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

Added:
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-i686/PKGBUILD
(from rev 183835, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-i686/archlinux-menu.patch
(from rev 183835, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-i686/kde-applications-menu.patch
(from rev 183835, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-i686/kdelibs.install
(from rev 183835, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-i686/qt4.patch
(from rev 183835, kdelibs/trunk/qt4.patch)
  kdelibs/repos/staging-x86_64/
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 183835, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 183835, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 183835, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs.install
(from rev 183835, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-x86_64/qt4.patch
(from rev 183835, kdelibs/trunk/qt4.patch)

+
 staging-i686/PKGBUILD  |   61 +++
 staging-i686/archlinux-menu.patch  |   22 +
 staging-i686/kde-applications-menu.patch   |   22 +
 staging-i686/kdelibs.install   |   13 +
 staging-i686/qt4.patch |   11 
 staging-x86_64/PKGBUILD|   61 +++
 staging-x86_64/archlinux-menu.patch|   22 +
 staging-x86_64/kde-applications-menu.patch |   22 +
 staging-x86_64/kdelibs.install |   13 +
 staging-x86_64/qt4.patch   |   11 
 10 files changed, 258 insertions(+)

Copied: kdelibs/repos/staging-i686/PKGBUILD (from rev 183835, 
kdelibs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 07:42:09 UTC (rev 183836)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.10.2
+pkgrel=4
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('2f1f455c39fa33cc133db7ec6b3d2dbbabe03c85'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ${srcdir}/qt4.patch
+   cd ../
+
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_HUpnp=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/staging-i686/archlinux-menu.patch (from rev 183835, 
kdelibs/trunk/archlinux-menu.patch)
===
--- staging-i686/archlinux-menu.patch   (rev 0)
+++ staging-i686/archlinux-menu.patch   2013-04-28 07:42:09 UTC (rev 183836)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 

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

2013-04-28 Thread Giovanni Scafora
Date: Sunday, April 28, 2013 @ 10:37:51
  Author: giovanni
Revision: 183837

upgpkg: live-media 2013.04.23-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 07:42:09 UTC (rev 183836)
+++ PKGBUILD2013-04-28 08:37:51 UTC (rev 183837)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2013.04.22
+pkgver=2013.04.23
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('83362b57ecfa0ed07a1f1bd93bb4cdfb')
+md5sums=('1440933d015689ca400d2a27884aee6f')
 
 build() {
   cd ${srcdir}/live



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

2013-04-28 Thread Giovanni Scafora
Date: Sunday, April 28, 2013 @ 10:37:59
  Author: giovanni
Revision: 183838

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 183837, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 183837, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-28 08:37:51 UTC (rev 183837)
+++ extra-i686/PKGBUILD 2013-04-28 08:37:59 UTC (rev 183838)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.04.22
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('83362b57ecfa0ed07a1f1bd93bb4cdfb')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 183837, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-28 08:37:59 UTC (rev 183838)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2013.04.23
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('1440933d015689ca400d2a27884aee6f')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-28 08:37:51 UTC (rev 183837)
+++ extra-x86_64/PKGBUILD   2013-04-28 08:37:59 UTC (rev 183838)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.04.22
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('83362b57ecfa0ed07a1f1bd93bb4cdfb')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 183837, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-28 08:37:59 UTC (rev 183838)
@@ -0,0 

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 11:45:49
  Author: jelle
Revision: 89234

upgpkg: 0ad a13-3

libpng 1.6 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 06:44:21 UTC (rev 89233)
+++ PKGBUILD2013-04-28 09:45:49 UTC (rev 89234)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a13
 _pkgver=0.0.13-alpha
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
 arch=('i686' 'x86_64')
 url=http://play0ad.com/;



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 11:46:40
  Author: jelle
Revision: 89235

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 89234, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 89234, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 89234, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 89234, 0ad/trunk/boost-1.50.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/boost-1.50.patch   |   39 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/boost-1.50.patch |   39 
 4 files changed, 168 insertions(+)

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 89234, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 09:46:40 UTC (rev 89235)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a13
+_pkgver=0.0.13-alpha
+pkgrel=3
+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=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  unset CPPFLAGS
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
+
+  make CONFIG=Release
+}
+
+package() {
+  install -d ${pkgdir}/usr/{bin,lib/0ad}
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib/0ad
+
+  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Copied: 0ad/repos/community-staging-i686/boost-1.50.patch (from rev 89234, 
0ad/trunk/boost-1.50.patch)
===
--- community-staging-i686/boost-1.50.patch (rev 0)
+++ community-staging-i686/boost-1.50.patch 2013-04-28 09:46:40 UTC (rev 
89235)
@@ -0,0 +1,39 @@
+diff -ru 0ad-r11863-alpha/source/graphics/TextureManager.cpp 
0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
+--- 0ad-r11863-alpha/source/graphics/TextureManager.cpp2012-02-19 
04:30:59.0 +0100
 0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
2012-07-10 21:00:52.753251312 +0200
+@@ -425,9 +425,9 @@
+   CTextureConverter::SettingsFile* f = 
GetSettingsFile(settingsPath);
+   if (f)
+   files.push_back(f);
+-  p = p / *it;
++  p = p / it-wstring();
+   }
+-  return m_TextureConverter.ComputeSettings(srcPath.leaf(), 
files);
++  return 
m_TextureConverter.ComputeSettings(srcPath.leaf().wstring(), files);
+   }
+ 
+   /**
+diff -ru 0ad-r11863-alpha/source/lib/pch/pch_boost.h 
0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h
+--- 0ad-r11863-alpha/source/lib/pch/pch_boost.h2012-02-16 
19:01:10.0 +0100
 0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h2012-07-10 
19:51:38.413009623 +0200
+@@ -25,7 +25,7 @@
+ 
+ // the following boost libraries have been included in TR1 and are
+ // thus deemed usable:
+-#define BOOST_FILESYSTEM_VERSION 2
++#define 

[arch-commits] Commit in 0ad/repos (community-staging-x86_64)

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 11:51:48
  Author: jelle
Revision: 89236

db-remove: 0ad removed by jelle

Deleted:
  0ad/repos/community-staging-x86_64/



[arch-commits] Commit in 0ad/repos (community-staging-i686)

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 11:51:53
  Author: jelle
Revision: 89237

db-remove: 0ad removed by jelle

Deleted:
  0ad/repos/community-staging-i686/



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 11:54:06
  Author: lcarlier
Revision: 89238

upgpkg: devil 1.7.8-16

libpng-1.6 rebuild

Modified:
  devil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 09:51:53 UTC (rev 89237)
+++ PKGBUILD2013-04-28 09:54:06 UTC (rev 89238)
@@ -5,7 +5,7 @@
 
 pkgname=devil
 pkgver=1.7.8
-pkgrel=15
+pkgrel=16
 pkgdesc=Library for reading several different image formats
 arch=('i686' 'x86_64')
 url=http://openil.sourceforge.net/;



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 11:54:19
  Author: lcarlier
Revision: 89239

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

Added:
  devil/repos/community-staging-i686/
  devil/repos/community-staging-i686/PKGBUILD
(from rev 89238, devil/trunk/PKGBUILD)
  devil/repos/community-staging-i686/devil.install
(from rev 89238, devil/trunk/devil.install)
  devil/repos/community-staging-i686/libpng14.patch
(from rev 89238, devil/trunk/libpng14.patch)
  devil/repos/community-staging-x86_64/
  devil/repos/community-staging-x86_64/PKGBUILD
(from rev 89238, devil/trunk/PKGBUILD)
  devil/repos/community-staging-x86_64/devil.install
(from rev 89238, devil/trunk/devil.install)
  devil/repos/community-staging-x86_64/libpng14.patch
(from rev 89238, devil/trunk/libpng14.patch)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/devil.install|   11 
 community-staging-i686/libpng14.patch   |   33 ++
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/devil.install  |   11 
 community-staging-x86_64/libpng14.patch |   33 ++
 6 files changed, 164 insertions(+)

Copied: devil/repos/community-staging-i686/PKGBUILD (from rev 89238, 
devil/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 09:54:19 UTC (rev 89239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.org
+# Contributor: damir da...@archlinux.org
+# Contributor: TheHoff forums
+
+pkgname=devil
+pkgver=1.7.8
+pkgrel=16
+pkgdesc=Library for reading several different image formats
+arch=('i686' 'x86_64')
+url=http://openil.sourceforge.net/;
+depends=('libpng' 'libmng' 'jasper' 'lcms' 'openexr')
+install=devil.install
+options=('!libtool' '!docs' '!emptydirs')
+license=('GPL')
+source=(http://downloads.sourceforge.net/openil/DevIL-$pkgver.tar.gz 
libpng14.patch)
+md5sums=('7918f215524589435e5ec2e8736d5e1d'
+ '0f839ccefd43b0ee8b4b3f99806147fc')
+
+build() {
+  cd ${srcdir}/devil-$pkgver
+
+  patch -Np1 -i ${srcdir}/libpng14.patch
+
+  if [[ $CARCH == x86_64 ]]; then
+./configure --prefix=/usr --enable-ILU
+  else
+./configure --prefix=/usr --enable-ILU --disable-sse3
+  fi
+
+  make
+}
+
+package() {
+  cd ${srcdir}/devil-$pkgver
+
+  make prefix=${pkgdir}/usr install
+}

Copied: devil/repos/community-staging-i686/devil.install (from rev 89238, 
devil/trunk/devil.install)
===
--- community-staging-i686/devil.install(rev 0)
+++ community-staging-i686/devil.install2013-04-28 09:54:19 UTC (rev 
89239)
@@ -0,0 +1,11 @@
+infodir=usr/share/info
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/DevIL_manual.info.gz $infodir/dir 2 /dev/null
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/DevIL_manual.info.gz $infodir/dir 2 /dev/null
+}

Copied: devil/repos/community-staging-i686/libpng14.patch (from rev 89238, 
devil/trunk/libpng14.patch)
===
--- community-staging-i686/libpng14.patch   (rev 0)
+++ community-staging-i686/libpng14.patch   2013-04-28 09:54:19 UTC (rev 
89239)
@@ -0,0 +1,33 @@
+diff -Nur devil-1.7.8.orig/src-IL/src/il_icon.c 
devil-1.7.8/src-IL/src/il_icon.c
+--- devil-1.7.8.orig/src-IL/src/il_icon.c  2009-03-08 09:10:09.0 
+0200
 devil-1.7.8/src-IL/src/il_icon.c   2010-01-17 00:54:09.0 +0200
+@@ -525,7 +525,7 @@
+ 
+   // Expand low-bit-depth grayscale images to 8 bits
+   if (ico_color_type == PNG_COLOR_TYPE_GRAY  bit_depth  8) {
+-  png_set_gray_1_2_4_to_8(ico_png_ptr);
++  png_set_expand_gray_1_2_4_to_8(ico_png_ptr);
+   }
+ 
+   // Expand RGB images with transparency to full alpha channels
+diff -Nur devil-1.7.8.orig/src-IL/src/il_png.c devil-1.7.8/src-IL/src/il_png.c
+--- devil-1.7.8.orig/src-IL/src/il_png.c   2009-03-08 09:10:09.0 
+0200
 devil-1.7.8/src-IL/src/il_png.c2010-01-17 00:55:26.0 +0200
+@@ -105,7 +105,7 @@
+   Read = iread(Signature, 1, 8);
+   iseek(-Read, IL_SEEK_CUR);
+ 
+-  return png_check_sig(Signature, 8);
++  return png_sig_cmp(Signature, 0, 8) == 0;
+ }
+ 
+ 
+@@ -278,7 +278,7 @@
+ 
+   // Expand low-bit-depth grayscale images to 8 bits
+   if (png_color_type == PNG_COLOR_TYPE_GRAY  bit_depth  8) {
+-  png_set_gray_1_2_4_to_8(png_ptr);
++  png_set_expand_gray_1_2_4_to_8(png_ptr);
+   }
+ 
+   // Expand RGB images with transparency to full alpha channels


[arch-commits] Commit in (5 files)

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 11:57:57
  Author: alucryd
Revision: 89240

Add ruby-iconv

Added:
  ruby-iconv/
  ruby-iconv/trunk/
  ruby-iconv/trunk/PKGBUILD
Modified:
  gens-gs/trunk/PKGBUILD
  lib32-wxgtk/trunk/PKGBUILD

+
 gens-gs/trunk/PKGBUILD |   13 ++---
 lib32-wxgtk/trunk/PKGBUILD |6 +-
 ruby-iconv/trunk/PKGBUILD  |   23 +++
 3 files changed, 30 insertions(+), 12 deletions(-)

Modified: gens-gs/trunk/PKGBUILD
===
--- gens-gs/trunk/PKGBUILD  2013-04-28 09:54:19 UTC (rev 89239)
+++ gens-gs/trunk/PKGBUILD  2013-04-28 09:57:57 UTC (rev 89240)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=2
+pkgrel=3
 pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
 arch=('i686' 'x86_64')
 url=http://segaretro.org/Gens/GS;
@@ -25,20 +25,21 @@
 sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
 '29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-r7
 
-# Patch
   patch -Np1 -i ../gens-gtk.patch
+}
 
-# Multilib
+build() {
+  cd ${srcdir}/${pkgname}-r7
+
   if [[ $CARCH == x86_64 ]]; then
 export CC=gcc -m32
 export CXX=g++ -m32
 export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
   fi
 
-# Build
   if [[ $CARCH == x86_64 ]]; then
 ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
   else
@@ -50,12 +51,10 @@
 package() {
   cd ${srcdir}/${pkgname}-r7
 
-# Multilib
   if [[ $CARCH == x86_64 ]]; then
 depends=('lib32-gtk2' 'lib32-sdl')
   fi
 
-# Install
   make DESTDIR=${pkgdir} install
 }
 

Modified: lib32-wxgtk/trunk/PKGBUILD
===
--- lib32-wxgtk/trunk/PKGBUILD  2013-04-28 09:54:19 UTC (rev 89239)
+++ lib32-wxgtk/trunk/PKGBUILD  2013-04-28 09:57:57 UTC (rev 89240)
@@ -10,7 +10,7 @@
 
 pkgname=lib32-wxgtk
 pkgver=2.8.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc=GTK+ implementation of wxWidgets API for GUI (lib32)
 arch=('x86_64')
 url=http://wxwidgets.org/;
@@ -22,12 +22,10 @@
 build() {
   cd ${srcdir}/wxPython-src-${pkgver}
 
-# Multilib
   export CC=gcc -m32
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-# Build
   ./configure --prefix=/usr --libdir=/usr/lib32 
--with-{gtk=2,libjpeg=sys,libpng=sys,libtiff=sys,libxpm=sys,opengl,regex=builtin,sdl}
 --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
   make
   make -C locale allmo
@@ -39,14 +37,12 @@
 
   cd ${srcdir}/wxPython-src-${pkgver}
 
-# Install
   make DESTDIR=${pkgdir} install
   make -C contrib/src DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/{include,share,bin/wxrc}
   mv ${pkgdir}/usr/bin/wx-config{,32}
   mv ${pkgdir}/usr/bin/wxrc{,32}-2.8
 
-# License
   install -dm 755 ${pkgdir}/usr/share/licenses
   ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
 }

Added: ruby-iconv/trunk/PKGBUILD
===
--- ruby-iconv/trunk/PKGBUILD   (rev 0)
+++ ruby-iconv/trunk/PKGBUILD   2013-04-28 09:57:57 UTC (rev 89240)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alucryd alucryd at gmail dot com
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=2
+pkgdesc=Wrapper library for iconv
+arch=('any')
+url=https://github.com/nurse/iconv;
+license=('GPL3')
+depends=('ruby')
+makedepends=('rubygems')
+source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+package() {
+  cd ${srcdir}
+
+  local _gemdir=$(ruby -rubygems -e 'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i ${pkgdir}${_gemdir} 
${pkgname#*-}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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


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

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:00:53
  Author: alucryd
Revision: 89241

upgpkg: ruby-iconv 1.0.3-2

Modified:
  ruby-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 09:57:57 UTC (rev 89240)
+++ PKGBUILD2013-04-28 10:00:53 UTC (rev 89241)
@@ -5,11 +5,12 @@
 pkgver=1.0.3
 pkgrel=2
 pkgdesc=Wrapper library for iconv
-arch=('any')
+arch=('i686' 'x86_64')
 url=https://github.com/nurse/iconv;
 license=('GPL3')
 depends=('ruby')
 makedepends=('rubygems')
+options=('!emptydirs')
 source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
 



[arch-commits] Commit in ruby-iconv (5 files)

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:01:07
  Author: alucryd
Revision: 89242

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

Added:
  ruby-iconv/repos/
  ruby-iconv/repos/community-i686/
  ruby-iconv/repos/community-i686/PKGBUILD
(from rev 89241, ruby-iconv/trunk/PKGBUILD)
  ruby-iconv/repos/community-x86_64/
  ruby-iconv/repos/community-x86_64/PKGBUILD
(from rev 89241, ruby-iconv/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 89241, 
ruby-iconv/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-04-28 10:01:07 UTC (rev 89242)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alucryd alucryd at gmail dot com
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=2
+pkgdesc=Wrapper library for iconv
+arch=('i686' 'x86_64')
+url=https://github.com/nurse/iconv;
+license=('GPL3')
+depends=('ruby')
+makedepends=('rubygems')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+package() {
+  cd ${srcdir}
+
+  local _gemdir=$(ruby -rubygems -e 'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i ${pkgdir}${_gemdir} 
${pkgname#*-}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-x86_64/PKGBUILD (from rev 89241, 
ruby-iconv/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-04-28 10:01:07 UTC (rev 89242)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alucryd alucryd at gmail dot com
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=2
+pkgdesc=Wrapper library for iconv
+arch=('i686' 'x86_64')
+url=https://github.com/nurse/iconv;
+license=('GPL3')
+depends=('ruby')
+makedepends=('rubygems')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+package() {
+  cd ${srcdir}
+
+  local _gemdir=$(ruby -rubygems -e 'puts Gem.default_dir')
+  gem install --no-user-install --ignore-dependencies -i ${pkgdir}${_gemdir} 
${pkgname#*-}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:08:15
  Author: lcarlier
Revision: 89243

upgpkg: critter 1.0.2-8

libpng-1.6 rebuild

Modified:
  critter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:01:07 UTC (rev 89242)
+++ PKGBUILD2013-04-28 10:08:15 UTC (rev 89243)
@@ -6,7 +6,7 @@
 pkgname=critter
 _origname=CriticalMass
 pkgver=1.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc=Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/criticalmass;
@@ -27,7 +27,7 @@
 
   patch -Np1 -i ../critter-gcc43.patch
   patch -Np0 -i ../criticalmass-1.0.2-libpng15.patch
-  sed -i 's|-lpng12|-lpng15|g' configure
+  sed -i 's|-lpng12|-lpng16|g' configure
 
   ./configure --prefix=/usr --mandir=/usr/share/man
   make



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

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:08:16
  Author: alucryd
Revision: 89244

upgpkg: rubyripper 0.6.2-3

Modified:
  rubyripper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:08:15 UTC (rev 89243)
+++ PKGBUILD2013-04-28 10:08:16 UTC (rev 89244)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Dave Reisner dreis...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=rubyripper
@@ -9,7 +10,7 @@
 arch=('any')
 url=http://code.google.com/p/rubyripper/;
 license=('GPL3')
-depends=('ruby' 'cdparanoia' 'gtk2' 'hicolor-icon-theme')
+depends=('cdparanoia' 'gtk2' 'hicolor-icon-theme' 'ruby-iconv')
 optdepends=('ruby-gtk2: GTK+ GUI'
 'cd-discid: Freedb support'
 'eject: Eject support'
@@ -21,22 +22,20 @@
 'vorbisgain: Ogg Vorbis ReplayGain support'
 'normalize: Normalization support'
 'cdrdao: Advanced TOC analysis')
-install=rubyripper.install
-source=(http://rubyripper.googlecode.com/files/rubyripper-$pkgver.tar.bz2)
-md5sums=('04ee16c117ef8d839c3681b62839e8af')
+install=${pkgname}.install
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('817a800ba9a8eca9a8130fad861913c8ebdc4ec3011135e216b41007fc989ebb')
 
 build() {
-  cd $srcdir/rubyripper-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure \
---prefix=/usr \
---enable-gtk2 \
---enable-cli \
---ruby=$(ruby -e 'v = RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; 
puts v')
+  ./configure --prefix=/usr --enable-{cli,gtk2} --ruby=$(ruby -e 'v = 
RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; puts v')
 }
 
 package() {
-  cd $srcdir/rubyripper-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }
+
+# vim: ts=2 sw=2 et:



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

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:08:25
  Author: alucryd
Revision: 89245

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   83 +--
 rubyripper.install |   22 ++---
 2 files changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 10:08:16 UTC (rev 89244)
+++ PKGBUILD2013-04-28 10:08:25 UTC (rev 89245)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=rubyripper
-pkgver=0.6.2
-pkgrel=3
-pkgdesc=Secure audiodisc ripper
-arch=('any')
-url=http://code.google.com/p/rubyripper/;
-license=('GPL3')
-depends=('ruby' 'cdparanoia' 'gtk2' 'hicolor-icon-theme')
-optdepends=('ruby-gtk2: GTK+ GUI'
-'cd-discid: Freedb support'
-'eject: Eject support'
-'lame: MP3 encoding support'
-'vorbis-tools: Ogg Vorbis encoding support'
-'flac: FLAC encoding support'
-'wavegain: WAV ReplayGain support'
-'mp3gain: MP3 ReplayGain support'
-'vorbisgain: Ogg Vorbis ReplayGain support'
-'normalize: Normalization support'
-'cdrdao: Advanced TOC analysis')
-install=rubyripper.install
-source=(http://rubyripper.googlecode.com/files/rubyripper-$pkgver.tar.bz2)
-md5sums=('04ee16c117ef8d839c3681b62839e8af')
-
-build() {
-  cd $srcdir/rubyripper-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-gtk2 \
---enable-cli \
---ruby=$(ruby -e 'v = RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; 
puts v')
-}
-
-package() {
-  cd $srcdir/rubyripper-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: rubyripper/repos/community-any/PKGBUILD (from rev 89244, 
rubyripper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 10:08:25 UTC (rev 89245)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=rubyripper
+pkgver=0.6.2
+pkgrel=3
+pkgdesc=Secure audiodisc ripper
+arch=('any')
+url=http://code.google.com/p/rubyripper/;
+license=('GPL3')
+depends=('cdparanoia' 'gtk2' 'hicolor-icon-theme' 'ruby-iconv')
+optdepends=('ruby-gtk2: GTK+ GUI'
+'cd-discid: Freedb support'
+'eject: Eject support'
+'lame: MP3 encoding support'
+'vorbis-tools: Ogg Vorbis encoding support'
+'flac: FLAC encoding support'
+'wavegain: WAV ReplayGain support'
+'mp3gain: MP3 ReplayGain support'
+'vorbisgain: Ogg Vorbis ReplayGain support'
+'normalize: Normalization support'
+'cdrdao: Advanced TOC analysis')
+install=${pkgname}.install
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('817a800ba9a8eca9a8130fad861913c8ebdc4ec3011135e216b41007fc989ebb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-{cli,gtk2} --ruby=$(ruby -e 'v = 
RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; puts v')
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: rubyripper.install
===
--- rubyripper.install  2013-04-28 10:08:16 UTC (rev 89244)
+++ rubyripper.install  2013-04-28 10:08:25 UTC (rev 89245)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-update_icon_cache() {
-  if type gtk-update-icon-cache /dev/null 21; then
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  fi
-}
-
-post_install() { update_icon_cache; }
-post_upgrade() { update_icon_cache; }
-post_remove()  { update_icon_cache; }

Copied: rubyripper/repos/community-any/rubyripper.install (from rev 89244, 
rubyripper/trunk/rubyripper.install)
===
--- rubyripper.install  (rev 0)
+++ rubyripper.install  2013-04-28 10:08:25 UTC (rev 89245)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+update_icon_cache() {
+  if type gtk-update-icon-cache /dev/null 21; then
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  fi
+}
+
+post_install() { update_icon_cache; }
+post_upgrade() { update_icon_cache; }
+post_remove()  { update_icon_cache; }



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:08:27
  Author: lcarlier
Revision: 89246

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

Added:
  critter/repos/community-staging-i686/
  critter/repos/community-staging-i686/PKGBUILD
(from rev 89244, critter/trunk/PKGBUILD)
  critter/repos/community-staging-i686/criticalmass-1.0.2-libpng15.patch
(from rev 89244, critter/trunk/criticalmass-1.0.2-libpng15.patch)
  critter/repos/community-staging-i686/critter-gcc43.patch
(from rev 89244, critter/trunk/critter-gcc43.patch)
  critter/repos/community-staging-i686/critter.desktop
(from rev 89244, critter/trunk/critter.desktop)
  critter/repos/community-staging-x86_64/
  critter/repos/community-staging-x86_64/PKGBUILD
(from rev 89245, critter/trunk/PKGBUILD)
  critter/repos/community-staging-x86_64/criticalmass-1.0.2-libpng15.patch
(from rev 89245, critter/trunk/criticalmass-1.0.2-libpng15.patch)
  critter/repos/community-staging-x86_64/critter-gcc43.patch
(from rev 89245, critter/trunk/critter-gcc43.patch)
  critter/repos/community-staging-x86_64/critter.desktop
(from rev 89245, critter/trunk/critter.desktop)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/criticalmass-1.0.2-libpng15.patch   |   31 
 community-staging-i686/critter-gcc43.patch |   69 +++
 community-staging-i686/critter.desktop |9 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/criticalmass-1.0.2-libpng15.patch |   31 
 community-staging-x86_64/critter-gcc43.patch   |   69 +++
 community-staging-x86_64/critter.desktop   |9 +
 8 files changed, 306 insertions(+)

Copied: critter/repos/community-staging-i686/PKGBUILD (from rev 89244, 
critter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:08:27 UTC (rev 89246)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: Daniel J Griffiths griffith...@archlinux.us
+
+pkgname=critter
+_origname=CriticalMass
+pkgver=1.0.2
+pkgrel=8
+pkgdesc=Critical Mass (aka Critter) is an SDL/OpenGL space shoot'em up game
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/criticalmass;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl')
+makedepends=('mesa')
+source=(http://downloads.sourceforge.net/sourceforge/criticalmass/$_origname-${pkgver}.tar.bz2
+critter-gcc43.patch
+criticalmass-1.0.2-libpng15.patch
+critter.desktop)
+md5sums=('e2aff114bffa717fb79c82e1dc473ebe'
+ 'e936920acce56bfa3b0123ca8b1193a6'
+ '76448ba5b7a42aec8fd2a5d1bc31b8e2'
+ '98c17809aed964c445adad09827035df')
+
+build() {
+  cd ${srcdir}/$_origname-${pkgver}
+
+  patch -Np1 -i ../critter-gcc43.patch
+  patch -Np0 -i ../criticalmass-1.0.2-libpng15.patch
+  sed -i 's|-lpng12|-lpng16|g' configure
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$_origname-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 critter.png ${pkgdir}/usr/share/pixmaps/critter.png
+  install -Dm644 ../critter.desktop \
+${pkgdir}/usr/share/applications/critter.desktop
+}

Copied: critter/repos/community-staging-i686/criticalmass-1.0.2-libpng15.patch 
(from rev 89244, critter/trunk/criticalmass-1.0.2-libpng15.patch)
===
--- community-staging-i686/criticalmass-1.0.2-libpng15.patch
(rev 0)
+++ community-staging-i686/criticalmass-1.0.2-libpng15.patch2013-04-28 
10:08:27 UTC (rev 89246)
@@ -0,0 +1,31 @@
+--- game/main.cpp
 game/main.cpp
+@@ -28,6 +28,8 @@
+ #include sys/stat.h
+ #include sys/types.h
+ 
++#include zlib.h
++
+ void migrateConfig( void)
+ {
+ //if onlineCheck is not set, default it to true
+--- utilssdl/PNG.cpp
 utilssdl/PNG.cpp
+@@ -45,7 +45,7 @@
+ {
+ png_size_t check;
+ 
+-check = fwrite( data, 1, length, (FILE *)(png-io_ptr));
++check = fwrite( data, 1, length, (FILE *)(png_get_io_ptr(png)));
+ if( check != length)
+ {
+   png_error( png, Write Error);
+@@ -72,7 +72,7 @@
+   return false;
+ }
+ 
+-if( setjmp(_png-jmpbuf))
++if( setjmp(png_jmpbuf(_png)))
+ {
+   fclose( fp);
+   png_destroy_write_struct(_png, (png_infopp)NULL);

Copied: critter/repos/community-staging-i686/critter-gcc43.patch (from rev 
89244, critter/trunk/critter-gcc43.patch)
===
--- community-staging-i686/critter-gcc43.patch  (rev 0)
+++ 

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

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:10:51
  Author: alucryd
Revision: 89247

upgpkg: rubyripper 0.6.2-4

Modified:
  rubyripper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:08:27 UTC (rev 89246)
+++ PKGBUILD2013-04-28 10:10:51 UTC (rev 89247)
@@ -5,7 +5,7 @@
 
 pkgname=rubyripper
 pkgver=0.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Secure audiodisc ripper
 arch=('any')
 url=http://code.google.com/p/rubyripper/;



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

2013-04-28 Thread Maxime Gauduin
Date: Sunday, April 28, 2013 @ 12:11:02
  Author: alucryd
Revision: 89248

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   82 +--
 rubyripper.install |   22 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 10:10:51 UTC (rev 89247)
+++ PKGBUILD2013-04-28 10:11:02 UTC (rev 89248)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=rubyripper
-pkgver=0.6.2
-pkgrel=3
-pkgdesc=Secure audiodisc ripper
-arch=('any')
-url=http://code.google.com/p/rubyripper/;
-license=('GPL3')
-depends=('cdparanoia' 'gtk2' 'hicolor-icon-theme' 'ruby-iconv')
-optdepends=('ruby-gtk2: GTK+ GUI'
-'cd-discid: Freedb support'
-'eject: Eject support'
-'lame: MP3 encoding support'
-'vorbis-tools: Ogg Vorbis encoding support'
-'flac: FLAC encoding support'
-'wavegain: WAV ReplayGain support'
-'mp3gain: MP3 ReplayGain support'
-'vorbisgain: Ogg Vorbis ReplayGain support'
-'normalize: Normalization support'
-'cdrdao: Advanced TOC analysis')
-install=${pkgname}.install
-source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('817a800ba9a8eca9a8130fad861913c8ebdc4ec3011135e216b41007fc989ebb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --enable-{cli,gtk2} --ruby=$(ruby -e 'v = 
RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; puts v')
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: rubyripper/repos/community-any/PKGBUILD (from rev 89247, 
rubyripper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 10:11:02 UTC (rev 89248)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=rubyripper
+pkgver=0.6.2
+pkgrel=4
+pkgdesc=Secure audiodisc ripper
+arch=('any')
+url=http://code.google.com/p/rubyripper/;
+license=('GPL3')
+depends=('cdparanoia' 'gtk2' 'hicolor-icon-theme' 'ruby-iconv')
+optdepends=('ruby-gtk2: GTK+ GUI'
+'cd-discid: Freedb support'
+'eject: Eject support'
+'lame: MP3 encoding support'
+'vorbis-tools: Ogg Vorbis encoding support'
+'flac: FLAC encoding support'
+'wavegain: WAV ReplayGain support'
+'mp3gain: MP3 ReplayGain support'
+'vorbisgain: Ogg Vorbis ReplayGain support'
+'normalize: Normalization support'
+'cdrdao: Advanced TOC analysis')
+install=${pkgname}.install
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('817a800ba9a8eca9a8130fad861913c8ebdc4ec3011135e216b41007fc989ebb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-{cli,gtk2} --ruby=$(ruby -e 'v = 
RbConfig::CONFIG[vendorlibdir] ; v[/usr] = ; puts v')
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: rubyripper.install
===
--- rubyripper.install  2013-04-28 10:10:51 UTC (rev 89247)
+++ rubyripper.install  2013-04-28 10:11:02 UTC (rev 89248)
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-update_icon_cache() {
-  if type gtk-update-icon-cache /dev/null 21; then
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  fi
-}
-
-post_install() { update_icon_cache; }
-post_upgrade() { update_icon_cache; }
-post_remove()  { update_icon_cache; }

Copied: rubyripper/repos/community-any/rubyripper.install (from rev 89247, 
rubyripper/trunk/rubyripper.install)
===
--- rubyripper.install  (rev 0)
+++ rubyripper.install  2013-04-28 10:11:02 UTC (rev 89248)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+update_icon_cache() {
+  if type gtk-update-icon-cache /dev/null 21; then
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  fi
+}
+
+post_install() { update_icon_cache; }
+post_upgrade() { update_icon_cache; }
+post_remove()  { update_icon_cache; }



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:13:55
  Author: jelle
Revision: 89249

upgpkg: 0ad a13-4

libpng 1.6 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:11:02 UTC (rev 89248)
+++ PKGBUILD2013-04-28 10:13:55 UTC (rev 89249)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a13
 _pkgver=0.0.13-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 hatari/trunk (PKGBUILD)

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:15:04
  Author: lcarlier
Revision: 89250

upgpkg: hatari 1.6.2-2

libpng-1.6 rebuild

Modified:
  hatari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:13:55 UTC (rev 89249)
+++ PKGBUILD2013-04-28 10:15:04 UTC (rev 89250)
@@ -3,7 +3,7 @@
 
 pkgname=hatari
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='An Atari ST and STE emulator'
 arch=('i686' 'x86_64')
 url='http://hatari.sourceforge.net/'



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:15:20
  Author: lcarlier
Revision: 89251

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

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

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

Copied: hatari/repos/community-staging-i686/PKGBUILD (from rev 89250, 
hatari/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:15:20 UTC (rev 89251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=hatari
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3957d0c5f8093313c798e565af9a92e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: hatari/repos/community-staging-x86_64/PKGBUILD (from rev 89250, 
hatari/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 10:15:20 UTC (rev 89251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=hatari
+pkgver=1.6.2
+pkgrel=2
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3957d0c5f8093313c798e565af9a92e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:19:47
  Author: jelle
Revision: 89252

upgpkg: caph 1.1-4

libpng 1.6 rebuild

Modified:
  caph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:15:20 UTC (rev 89251)
+++ PKGBUILD2013-04-28 10:19:47 UTC (rev 89252)
@@ -5,7 +5,7 @@
 pkgname=caph
 arch=('i686' 'x86_64')
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
 license=('GPL')
 url='http://sourceforge.net/projects/caphgame/'



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:20:47
  Author: jelle
Revision: 89253

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

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

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/caph.desktop   |7 ++
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/caph.desktop |7 ++
 4 files changed, 86 insertions(+)

Copied: caph/repos/community-staging-i686/PKGBUILD (from rev 89252, 
caph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:20:47 UTC (rev 89253)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=4
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Copied: caph/repos/community-staging-i686/caph.desktop (from rev 89252, 
caph/trunk/caph.desktop)
===
--- community-staging-i686/caph.desktop (rev 0)
+++ community-staging-i686/caph.desktop 2013-04-28 10:20:47 UTC (rev 89253)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph
+Icon=caph.png
+Categories=Game;LogicGame;

Copied: caph/repos/community-staging-x86_64/PKGBUILD (from rev 89252, 
caph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 10:20:47 UTC (rev 89253)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=4
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Copied: caph/repos/community-staging-x86_64/caph.desktop (from rev 89252, 
caph/trunk/caph.desktop)
===
--- community-staging-x86_64/caph.desktop   (rev 0)
+++ community-staging-x86_64/caph.desktop   2013-04-28 10:20:47 UTC (rev 
89253)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:28:05
  Author: jelle
Revision: 89254

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

Added:
  caph/repos/community-staging-i686/PKGBUILD
(from rev 89253, caph/trunk/PKGBUILD)
  caph/repos/community-staging-i686/caph.desktop
(from rev 89253, caph/trunk/caph.desktop)
  caph/repos/community-staging-x86_64/PKGBUILD
(from rev 89253, caph/trunk/PKGBUILD)
  caph/repos/community-staging-x86_64/caph.desktop
(from rev 89253, caph/trunk/caph.desktop)
Deleted:
  caph/repos/community-staging-i686/PKGBUILD
  caph/repos/community-staging-i686/caph.desktop
  caph/repos/community-staging-x86_64/PKGBUILD
  caph/repos/community-staging-x86_64/caph.desktop

---+
 /PKGBUILD |   72 
 /caph.desktop |   14 ++
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/caph.desktop   |7 ---
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/caph.desktop |7 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-28 10:20:47 UTC (rev 89253)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:28:05 UTC (rev 89254)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: jose jose1711 [at] gmail (dot) com
-
-pkgname=caph
-arch=('i686' 'x86_64')
-pkgver=1.1
-pkgrel=4
-pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
-license=('GPL')
-url='http://sourceforge.net/projects/caphgame/'
-depends=('sdl' 'libgl' 'libpng')
-makedepends=('mesa')
-source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
-caph.desktop)
-md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
- '79c6448995026f77fd912dd109b50287')
-
-build() {
-  cd $srcdir/caph-${pkgver}/src
-  ./confg
-  ./build
-}
-
-package() {
-  cd $srcdir/caph-${pkgver}/src
-  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
-  install -D -m755 ./caph $pkgdir/usr/bin/caph
-  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
-  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
-  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
-  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
-  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
-}
-
-# vim: sw=2:ts=2 et:

Copied: caph/repos/community-staging-i686/PKGBUILD (from rev 89253, 
caph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:28:05 UTC (rev 89254)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=caph
+arch=('i686' 'x86_64')
+pkgver=1.1
+pkgrel=4
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=(http://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 
+caph.desktop)
+md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
+ '79c6448995026f77fd912dd109b50287')
+
+build() {
+  cd $srcdir/caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd $srcdir/caph-${pkgver}/src
+  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
+  install -D -m755 ./caph $pkgdir/usr/bin/caph
+  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
+  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
+  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
+  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
+  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-staging-i686/caph.desktop
===
--- community-staging-i686/caph.desktop 2013-04-28 10:20:47 UTC (rev 89253)
+++ community-staging-i686/caph.desktop 2013-04-28 10:28:05 UTC (rev 89254)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Caph
-Comment=Sandbox game based on physics
-Exec=caph
-Icon=caph.png
-Categories=Game;LogicGame;

Copied: caph/repos/community-staging-i686/caph.desktop (from rev 89253, 
caph/trunk/caph.desktop)
===
--- community-staging-i686/caph.desktop (rev 0)
+++ community-staging-i686/caph.desktop 2013-04-28 10:28:05 UTC (rev 89254)

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:33:03
  Author: jelle
Revision: 89255

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 89249, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 89249, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 89249, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 89249, 0ad/trunk/boost-1.50.patch)
Deleted:
  0ad/repos/community-staging-i686/PKGBUILD
  0ad/repos/community-staging-i686/boost-1.50.patch
  0ad/repos/community-staging-x86_64/PKGBUILD
  0ad/repos/community-staging-x86_64/boost-1.50.patch

---+
 /PKGBUILD |   90 
 /boost-1.50.patch |   78 
 community-staging-i686/PKGBUILD   |   45 --
 community-staging-i686/boost-1.50.patch   |   39 
 community-staging-x86_64/PKGBUILD |   45 --
 community-staging-x86_64/boost-1.50.patch |   39 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-28 09:46:40 UTC (rev 89235)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:33:03 UTC (rev 89255)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a13
-_pkgver=0.0.13-alpha
-pkgrel=3
-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=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  unset CPPFLAGS
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib/0ad
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 89249, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:33:03 UTC (rev 89255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a13
+_pkgver=0.0.13-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=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:34:36
  Author: jelle
Revision: 89256

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

Added:
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 89255, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 89255, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 89255, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 89255, 0ad/trunk/boost-1.50.patch)
Deleted:
  0ad/repos/community-staging-i686/PKGBUILD
  0ad/repos/community-staging-i686/boost-1.50.patch
  0ad/repos/community-staging-x86_64/PKGBUILD
  0ad/repos/community-staging-x86_64/boost-1.50.patch

---+
 /PKGBUILD |   90 
 /boost-1.50.patch |   78 
 community-staging-i686/PKGBUILD   |   45 --
 community-staging-i686/boost-1.50.patch   |   39 
 community-staging-x86_64/PKGBUILD |   45 --
 community-staging-x86_64/boost-1.50.patch |   39 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-28 10:33:03 UTC (rev 89255)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:34:36 UTC (rev 89256)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a13
-_pkgver=0.0.13-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=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  unset CPPFLAGS
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib/0ad
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 89255, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:34:36 UTC (rev 89256)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a13
+_pkgver=0.0.13-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=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+ 

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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:34:55
  Author: lcarlier
Revision: 89257

upgpkg: pingus 0.7.6-8

libpng-1.6 rebuild

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:34:36 UTC (rev 89256)
+++ PKGBUILD2013-04-28 10:34:55 UTC (rev 89257)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=7
+pkgrel=8
 pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
 arch=('i686' 'x86_64')
 url=http://pingus.seul.org;



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:35:08
  Author: lcarlier
Revision: 89258

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

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

+
 community-staging-i686/ChangeLog   |   21 
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/pingus-0.7.6-gcc470-udl.patch   |   22 +
 community-staging-i686/pingus.desktop  |9 +++
 community-staging-x86_64/ChangeLog |   21 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 +
 community-staging-x86_64/pingus.desktop|9 +++
 8 files changed, 176 insertions(+)

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 89257, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-04-28 10:35:08 UTC (rev 89258)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-staging-i686/PKGBUILD (from rev 89257, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:35:08 UTC (rev 89258)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=8
+pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
+arch=('i686' 'x86_64')
+url=http://pingus.seul.org;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs=1.49')
+makedepends=('scons' 'boost=1.49' 'mesa' 'glu')
+source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} PREFIX=/usr
+
+  install -D -m644 ${srcdir}/pingus.desktop 
${pkgdir}/usr/share/applications/pingus.desktop
+}

Copied: pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 89257, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===
--- community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-staging-i686/pingus-0.7.6-gcc470-udl.patch2013-04-28 
10:35:08 UTC (rev 89258)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~2011-12-24 15:46:47.0 -0600
 src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = Welcome to Pingus VERSION;
++  std::string greeting = Welcome to Pingus  VERSION;
+   greeting += !;
+   std::cout   greeting  std::endl;
+   for (unsigned int i = 0; i  greeting.length(); ++i)
+--- src/pingus/screens/pingus_menu.cpp~2011-12-24 15:46:47.0 
-0600
 

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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:48:50
  Author: lcarlier
Revision: 89259

upgpkg: smc 1.9-21

libpng-1.6 rebuild

Modified:
  smc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:35:08 UTC (rev 89258)
+++ PKGBUILD2013-04-28 10:48:50 UTC (rev 89259)
@@ -5,7 +5,7 @@
 
 pkgname=smc
 pkgver=1.9
-pkgrel=20
+pkgrel=21
 pkgdesc=Secret Maryo Chronicles
 arch=('i686' 'x86_64')
 url=http://www.secretmaryo.org/;



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:49:04
  Author: lcarlier
Revision: 89260

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

Added:
  smc/repos/community-staging-i686/
  smc/repos/community-staging-i686/PKGBUILD
(from rev 89259, smc/trunk/PKGBUILD)
  smc/repos/community-staging-i686/boost_filesystem3.diff
(from rev 89259, smc/trunk/boost_filesystem3.diff)
  smc/repos/community-staging-i686/smc-for-cegui-v0-7.diff
(from rev 89259, smc/trunk/smc-for-cegui-v0-7.diff)
  smc/repos/community-staging-i686/smc.desktop
(from rev 89259, smc/trunk/smc.desktop)
  smc/repos/community-staging-i686/smc.png
(from rev 89259, smc/trunk/smc.png)
  smc/repos/community-staging-x86_64/
  smc/repos/community-staging-x86_64/PKGBUILD
(from rev 89259, smc/trunk/PKGBUILD)
  smc/repos/community-staging-x86_64/boost_filesystem3.diff
(from rev 89259, smc/trunk/boost_filesystem3.diff)
  smc/repos/community-staging-x86_64/smc-for-cegui-v0-7.diff
(from rev 89259, smc/trunk/smc-for-cegui-v0-7.diff)
  smc/repos/community-staging-x86_64/smc.desktop
(from rev 89259, smc/trunk/smc.desktop)
  smc/repos/community-staging-x86_64/smc.png
(from rev 89259, smc/trunk/smc.png)

--+
 community-staging-i686/PKGBUILD  |   50 ++
 community-staging-i686/boost_filesystem3.diff|   48 ++
 community-staging-i686/smc-for-cegui-v0-7.diff   |  437 +
 community-staging-i686/smc.desktop   |9 
 community-staging-x86_64/PKGBUILD|   50 ++
 community-staging-x86_64/boost_filesystem3.diff  |   48 ++
 community-staging-x86_64/smc-for-cegui-v0-7.diff |  437 +
 community-staging-x86_64/smc.desktop |9 
 8 files changed, 1088 insertions(+)

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


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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:57:39
  Author: lcarlier
Revision: 89261

upgpkg: warmux 11.04.1-6

libpng-1.6 rebuild

Modified:
  warmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:49:04 UTC (rev 89260)
+++ PKGBUILD2013-04-28 10:57:39 UTC (rev 89261)
@@ -5,7 +5,7 @@
 
 pkgname=warmux
 pkgver=11.04.1
-pkgrel=5
+pkgrel=6
 pkgdesc=A clone of the worms game
 arch=('i686' 'x86_64')
 url=http://www.wormux.org/;



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 12:57:49
  Author: lcarlier
Revision: 89262

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

Added:
  warmux/repos/community-staging-i686/
  warmux/repos/community-staging-i686/PKGBUILD
(from rev 89261, warmux/trunk/PKGBUILD)
  warmux/repos/community-staging-i686/gcc-fix.patch
(from rev 89261, warmux/trunk/gcc-fix.patch)
  warmux/repos/community-staging-i686/include-zlib.patch
(from rev 89261, warmux/trunk/include-zlib.patch)
  warmux/repos/community-staging-x86_64/
  warmux/repos/community-staging-x86_64/PKGBUILD
(from rev 89261, warmux/trunk/PKGBUILD)
  warmux/repos/community-staging-x86_64/gcc-fix.patch
(from rev 89261, warmux/trunk/gcc-fix.patch)
  warmux/repos/community-staging-x86_64/include-zlib.patch
(from rev 89261, warmux/trunk/include-zlib.patch)

-+
 community-staging-i686/PKGBUILD |   41 ++
 community-staging-i686/gcc-fix.patch|   36 ++
 community-staging-i686/include-zlib.patch   |   11 ++
 community-staging-x86_64/PKGBUILD   |   41 ++
 community-staging-x86_64/gcc-fix.patch  |   36 ++
 community-staging-x86_64/include-zlib.patch |   11 ++
 6 files changed, 176 insertions(+)

Copied: warmux/repos/community-staging-i686/PKGBUILD (from rev 89261, 
warmux/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:57:49 UTC (rev 89262)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: pukyxd 
+# Maintainer: Daenyth Daenyth+Arch AT gmail DOT com
+
+pkgname=warmux
+pkgver=11.04.1
+pkgrel=6
+pkgdesc=A clone of the worms game
+arch=('i686' 'x86_64')
+url=http://www.wormux.org/;
+license=('GPL')
+makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx=2.0.24' 'sdl_ttf' 
'sdl_mixer' 'sdl_net' 'curl=7.16.2' 'gcc-libs' 'libxml2')
+replaces=('wormux')
+source=(http://download.gna.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   include-zlib.patch
+   gcc-fix.patch)
+md5sums=('26ff65c43a9bb61a3f0529c98b943e35'
+ 'c8285955e880f80e3c68312715a3061c'
+ 'ab50d613d3fa3f71262b1d2fc71641b1')
+
+build() { 
+  cd ${srcdir}/${pkgname}-${pkgver/.1/}
+
+  # libpng 1.5 fix
+  patch -Np1 -i ../include-zlib.patch
+  # gcc fix
+  patch -Np1 -i ../gcc-fix.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends=('libxml++' 'sdl_image' 'sdl_gfx=2.0.19' 'sdl_ttf' 'sdl_mixer' 
'sdl_net' 'curl=7.16.2' 'gcc-libs' 'libxml2' warmux-data=${pkgver/.1/})
+
+  cd ${srcdir}/${pkgname}-${pkgver/.1/}
+
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/warmux
+}

Copied: warmux/repos/community-staging-i686/gcc-fix.patch (from rev 89261, 
warmux/trunk/gcc-fix.patch)
===
--- community-staging-i686/gcc-fix.patch(rev 0)
+++ community-staging-i686/gcc-fix.patch2013-04-28 10:57:49 UTC (rev 
89262)
@@ -0,0 +1,36 @@
+## i-love-you-lordheavy.patch [diff]
+diff -ru warmux-11.04/lib/warmux/action/action.cpp 
warmux-11.04-new/lib/warmux/action/action.cpp
+--- warmux-11.04/lib/warmux/action/action.cpp  2011-04-28 21:03:14.0 
+0200
 warmux-11.04-new/lib/warmux/action/action.cpp  2012-01-29 
09:51:16.680251815 +0100
+@@ -81,7 +81,7 @@
+ }
+ 
+ // Build an action from a network packet
+-Action::Action(const char *buffer, DistantComputer* _creator)
++Action::Action(char *buffer, DistantComputer* _creator)
+ {
+   m_creator = _creator;
+ 
+diff -ru warmux-11.04/lib/warmux/include/WARMUX_action.h 
warmux-11.04-new/lib/warmux/include/WARMUX_action.h
+--- warmux-11.04/lib/warmux/include/WARMUX_action.h2011-04-28 
21:03:13.0 +0200
 warmux-11.04-new/lib/warmux/include/WARMUX_action.h2012-01-29 
09:52:14.246921833 +0100
+@@ -168,7 +168,7 @@
+   Action(Action_t type, Double value1, Double value2);
+ 
+   // Build an action from a network packet
+-  Action(const char* buffer, DistantComputer* _creator);
++  Action(char* buffer, DistantComputer* _creator);
+ 
+   ~Action();
+ 
+Description: Fix FTBFS with gcc 4.7.
+Author: Felix Geyer debfx-...@fobos.de
+
+--- warmux-11.04.1+repack.orig/tools/list_games/main.cpp
 warmux-11.04.1+repack/tools/list_games/main.cpp
+@@ -1,4 +1,5 @@
+ #include stdio.h
++#include unistd.h
+ #include WARMUX_types.h
+ #include WARMUX_network.h
+ #include WARMUX_index_server.h

Copied: warmux/repos/community-staging-i686/include-zlib.patch (from rev 89261, 
warmux/trunk/include-zlib.patch)
===
--- community-staging-i686/include-zlib.patch   (rev 0)
+++ community-staging-i686/include-zlib.patch   2013-04-28 

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

2013-04-28 Thread Connor Behan
Date: Sunday, April 28, 2013 @ 13:23:19
  Author: cbehan
Revision: 89263

upgpkg: ming 0.4.4-2

Updagte to 0.4.4-2

Modified:
  ming/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:57:49 UTC (rev 89262)
+++ PKGBUILD2013-04-28 11:23:19 UTC (rev 89263)
@@ -3,7 +3,7 @@
 
 pkgname=ming
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=SWF output library
 arch=('i686' 'x86_64')
 url=http://www.libming.net/;



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

2013-04-28 Thread Connor Behan
Date: Sunday, April 28, 2013 @ 13:23:58
  Author: cbehan
Revision: 89264

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

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

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

Copied: ming/repos/community-staging-i686/PKGBUILD (from rev 89263, 
ming/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 11:23:58 UTC (rev 89264)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: mar77i mysatyre at gmail dot com
+
+pkgname=ming
+pkgver=0.4.4
+pkgrel=2
+pkgdesc=SWF output library
+arch=('i686' 'x86_64')
+url=http://www.libming.net/;
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/
+  sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c 
util/makeswf.c
+  LDFLAGS=${LDFLAGS/ -Wl,--as-needed/}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/
+  make DESTDIR=$pkgdir install
+}

Copied: ming/repos/community-staging-x86_64/PKGBUILD (from rev 89263, 
ming/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 11:23:58 UTC (rev 89264)
@@ -0,0 +1,28 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: mar77i mysatyre at gmail dot com
+
+pkgname=ming
+pkgver=0.4.4
+pkgrel=2
+pkgdesc=SWF output library
+arch=('i686' 'x86_64')
+url=http://www.libming.net/;
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/
+  sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c 
util/makeswf.c
+  LDFLAGS=${LDFLAGS/ -Wl,--as-needed/}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/
+  make DESTDIR=$pkgdir install
+}



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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 13:26:23
  Author: cinelli
Revision: 89265

upgraded version to 4.0.1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:23:58 UTC (rev 89264)
+++ PKGBUILD2013-04-28 11:26:23 UTC (rev 89265)
@@ -2,7 +2,7 @@
 #Maintainer: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=texmaker
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -10,15 +10,15 @@
 license=('GPL')
 depends=('poppler-qt' 'qtwebkit')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
+   'ibus-qt: accented characters support'bu  
'poppler: PDF rendering support')
 install=$pkgname.install
 source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
 
 build() {  
   cd $pkgname-$pkgver
-  qmake PREFIX=/usr texmaker.pro
+  qmake-qt4 PREFIX=/usr texmaker.pro
   make
 }
 package() {



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 13:36:48
  Author: andrea
Revision: 183840

upgpkg: kdebase-workspace 4.10.2-2

libpng rebuild

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 10:03:22 UTC (rev 183839)
+++ PKGBUILD2013-04-28 11:36:48 UTC (rev 183840)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 13:37:09
  Author: andrea
Revision: 183841

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

Added:
  kdebase-workspace/repos/staging-i686/
  kdebase-workspace/repos/staging-i686/PKGBUILD
(from rev 183840, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-i686/etc-scripts.patch
(from rev 183840, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/staging-i686/kde-np.pam
(from rev 183840, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-i686/kde.pam
(from rev 183840, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-i686/kdebase-workspace.install
(from rev 183840, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-i686/kdm-xinitrd.patch
(from rev 183840, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-i686/kdm.logrotate
(from rev 183840, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/staging-i686/kdm.service
(from rev 183840, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/staging-i686/kscreensaver.pam
(from rev 183840, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-i686/terminate-server.patch
(from rev 183840, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/staging-x86_64/
  kdebase-workspace/repos/staging-x86_64/PKGBUILD
(from rev 183840, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/staging-x86_64/etc-scripts.patch
(from rev 183840, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/staging-x86_64/kde-np.pam
(from rev 183840, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/staging-x86_64/kde.pam
(from rev 183840, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/staging-x86_64/kdebase-workspace.install
(from rev 183840, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/staging-x86_64/kdm-xinitrd.patch
(from rev 183840, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/staging-x86_64/kdm.logrotate
(from rev 183840, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/staging-x86_64/kdm.service
(from rev 183840, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/staging-x86_64/kscreensaver.pam
(from rev 183840, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/staging-x86_64/terminate-server.patch
(from rev 183840, kdebase-workspace/trunk/terminate-server.patch)

--+
 staging-i686/PKGBUILD|   85 +
 staging-i686/etc-scripts.patch   |   11 +++
 staging-i686/kde-np.pam  |   12 
 staging-i686/kde.pam |8 ++
 staging-i686/kdebase-workspace.install   |   31 ++
 staging-i686/kdm-xinitrd.patch   |   18 ++
 staging-i686/kdm.logrotate   |6 ++
 staging-i686/kdm.service |9 +++
 staging-i686/kscreensaver.pam|1 
 staging-i686/terminate-server.patch  |   11 +++
 staging-x86_64/PKGBUILD  |   85 +
 staging-x86_64/etc-scripts.patch |   11 +++
 staging-x86_64/kde-np.pam|   12 
 staging-x86_64/kde.pam   |8 ++
 staging-x86_64/kdebase-workspace.install |   31 ++
 staging-x86_64/kdm-xinitrd.patch |   18 ++
 staging-x86_64/kdm.logrotate |6 ++
 staging-x86_64/kdm.service   |9 +++
 staging-x86_64/kscreensaver.pam  |1 
 staging-x86_64/terminate-server.patch|   11 +++
 20 files changed, 384 insertions(+)

Copied: kdebase-workspace/repos/staging-i686/PKGBUILD (from rev 183840, 
kdebase-workspace/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 11:37:09 UTC (rev 183841)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-workspace
+_pkgname=kde-workspace
+pkgver=4.10.2
+pkgrel=2
+pkgdesc=Provides the interface and basic tools for the KDE workspace
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-workspace'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde')
+# note on libxdamage:
+#  not detected by namcap because libgl depends on it
+#  but nvidia providing libgl does not depend on libxdamage
+depends=(kdelibs=${pkgver} 'kdepim-runtime' 'lm_sensors' 'libraw1394'
+ 'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libqalculate'
+ 'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
+ 'xorg-xrdb' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat'
+ 'kde-base-artwork' 

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

2013-04-28 Thread Jakob Gruber
Date: Sunday, April 28, 2013 @ 13:40:55
  Author: schuay
Revision: 89266

mcomix-1.00-1

Modified:
  mcomix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:26:23 UTC (rev 89265)
+++ PKGBUILD2013-04-28 11:40:55 UTC (rev 89266)
@@ -3,8 +3,8 @@
 # Contributor: Ray Powell ray...@xphoniexx.net
 
 pkgname=mcomix
-pkgver=0.99
-pkgrel=2
+pkgver=1.00
+pkgrel=1
 pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
 arch=('any')
 url=http://sourceforge.net/projects/mcomix/;
@@ -42,4 +42,4 @@
   install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
 }
 
-md5sums=('a1ff7e1955042069d5005b4034e7a914')
+md5sums=('3a916dd9da17043ab59ccd17e26eb932')



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

2013-04-28 Thread Jakob Gruber
Date: Sunday, April 28, 2013 @ 13:41:10
  Author: schuay
Revision: 89267

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   90 +++
 mcomix.install |   64 +++
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 11:40:55 UTC (rev 89266)
+++ PKGBUILD2013-04-28 11:41:10 UTC (rev 89267)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ray Powell ray...@xphoniexx.net
-
-pkgname=mcomix
-pkgver=0.99
-pkgrel=2
-pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
-arch=('any')
-url=http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(grep -Rl /usr/bin/env python .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('a1ff7e1955042069d5005b4034e7a914')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 89266, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 11:41:10 UTC (rev 89267)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ray Powell ray...@xphoniexx.net
+
+pkgname=mcomix
+pkgver=1.00
+pkgrel=1
+pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
+arch=('any')
+url=http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(grep -Rl /usr/bin/env python .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Deleted: mcomix.install
===
--- mcomix.install  2013-04-28 11:40:55 UTC (rev 89266)
+++ mcomix.install  2013-04-28 11:41:10 UTC (rev 89267)
@@ -1,32 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}
-  fi
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_remove() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  update-desktop-database -q
-}

Copied: mcomix/repos/community-any/mcomix.install (from rev 89266, 
mcomix/trunk/mcomix.install)
===
--- mcomix.install  

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 13:41:47
  Author: jelle
Revision: 89268

upgpkg: naev 0.5.3-2

libpng 1.6 rebuild

Modified:
  naev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:41:10 UTC (rev 89267)
+++ PKGBUILD2013-04-28 11:41:47 UTC (rev 89268)
@@ -4,12 +4,12 @@
 
 pkgname=naev
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='2D action/rpg space game'
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/naev/;
 license=('GPL3')
-depends=('openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
+depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
 makedepends=('freeglut')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('bec719b3daa33ec190d785120a7b0159')



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 13:42:18
  Author: lcarlier
Revision: 89269

upgpkg: warzone2100 3.1.0-3

libpng-1.6 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:41:47 UTC (rev 89268)
+++ PKGBUILD2013-04-28 11:42:18 UTC (rev 89269)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 13:42:29
  Author: lcarlier
Revision: 89270

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

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

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

Copied: warzone2100/repos/community-staging-i686/PKGBUILD (from rev 89269, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 11:42:29 UTC (rev 89270)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+
+pkgname=warzone2100
+pkgver=3.1.0
+pkgrel=3
+pkgdesc=3D realtime strategy game on a future Earth
+url=http://wz2100.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor=Arch linux
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: warzone2100/repos/community-staging-x86_64/PKGBUILD (from rev 89269, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 11:42:29 UTC (rev 89270)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+
+pkgname=warzone2100
+pkgver=3.1.0
+pkgrel=3
+pkgdesc=3D realtime strategy game on a future Earth
+url=http://wz2100.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor=Arch linux
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 13:42:43
  Author: jelle
Revision: 89271

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

Added:
  naev/repos/community-staging-i686/
  naev/repos/community-staging-i686/PKGBUILD
(from rev 89268, naev/trunk/PKGBUILD)
  naev/repos/community-staging-x86_64/
  naev/repos/community-staging-x86_64/PKGBUILD
(from rev 89269, naev/trunk/PKGBUILD)

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

Copied: naev/repos/community-staging-i686/PKGBUILD (from rev 89268, 
naev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 11:42:43 UTC (rev 89271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Johan Rehnberg cleanr...@gmail.com
+
+pkgname=naev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/naev/;
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
+makedepends=('freeglut')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('bec719b3daa33ec190d785120a7b0159')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 41 i #include zlib.h src/opengl.c
+
+  ./configure --prefix=/usr --disable-debug --disable-shave 
--with-ndata-path=/usr/share/naev/ndata-${pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: naev/repos/community-staging-x86_64/PKGBUILD (from rev 89269, 
naev/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 11:42:43 UTC (rev 89271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Johan Rehnberg cleanr...@gmail.com
+
+pkgname=naev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/naev/;
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
+makedepends=('freeglut')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('bec719b3daa33ec190d785120a7b0159')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 41 i #include zlib.h src/opengl.c
+
+  ./configure --prefix=/usr --disable-debug --disable-shave 
--with-ndata-path=/usr/share/naev/ndata-${pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



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

2013-04-28 Thread Lukas Fleischer
Date: Sunday, April 28, 2013 @ 13:55:34
  Author: lfleischer
Revision: 89272

Remove unused patches

Deleted:
  deadbeef/trunk/deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch
  deadbeef/trunk/deadbeef-0.5.1-ffmpeg-version-check-fix.patch

---+
 deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch|  118 
 deadbeef-0.5.1-ffmpeg-version-check-fix.patch |   25 -
 2 files changed, 143 deletions(-)

Deleted: deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch
===
--- deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch  2013-04-28 11:42:43 UTC (rev 
89271)
+++ deadbeef-0.5.1-ffmpeg-AV_VERSION_INT.patch  2013-04-28 11:55:34 UTC (rev 
89272)
@@ -1,118 +0,0 @@
-From 2bb5828e58fa8c187377f8ba75f8eb73a53ed7ca Mon Sep 17 00:00:00 2001
-From: Igor Murzov e-m...@date.by
-Date: Mon, 4 Jul 2011 16:47:25 +0400
-Subject: [PATCH 1/2] ffmpeg: define fallback macro AV_VERSION_INT()
-
-For ffmpeg  0.5.  Copied from libavutil 0.5.
-
-ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc
-
-fixes build with lavc 53.
-
-ffmpeg: fix erroneous version comparisons
-
-Comparing versions this way: (x.y  x1.y1) is obviously equivalent to
-(x  x1 || (x == x1  y  y1)), not to (x = x1  y  y1).
-
-ffmpeg: use av_register_protocol2() if available
-
-fixes usage with ffmpeg-0.8

- plugins/ffmpeg/ffmpeg.c |   37 ++---
- 1 files changed, 30 insertions(+), 7 deletions(-)
-
-diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
-index cd7edf4..0cb9955 100644
 a/plugins/ffmpeg/ffmpeg.c
-+++ b/plugins/ffmpeg/ffmpeg.c
-@@ -44,6 +44,10 @@
- #define av_register_protocol register_protocol
- #endif
- 
-+#ifndef AV_VERSION_INT
-+#define AV_VERSION_INT(a, b, c) (a16 | b8 | c)
-+#endif
-+
- #endif
- 
- //#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-@@ -140,7 +144,12 @@ ffmpeg_init (DB_fileinfo_t *_info, DB_playItem_t *it) {
- for (i = 0; i  info-fctx-nb_streams; i++)
- {
- info-ctx = info-fctx-streams[i]-codec;
--if (info-ctx-codec_type == CODEC_TYPE_AUDIO)
-+if (info-ctx-codec_type ==
-+#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(52, 64, 0)
-+AVMEDIA_TYPE_AUDIO)
-+#else
-+CODEC_TYPE_AUDIO)
-+#endif
- {
- info-codec = avcodec_find_decoder (info-ctx-codec_id);
- if (info-codec != NULL) {
-@@ -279,10 +288,10 @@ ffmpeg_read (DB_fileinfo_t *_info, char *bytes, int 
size) {
- int out_size = AVCODEC_MAX_AUDIO_FRAME_SIZE;
- int len;
- //trace (in: out_size=%d(%d), size=%d\n, out_size, 
AVCODEC_MAX_AUDIO_FRAME_SIZE, size);
--#if (LIBAVCODEC_VERSION_MAJOR = 52)  (LIBAVCODEC_VERSION_MINOR = 25)
--len = avcodec_decode_audio2 (info-ctx, (int16_t *)info-buffer, 
out_size, info-pkt.data, info-pkt.size);
--#else
-+#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(52,25,0)
- len = avcodec_decode_audio3 (info-ctx, (int16_t *)info-buffer, 
out_size, info-pkt);
-+#else
-+len = avcodec_decode_audio2 (info-ctx, (int16_t *)info-buffer, 
out_size, info-pkt.data, info-pkt.size);
- #endif
- trace (out: out_size=%d, len=%d\n, out_size, len);
- if (len = 0) {
-@@ -418,7 +427,7 @@ static const char *map[] = {
- 
- static int
- ffmpeg_read_metadata_internal (DB_playItem_t *it, AVFormatContext *fctx) {
--#if LIBAVFORMAT_VERSION_MAJOR = 52  LIBAVFORMAT_VERSION_MINOR  43
-+#if LIBAVCODEC_VERSION_INT  AV_VERSION_INT(52,43,0)
- if (!strlen (fctx-title)) {
- // title is empty, this call will set track title to filename without 
extension
- deadbeef-pl_add_meta (it, title, NULL);
-@@ -490,7 +499,12 @@ ffmpeg_insert (ddb_playlist_t *plt, DB_playItem_t *after, 
const char *fname) {
- for (i = 0; i  fctx-nb_streams; i++)
- {
- ctx = fctx-streams[i]-codec;
--if (ctx-codec_type == CODEC_TYPE_AUDIO)
-+if (ctx-codec_type ==
-+#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(52, 64, 0)
-+AVMEDIA_TYPE_AUDIO)
-+#else
-+CODEC_TYPE_AUDIO)
-+#endif
- {
- codec = avcodec_find_decoder(ctx-codec_id);
- if (codec != NULL  !strcasecmp (codec-name, alac)) { // only 
open alac streams
-@@ -704,7 +718,11 @@ ffmpeg_start (void) {
- ffmpeg_init_exts ();
- avcodec_init ();
- av_register_all ();
-+#if LIBAVFORMAT_VERSION_INT = AV_VERSION_INT(52, 64, 0)
-+av_register_protocol2 (vfswrapper, sizeof(vfswrapper));
-+#else
- av_register_protocol (vfswrapper);
-+#endif
- return 0;
- }
- 
-@@ -745,7 +763,12 @@ ffmpeg_read_metadata (DB_playItem_t *it) {
- for (i = 0; i  fctx-nb_streams; i++)
- {
- ctx = fctx-streams[i]-codec;
--if (ctx-codec_type == CODEC_TYPE_AUDIO)
-+if (ctx-codec_type ==
-+#if LIBAVCODEC_VERSION_INT = AV_VERSION_INT(52, 64, 0)
-+AVMEDIA_TYPE_AUDIO)
-+#else
-+CODEC_TYPE_AUDIO)

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

2013-04-28 Thread Lukas Fleischer
Date: Sunday, April 28, 2013 @ 13:58:12
  Author: lfleischer
Revision: 89273

Remove GTK+ version from package description

Fixes FS#33856.

Modified:
  deadbeef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:55:34 UTC (rev 89272)
+++ PKGBUILD2013-04-28 11:58:12 UTC (rev 89273)
@@ -5,7 +5,7 @@
 pkgname=deadbeef
 pkgver=0.5.6
 pkgrel=2
-pkgdesc='An audio player for GNU/Linux based on GTK2.'
+pkgdesc='A GTK+ audio player for GNU/Linux.'
 arch=('i686' 'x86_64')
 url='http://deadbeef.sourceforge.net'
 license=('GPL2')



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 13:58:49
  Author: jelle
Revision: 89274

upgpkg: openimageio 1.1.9-3

libpng 1.6 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:58:12 UTC (rev 89273)
+++ PKGBUILD2013-04-28 11:58:49 UTC (rev 89274)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 13:59:40
  Author: jelle
Revision: 89275

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 89274, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 89274, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 89274, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 89274, openimageio/trunk/fix32bit-fail.patch)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/fix32bit-fail.patch   |   13 +++
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/fix32bit-fail.patch |   13 +++
 4 files changed, 112 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 89274, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 11:59:40 UTC (rev 89275)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.9
+pkgrel=3
+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')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -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 \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/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 
89274, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fix32bit-fail.patch  (rev 0)
+++ community-staging-i686/fix32bit-fail.patch  2013-04-28 11:59:40 UTC (rev 
89275)
@@ -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 89274, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 11:59:40 UTC (rev 89275)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.9
+pkgrel=3
+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')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('19ac43e2bf00e5b6b7f2dbc778ce9648')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -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 \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/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 89274, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-x86_64/fix32bit-fail.patch  

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 14:10:56
  Author: jelle
Revision: 89276

upgpkg: scummvm-tools 1.4.0-3

libpng 1.6 rebuild

Modified:
  scummvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:59:40 UTC (rev 89275)
+++ PKGBUILD2013-04-28 12:10:56 UTC (rev 89276)
@@ -5,7 +5,7 @@
 # Contributor: Joe Davison j...@thosedamnpeanuts.com
 pkgname=scummvm-tools
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
 url=http://www.scummvm.org/;
 license=('GPL')



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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 14:11:48
  Author: jelle
Revision: 89277

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

Added:
  scummvm-tools/repos/community-staging-i686/
  scummvm-tools/repos/community-staging-i686/PKGBUILD
(from rev 89276, scummvm-tools/trunk/PKGBUILD)
  scummvm-tools/repos/community-staging-x86_64/
  scummvm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 89276, scummvm-tools/trunk/PKGBUILD)

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

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 89276, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 12:11:48 UTC (rev 89277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.4.0
+pkgrel=3
+pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
+url=http://www.scummvm.org/;
+license=('GPL')
+depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-staging-x86_64/PKGBUILD (from rev 89276, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 12:11:48 UTC (rev 89277)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.4.0
+pkgrel=3
+pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
+url=http://www.scummvm.org/;
+license=('GPL')
+depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:



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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 14:14:49
  Author: cinelli
Revision: 89278

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3599fd142d8d3596b7bd14724fc1888e')
-
-build() {  
-  cd $pkgname-$pkgver
-  qmake PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/usr/share
-  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 89277, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 89277, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-28 12:11:48 UTC (rev 89277)
+++ community-x86_64/PKGBUILD   2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)

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

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 14:27:34
  Author: jelle
Revision: 89279

upgpkg: scorched3d 43.3.d-5

libpng 1.6 rebuild

Modified:
  scorched3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 12:14:49 UTC (rev 89278)
+++ PKGBUILD2013-04-28 12:27:34 UTC (rev 89279)
@@ -5,7 +5,7 @@
 pkgname=scorched3d
 pkgver=43.3.d
 _pkgver=43.3d
-pkgrel=4
+pkgrel=5
 pkgdesc=3D artillery combat game
 arch=('i686' 'x86_64')
 url=http://www.scorched3d.co.uk/;



[arch-commits] Commit in scorched3d/repos (14 files)

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 14:29:57
  Author: jelle
Revision: 89280

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

Added:
  scorched3d/repos/community-staging-i686/
  scorched3d/repos/community-staging-i686/PKGBUILD
(from rev 89279, scorched3d/trunk/PKGBUILD)
  scorched3d/repos/community-staging-i686/libpng14.patch
(from rev 89279, scorched3d/trunk/libpng14.patch)
  scorched3d/repos/community-staging-i686/scorched3d-42.1-fixups.patch
(from rev 89279, scorched3d/trunk/scorched3d-42.1-fixups.patch)
  scorched3d/repos/community-staging-i686/scorched3d-42.1-gcc43.patch
(from rev 89279, scorched3d/trunk/scorched3d-42.1-gcc43.patch)
  scorched3d/repos/community-staging-i686/scorched3d-libpng1.5.patch
(from rev 89279, scorched3d/trunk/scorched3d-libpng1.5.patch)
  scorched3d/repos/community-staging-i686/scorched3d.install
(from rev 89279, scorched3d/trunk/scorched3d.install)
  scorched3d/repos/community-staging-x86_64/
  scorched3d/repos/community-staging-x86_64/PKGBUILD
(from rev 89279, scorched3d/trunk/PKGBUILD)
  scorched3d/repos/community-staging-x86_64/libpng14.patch
(from rev 89279, scorched3d/trunk/libpng14.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-42.1-fixups.patch
(from rev 89279, scorched3d/trunk/scorched3d-42.1-fixups.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-42.1-gcc43.patch
(from rev 89279, scorched3d/trunk/scorched3d-42.1-gcc43.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d-libpng1.5.patch
(from rev 89279, scorched3d/trunk/scorched3d-libpng1.5.patch)
  scorched3d/repos/community-staging-x86_64/scorched3d.install
(from rev 89279, scorched3d/trunk/scorched3d.install)

---+
 community-staging-i686/PKGBUILD   |   62 +
 community-staging-i686/libpng14.patch |   38 
 community-staging-i686/scorched3d-42.1-fixups.patch   |   58 
 community-staging-i686/scorched3d-42.1-gcc43.patch|   24 +
 community-staging-i686/scorched3d-libpng1.5.patch |   74 
 community-staging-i686/scorched3d.install |   11 ++
 community-staging-x86_64/PKGBUILD |   62 +
 community-staging-x86_64/libpng14.patch   |   38 
 community-staging-x86_64/scorched3d-42.1-fixups.patch |   58 
 community-staging-x86_64/scorched3d-42.1-gcc43.patch  |   24 +
 community-staging-x86_64/scorched3d-libpng1.5.patch   |   74 
 community-staging-x86_64/scorched3d.install   |   11 ++
 12 files changed, 534 insertions(+)

Copied: scorched3d/repos/community-staging-i686/PKGBUILD (from rev 89279, 
scorched3d/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 12:29:57 UTC (rev 89280)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Seppo Porspakka spors...@paju.oulu.fi
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+ 
+pkgname=scorched3d
+pkgver=43.3.d
+_pkgver=43.3d
+pkgrel=5
+pkgdesc=3D artillery combat game
+arch=('i686' 'x86_64')
+url=http://www.scorched3d.co.uk/;
+license=('GPL')
+depends=('sdl_net' 'wxgtk' 'freealut=1.0.0-3' 'libvorbis' 'glu' 'fftw' 
'libjpeg=8' 'xdg-utils')
+makedepends=('gendesk' 'mesa')
+install=scorched3d.install
+source=(http://downloads.sourceforge.net/${pkgname}/Scorched3D-${_pkgver}-src.tar.gz;
+
'scorched3d.png::http://cdn.portableapps.com/Scorched3DPortable_128.png'
+'scorched3d-42.1-gcc43.patch'
+'scorched3d-42.1-fixups.patch'
+'scorched3d-libpng1.5.patch'
+'libpng14.patch')
+md5sums=('9c3043282a9e7451468ff325bef3b04c'
+ '0f7e570f586c227873e909ebbc17c84d'
+ '053769f77a38c252eef1d967b18e93e6'
+ 'dfde556559d95bca07c4a390c60790b4'
+ 'ec6958191751b5a2c44aa15abfc75269'
+ 'c8c03855fd3693122fd39427fa3638c1')
+
+build() {
+  cd $srcdir/scorched
+
+#  patch -Np1 -i ${srcdir}/scorched3d-42.1-gcc43.patch
+#  patch -Np1 -i ${srcdir}/scorched3d-42.1-fixups.patch
+   patch -Np1 -i ${srcdir}/scorched3d-libpng1.5.patch
+#  patch -Np0 -i ${srcdir}/libpng14.patch
+
+  WANT_WXGTK=gtk2
+  sh autogen.sh \
+--prefix=/usr \
+--datadir=/usr/share/scorched3d \
+--disable-openaltest \
+--with-wx-config=wx-config
+
+  sed -i '1 i #include unistd.h' src/client/client/SecureID.cpp
+  #sed -i 's/-lz/-lz -lalut/g' src/scorched/Makefile || return 1
+  #sed -i 's|/usr/local/lib/libwx_gtk-2.4.a||' src/scorched/Makefile || return 
1
+
+  make
+}
+
+package() {
+  cd $srcdir
+  gendesk
+
+  cd scorched
+  make DESTDIR=${pkgdir} install
+  cd ..
+
+  install -D -m644 scorched3d.png 
$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png
+  install -D -m644 scorched3d.png 

[arch-commits] Commit in (gtk-qt-engine)

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 14:35:58
  Author: andrea
Revision: 183844

Moved to AUR because it's a dead project and does not support GTK3 (FS#34888)

Deleted:
  gtk-qt-engine/



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 14:40:10
  Author: andrea
Revision: 183845

upgpkg: kdegraphics-gwenview 4.10.2-2

libpng rebuild

Modified:
  kdegraphics-gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 12:35:58 UTC (rev 183844)
+++ PKGBUILD2013-04-28 12:40:10 UTC (rev 183845)
@@ -3,7 +3,7 @@
 
 pkgname=kdegraphics-gwenview
 pkgver=4.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast and easy to use image viewer for KDE
 url=http://kde.org/applications/graphics/gwenview/;
 arch=('i686' 'x86_64')
@@ -17,7 +17,6 @@
 sha1sums=('6872a50b2fda3bed717e0fc1b367b02ad80550dd')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../gwenview-${pkgver} \
@@ -28,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-04-28 Thread Andrea Scarpino
Date: Sunday, April 28, 2013 @ 14:40:24
  Author: andrea
Revision: 183846

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

Added:
  kdegraphics-gwenview/repos/staging-i686/
  kdegraphics-gwenview/repos/staging-i686/PKGBUILD
(from rev 183845, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/staging-i686/kdegraphics-gwenview.install
(from rev 183845, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
  kdegraphics-gwenview/repos/staging-x86_64/
  kdegraphics-gwenview/repos/staging-x86_64/PKGBUILD
(from rev 183845, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/staging-x86_64/kdegraphics-gwenview.install
(from rev 183845, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)

-+
 staging-i686/PKGBUILD   |   32 ++
 staging-i686/kdegraphics-gwenview.install   |   12 +
 staging-x86_64/PKGBUILD |   32 ++
 staging-x86_64/kdegraphics-gwenview.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdegraphics-gwenview/repos/staging-i686/PKGBUILD (from rev 183845, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-28 12:40:24 UTC (rev 183846)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.10.2
+pkgrel=2
+pkgdesc=A fast and easy to use image viewer for KDE
+url=http://kde.org/applications/graphics/gwenview/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('6872a50b2fda3bed717e0fc1b367b02ad80550dd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-gwenview/repos/staging-i686/kdegraphics-gwenview.install 
(from rev 183845, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- staging-i686/kdegraphics-gwenview.install   (rev 0)
+++ staging-i686/kdegraphics-gwenview.install   2013-04-28 12:40:24 UTC (rev 
183846)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-gwenview/repos/staging-x86_64/PKGBUILD (from rev 183845, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-28 12:40:24 UTC (rev 183846)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.10.2
+pkgrel=2
+pkgdesc=A fast and easy to use image viewer for KDE
+url=http://kde.org/applications/graphics/gwenview/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('6872a50b2fda3bed717e0fc1b367b02ad80550dd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-gwenview/repos/staging-x86_64/kdegraphics-gwenview.install 
(from rev 183845, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- staging-x86_64/kdegraphics-gwenview.install (rev 0)
+++ staging-x86_64/kdegraphics-gwenview.install 2013-04-28 12:40:24 UTC (rev 
183846)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-04-28 Thread Balló György
Date: Sunday, April 28, 2013 @ 16:34:16
  Author: bgyorgy
Revision: 89281

upgpkg: emerillon 0.1.90-4

cogl 1.14.0 rebuild

Modified:
  emerillon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 12:29:57 UTC (rev 89280)
+++ PKGBUILD2013-04-28 14:34:16 UTC (rev 89281)
@@ -2,7 +2,7 @@
 
 pkgname=emerillon
 pkgver=0.1.90
-pkgrel=3
+pkgrel=4
 pkgdesc=Map viewer for OpenStreetMap
 arch=('i686' 'x86_64')
 url=http://projects.gnome.org/emerillon/;



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

2013-04-28 Thread Balló György
Date: Sunday, April 28, 2013 @ 16:34:24
  Author: bgyorgy
Revision: 89282

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

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

+
 /PKGBUILD  |   58 +++
 /emerillon.install |   22 +
 community-i686/PKGBUILD|   29 -
 community-i686/emerillon.install   |   11 --
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/emerillon.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 14:34:16 UTC (rev 89281)
+++ community-i686/PKGBUILD 2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=emerillon
-pkgver=0.1.90
-pkgrel=3
-pkgdesc=Map viewer for OpenStreetMap
-arch=('i686' 'x86_64')
-url=http://projects.gnome.org/emerillon/;
-license=('GPL')
-depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
-makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: emerillon/repos/community-i686/PKGBUILD (from rev 89281, 
emerillon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 14:34:24 UTC (rev 89282)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=4
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/emerillon.install
===
--- community-i686/emerillon.install2013-04-28 14:34:16 UTC (rev 89281)
+++ community-i686/emerillon.install2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: emerillon/repos/community-i686/emerillon.install (from rev 89281, 
emerillon/trunk/emerillon.install)
===
--- community-i686/emerillon.install(rev 0)
+++ community-i686/emerillon.install2013-04-28 14:34:24 UTC (rev 89282)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-28 14:34:16 UTC (rev 89281)
+++ community-x86_64/PKGBUILD   2013-04-28 14:34:24 UTC (rev 89282)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=emerillon
-pkgver=0.1.90
-pkgrel=3
-pkgdesc=Map viewer for OpenStreetMap
-arch=('i686' 'x86_64')
-url=http://projects.gnome.org/emerillon/;
-license=('GPL')
-depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
-makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')

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

2013-04-28 Thread Felix Yan
Date: Sunday, April 28, 2013 @ 18:18:12
  Author: fyan
Revision: 89283

upgpkg: cgminer 3.1.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 14:34:24 UTC (rev 89282)
+++ PKGBUILD2013-04-28 16:18:12 UTC (rev 89283)
@@ -5,8 +5,8 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
@@ -15,7 +15,7 @@
 makedepends=('opencl-headers')
 optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
 'opencl-catalyst: OpenCL implementation for AMD')
-source=(https://github.com/ckolivas/cgminer/archive/v3.0.0.tar.gz
+source=(https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz;
 $pkgname.conf.d
 $pkgname.service)
 backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
@@ -48,6 +48,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('63551fdb16086d57bfa4d39cd40d74cd'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')
+sha512sums=('486163017b722bb38cb42dfa5c72b57ac4c96ff0584da630f985d2f22c75418284af420a325aa82419b59dca29646b66f8c678eba7a0f36dc044207ac18c9b6c'
+
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-04-28 Thread Felix Yan
Date: Sunday, April 28, 2013 @ 18:20:09
  Author: fyan
Revision: 89284

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 89283, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 89283, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 89283, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 89283, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 89283, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 89283, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  106 +
 /cgminer.conf.d  |   22 +++
 /cgminer.service |   16 +
 community-i686/PKGBUILD  |   53 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 16:18:12 UTC (rev 89283)
+++ community-i686/PKGBUILD 2013-04-28 16:20:09 UTC (rev 89284)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(https://github.com/ckolivas/cgminer/archive/v3.0.0.tar.gz
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('63551fdb16086d57bfa4d39cd40d74cd'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 89283, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 16:20:09 UTC (rev 89284)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz;
+$pkgname.conf.d
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' 

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

2013-04-28 Thread Thomas Dziedzic
Date: Sunday, April 28, 2013 @ 19:16:35
  Author: td123
Revision: 183857

upgpkg: vim 7.3.918-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 16:50:09 UTC (rev 183856)
+++ PKGBUILD2013-04-28 17:16:35 UTC (rev 183857)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=875
-__hgrev=acf7368a2acc
+_patchlevel=918
+__hgrev=c61da758a9a2
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('4d71e8b9ef6a214b3651d69be19fadec'
- 'ac2bfed9586c987f0b8435c91be3f18a'
+md5sums=('b1a619f017851646a8567deda17bdb36'
+ 'SKIP'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'



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

2013-04-28 Thread Thomas Dziedzic
Date: Sunday, April 28, 2013 @ 19:17:33
  Author: td123
Revision: 183858

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 183857, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 183857, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 183857, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 183857, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 183857, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 183857, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 183857, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 183857, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 183857, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 183857, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  233 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  233 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 698 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 183857, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-28 17:17:33 UTC (rev 183858)
@@ -0,0 +1,233 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.3
+_patchlevel=918
+__hgrev=c61da758a9a2
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('b1a619f017851646a8567deda17bdb36'
+ 'SKIP'
+ '6e7adfbd5d26c1d161030ec203a7f243'
+ '20fceda56badf201695c57999b0bc609'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby=ArchLinux \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 19:46:03
  Author: svenstaro
Revision: 89341

upgpkg: widelands 17-7

libpng 1.6 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 16:53:14 UTC (rev 89340)
+++ PKGBUILD2013-04-28 17:46:03 UTC (rev 89341)
@@ -6,12 +6,12 @@
 pkgname=widelands
 pkgver=17
 _realver=build17
-pkgrel=6
+pkgrel=7
 pkgdesc=A realtime strategy game with emphasis on economy and transport
 arch=('i686' 'x86_64')
 url=http://widelands.org/;
 license=('GPL')
-depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
 makedepends=('cmake' 'boost' 'mesa')
 
source=(https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2;
 $pkgname.desktop
@@ -26,6 +26,7 @@
 cd $srcdir/$pkgname-$_realver-src
 
 sed -i 1 i #include unistd.h src/main.cc
+sed -i /Boost_USE_STATIC_LIBS/d CMakeLists.txt
 
 mkdir -p build/compile  cd build/compile
 



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 19:46:26
  Author: svenstaro
Revision: 89342

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/6233_6232.diff
(from rev 89341, widelands/trunk/6233_6232.diff)
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 89341, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands-0.16-libpng15.patch
(from rev 89341, widelands/trunk/widelands-0.16-libpng15.patch)
  widelands/repos/community-staging-i686/widelands-build15-gcc-4.5-patch
(from rev 89341, widelands/trunk/widelands-build15-gcc-4.5-patch)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 89341, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 89341, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 89341, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/6233_6232.diff
(from rev 89341, widelands/trunk/6233_6232.diff)
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 89341, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands-0.16-libpng15.patch
(from rev 89341, widelands/trunk/widelands-0.16-libpng15.patch)
  widelands/repos/community-staging-x86_64/widelands-build15-gcc-4.5-patch
(from rev 89341, widelands/trunk/widelands-build15-gcc-4.5-patch)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 89341, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 89341, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 89341, widelands/trunk/widelands.sh)

--+
 community-staging-i686/6233_6232.diff|   59 
 community-staging-i686/PKGBUILD  |   54 +++
 community-staging-i686/widelands-0.16-libpng15.patch |   61 +
 community-staging-i686/widelands-build15-gcc-4.5-patch   |   51 ++
 community-staging-i686/widelands.desktop |8 +
 community-staging-i686/widelands.sh  |3 
 community-staging-x86_64/6233_6232.diff  |   59 
 community-staging-x86_64/PKGBUILD|   54 +++
 community-staging-x86_64/widelands-0.16-libpng15.patch   |   61 +
 community-staging-x86_64/widelands-build15-gcc-4.5-patch |   51 ++
 community-staging-x86_64/widelands.desktop   |8 +
 community-staging-x86_64/widelands.sh|3 
 12 files changed, 472 insertions(+)

Copied: widelands/repos/community-staging-i686/6233_6232.diff (from rev 89341, 
widelands/trunk/6233_6232.diff)
===
--- community-staging-i686/6233_6232.diff   (rev 0)
+++ community-staging-i686/6233_6232.diff   2013-04-28 17:46:26 UTC (rev 
89342)
@@ -0,0 +1,59 @@
+=== modified file 'src/graphic/graphic.cc'
+--- src/graphic/graphic.cc 2011-11-30 21:38:37 +
 src/graphic/graphic.cc 2012-02-19 17:10:12 +
+@@ -725,6 +725,18 @@
+   if (!png_ptr)
+   throw wexception(Graphic::save_png: could not create png 
struct);
+ 
++  png_infop info_ptr = png_create_info_struct(png_ptr);
++  if (!info_ptr) {
++  png_destroy_write_struct(png_ptr, static_castpng_infopp(0));
++  throw wexception(Graphic::save_png: could not create png info 
struct);
++  }
++
++  // Set jump for error
++  if (setjmp(png_jmpbuf(png_ptr))) {
++  png_destroy_write_struct(png_ptr, info_ptr);
++  throw wexception(Graphic::save_png: Error writing PNG!);
++  }
++
+   //  Set another write function. This is potentially dangerouse because 
the
+   //  flush function is internally called by png_write_end(), this will 
crash
+   //  on newer libpngs. See here:
+@@ -736,35 +748,14 @@
+sw,
+Graphic::m_png_write_function, 
Graphic::m_png_flush_function);
+ 
+-  png_infop info_ptr = png_create_info_struct(png_ptr);
+-
+-  if (!info_ptr) {
+-  png_destroy_write_struct(png_ptr, static_castpng_infopp(0));
+-  throw wexception(Graphic::save_png: could not create png info 
struct);
+-  }
+-
+-  // Set jump for error
+-  if (setjmp(png_jmpbuf(png_ptr))) {
+-  png_destroy_write_struct(png_ptr, info_ptr);
+-  throw wexception(Graphic::save_png: could not set png setjmp);
+-  }
+-
+   // Fill info struct
+   png_set_IHDR
+   (png_ptr, info_ptr, pix.get_w(), pix.get_h(),
+8, 

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:03:26
  Author: svenstaro
Revision: 89343

upgpkg: wesnoth 1.10.6-3

libpng 1.6 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 17:46:26 UTC (rev 89342)
+++ PKGBUILD2013-04-28 18:03:26 UTC (rev 89343)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.6
-pkgrel=2
+pkgrel=3
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:03:43
  Author: svenstaro
Revision: 89344

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 89343, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 89343, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 89343, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 89343, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 89343, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 89343, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 89343, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 89343, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 89343, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 18:03:43 UTC (rev 89344)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.6
+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=$pkgver '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.rc.d
+wesnothd.service)
+md5sums=('547e3489bbfa778912b11dbee612c380'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ '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
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 89343, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-04-28 18:03:43 UTC (rev 
89344)
@@ -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 

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:14:56
  Author: svenstaro
Revision: 89345

upgpkg: warsow 1.02-2

libpng 1.6 rebuild

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 18:03:43 UTC (rev 89344)
+++ PKGBUILD2013-04-28 18:14:56 UTC (rev 89345)
@@ -6,7 +6,7 @@
 
 pkgname=warsow
 pkgver=1.02
-pkgrel=1
+pkgrel=2
 pkgdesc=Free online multiplayer competitive FPS based on the Qfusion engine
 url=http://www.warsow.net/;
 license=('GPL')



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:15:15
  Author: svenstaro
Revision: 89346

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

Added:
  warsow/repos/community-staging-i686/
  warsow/repos/community-staging-i686/PKGBUILD
(from rev 89345, warsow/trunk/PKGBUILD)
  warsow/repos/community-staging-i686/warsow.launcher
(from rev 89345, warsow/trunk/warsow.launcher)
  warsow/repos/community-staging-i686/wsw-server.launcher
(from rev 89345, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-staging-i686/wswtv-server.launcher
(from rev 89345, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-staging-x86_64/
  warsow/repos/community-staging-x86_64/PKGBUILD
(from rev 89345, warsow/trunk/PKGBUILD)
  warsow/repos/community-staging-x86_64/warsow.launcher
(from rev 89345, warsow/trunk/warsow.launcher)
  warsow/repos/community-staging-x86_64/wsw-server.launcher
(from rev 89345, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-staging-x86_64/wswtv-server.launcher
(from rev 89345, warsow/trunk/wswtv-server.launcher)

+
 community-staging-i686/PKGBUILD|   57 +++
 community-staging-i686/warsow.launcher |5 ++
 community-staging-i686/wsw-server.launcher |5 ++
 community-staging-i686/wswtv-server.launcher   |5 ++
 community-staging-x86_64/PKGBUILD  |   57 +++
 community-staging-x86_64/warsow.launcher   |5 ++
 community-staging-x86_64/wsw-server.launcher   |5 ++
 community-staging-x86_64/wswtv-server.launcher |5 ++
 8 files changed, 144 insertions(+)

Copied: warsow/repos/community-staging-i686/PKGBUILD (from rev 89345, 
warsow/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 18:15:15 UTC (rev 89346)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Slash demodevil5[at]yahoo[dot]com
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow
+pkgver=1.02
+pkgrel=2
+pkgdesc=Free online multiplayer competitive FPS based on the Qfusion engine
+url=http://www.warsow.net/;
+license=('GPL')
+arch=('i686' 'x86_64') 
+depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm' 
'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
+optdepends=('openal: for openal audio support')
+source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
+http://wsw.null.so/warsow_${pkgver}_sdk.tar.gz;)
+_genericname=('First person shooter')
+_comment=('Online Mulitiplayer Competitive FPS')
+md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
+ 'f73e10c26197178df71b941b10bf83d7'
+ 'd7e4a69835bbcf801e58307e9d6b951e'
+ 'df3dee05dd6f84b44ba131a2445a1706')
+
+build() {
+  cd $srcdir
+   gendesk -n
+
+  # This was used to fix some crashing due to alignment problems before. Has 
upstream
+  # finally got their shit together and we don't need them anymore?
+  #unset CFLAGS
+   #unset CXXFLAGS
+
+  # Compile Warsow
+  cd $srcdir/warsow_${pkgver}_sdk/source/
+  make -j1
+}
+
+package() {
+  cd $srcdir/warsow_${pkgver}_sdk/source/
+  
+  # Create Destination Directories
+  install -d $pkgdir/opt/warsow/
+
+  # Move Compiled Data to Destination Directory
+  cp -r $srcdir/warsow_${pkgver}_sdk/source/release/* $pkgdir/opt/warsow
+
+  install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
+  install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
+  install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server
+  install -D -m 0644 $srcdir/warsow.desktop 
$pkgdir/usr/share/applications/warsow.desktop
+  convert $srcdir/warsow_${pkgver}_sdk/source/win32/warsow.ico 
$srcdir/warsow.png
+  install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png
+}
+
+# vim: ts=2:sw=2

Copied: warsow/repos/community-staging-i686/warsow.launcher (from rev 89345, 
warsow/trunk/warsow.launcher)
===
--- community-staging-i686/warsow.launcher  (rev 0)
+++ community-staging-i686/warsow.launcher  2013-04-28 18:15:15 UTC (rev 
89346)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/warsow
+./warsow $*
+exit $?

Copied: warsow/repos/community-staging-i686/wsw-server.launcher (from rev 
89345, warsow/trunk/wsw-server.launcher)
===
--- community-staging-i686/wsw-server.launcher  (rev 0)
+++ community-staging-i686/wsw-server.launcher  2013-04-28 18:15:15 UTC (rev 
89346)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/warsow
+./wsw_server $*
+exit $?

Copied: 

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:21:56
  Author: svenstaro
Revision: 89347

upgpkg: ufoai 2.4-3

libpng 1.6 rebuild

Modified:
  ufoai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 18:15:15 UTC (rev 89346)
+++ PKGBUILD2013-04-28 18:21:56 UTC (rev 89347)
@@ -3,12 +3,12 @@
 # Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=ufoai
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=In UFO: Alien Invasion you fight aliens trying to capture Earth
 arch=('i686' 'x86_64')
 url=http://ufoai.ninex.info/;
 license=('GPL')
-depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data')
+depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
 makedepends=('mesa')
 
source=(http://downloads.sourceforge.net/project/ufoai/UFO_AI%202.x/$pkgver/ufoai-$pkgver-source.tar.bz2)
 md5sums=('d7e88aee0ea94149c8b9d90eb6c21ba9')



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:22:06
  Author: svenstaro
Revision: 89348

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

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

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

Copied: ufoai/repos/community-staging-i686/PKGBUILD (from rev 89347, 
ufoai/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 18:22:06 UTC (rev 89348)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=ufoai
+pkgver=2.4
+pkgrel=3
+pkgdesc=In UFO: Alien Invasion you fight aliens trying to capture Earth
+arch=('i686' 'x86_64')
+url=http://ufoai.ninex.info/;
+license=('GPL')
+depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
+makedepends=('mesa')
+source=(http://downloads.sourceforge.net/project/ufoai/UFO_AI%202.x/$pkgver/ufoai-$pkgver-source.tar.bz2)
+md5sums=('d7e88aee0ea94149c8b9d90eb6c21ba9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver-source
+
+  ./configure --prefix=/usr --datadir=/usr/share/ufoai --enable-release 
--localedir=/usr/share/ufoai/base/i18n/
+  make
+  make lang
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver-source
+
+  install -Dm755 ufo $pkgdir/usr/bin/ufo
+  install -Dm755 ufoded $pkgdir/usr/bin/ufoded
+  install -Dm755 ufo2map $pkgdir/usr/bin/ufo2map
+  install -Dm755 ufomodel $pkgdir/usr/bin/ufomodel
+
+  mkdir -p $pkgdir/usr/share/ufoai
+  cp -r base $pkgdir/usr/share/ufoai/
+
+  install -Dm644 debian/ufoai.desktop 
$pkgdir/usr/share/applications/ufoai.desktop
+  install -Dm644 debian/ufoai-safe.desktop 
$pkgdir/usr/share/applications/ufoai-safe.desktop
+  install -Dm644 debian/ufoded.desktop 
$pkgdir/usr/share/applications/ufoded.desktop
+
+  sed -i 's|/usr/games/||' $pkgdir/usr/share/applications/*
+
+  install -Dm644 debian/ufoai.xpm $pkgdir/usr/share/pixmaps/ufoai.xpm
+  install -Dm644 debian/ufoded.xpm $pkgdir/usr/share/pixmaps/ufoded.xpm
+}
+
+# vim: sw=2:ts=2 et:

Copied: ufoai/repos/community-staging-x86_64/PKGBUILD (from rev 89347, 
ufoai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 18:22:06 UTC (rev 89348)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=ufoai
+pkgver=2.4
+pkgrel=3
+pkgdesc=In UFO: Alien Invasion you fight aliens trying to capture Earth
+arch=('i686' 'x86_64')
+url=http://ufoai.ninex.info/;
+license=('GPL')
+depends=('libjpeg' 'libgl' 'libpng' 'curl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 
'xvidcore' 'ufoai-data' 'glu')
+makedepends=('mesa')
+source=(http://downloads.sourceforge.net/project/ufoai/UFO_AI%202.x/$pkgver/ufoai-$pkgver-source.tar.bz2)
+md5sums=('d7e88aee0ea94149c8b9d90eb6c21ba9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver-source
+
+  ./configure --prefix=/usr --datadir=/usr/share/ufoai --enable-release 
--localedir=/usr/share/ufoai/base/i18n/
+  make
+  make lang
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver-source
+
+  install -Dm755 ufo $pkgdir/usr/bin/ufo
+  install -Dm755 ufoded $pkgdir/usr/bin/ufoded
+  install -Dm755 ufo2map $pkgdir/usr/bin/ufo2map
+  install -Dm755 ufomodel $pkgdir/usr/bin/ufomodel
+
+  mkdir -p $pkgdir/usr/share/ufoai
+  cp -r base $pkgdir/usr/share/ufoai/
+
+  install -Dm644 debian/ufoai.desktop 
$pkgdir/usr/share/applications/ufoai.desktop
+  install -Dm644 debian/ufoai-safe.desktop 
$pkgdir/usr/share/applications/ufoai-safe.desktop
+  install -Dm644 debian/ufoded.desktop 
$pkgdir/usr/share/applications/ufoded.desktop
+
+  sed -i 's|/usr/games/||' $pkgdir/usr/share/applications/*
+
+  install -Dm644 debian/ufoai.xpm $pkgdir/usr/share/pixmaps/ufoai.xpm
+  install -Dm644 debian/ufoded.xpm $pkgdir/usr/share/pixmaps/ufoded.xpm
+}
+
+# vim: sw=2:ts=2 et:



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:16:23
  Author: svenstaro
Revision: 89349

upgpkg: speed-dreams 2.0.0-3

libpng 1.6 rebuild

Modified:
  speed-dreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 18:22:06 UTC (rev 89348)
+++ PKGBUILD2013-04-28 19:16:23 UTC (rev 89349)
@@ -5,7 +5,7 @@
 pkgname=speed-dreams
 pkgver=2.0.0
 _pkgver=2.0.0-r4687
-pkgrel=2
+pkgrel=3
 pkgdesc=A racing simulator with rich graphics and physics
 arch=('i686' 'x86_64')
 url=http://speed-dreams.sourceforge.net/;



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:16:31
  Author: svenstaro
Revision: 89350

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

Added:
  speed-dreams/repos/community-staging-i686/
  speed-dreams/repos/community-staging-i686/PKGBUILD
(from rev 89349, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-staging-i686/speed-dreams.desktop
(from rev 89349, speed-dreams/trunk/speed-dreams.desktop)
  speed-dreams/repos/community-staging-x86_64/
  speed-dreams/repos/community-staging-x86_64/PKGBUILD
(from rev 89349, speed-dreams/trunk/PKGBUILD)
  speed-dreams/repos/community-staging-x86_64/speed-dreams.desktop
(from rev 89349, speed-dreams/trunk/speed-dreams.desktop)

---+
 community-staging-i686/PKGBUILD   |   56 
 community-staging-i686/speed-dreams.desktop   |9 +++
 community-staging-x86_64/PKGBUILD |   56 
 community-staging-x86_64/speed-dreams.desktop |9 +++
 4 files changed, 130 insertions(+)

Copied: speed-dreams/repos/community-staging-i686/PKGBUILD (from rev 89349, 
speed-dreams/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 19:16:31 UTC (rev 89350)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Adrián Chaves Fernández, aka Gallaecio 
adriyeticha...@gmail.com
+# Contributor: Shahar Weiss swei...@gmx.net (build() code from his TORCS' 
PKGBUILD)
+pkgname=speed-dreams
+pkgver=2.0.0
+_pkgver=2.0.0-r4687
+pkgrel=3
+pkgdesc=A racing simulator with rich graphics and physics
+arch=('i686' 'x86_64')
+url=http://speed-dreams.sourceforge.net/;
+license=('GPL2')
+depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 
'plib=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'glu')
+makedepends=('cmake' 'p7zip' 'mesa')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-hq-cars-and-tracks-${_pkgver}.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-more-hq-cars-and-tracks-${_pkgver}.tar.xz;
+${pkgname}.desktop)
+md5sums=('a6842887fc289ed6057be2ba9d2afaa2'
+ '8505c46aae6ce56a43353b8899d40ce4'
+ 'edcc842291737dbb13a3083252bf51d4'
+ '57cf5c475491294ce1fb249e2dc0273b'
+ 'c8ab7ef068fa3fbe67d2b3246b30ea8a'
+ '634f8cb8f4f96686c8049c8a025e72d0')
+
+build() {
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSD_BINDIR=/usr/bin \
+-DSD_DATADIR=/usr/share/speed-dreams-2 \
+-DSD_LIBDIR=/usr/lib/speed-dreams-2 \
+-DOPTION_OFFICIAL_ONLY=ON
+
+  make
+}
+
+package() {
+  make DESTDIR=${pkgdir}/ install
+
+  rm -r ${pkgdir}/usr/share
+
+  install -Dm644 data/data/icons/icon.png 
${pkgdir}/usr/share/pixmaps/speed-dreams.png
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/speed-dreams.desktop
+
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgname}
+  cp -r doc/* ${pkgdir}/usr/share/doc/${pkgname}/
+
+  # Symlink for backwards compatibility
+  cd ${pkgdir}/usr/bin
+  ln -s speed-dreams-2 speed-dreams
+}
+
+# vim:set ts=2 sw=2 et:

Copied: speed-dreams/repos/community-staging-i686/speed-dreams.desktop (from 
rev 89349, speed-dreams/trunk/speed-dreams.desktop)
===
--- community-staging-i686/speed-dreams.desktop (rev 0)
+++ community-staging-i686/speed-dreams.desktop 2013-04-28 19:16:31 UTC (rev 
89350)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Speed Dreams
+Comment=The Open Racing Car Simulator Fork
+Exec=speed-dreams-2
+Icon=speed-dreams.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Application;Game;

Copied: speed-dreams/repos/community-staging-x86_64/PKGBUILD (from rev 89349, 
speed-dreams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 19:16:31 UTC (rev 89350)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Adrián Chaves Fernández, aka Gallaecio 
adriyeticha...@gmail.com
+# Contributor: Shahar Weiss swei...@gmx.net (build() code from his TORCS' 
PKGBUILD)
+pkgname=speed-dreams
+pkgver=2.0.0
+_pkgver=2.0.0-r4687
+pkgrel=3
+pkgdesc=A racing simulator with rich graphics and physics
+arch=('i686' 'x86_64')

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:23:23
  Author: svenstaro
Revision: 89351

upgpkg: megaglest 3.7.1-2

libpng 1.6 rebuild

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:16:31 UTC (rev 89350)
+++ PKGBUILD2013-04-28 19:23:23 UTC (rev 89351)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:23:31
  Author: svenstaro
Revision: 89352

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

Added:
  megaglest/repos/community-staging-i686/
  megaglest/repos/community-staging-i686/PKGBUILD
(from rev 89351, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-i686/lol.patch
(from rev 89351, megaglest/trunk/lol.patch)
  megaglest/repos/community-staging-x86_64/
  megaglest/repos/community-staging-x86_64/PKGBUILD
(from rev 89351, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-x86_64/lol.patch
(from rev 89351, megaglest/trunk/lol.patch)

+
 community-staging-i686/PKGBUILD|   41 +
 community-staging-i686/lol.patch   |   43 +++
 community-staging-x86_64/PKGBUILD  |   41 +
 community-staging-x86_64/lol.patch |   43 +++
 4 files changed, 168 insertions(+)

Copied: megaglest/repos/community-staging-i686/PKGBUILD (from rev 89351, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 19:23:31 UTC (rev 89352)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=megaglest
+pkgver=3.7.1
+pkgrel=2
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.tar.xz;
+lol.patch)
+md5sums=('e7a960ec73784aa0f7b951d2ad963456'
+ '68fd326b73ed1c75981004fbdef6b73a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/
+
+  #patch -Np1  $srcdir/lol.patch
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+  cmake .. \
+-DWANT_SVN_STAMP=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/
+
+  cd build
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-staging-i686/lol.patch (from rev 89351, 
megaglest/trunk/lol.patch)
===
--- community-staging-i686/lol.patch(rev 0)
+++ community-staging-i686/lol.patch2013-04-28 19:23:31 UTC (rev 89352)
@@ -0,0 +1,43 @@
+diff --git a/source/shared_lib/include/graphics/math_util.h 
b/source/shared_lib/include/graphics/math_util.h
+index 8fcfb27..3cb7a41 100644
+--- a/source/shared_lib/include/graphics/math_util.h
 b/source/shared_lib/include/graphics/math_util.h
+@@ -184,10 +184,10 @@ public:
+ 
+   Rect2T computeBoundingRect() const{
+   return Rect2i(
+-  min(p[0].x, p[1].x), 
+-  min(p[0].y, p[2].y), 
+-  max(p[2].x, p[3].x), 
+-  max(p[1].y, p[3].y));
++  std::min(p[0].x, p[1].x),
++  std::min(p[0].y, p[2].y),
++  std::max(p[2].x, p[3].x),
++  std::max(p[1].y, p[3].y));
+   }
+ 
+   bool isInside(const Vec2T pt) const{
+diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp 
b/source/shared_lib/sources/platform/posix/ircclient.cpp
+index b09c972..ddebd03 100644
+--- a/source/shared_lib/sources/platform/posix/ircclient.cpp
 b/source/shared_lib/sources/platform/posix/ircclient.cpp
+@@ -13,6 +13,7 @@
+ #include ircclient.h
+ #include util.h
+ #include platform_common.h
++#include libirc_rfcnumeric.h
+ #include libircclient.h
+ 
+ #include stdio.h
+diff --git a/source/shared_lib/sources/util/util.cpp 
b/source/shared_lib/sources/util/util.cpp
+index 05478fc..c27aa62 100644
+--- a/source/shared_lib/sources/util/util.cpp
 b/source/shared_lib/sources/util/util.cpp
+@@ -19,6 +19,7 @@
+ #include stdarg.h
+ #include time.h
+ #include fcntl.h // for open()
++#include unistd.h
+ 
+ #ifdef WIN32
+   #include io.h // for open()

Copied: megaglest/repos/community-staging-x86_64/PKGBUILD (from rev 89351, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 19:23:31 UTC (rev 89352)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=megaglest
+pkgver=3.7.1
+pkgrel=2

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:36:13
  Author: svenstaro
Revision: 89353

upgpkg: frogatto 1.3.1-2

libpng 1.6 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:23:31 UTC (rev 89352)
+++ PKGBUILD2013-04-28 19:36:13 UTC (rev 89353)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:36:23
  Author: svenstaro
Revision: 89354

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 89353, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 89353, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 89353, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 89353, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 89353, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 89353, frogatto/trunk/frogatto.desktop)

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

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 89353, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 19:36:23 UTC (rev 89354)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa-libgl' 'boost')
+source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
+frogatto
+frogatto.desktop)
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+ '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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 89353, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-04-28 19:36:23 UTC (rev 89354)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 89353, 
frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-04-28 19:36:23 UTC (rev 
89354)
@@ -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 89353, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 19:36:23 UTC (rev 89354)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog

[arch-commits] Commit in kicad-library-bzr/trunk (PKGBUILD)

2013-04-28 Thread Kyle Keen
Date: Sunday, April 28, 2013 @ 21:41:07
  Author: kkeen
Revision: 89355

upgpkg: kicad-library-bzr 240-2

Modified:
  kicad-library-bzr/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:36:23 UTC (rev 89354)
+++ PKGBUILD2013-04-28 19:41:07 UTC (rev 89355)
@@ -5,7 +5,7 @@
 pkgname=kicad-library-bzr
 pkgver=240
 _bzrver=240
-pkgrel=1
+pkgrel=2
 pkgdesc=Kicad component and footprint libraries
 arch=('any')
 url=http://iut-tice.ujf-grenoble.fr/kicad/;
@@ -35,4 +35,7 @@
   cd $srcdir/$_bzrmod/build/Release
 
   make DESTDIR=$pkgdir install
+
+  # not libraries (and provided by kicad)
+  rm -rf $pkgdir/usr/share/kicad/template
 }



[arch-commits] Commit in kicad-library-bzr/repos/community-any (PKGBUILD PKGBUILD)

2013-04-28 Thread Kyle Keen
Date: Sunday, April 28, 2013 @ 21:41:34
  Author: kkeen
Revision: 89356

archrelease: copy trunk to community-any

Added:
  kicad-library-bzr/repos/community-any/PKGBUILD
(from rev 89355, kicad-library-bzr/trunk/PKGBUILD)
Deleted:
  kicad-library-bzr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 19:41:07 UTC (rev 89355)
+++ PKGBUILD2013-04-28 19:41:34 UTC (rev 89356)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad-library-bzr
-pkgver=240
-_bzrver=240
-pkgrel=1
-pkgdesc=Kicad component and footprint libraries
-arch=('any')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-makedepends=('cmake' 'bzr')
-source=()
-md5sums=()
-_bzrtrunk=lp:~kicad-lib-committers/kicad/library
-_bzrmod=kicad-library
-
-build() {
-  cd $srcdir
-  msg Connecting to BZR server... 
-  if [ ! -d $srcdir/$_bzrmod ] ; then
-bzr co --lightweight --revision $_bzrver $_bzrtrunk $_bzrmod
-  else
-bzr up $_bzrmod
-  fi
-  msg BZR checkout done or server timeout
-
-  mkdir -p $srcdir/$_bzrmod/build/Release
-  cd $srcdir/$_bzrmod/build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$_bzrmod/build/Release
-
-  make DESTDIR=$pkgdir install
-}

Copied: kicad-library-bzr/repos/community-any/PKGBUILD (from rev 89355, 
kicad-library-bzr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 19:41:34 UTC (rev 89356)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad-library-bzr
+pkgver=240
+_bzrver=240
+pkgrel=2
+pkgdesc=Kicad component and footprint libraries
+arch=('any')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+makedepends=('cmake' 'bzr')
+source=()
+md5sums=()
+_bzrtrunk=lp:~kicad-lib-committers/kicad/library
+_bzrmod=kicad-library
+
+build() {
+  cd $srcdir
+  msg Connecting to BZR server... 
+  if [ ! -d $srcdir/$_bzrmod ] ; then
+bzr co --lightweight --revision $_bzrver $_bzrtrunk $_bzrmod
+  else
+bzr up $_bzrmod
+  fi
+  msg BZR checkout done or server timeout
+
+  mkdir -p $srcdir/$_bzrmod/build/Release
+  cd $srcdir/$_bzrmod/build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$_bzrmod/build/Release
+
+  make DESTDIR=$pkgdir install
+
+  # not libraries (and provided by kicad)
+  rm -rf $pkgdir/usr/share/kicad/template
+}



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:51:39
  Author: svenstaro
Revision: 89357

upgpkg: clanlib 2.3.6-5

libpng 1.6 rebuild

Modified:
  clanlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:41:34 UTC (rev 89356)
+++ PKGBUILD2013-04-28 19:51:39 UTC (rev 89357)
@@ -3,7 +3,7 @@
 
 pkgname=clanlib
 pkgver=2.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc=A multi-platform game development library.
 arch=('i686' 'x86_64')
 url=http://clanlib.org/;



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:51:48
  Author: svenstaro
Revision: 89358

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

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

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

Copied: clanlib/repos/community-staging-i686/PKGBUILD (from rev 89357, 
clanlib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 19:51:48 UTC (rev 89358)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=clanlib
+pkgver=2.3.6
+pkgrel=5
+pkgdesc=A multi-platform game development library.
+arch=('i686' 'x86_64')
+url=http://clanlib.org/;
+license=('zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+options=('!libtool')
+source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
+md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
+
+build() { 
+   cd ${srcdir}/ClanLib-${pkgver}
+
+   ./configure --prefix=/usr --enable-docs --disable-clanGL1
+
+   make
+  # Somehow this breaks. :(
+   #make html
+}
+
+package() {
+   cd ${srcdir}/ClanLib-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+   #make DESTDIR=${pkgdir} install-html
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: sw=2:ts=2 et:

Copied: clanlib/repos/community-staging-x86_64/PKGBUILD (from rev 89357, 
clanlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 19:51:48 UTC (rev 89358)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=clanlib
+pkgver=2.3.6
+pkgrel=5
+pkgdesc=A multi-platform game development library.
+arch=('i686' 'x86_64')
+url=http://clanlib.org/;
+license=('zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+options=('!libtool')
+source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
+md5sums=('aa037a8a6297fb0b2efd927b1b15e8de')
+
+build() { 
+   cd ${srcdir}/ClanLib-${pkgver}
+
+   ./configure --prefix=/usr --enable-docs --disable-clanGL1
+
+   make
+  # Somehow this breaks. :(
+   #make html
+}
+
+package() {
+   cd ${srcdir}/ClanLib-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+   #make DESTDIR=${pkgdir} install-html
+
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: sw=2:ts=2 et:



[arch-commits] Commit in sensors-applet/trunk (PKGBUILD gtk38.patch)

2013-04-28 Thread Balló György
Date: Sunday, April 28, 2013 @ 22:21:16
  Author: bgyorgy
Revision: 89359

upgpkg: sensors-applet 3.0.0-3

Fix compatibility with GTK+ 3.8

Added:
  sensors-applet/trunk/gtk38.patch
Modified:
  sensors-applet/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 gtk38.patch |  127 ++
 2 files changed, 138 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:51:48 UTC (rev 89358)
+++ PKGBUILD2013-04-28 20:21:16 UTC (rev 89359)
@@ -3,7 +3,7 @@
 
 pkgname=sensors-applet
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Applet for GNOME Panel to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings
 arch=('i686' 'x86_64')
 url=http://sensors-applet.sourceforge.net/;
@@ -14,12 +14,20 @@
 'udisks: get HDD temperatures')
 options=('!libtool')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz)
-md5sums=('425078fc1ff5a98af1547e039002a73f')
+source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz
+gtk38.patch)
+md5sums=('425078fc1ff5a98af1547e039002a73f'
+ '7289cb0acd5c05daf824df6a90967240')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Enable reprecations
+  sed -i '/CFLAGS+=/d' configure{,.ac}
+
+  # Fix compatibility with GTK+ 3.8
+  patch -Np1 -i $srcdir/gtk38.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-scrollkeeper --with-nvidia=no
   make

Added: gtk38.patch
===
--- gtk38.patch (rev 0)
+++ gtk38.patch 2013-04-28 20:21:16 UTC (rev 89359)
@@ -0,0 +1,127 @@
+diff -Naur sensors-applet-3.0.0.orig/sensors-applet/sensors-applet.c 
sensors-applet-3.0.0/sensors-applet/sensors-applet.c
+--- sensors-applet-3.0.0.orig/sensors-applet/sensors-applet.c  2011-11-03 
12:33:36.0 +0100
 sensors-applet-3.0.0/sensors-applet/sensors-applet.c   2013-04-28 
20:08:31.002620583 +0200
+@@ -641,122 +641,8 @@
+ /* get the first active sensor */
+ first_sensor = (ActiveSensor *)sensors_applet-active_sensors-data;
+ 
+-switch (display_mode) {
+-case DISPLAY_VALUE:
+-gtk_widget_size_request(GTK_WIDGET(first_sensor-value),
+-req);
+-value_width = req.width + COLUMN_SPACING;
+-value_height = req.height + ROW_SPACING;
++num_sensors_per_group = 1;
+ 
+-/* make sure all widths and heights are non zero,
+- * otherwise will get a divide by zero exception below
+- * - is a non critical error since can happen when
+- * elements first added to list, so simply return - is
+- * not a programming error */
+-if (value_width == 0  value_height == 0) {
+-return;
+-}
+-
+-num_sensors_per_group = (sensors_applet-size / 
+- (horizontal ? value_height : 
+-  value_width));
+-break;
+-
+-case DISPLAY_LABEL_WITH_VALUE:
+-/* even though we end up packing the event boxes into the
+- * panel, these dont give back request sizes, so need to ask
+- * widgets directly */
+-gtk_widget_size_request(GTK_WIDGET(first_sensor-value),
+-req);
+-value_width = req.width + COLUMN_SPACING;
+-value_height = req.height + ROW_SPACING;
+-
+-gtk_widget_size_request(GTK_WIDGET(first_sensor-label),
+-req);
+-label_width = req.width + COLUMN_SPACING;
+-label_height = req.height + ROW_SPACING;
+-
+-/* make sure all widths and heights are non zero, otherwise
+- * will get a divide by zero exception below 
+- * - is a non critical error since can happen when
+- * elements first added to list, so simply return - is
+- * not a programming error */
+-if (!(label_width  label_height 
+-  value_width  value_height)) {
+-return;
+-}
+-
+-switch (layout_mode) {
+-case VALUE_BESIDE_LABEL:
+-num_sensors_per_group = (sensors_applet-size / 
+- (horizontal ? 
MAX(label_height, value_height) : 
+-  (label_width + 
value_width)));
+-break;
+-   

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

2013-04-28 Thread Balló György
Date: Sunday, April 28, 2013 @ 22:21:26
  Author: bgyorgy
Revision: 89360

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

Added:
  sensors-applet/repos/community-i686/PKGBUILD
(from rev 89359, sensors-applet/trunk/PKGBUILD)
  sensors-applet/repos/community-i686/gtk38.patch
(from rev 89359, sensors-applet/trunk/gtk38.patch)
  sensors-applet/repos/community-i686/sensors-applet.install
(from rev 89359, sensors-applet/trunk/sensors-applet.install)
  sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 89359, sensors-applet/trunk/PKGBUILD)
  sensors-applet/repos/community-x86_64/gtk38.patch
(from rev 89359, sensors-applet/trunk/gtk38.patch)
  sensors-applet/repos/community-x86_64/sensors-applet.install
(from rev 89359, sensors-applet/trunk/sensors-applet.install)
Deleted:
  sensors-applet/repos/community-i686/PKGBUILD
  sensors-applet/repos/community-i686/sensors-applet.install
  sensors-applet/repos/community-x86_64/PKGBUILD
  sensors-applet/repos/community-x86_64/sensors-applet.install

-+
 /PKGBUILD   |   80 ++
 /sensors-applet.install |   24 +
 community-i686/PKGBUILD |   32 ---
 community-i686/gtk38.patch  |  127 ++
 community-i686/sensors-applet.install   |   12 --
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/gtk38.patch|  127 ++
 community-x86_64/sensors-applet.install |   12 --
 8 files changed, 358 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 20:21:16 UTC (rev 89359)
+++ community-i686/PKGBUILD 2013-04-28 20:21:26 UTC (rev 89360)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=sensors-applet
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=Applet for GNOME Panel to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings
-arch=('i686' 'x86_64')
-url=http://sensors-applet.sourceforge.net/;
-license=('GPL')
-depends=('gnome-panel' 'libatasmart' 'lm_sensors' 'xdg-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('hddtemp: get HDD temperatures'
-'udisks: get HDD temperatures')
-options=('!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz)
-md5sums=('425078fc1ff5a98af1547e039002a73f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-scrollkeeper --with-nvidia=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: sensors-applet/repos/community-i686/PKGBUILD (from rev 89359, 
sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 20:21:26 UTC (rev 89360)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=sensors-applet
+pkgver=3.0.0
+pkgrel=3
+pkgdesc=Applet for GNOME Panel to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings
+arch=('i686' 'x86_64')
+url=http://sensors-applet.sourceforge.net/;
+license=('GPL')
+depends=('gnome-panel' 'libatasmart' 'lm_sensors' 'xdg-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('hddtemp: get HDD temperatures'
+'udisks: get HDD temperatures')
+options=('!libtool')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz
+gtk38.patch)
+md5sums=('425078fc1ff5a98af1547e039002a73f'
+ '7289cb0acd5c05daf824df6a90967240')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Enable reprecations
+  sed -i '/CFLAGS+=/d' configure{,.ac}
+
+  # Fix compatibility with GTK+ 3.8
+  patch -Np1 -i $srcdir/gtk38.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-scrollkeeper --with-nvidia=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Copied: sensors-applet/repos/community-i686/gtk38.patch (from rev 89359, 
sensors-applet/trunk/gtk38.patch)
===
--- community-i686/gtk38.patch  (rev 0)
+++ community-i686/gtk38.patch  2013-04-28 20:21:26 UTC (rev 89360)
@@ -0,0 +1,127 @@
+diff -Naur sensors-applet-3.0.0.orig/sensors-applet/sensors-applet.c 
sensors-applet-3.0.0/sensors-applet/sensors-applet.c
+--- sensors-applet-3.0.0.orig/sensors-applet/sensors-applet.c  

  1   2   >