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

2013-07-26 Thread Andrea Scarpino
Date: Friday, July 26, 2013 @ 08:33:29
  Author: andrea
Revision: 191590

upgpkg: akonadi 1.10.2-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 02:29:28 UTC (rev 191589)
+++ PKGBUILD2013-07-26 06:33:29 UTC (rev 191590)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5b03c46e1e9da439e4ec63bf7b2087c2')
+md5sums=('35eb8f76588b1d111f75bc46e3ac784b')
 
 prepare() {
   mkdir build



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

2013-07-26 Thread Andrea Scarpino
Date: Friday, July 26, 2013 @ 08:33:36
  Author: andrea
Revision: 191591

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

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

--+
 /PKGBUILD|   74 +
 /akonadi.install |   22 
 extra-i686/PKGBUILD  |   37 
 extra-i686/akonadi.install   |   11 --
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/akonadi.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-26 06:33:29 UTC (rev 191590)
+++ extra-i686/PKGBUILD 2013-07-26 06:33:36 UTC (rev 191591)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5b03c46e1e9da439e4ec63bf7b2087c2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 191590, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-26 06:33:36 UTC (rev 191591)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('35eb8f76588b1d111f75bc46e3ac784b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-07-26 06:33:29 UTC (rev 191590)
+++ extra-i686/akonadi.install  2013-07-26 06:33:36 UTC (rev 191591)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 191590, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-07-26 06:33:36 UTC (rev 191591)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-26 06:33:29 UTC (rev 191590)
+++ extra-x86_64/PKGBUILD   2013-07-26 06:33:36 UTC (rev 191591)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to 

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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 10:34:43
  Author: alucryd
Revision: 94518

archrelease: copy trunk to community-staging-i686

Added:
  pcsx2/repos/community-staging-i686/
  pcsx2/repos/community-staging-i686/PKGBUILD
(from rev 94517, pcsx2/trunk/PKGBUILD)
  pcsx2/repos/community-staging-i686/gcc48.patch
(from rev 94517, pcsx2/trunk/gcc48.patch)

-+
 PKGBUILD|   62 +++
 gcc48.patch |   65 ++
 2 files changed, 127 insertions(+)

Copied: pcsx2/repos/community-staging-i686/PKGBUILD (from rev 94517, 
pcsx2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 08:34:43 UTC (rev 94518)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=6
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
+'gcc48.patch')
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
+'57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-r5350-sources
+
+  patch -Np1 -i ../gcc48.patch
+  sed 's/0.9.8/1.0.0/' -i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-r5350-sources
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
+  fi
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-r5350-sources/build
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/community-staging-i686/gcc48.patch (from rev 94517, 
pcsx2/trunk/gcc48.patch)
===
--- community-staging-i686/gcc48.patch  (rev 0)
+++ community-staging-i686/gcc48.patch  2013-07-26 08:34:43 UTC (rev 94518)
@@ -0,0 +1,65 @@
+diff -rupN pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h 
pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h
+--- pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h2013-06-02 
18:24:59.369581900 +0200
 pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h 2013-06-02 
18:27:39.091107300 +0200
+@@ -144,10 +144,9 @@ struct PluginConf
+ int ReadInt(const std::string item, int defval)
+ {
+ int value = defval;
+-  int err = 0;
+ std::string buf = item +  = %d\n;
+ 
+-if (ConfFile) err=fscanf(ConfFile, buf.c_str(), value);
++if (ConfFile) fscanf(ConfFile, buf.c_str(), value);
+ 
+ return value;
+ }
+@@ -157,7 +156,7 @@ struct PluginConf
+   int err = 0;
+ std::string buf = item +  = %d\n;
+ 
+-if (ConfFile) err=fprintf(ConfFile, buf.c_str(), value);
++if (ConfFile) fprintf(ConfFile, buf.c_str(), value);
+ }
+ };
+ 
+diff -rupN pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 
pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp
+--- pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 2013-06-02 
18:24:59.922788200 +0200
 pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp  2013-06-02 
18:29:56.088850400 +0200
+@@ -50,7 +50,7 @@ bool GSDeviceSW::Reset(int w, int h)
+ 
+ GSTexture* GSDeviceSW::CreateSurface(int type, int w, int h, bool msaa, int 
format)
+ {
+-  if(format != 0) return false; // there is only 

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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 10:34:28
  Author: alucryd
Revision: 94517

glew 1.10.0 todo list: pcsx2 1.0.0-6

Modified:
  pcsx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 04:00:35 UTC (rev 94516)
+++ PKGBUILD2013-07-26 08:34:28 UTC (rev 94517)
@@ -5,7 +5,7 @@
 
 pkgname=pcsx2
 pkgver=1.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc=A Sony PlayStation 2 emulator
 arch=('i686' 'x86_64')
 url=http://www.pcsx2.net;
@@ -23,22 +23,20 @@
 '57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+  cd ${pkgname}-${pkgver}-r5350-sources
 
   patch -Np1 -i ../gcc48.patch
+  sed 's/0.9.8/1.0.0/' -i CMakeLists.txt
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+  cd ${pkgname}-${pkgver}-r5350-sources
 
-# Patch
-  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
-
-# Build
   if [[ -d build ]]; then
 rm -rf build
   fi
   mkdir build  cd build
+
   if [[ $CARCH == i686 ]]; then
 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
   elif [[ $CARCH == x86_64 ]]; then
@@ -47,18 +45,17 @@
 export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
   fi
+
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
+  cd ${pkgname}-${pkgver}-r5350-sources/build
 
-# Multilib
   if [[ $CARCH == x86_64 ]]; then
 depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
   fi
 
-# Install
   make DESTDIR=${pkgdir} install
 }
 



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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 12:13:51
  Author: alucryd
Revision: 94519

archrelease: copy trunk to multilib-x86_64

Added:
  pcsx2/repos/multilib-x86_64/PKGBUILD
(from rev 94518, pcsx2/trunk/PKGBUILD)
  pcsx2/repos/multilib-x86_64/gcc48.patch
(from rev 94518, pcsx2/trunk/gcc48.patch)
Deleted:
  pcsx2/repos/multilib-x86_64/PKGBUILD
  pcsx2/repos/multilib-x86_64/gcc48.patch

-+
 PKGBUILD|  127 +++-
 gcc48.patch |  130 +-
 2 files changed, 127 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 08:34:43 UTC (rev 94518)
+++ PKGBUILD2013-07-26 10:13:51 UTC (rev 94519)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-# Contributor: vEX v...@niechift.com
-
-pkgname=pcsx2
-pkgver=1.0.0
-pkgrel=5
-pkgdesc=A Sony PlayStation 2 emulator
-arch=('i686' 'x86_64')
-url=http://www.pcsx2.net;
-license=('GPL')
-makedepends=('cmake' 'sparsehash')
-if [[ $CARCH == i686 ]]; then
-  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
-elif [[ $CARCH == x86_64 ]]; then
-  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
-fi
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
-'gcc48.patch')
-sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
-'57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
-
-  patch -Np1 -i ../gcc48.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
-
-# Patch
-  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
-
-# Build
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-  if [[ $CARCH == i686 ]]; then
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
-  elif [[ $CARCH == x86_64 ]]; then
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
-  fi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
-
-# Multilib
-  if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
-  fi
-
-# Install
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pcsx2/repos/multilib-x86_64/PKGBUILD (from rev 94518, 
pcsx2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 10:13:51 UTC (rev 94519)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=6
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
+'gcc48.patch')
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
+'57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-r5350-sources
+
+  patch -Np1 -i ../gcc48.patch
+  sed 's/0.9.8/1.0.0/' -i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-r5350-sources
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH 

[arch-commits] Commit in virtuoso/trunk (PKGBUILD automake113.patch)

2013-07-26 Thread Andrea Scarpino
Date: Friday, July 26, 2013 @ 12:23:55
  Author: andrea
Revision: 191592

upgpkg: virtuoso 6.1.7-1

Upstream release

Modified:
  virtuoso/trunk/PKGBUILD
Deleted:
  virtuoso/trunk/automake113.patch

---+
 PKGBUILD  |   13 -
 automake113.patch |   12 
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 06:33:36 UTC (rev 191591)
+++ PKGBUILD2013-07-26 10:23:55 UTC (rev 191592)
@@ -4,30 +4,25 @@
 
 pkgbase=virtuoso
 pkgname=('virtuoso' 'virtuoso-base')
-pkgver=6.1.6
-pkgrel=2
+pkgver=6.1.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
 makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;
-'automake113.patch')
-md5sums=('3991149c570f3738c3e819ce603e487f'
- '570043e1b5f4acd9826732f002941c12')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
+md5sums=('5e84e8f7b61e59516f696b1d3be5')
 
 prepare() {
   cd ${pkgbase}-opensource-${pkgver}
 
   optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
-
-  patch -p1 -i ${srcdir}/automake113.patch
 }
 
 build() {
   cd ${pkgbase}-opensource-${pkgver}
 
-  ./autogen.sh
   ./configure --with-layout=debian \
 --program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
 --with-readline

Deleted: automake113.patch
===
--- automake113.patch   2013-07-26 06:33:36 UTC (rev 191591)
+++ automake113.patch   2013-07-26 10:23:55 UTC (rev 191592)
@@ -1,12 +0,0 @@
-+++ a/configure.in
 b/configure.in
-@@ -36,7 +36,7 @@ 
- AC_INIT([Virtuoso Open Source Edition],
- AC_CONFIG_SRCDIR([libsrc/Dk.h])
- AC_CONFIG_AUX_DIR([binsrc/config])
- AC_CONFIG_MACRO_DIR([binsrc/config])
--AM_CONFIG_HEADER([libsrc/Dk/config.h])
-+AC_CONFIG_HEADER([libsrc/Dk/config.h])
- 
- dnl
- dnl You may need to change the next macro for older versions of automake: 



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

2013-07-26 Thread Andrea Scarpino
Date: Friday, July 26, 2013 @ 12:24:04
  Author: andrea
Revision: 191593

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

Added:
  virtuoso/repos/extra-i686/PKGBUILD
(from rev 191592, virtuoso/trunk/PKGBUILD)
  virtuoso/repos/extra-x86_64/PKGBUILD
(from rev 191592, virtuoso/trunk/PKGBUILD)
Deleted:
  virtuoso/repos/extra-i686/PKGBUILD
  virtuoso/repos/extra-i686/automake113.patch
  virtuoso/repos/extra-x86_64/PKGBUILD
  virtuoso/repos/extra-x86_64/automake113.patch

+
 /PKGBUILD  |  132 +++
 extra-i686/PKGBUILD|   71 
 extra-i686/automake113.patch   |   12 ---
 extra-x86_64/PKGBUILD  |   71 
 extra-x86_64/automake113.patch |   12 ---
 5 files changed, 132 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-26 10:23:55 UTC (rev 191592)
+++ extra-i686/PKGBUILD 2013-07-26 10:24:04 UTC (rev 191593)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgbase=virtuoso
-pkgname=('virtuoso' 'virtuoso-base')
-pkgver=6.1.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;
-'automake113.patch')
-md5sums=('3991149c570f3738c3e819ce603e487f'
- '570043e1b5f4acd9826732f002941c12')
-
-prepare() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
-
-  patch -p1 -i ${srcdir}/automake113.patch
-}
-
-build() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  ./autogen.sh
-  ./configure --with-layout=debian \
---program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
---with-readline
-  make
-}
-
-package_virtuoso-base() {
-  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
-  depends=('libldap')
-
-  # install server
-  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-
-  # Install some useful tools; rename to avoid conflicts with unixodbc
-  for bin in isql isqlw; do
-install -Dm755 ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/tests/$bin 
\
-  ${pkgdir}/usr/bin/$bin-vt
-  done
-}
-
-package_virtuoso() {
-  pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-  depends=('virtuoso-base' 'libxml2')
-
-  cd ${pkgbase}-opensource-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove conflicts with virtuoso-base
-  rm ${pkgdir}/usr/bin/isql{,w-vt}
-  rm ${pkgdir}/usr/bin/virtuoso-t
-  rm ${pkgdir}/usr/lib/libvirtuoso-t.a
-  rm ${pkgdir}/usr/lib/virtodbc.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbc_r.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu_r.{a,so}
-}

Copied: virtuoso/repos/extra-i686/PKGBUILD (from rev 191592, 
virtuoso/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-26 10:24:04 UTC (rev 191593)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgbase=virtuoso
+pkgname=('virtuoso' 'virtuoso-base')
+pkgver=6.1.7
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://virtuoso.openlinksw.com/wiki/main/Main/'
+license=('GPL')
+makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
+md5sums=('5e84e8f7b61e59516f696b1d3be5')
+
+prepare() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
+}
+
+build() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  ./configure --with-layout=debian \
+--program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
+--with-readline
+  make
+}
+
+package_virtuoso-base() {
+  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
+  depends=('libldap')
+
+  # install server
+  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
+  make DESTDIR=${pkgdir} install
+
+  # install driver
+  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
+  make DESTDIR=${pkgdir} install
+
+  # Install some useful tools; rename to avoid conflicts with unixodbc
+  for bin in isql isqlw; do
+install 

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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 12:51:32
  Author: spupykin
Revision: 94523

upgpkg: python2-dnspython 1.11.0-1

upd

Modified:
  python2-dnspython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 10:51:28 UTC (rev 94522)
+++ PKGBUILD2013-07-26 10:51:32 UTC (rev 94523)
@@ -3,7 +3,7 @@
 # Contributor: Mathijs Kadijk maccai...@gmail.com
 
 pkgname=python2-dnspython
-pkgver=1.10.0
+pkgver=1.11.0
 pkgrel=1
 pkgdesc=A DNS toolkit for Python
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('python2')
 source=(http://www.dnspython.org/kits/$pkgver/dnspython-$pkgver.tar.gz)
-md5sums=('b4f60852fd7ba64fc7c3a1fa239eba33')
+md5sums=('7b582963b1af099e3e85977513300d11')
 
 package() {
   cd $srcdir/dnspython-$pkgver



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 12:51:28
  Author: spupykin
Revision: 94522

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

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

-+
 /PKGBUILD   |   74 ++
 /parole.install |   24 
 community-i686/PKGBUILD |   37 ---
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/parole.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-26 10:51:12 UTC (rev 94521)
+++ community-i686/PKGBUILD 2013-07-26 10:51:28 UTC (rev 94522)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: TDY t...@gmx.com
-
-pkgname=parole
-pkgver=0.5.1
-pkgrel=2
-pkgdesc=A modern media player based on the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils' 
'gst-plugins-good')
-makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner: browser plugin'
-   'gst-libav'
-   'gst-plugins-bad'
-   'gst-plugins-base'
-   'gst-plugins-ugly')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('0236073ad67916092a75fcaa59583780')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
---enable-taglib --enable-libnotify --with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 94521, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-26 10:51:28 UTC (rev 94522)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: TDY t...@gmx.com
+
+pkgname=parole
+pkgver=0.5.2
+pkgrel=1
+pkgdesc=A modern media player based on the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils' 
'gst-plugins-good')
+makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner: browser plugin'
+   'gst-libav'
+   'gst-plugins-bad'
+   'gst-plugins-base'
+   'gst-plugins-ugly')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('ab87c3067e310cf200e26a61ed95cdf8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2013-07-26 10:51:12 UTC (rev 94521)
+++ community-i686/parole.install   2013-07-26 10:51:28 UTC (rev 94522)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 94521, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2013-07-26 10:51:28 UTC (rev 94522)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+

[arch-commits] Commit in python2-dnspython/repos/community-any (PKGBUILD PKGBUILD)

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 12:51:43
  Author: spupykin
Revision: 94524

archrelease: copy trunk to community-any

Added:
  python2-dnspython/repos/community-any/PKGBUILD
(from rev 94523, python2-dnspython/trunk/PKGBUILD)
Deleted:
  python2-dnspython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 10:51:32 UTC (rev 94523)
+++ PKGBUILD2013-07-26 10:51:43 UTC (rev 94524)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 55293 2011-09-09 09:39:44Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mathijs Kadijk maccai...@gmail.com
-
-pkgname=python2-dnspython
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=A DNS toolkit for Python
-arch=('any')
-url=http://www.dnspython.org;
-license=('BSD')
-depends=('python2')
-source=(http://www.dnspython.org/kits/$pkgver/dnspython-$pkgver.tar.gz)
-md5sums=('b4f60852fd7ba64fc7c3a1fa239eba33')
-
-build() {
-  cd $srcdir/dnspython-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-dnspython/repos/community-any/PKGBUILD (from rev 94523, 
python2-dnspython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 10:51:43 UTC (rev 94524)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 55293 2011-09-09 09:39:44Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mathijs Kadijk maccai...@gmail.com
+
+pkgname=python2-dnspython
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=A DNS toolkit for Python
+arch=('any')
+url=http://www.dnspython.org;
+license=('BSD')
+depends=('python2')
+source=(http://www.dnspython.org/kits/$pkgver/dnspython-$pkgver.tar.gz)
+md5sums=('7b582963b1af099e3e85977513300d11')
+
+package() {
+  cd $srcdir/dnspython-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 12:51:12
  Author: spupykin
Revision: 94521

upgpkg: parole 0.5.2-1

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 10:16:45 UTC (rev 94520)
+++ PKGBUILD2013-07-26 10:51:12 UTC (rev 94521)
@@ -3,8 +3,8 @@
 # Maintainer: TDY t...@gmx.com
 
 pkgname=parole
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc=A modern media player based on the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/parole/;
@@ -21,7 +21,7 @@
 options=('!libtool')
 install=parole.install
 source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('0236073ad67916092a75fcaa59583780')
+md5sums=('ab87c3067e310cf200e26a61ed95cdf8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 12:56:19
  Author: alucryd
Revision: 94525

glew 1.10.0 todo list: openclonk 5.3.3-2

Modified:
  openclonk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 10:51:43 UTC (rev 94524)
+++ PKGBUILD2013-07-26 10:56:19 UTC (rev 94525)
@@ -5,7 +5,7 @@
 
 pkgname=openclonk
 pkgver=5.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A multiplayer-action-tactic-skill game
 arch=('i686' 'x86_64')
 url=http://openclonk.org;
@@ -22,7 +22,7 @@
 
   cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
 
-  make 
+  make
 }
 
 package() {
@@ -34,3 +34,5 @@
   install -dm755 $pkgdir/usr/share/licenses/$pkgname
   install -m644 ../licenses/*.txt $pkgdir/usr/share/licenses/$pkgname
 }
+
+# vim: ts=2 sw=2 et:



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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 12:56:35
  Author: alucryd
Revision: 94526

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

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

+
 community-staging-i686/PKGBUILD|   38 +++
 community-staging-i686/openclonk.install   |   11 +++
 community-staging-x86_64/PKGBUILD  |   38 +++
 community-staging-x86_64/openclonk.install |   11 +++
 4 files changed, 98 insertions(+)

Copied: openclonk/repos/community-staging-i686/PKGBUILD (from rev 94525, 
openclonk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 10:56:35 UTC (rev 94526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel mail at jsteel dot org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Wesley rudirennsau at hotmail dot com
+
+pkgname=openclonk
+pkgver=5.3.3
+pkgrel=2
+pkgdesc=A multiplayer-action-tactic-skill game
+arch=('i686' 'x86_64')
+url=http://openclonk.org;
+license=('custom')
+depends=('gtk2' 'glew' 'sdl_mixer' 'libxpm'  'hicolor-icon-theme' 'libupnp')
+makedepends=('cmake' 'boost' 'imagemagick' 'mesa')
+install=$pkgname.install
+source=(http://hg.openclonk.org/$pkgname/archive/$pkgname-release-$pkgver-src.tar.gz)
+md5sums=('a61d8a7d7c41bcc8d85a647c25095658')
+
+build() {
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 clonk.png $pkgdir/usr/share/pixmaps/clonk.png
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  install -m644 ../licenses/*.txt $pkgdir/usr/share/licenses/$pkgname
+}
+
+# vim: ts=2 sw=2 et:

Copied: openclonk/repos/community-staging-i686/openclonk.install (from rev 
94525, openclonk/trunk/openclonk.install)
===
--- community-staging-i686/openclonk.install(rev 0)
+++ community-staging-i686/openclonk.install2013-07-26 10:56:35 UTC (rev 
94526)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+post_install
+}

Copied: openclonk/repos/community-staging-x86_64/PKGBUILD (from rev 94525, 
openclonk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-26 10:56:35 UTC (rev 94526)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel mail at jsteel dot org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Wesley rudirennsau at hotmail dot com
+
+pkgname=openclonk
+pkgver=5.3.3
+pkgrel=2
+pkgdesc=A multiplayer-action-tactic-skill game
+arch=('i686' 'x86_64')
+url=http://openclonk.org;
+license=('custom')
+depends=('gtk2' 'glew' 'sdl_mixer' 'libxpm'  'hicolor-icon-theme' 'libupnp')
+makedepends=('cmake' 'boost' 'imagemagick' 'mesa')
+install=$pkgname.install
+source=(http://hg.openclonk.org/$pkgname/archive/$pkgname-release-$pkgver-src.tar.gz)
+md5sums=('a61d8a7d7c41bcc8d85a647c25095658')
+
+build() {
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 clonk.png $pkgdir/usr/share/pixmaps/clonk.png
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  install -m644 ../licenses/*.txt $pkgdir/usr/share/licenses/$pkgname
+}
+
+# vim: ts=2 sw=2 et:

Copied: openclonk/repos/community-staging-x86_64/openclonk.install (from rev 
94525, openclonk/trunk/openclonk.install)
===
--- community-staging-x86_64/openclonk.install  (rev 0)
+++ community-staging-x86_64/openclonk.install  2013-07-26 10:56:35 UTC (rev 
94526)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-07-26 Thread Maxime Gauduin
Date: Friday, July 26, 2013 @ 13:10:09
  Author: alucryd
Revision: 94527

Fix pushing pcsx2 to multilib instead of multilib-staging

Added:
  pcsx2/repos/multilib-x86_64/
  pcsx2/repos/multilib-x86_64/PKGBUILD
  pcsx2/repos/multilib-x86_64/gcc48.patch

-+
 PKGBUILD|   65 ++
 gcc48.patch |   65 ++
 2 files changed, 130 insertions(+)

Added: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-07-26 11:10:09 UTC (rev 94527)
@@ -0,0 +1,65 @@
+# $Id: PKGBUILD 92194 2013-06-02 16:39:35Z alucryd $
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.0.0
+pkgrel=5
+pkgdesc=A Sony PlayStation 2 emulator
+arch=('i686' 'x86_64')
+url=http://www.pcsx2.net;
+license=('GPL')
+makedepends=('cmake' 'sparsehash')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+fi
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
+'gcc48.patch')
+sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
+'57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+
+  patch -Np1 -i ../gcc48.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources
+
+# Patch
+  sed 's|0.9.8|1.0.0|' -i CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2
+  elif [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DPACKAGE_MODE=TRUE -DXDG_STD=TRUE -DGLSL_API=TRUE -DREBUILD_SHADER=TRUE 
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 
-DGLSL_SHADER_DIR=/usr/share/pcsx2 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config32 
-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc32 -DCMAKE_LIBRARY_PATH=/usr/lib32
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-r5350-sources/build
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-wxgtk' 'lib32-libgl' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-portaudio' 'lib32-soundtouch')
+  fi
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: pcsx2/repos/multilib-x86_64/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: multilib-x86_64/gcc48.patch
===
--- multilib-x86_64/gcc48.patch (rev 0)
+++ multilib-x86_64/gcc48.patch 2013-07-26 11:10:09 UTC (rev 94527)
@@ -0,0 +1,65 @@
+diff -rupN pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h 
pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h
+--- pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h2013-06-02 
18:24:59.369581900 +0200
 pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h 2013-06-02 
18:27:39.091107300 +0200
+@@ -144,10 +144,9 @@ struct PluginConf
+ int ReadInt(const std::string item, int defval)
+ {
+ int value = defval;
+-  int err = 0;
+ std::string buf = item +  = %d\n;
+ 
+-if (ConfFile) err=fscanf(ConfFile, buf.c_str(), value);
++if (ConfFile) fscanf(ConfFile, buf.c_str(), value);
+ 
+ return value;
+ }
+@@ -157,7 +156,7 @@ struct PluginConf
+   int err = 0;
+ std::string buf = item +  = %d\n;
+ 
+-if (ConfFile) err=fprintf(ConfFile, buf.c_str(), value);
++if (ConfFile) fprintf(ConfFile, buf.c_str(), value);
+ }
+ };
+ 
+diff -rupN pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 
pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp
+--- pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 2013-06-02 
18:24:59.922788200 +0200
 pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp  2013-06-02 
18:29:56.088850400 +0200
+@@ -50,7 +50,7 @@ bool GSDeviceSW::Reset(int w, int h)
+ 
+ GSTexture* GSDeviceSW::CreateSurface(int type, int w, int h, bool msaa, int 
format)

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

2013-07-26 Thread Jelle van der Waa
Date: Friday, July 26, 2013 @ 13:25:30
  Author: jelle
Revision: 94528

upgpkg: xmonad-contrib 0.11.2-1

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 11:10:09 UTC (rev 94527)
+++ PKGBUILD2013-07-26 11:25:30 UTC (rev 94528)
@@ -4,20 +4,19 @@
 # Contributor: orbisvicis gmail.com
 
 pkgname=xmonad-contrib
-pkgver=0.11
-pkgrel=7
+pkgver=0.11.2
+pkgrel=1
 pkgdesc=Add-ons for xmonad
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
 depends=('ghc=7.6.3-1' 'xmonad=0.11-6' 'sh' 'haskell-x11=1.6.1.1-3' 
'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 
'haskell-random=1.0.1.1-5')
 install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 xmonad-contrib-remove-getatomname.patch)
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('415a7ed9449198b0e93d49ab0a4a0f72')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
-
   runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
  --libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
@@ -33,5 +32,3 @@
   runhaskell Setup.lhs copy --destdir=$pkgdir
   install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
 }
-md5sums=('05fba258ac6063e49b50786a0869bd1f'
- '1d1fab94ae24b2a8f6a5dcd9cd6d9548')



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

2013-07-26 Thread Jelle van der Waa
Date: Friday, July 26, 2013 @ 13:27:17
  Author: jelle
Revision: 94529

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 94528, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
(from rev 94528, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
(from rev 94528, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 94528, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
(from rev 94528, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
(from rev 94528, xmonad-contrib/trunk/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

--+
 /PKGBUILD|   68 +
 /xmonad-contrib-remove-getatomname.patch |   38 +++
 /xmonad-contrib.install  |   34 ++
 community-i686/PKGBUILD  |   37 ---
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 ---
 community-i686/xmonad-contrib.install|   17 ---
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 ---
 community-x86_64/xmonad-contrib.install  |   17 ---
 9 files changed, 140 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-26 11:25:30 UTC (rev 94528)
+++ community-i686/PKGBUILD 2013-07-26 11:27:17 UTC (rev 94529)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: orbisvicis gmail.com
-
-pkgname=xmonad-contrib
-pkgver=0.11
-pkgrel=7
-pkgdesc=Add-ons for xmonad
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.6.3-1' 'xmonad=0.11-6' 'sh' 'haskell-x11=1.6.1.1-3' 
'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 
'haskell-random=1.0.1.1-5')
-install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 xmonad-contrib-remove-getatomname.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}
-md5sums=('05fba258ac6063e49b50786a0869bd1f'
- '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 94528, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-26 11:27:17 UTC (rev 94529)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.3-1' 'xmonad=0.11-6' 'sh' 'haskell-x11=1.6.1.1-3' 
'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' 
'haskell-random=1.0.1.1-5')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('415a7ed9449198b0e93d49ab0a4a0f72')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell 

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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 13:51:22
  Author: spupykin
Revision: 94530

upgpkg: freewrl 1.22.13.1-6

upd

Modified:
  freewrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 11:27:17 UTC (rev 94529)
+++ PKGBUILD2013-07-26 11:51:22 UTC (rev 94530)
@@ -5,7 +5,7 @@
 pkgname=freewrl
 pkgver=1.22.13.1
 _pkgver=1.22.13
-pkgrel=5
+pkgrel=6
 pkgdesc=VRML viewer
 arch=('i686' 'x86_64')
 url=http://freewrl.sourceforge.net/;



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 13:51:43
  Author: spupykin
Revision: 94531

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

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

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

Copied: freewrl/repos/community-staging-i686/PKGBUILD (from rev 94530, 
freewrl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 11:51:43 UTC (rev 94531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=6
+pkgdesc=VRML viewer
+arch=('i686' 'x86_64')
+url=http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js185' 
'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS=-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)
+  export JAVASCRIPT_ENGINE_LIBS=$(pkg-config --libs nspr) -lmozjs185
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: freewrl/repos/community-staging-x86_64/PKGBUILD (from rev 94530, 
freewrl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-26 11:51:43 UTC (rev 94531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=6
+pkgdesc=VRML viewer
+arch=('i686' 'x86_64')
+url=http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js185' 
'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS=-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)
+  export JAVASCRIPT_ENGINE_LIBS=$(pkg-config --libs nspr) -lmozjs185
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 13:52:05
  Author: spupykin
Revision: 94533

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

Added:
  rss-glx/repos/community-staging-i686/
  rss-glx/repos/community-staging-i686/PKGBUILD
(from rev 94532, rss-glx/trunk/PKGBUILD)
  rss-glx/repos/community-staging-i686/rss-glx-desktops.tar.bz2
(from rev 94532, rss-glx/trunk/rss-glx-desktops.tar.bz2)
  rss-glx/repos/community-staging-i686/rss-glx.install
(from rev 94532, rss-glx/trunk/rss-glx.install)
  rss-glx/repos/community-staging-x86_64/
  rss-glx/repos/community-staging-x86_64/PKGBUILD
(from rev 94532, rss-glx/trunk/PKGBUILD)
  rss-glx/repos/community-staging-x86_64/rss-glx-desktops.tar.bz2
(from rev 94532, rss-glx/trunk/rss-glx-desktops.tar.bz2)
  rss-glx/repos/community-staging-x86_64/rss-glx.install
(from rev 94532, rss-glx/trunk/rss-glx.install)

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/rss-glx.install   |   12 ++
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/rss-glx.install |   12 ++
 4 files changed, 124 insertions(+)

Copied: rss-glx/repos/community-staging-i686/PKGBUILD (from rev 94532, 
rss-glx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 11:52:05 UTC (rev 94533)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Tate Tatey Johnson tate...@tpg.com.au
+
+pkgname=rss-glx
+pkgver=0.9.1
+pkgrel=15
+pkgdesc=The Really Slick Screensavers port to GLX
+arch=('i686' 'x86_64')
+url=http://rss-glx.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'freealut' 'glew' 'imagemagick' 'glu')
+makedepends=('mesa')
+optdepends=('xscreensaver: xscreensaver integration')
+install=rss-glx.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rss-glx/${pkgname}_${pkgver}.tar.bz2
+rss-glx-desktops.tar.bz2)
+md5sums=('a772bd143cd8d141edf4d9eff9860ab3'
+ '4211215c9a4918b0dff30a7000647dd9')
+
+build() {
+  cd ${srcdir}/${pkgname}_${pkgver}
+
+  [ $CARCH = x86_64 ]  (sed -i -e 's|@LIBS@|@LIBS@ -fopenmp|g' 
src/Makefile.in)
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform-name='s/plasma/plasma_rss/' \
+--with-configdir=/usr/share/xscreensaver/config \
+--with-kdessconfigdir=/usr/share/applnk/System/ScreenSavers \
+--enable-shared=yes --enable-static=no
+  make CFLAGS=$CFLAGS -I/usr/include/ImageMagick
+}
+
+package() {
+  cd ${srcdir}/${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # FS#18300
+  install -d ${pkgdir}/usr/lib/xscreensaver/
+  list=$(ls ${pkgdir}/usr/bin --ignore rss-glx_install.pl)
+  for i in $list; do
+ln -s /usr/bin/$i $pkgdir/usr/lib/xscreensaver/
+  done
+
+  install -d ${pkgdir}/usr/share/applications/screensavers
+  install -m644 ${srcdir}/${pkgname}-desktops/*.desktop 
${pkgdir}/usr/share/applications/screensavers
+}

Copied: rss-glx/repos/community-staging-i686/rss-glx-desktops.tar.bz2 (from rev 
94532, rss-glx/trunk/rss-glx-desktops.tar.bz2)
===
(Binary files differ)

Copied: rss-glx/repos/community-staging-i686/rss-glx.install (from rev 94532, 
rss-glx/trunk/rss-glx.install)
===
--- community-staging-i686/rss-glx.install  (rev 0)
+++ community-staging-i686/rss-glx.install  2013-07-26 11:52:05 UTC (rev 
94533)
@@ -0,0 +1,12 @@
+post_install() {
+  cat  'EOM'
+  -- If you want to integrate the RSS screen savers with xscreensaver
+  -- for your user, then install the xscreensaver package and launch
+  -- the command rss-glx_install.pl
+EOM
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: rss-glx/repos/community-staging-x86_64/PKGBUILD (from rev 94532, 
rss-glx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-26 11:52:05 UTC (rev 94533)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Tate Tatey Johnson tate...@tpg.com.au
+
+pkgname=rss-glx
+pkgver=0.9.1
+pkgrel=15
+pkgdesc=The Really Slick Screensavers port to GLX
+arch=('i686' 'x86_64')
+url=http://rss-glx.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'freealut' 'glew' 'imagemagick' 'glu')
+makedepends=('mesa')
+optdepends=('xscreensaver: xscreensaver integration')

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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 13:51:48
  Author: spupykin
Revision: 94532

upgpkg: rss-glx 0.9.1-15

upd

Modified:
  rss-glx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 11:51:43 UTC (rev 94531)
+++ PKGBUILD2013-07-26 11:51:48 UTC (rev 94532)
@@ -5,7 +5,7 @@
 
 pkgname=rss-glx
 pkgver=0.9.1
-pkgrel=14
+pkgrel=15
 pkgdesc=The Really Slick Screensavers port to GLX
 arch=('i686' 'x86_64')
 url=http://rss-glx.sourceforge.net/;



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 14:25:32
  Author: spupykin
Revision: 94534

upgpkg: xbmc 12.2-5

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 11:52:05 UTC (rev 94533)
+++ PKGBUILD2013-07-26 12:25:32 UTC (rev 94534)
@@ -9,7 +9,7 @@
 
 pkgname=xbmc
 pkgver=12.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 14:25:59
  Author: spupykin
Revision: 94535

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 94534, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 94534, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 94534, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 94534, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 94534, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 94534, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 94534, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 94534, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 +++
 community-staging-i686/PKGBUILD   |  112 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 +++
 community-staging-x86_64/PKGBUILD |  112 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 420 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 94534, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-07-26 12:25:59 UTC (rev 94535)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 94534, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-26 12:25:59 UTC (rev 94535)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.2
+pkgrel=5
+pkgdesc=A software media player and entertainment hub for 

[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 15:15:58
  Author: spupykin
Revision: 94536

upgpkg: firefox-adblock-plus 2.3.1-1

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 12:25:59 UTC (rev 94535)
+++ PKGBUILD2013-07-26 13:15:58 UTC (rev 94536)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-adblock-plus
-pkgver=2.2.4
+pkgver=2.3.1
 _addons_file=206960
-pkgrel=2
+pkgrel=1
 pkgdesc=plugin for firefox which block ads and banners
 arch=('any')
 url=http://adblockplus.org/;



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 15:16:11
  Author: spupykin
Revision: 94537

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 94536, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 13:15:58 UTC (rev 94536)
+++ PKGBUILD2013-07-26 13:16:11 UTC (rev 94537)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.2.4
-_addons_file=206960
-pkgrel=2
-pkgdesc=plugin for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('0ce162b71d2398b46f4e8cc4ddd64cbb')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-
-  cd $srcdir
-  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 94536, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 13:16:11 UTC (rev 94537)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.3.1
+_addons_file=206960
+pkgrel=1
+pkgdesc=plugin for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+md5sums=('0ce162b71d2398b46f4e8cc4ddd64cbb')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+
+  cd $srcdir
+  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 17:17:49
  Author: spupykin
Revision: 94538

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 94537, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 13:16:11 UTC (rev 94537)
+++ PKGBUILD2013-07-26 15:17:49 UTC (rev 94538)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-adblock-plus
-pkgver=2.3.1
-_addons_file=206960
-pkgrel=1
-pkgdesc=plugin for firefox which block ads and banners
-arch=('any')
-url=http://adblockplus.org/;
-license=('GPL')
-depends=(firefox)
-makedepends=('unzip')
-noextract=(adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('0ce162b71d2398b46f4e8cc4ddd64cbb')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-
-  cd $srcdir
-  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 94537, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 15:17:49 UTC (rev 94538)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-adblock-plus
+pkgver=2.3.1
+_addons_file=206960
+pkgrel=1
+pkgdesc=plugin for firefox which block ads and banners
+arch=('any')
+url=http://adblockplus.org/;
+license=('GPL')
+depends=(firefox)
+makedepends=('unzip')
+noextract=(adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+md5sums=('0ce162b71d2398b46f4e8cc4ddd64cbb')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+
+  cd $srcdir
+  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion20.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 17:18:03
  Author: spupykin
Revision: 94540

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   60 +--
 wanderlust.install |   26 +++---
 2 files changed, 43 insertions(+), 43 deletions(-)

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

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

Deleted: wanderlust.install
===
--- wanderlust.install  2013-07-26 15:17:52 UTC (rev 94539)
+++ wanderlust.install  2013-07-26 15:18:03 UTC (rev 94540)
@@ -1,13 +0,0 @@
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 94539, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2013-07-26 15:18:03 UTC (rev 94540)
@@ -0,0 +1,13 @@
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 17:17:52
  Author: spupykin
Revision: 94539

upgpkg: wanderlust 20130726-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:17:49 UTC (rev 94538)
+++ PKGBUILD2013-07-26 15:17:52 UTC (rev 94539)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20130415
+pkgver=20130726
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -15,7 +15,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('f05dafa9c0ace1d46096e4b6a28ef81e')
+md5sums=('d40cb7e9da5265a37edf5723fb0c')
 
 package() {
   cd `find $srcdir/ -name wanderlust-\* -type d`



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

2013-07-26 Thread Tobias Powalowski
Date: Friday, July 26, 2013 @ 17:20:34
  Author: tpowa
Revision: 191595

upgpkg: linux 3.10.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 14:05:32 UTC (rev 191594)
+++ PKGBUILD2013-07-26 15:20:34 UTC (rev 191595)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -19,12 +19,6 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch')
-md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '0c94fa440515e289495909749d04aae4'
- '480f8efb61ee244c52d881304a0ae14b'
- 'e55ce3dd5fead07eed8a6781a57c1b1b'
- 'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c')
 
 _kernelname=${pkgbase#linux}
 
@@ -328,3 +322,9 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
+ '2120557e0a6209d48d854ad0df9314e0'
+ '480f8efb61ee244c52d881304a0ae14b'
+ 'e55ce3dd5fead07eed8a6781a57c1b1b'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ 'f3def2cefdcbb954c21d8505d23cc83c')



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

2013-07-26 Thread Tobias Powalowski
Date: Friday, July 26, 2013 @ 17:21:02
  Author: tpowa
Revision: 191596

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 191595, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
(from rev 191595, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 191595, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 191595, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 191595, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 191595, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 191595, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 191595, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
(from rev 191595, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 191595, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 191595, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 191595, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 191595, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 191595, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  330 
 testing-i686/alsa-firmware-loading-3.8.8.patch   |   89 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6338 +
 testing-i686/config.x86_64   | 6138 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  330 
 testing-x86_64/alsa-firmware-loading-3.8.8.patch |   89 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6338 +
 testing-x86_64/config.x86_64 | 6138 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 25904 insertions(+)

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


[arch-commits] Commit in emacs-muse/trunk (PKGBUILD emacs-muse.install)

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 17:35:07
  Author: spupykin
Revision: 94541

upgpkg: emacs-muse 3.20-4

upd

Modified:
  emacs-muse/trunk/PKGBUILD
  emacs-muse/trunk/emacs-muse.install

+
 PKGBUILD   |   11 +++
 emacs-muse.install |   14 ++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:18:03 UTC (rev 94540)
+++ PKGBUILD2013-07-26 15:35:07 UTC (rev 94541)
@@ -3,8 +3,9 @@
 # Contributor:  Gour g...@mail.inet.hr
 
 pkgname=emacs-muse
+_pkgname=muse
 pkgver=3.20
-pkgrel=3
+pkgrel=4
 pkgdesc=Publishing environment for Emacs
 url=http://mwolson.org/projects/EmacsMuse.html;
 arch=('any')
@@ -14,14 +15,16 @@
 source=(http://download.gna.org/muse-el/muse-$pkgver.tar.gz)
 md5sums=('aa43de43f4437e7979ffbb708180b2e9')
 
-build() {
+prepare() {
   cd $srcdir/muse-$pkgver
-
   # python2 fix
   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
experimental/muse-mathml.el
-
   cp Makefile.defs.default Makefile.defs
   sed -i -e s|\(PREFIX.*= \)/usr/local|\1/usr| Makefile.defs
+}
+
+build() {
+  cd $srcdir/muse-$pkgver
   make
 }
 

Modified: emacs-muse.install
===
--- emacs-muse.install  2013-07-26 15:18:03 UTC (rev 94540)
+++ emacs-muse.install  2013-07-26 15:35:07 UTC (rev 94541)
@@ -1,4 +1,11 @@
+infodir=usr/share/info
+filelist=(muse.info)
+
 post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
 cat  EOF
 == In order to use Muse,  add the following lines to your ~/.emacs file
 == depending on the styles you wish to use (see manual for more details):
@@ -16,3 +23,10 @@
 post_upgrade() {
   post_install $1
 }
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-07-26 Thread Sergej Pupykin
Date: Friday, July 26, 2013 @ 17:35:19
  Author: spupykin
Revision: 94542

archrelease: copy trunk to community-any

Added:
  emacs-muse/repos/community-any/PKGBUILD
(from rev 94541, emacs-muse/trunk/PKGBUILD)
  emacs-muse/repos/community-any/emacs-muse.install
(from rev 94541, emacs-muse/trunk/emacs-muse.install)
Deleted:
  emacs-muse/repos/community-any/PKGBUILD
  emacs-muse/repos/community-any/emacs-muse.install

+
 PKGBUILD   |   61 ---
 emacs-muse.install |   50 ++---
 2 files changed, 66 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 15:35:07 UTC (rev 94541)
+++ PKGBUILD2013-07-26 15:35:19 UTC (rev 94542)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor:  Gour g...@mail.inet.hr
-
-pkgname=emacs-muse
-pkgver=3.20
-pkgrel=3
-pkgdesc=Publishing environment for Emacs
-url=http://mwolson.org/projects/EmacsMuse.html;
-arch=('any')
-license=('GPL3')
-depends=('emacs' )
-install=${pkgname}.install
-source=(http://download.gna.org/muse-el/muse-$pkgver.tar.gz)
-md5sums=('aa43de43f4437e7979ffbb708180b2e9')
-
-build() {
-  cd $srcdir/muse-$pkgver
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
experimental/muse-mathml.el
-
-  cp Makefile.defs.default Makefile.defs
-  sed -i -e s|\(PREFIX.*= \)/usr/local|\1/usr| Makefile.defs
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: emacs-muse/repos/community-any/PKGBUILD (from rev 94541, 
emacs-muse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 15:35:19 UTC (rev 94542)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor:  Gour g...@mail.inet.hr
+
+pkgname=emacs-muse
+_pkgname=muse
+pkgver=3.20
+pkgrel=4
+pkgdesc=Publishing environment for Emacs
+url=http://mwolson.org/projects/EmacsMuse.html;
+arch=('any')
+license=('GPL3')
+depends=('emacs' )
+install=${pkgname}.install
+source=(http://download.gna.org/muse-el/muse-$pkgver.tar.gz)
+md5sums=('aa43de43f4437e7979ffbb708180b2e9')
+
+prepare() {
+  cd $srcdir/muse-$pkgver
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
experimental/muse-mathml.el
+  cp Makefile.defs.default Makefile.defs
+  sed -i -e s|\(PREFIX.*= \)/usr/local|\1/usr| Makefile.defs
+}
+
+build() {
+  cd $srcdir/muse-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/muse-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: emacs-muse.install
===
--- emacs-muse.install  2013-07-26 15:35:07 UTC (rev 94541)
+++ emacs-muse.install  2013-07-26 15:35:19 UTC (rev 94542)
@@ -1,18 +0,0 @@
-post_install() {
-cat  EOF
-== In order to use Muse,  add the following lines to your ~/.emacs file
-== depending on the styles you wish to use (see manual for more details):
-
-(require 'muse-mode) ; load authoring mode
- 
-(require 'muse-html) ; load publishing styles I use
-(require 'muse-latex)
-(require 'muse-context)
-
-(require 'muse-project)  ; publish files in projects
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-muse/repos/community-any/emacs-muse.install (from rev 94541, 
emacs-muse/trunk/emacs-muse.install)
===
--- emacs-muse.install  (rev 0)
+++ emacs-muse.install  2013-07-26 15:35:19 UTC (rev 94542)
@@ -0,0 +1,32 @@
+infodir=usr/share/info
+filelist=(muse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+cat  EOF
+== In order to use Muse,  add the following lines to your ~/.emacs file
+== depending on the styles you wish to use (see manual for more details):
+
+(require 'muse-mode) ; load authoring mode
+ 
+(require 'muse-html) ; load publishing styles I use
+(require 'muse-latex)
+(require 'muse-context)
+
+(require 'muse-project)  ; publish files in projects
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in gnutls/trunk (PKGBUILD tls_fix.diff)

2013-07-26 Thread Andreas Radke
Date: Friday, July 26, 2013 @ 17:45:07
  Author: andyrtr
Revision: 191597

upgpkg: gnutls 3.2.2-2

fix tls connection issues; FS#36212 and FS#36207

Added:
  gnutls/trunk/tls_fix.diff
Modified:
  gnutls/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 tls_fix.diff |   32 
 2 files changed, 44 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:21:02 UTC (rev 191596)
+++ PKGBUILD2013-07-26 15:45:07 UTC (rev 191597)
@@ -4,7 +4,7 @@
 
 pkgname=gnutls
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -13,12 +13,18 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 makedepends=('valgrind' 'strace' 'datefudge')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig}
+tls_fix.diff)
 md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP')
+ 'SKIP'
+ '1bbf5bfb4e1420fd61c75e14347340fc')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  
+  # fix broken TLS connections
+  patch -Np1 -i ../tls_fix.diff
+  
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
@@ -28,13 +34,13 @@
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   #make -k check
   make -j1 check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   
   # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman

Added: tls_fix.diff
===
--- tls_fix.diff(rev 0)
+++ tls_fix.diff2013-07-26 15:45:07 UTC (rev 191597)
@@ -0,0 +1,32 @@
+diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
+index 198cb34..3caa5ac 100644
+--- a/lib/gnutls_cipher.c
 b/lib/gnutls_cipher.c
+@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
+ return gnutls_assert_val(ret);
+ 
+   if (unlikely((unsigned)length_to_decrypt  compressed-size))
+-return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
++{
++  _gnutls_audit_log(session, Received %u bytes, while expecting less 
than %u\n,
++(unsigned int)length_to_decrypt, (unsigned 
int)compressed-size);
++  return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
++}
+ 
+   ret =
+_gnutls_auth_cipher_decrypt2 (params-read.cipher_state,
+diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
+index 993ddb9..4795711 100644
+--- a/lib/gnutls_record.c
 b/lib/gnutls_record.c
+@@ -1193,8 +1193,8 @@ begin:
+   /* We allocate the maximum possible to allow few compressed bytes to expand 
to a
+* full record.
+*/
+-  decrypted = _mbuffer_alloc(MAX_RECORD_RECV_SIZE(session), 
+- MAX_RECORD_RECV_SIZE(session));
++  t.size = _gnutls_get_max_decrypted_data(session);
++  decrypted = _mbuffer_alloc(t.size, t.size);
+   if (decrypted == NULL)
+ return gnutls_assert_val(GNUTLS_E_MEMORY_ERROR);
+ 



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

2013-07-26 Thread Andreas Radke
Date: Friday, July 26, 2013 @ 17:46:23
  Author: andyrtr
Revision: 191598

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 191597, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 191597, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-i686/tls_fix.diff
(from rev 191597, gnutls/trunk/tls_fix.diff)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 191597, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 191597, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/tls_fix.diff
(from rev 191597, gnutls/trunk/tls_fix.diff)
Deleted:
  gnutls/repos/extra-i686/PKGBUILD
  gnutls/repos/extra-i686/gnutls.install
  gnutls/repos/extra-x86_64/PKGBUILD
  gnutls/repos/extra-x86_64/gnutls.install

-+
 /PKGBUILD   |  100 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   44 --
 extra-i686/gnutls.install   |   20 
 extra-i686/tls_fix.diff |   32 +
 extra-x86_64/PKGBUILD   |   44 --
 extra-x86_64/gnutls.install |   20 
 extra-x86_64/tls_fix.diff   |   32 +
 8 files changed, 204 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-26 15:45:07 UTC (rev 191597)
+++ extra-i686/PKGBUILD 2013-07-26 15:46:23 UTC (rev 191598)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-makedepends=('valgrind' 'strace' 'datefudge')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #make -k check
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 191597, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-26 15:46:23 UTC (rev 191598)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+makedepends=('valgrind' 'strace' 'datefudge')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig}
+tls_fix.diff)
+md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
+ 'SKIP'
+ '1bbf5bfb4e1420fd61c75e14347340fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # fix broken TLS connections
+  patch -Np1 -i ../tls_fix.diff
+  
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  #make -k check
+  make -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2013-07-26 15:45:07 UTC (rev 191597)
+++ extra-i686/gnutls.install   2013-07-26 15:46:23 UTC (rev 191598)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz 

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

2013-07-26 Thread Giovanni Scafora
Date: Friday, July 26, 2013 @ 17:55:51
  Author: giovanni
Revision: 94544

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

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

-+
 /PKGBUILD   |   76 ++
 /converseen.install |   22 +
 community-i686/PKGBUILD |   38 -
 community-i686/converseen.install   |   11 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/converseen.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-26 15:55:44 UTC (rev 94543)
+++ community-i686/PKGBUILD 2013-07-26 15:55:51 UTC (rev 94544)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: archtux antonio.arias9 at gmail.com
-
-pkgname=converseen
-pkgver=0.6.3
-pkgrel=1
-pkgdesc=The batch image converter and resizer
-arch=('i686' 'x86_64')
-url=http://converseen.sourceforge.net/;
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
-makedepends=('cmake')
-install=converseen.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('33b0b1e3649c075ab7ad970ee4ed465c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DImageMagick_Magick++_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 \
-  
-DImageMagick_Magick++_LIBRARY:FILEPATH=/usr/lib/libMagick++-6.Q16.so \
-  -DImageMagick_MagickWand_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickWand_LIBRARY:FILEPATH=/usr/lib/libMagickWand-6.Q16.so \
-  -DImageMagick_MagickCore_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickCore_LIBRARY:FILEPATH=/usr/lib/libMagickCore-6.Q16.so
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 94543, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-26 15:55:51 UTC (rev 94544)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.6.4
+pkgrel=1
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('072cb40a495e539661ea789131555f79')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DImageMagick_Magick++_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 \
+  
-DImageMagick_Magick++_LIBRARY:FILEPATH=/usr/lib/libMagick++-6.Q16.so \
+  -DImageMagick_MagickWand_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
+  
-DImageMagick_MagickWand_LIBRARY:FILEPATH=/usr/lib/libMagickWand-6.Q16.so \
+  -DImageMagick_MagickCore_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
+  
-DImageMagick_MagickCore_LIBRARY:FILEPATH=/usr/lib/libMagickCore-6.Q16.so
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2013-07-26 15:55:44 UTC (rev 94543)
+++ community-i686/converseen.install   2013-07-26 15:55:51 UTC (rev 94544)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 94543, 
converseen/trunk/converseen.install)
===
--- 

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

2013-07-26 Thread Giovanni Scafora
Date: Friday, July 26, 2013 @ 17:55:44
  Author: giovanni
Revision: 94543

upgpkg: converseen 0.6.4-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:35:19 UTC (rev 94542)
+++ PKGBUILD2013-07-26 15:55:44 UTC (rev 94543)
@@ -3,7 +3,7 @@
 # Contributor: archtux antonio.arias9 at gmail.com
 
 pkgname=converseen
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('33b0b1e3649c075ab7ad970ee4ed465c')
+md5sums=('072cb40a495e539661ea789131555f79')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (3 files)

2013-07-26 Thread Laurent Carlier
Date: Friday, July 26, 2013 @ 18:48:08
  Author: lcarlier
Revision: 94546

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 94545, lib32-gnutls/trunk/PKGBUILD)
  lib32-gnutls/repos/multilib-x86_64/tls_fix.diff
(from rev 94545, lib32-gnutls/trunk/tls_fix.diff)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  105 +
 tls_fix.diff |   32 +
 2 files changed, 87 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 16:48:01 UTC (rev 94545)
+++ PKGBUILD2013-07-26 16:48:08 UTC (rev 94546)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-options=('!libtool')
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 94545, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 16:48:08 UTC (rev 94546)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.2.2
+pkgrel=2
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+options=('!libtool')
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+   tls_fix.diff)
+md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
+ 'SKIP'
+'1bbf5bfb4e1420fd61c75e14347340fc')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # fix broken TLS connections
+  patch -Np1 -i ../tls_fix.diff
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}

Copied: lib32-gnutls/repos/multilib-x86_64/tls_fix.diff (from rev 94545, 
lib32-gnutls/trunk/tls_fix.diff)
===
--- tls_fix.diff(rev 0)
+++ tls_fix.diff2013-07-26 16:48:08 UTC (rev 94546)
@@ -0,0 +1,32 @@
+diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
+index 198cb34..3caa5ac 100644
+--- a/lib/gnutls_cipher.c
 b/lib/gnutls_cipher.c
+@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
+ return gnutls_assert_val(ret);
+ 
+   if (unlikely((unsigned)length_to_decrypt  compressed-size))
+-return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
++{
++  _gnutls_audit_log(session, Received %u bytes, while expecting less 
than %u\n,
++(unsigned int)length_to_decrypt, (unsigned 

[arch-commits] Commit in lib32-gnutls/trunk (PKGBUILD tls_fix.diff)

2013-07-26 Thread Laurent Carlier
Date: Friday, July 26, 2013 @ 18:48:01
  Author: lcarlier
Revision: 94545

upgpkg: lib32-gnutls 3.2.2-2

Add tls fix

Added:
  lib32-gnutls/trunk/tls_fix.diff
Modified:
  lib32-gnutls/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 tls_fix.diff |   32 
 2 files changed, 40 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:55:51 UTC (rev 94544)
+++ PKGBUILD2013-07-26 16:48:01 UTC (rev 94545)
@@ -8,7 +8,7 @@
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -16,9 +16,11 @@
 options=('!libtool')
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig}
+   tls_fix.diff)
 md5sums=('9dd691ad1ccdb7386029809afef6b5ea'
- 'SKIP')
+ 'SKIP'
+'1bbf5bfb4e1420fd61c75e14347340fc')
 
 build() {
   export CC=gcc -m32
@@ -27,6 +29,9 @@
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
+  # fix broken TLS connections
+  patch -Np1 -i ../tls_fix.diff
+
   # build fails without --disable-hardware-acceleration because of assembler 
errors
   ./configure --prefix=/usr --libdir=/usr/lib32 \
 --with-zlib \

Added: tls_fix.diff
===
--- tls_fix.diff(rev 0)
+++ tls_fix.diff2013-07-26 16:48:01 UTC (rev 94545)
@@ -0,0 +1,32 @@
+diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
+index 198cb34..3caa5ac 100644
+--- a/lib/gnutls_cipher.c
 b/lib/gnutls_cipher.c
+@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
+ return gnutls_assert_val(ret);
+ 
+   if (unlikely((unsigned)length_to_decrypt  compressed-size))
+-return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
++{
++  _gnutls_audit_log(session, Received %u bytes, while expecting less 
than %u\n,
++(unsigned int)length_to_decrypt, (unsigned 
int)compressed-size);
++  return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
++}
+ 
+   ret =
+_gnutls_auth_cipher_decrypt2 (params-read.cipher_state,
+diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
+index 993ddb9..4795711 100644
+--- a/lib/gnutls_record.c
 b/lib/gnutls_record.c
+@@ -1193,8 +1193,8 @@ begin:
+   /* We allocate the maximum possible to allow few compressed bytes to expand 
to a
+* full record.
+*/
+-  decrypted = _mbuffer_alloc(MAX_RECORD_RECV_SIZE(session), 
+- MAX_RECORD_RECV_SIZE(session));
++  t.size = _gnutls_get_max_decrypted_data(session);
++  decrypted = _mbuffer_alloc(t.size, t.size);
+   if (decrypted == NULL)
+ return gnutls_assert_val(GNUTLS_E_MEMORY_ERROR);
+ 



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

2013-07-26 Thread Lukas Jirkovsky
Date: Friday, July 26, 2013 @ 18:49:55
  Author: stativ
Revision: 94547

soundkonverter: fix whitespace in PKGBUILD

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 16:48:08 UTC (rev 94546)
+++ PKGBUILD2013-07-26 16:49:55 UTC (rev 94547)
@@ -44,6 +44,6 @@
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2013-07-26 Thread Lukas Jirkovsky
Date: Friday, July 26, 2013 @ 19:20:11
  Author: stativ
Revision: 94548

upgpkg: soundkonverter 2.0.4-1

2.0.4 update

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 16:49:55 UTC (rev 94547)
+++ PKGBUILD2013-07-26 17:20:11 UTC (rev 94548)
@@ -5,7 +5,7 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=soundkonverter
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc=Front-end to various audio converters
 arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@
 'sox: sox plugin (change sample rate, various effects)')
 install=$pkgname.install
 
source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1c18d9227bac57a910e2a7b2e18870d8')
+md5sums=('8b6684e693bf1af604dec8fab837447b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-26 Thread Lukas Jirkovsky
Date: Friday, July 26, 2013 @ 19:20:17
  Author: stativ
Revision: 94549

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

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

-+
 /PKGBUILD   |   98 ++
 /soundkonverter.install |   24 +++
 community-i686/PKGBUILD |   49 ---
 community-i686/soundkonverter.install   |   12 ---
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/soundkonverter.install |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-26 17:20:11 UTC (rev 94548)
+++ community-i686/PKGBUILD 2013-07-26 17:20:17 UTC (rev 94549)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=soundkonverter
-pkgver=2.0.3
-pkgrel=1
-pkgdesc=Front-end to various audio converters
-arch=('i686' 'x86_64')
-url=http://www.kde-apps.org/content/show.php?content=29024;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-install=$pkgname.install
-source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1c18d9227bac57a910e2a7b2e18870d8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 94548, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-26 17:20:17 UTC (rev 94549)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=soundkonverter
+pkgver=2.0.4
+pkgrel=1
+pkgdesc=Front-end to various audio converters
+arch=('i686' 'x86_64')
+url=http://www.kde-apps.org/content/show.php?content=29024;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib')
+makedepends=('automoc4' 'cmake')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8b6684e693bf1af604dec8fab837447b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake . \
+

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

2013-07-26 Thread Bartłomiej Piotrowski
Date: Friday, July 26, 2013 @ 22:25:25
  Author: bpiotrowski
Revision: 94550

upgpkg: nodejs 0.10.15-1

- upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 17:20:17 UTC (rev 94549)
+++ PKGBUILD2013-07-26 20:25:25 UTC (rev 94550)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.13
+pkgver=0.10.15
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('a102fad260d216b95611ddd57aeb6531c92ad1038508390654423feb1b51c059')
+sha256sums=('87345ab3b96aa02c5250d7b5ae1d80e620e8ae2a7f509f7fa18c4aaa340953e8')
 
 prepare() {
   cd node-v$pkgver



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

2013-07-26 Thread Bartłomiej Piotrowski
Date: Friday, July 26, 2013 @ 22:25:44
  Author: bpiotrowski
Revision: 94551

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-26 20:25:25 UTC (rev 94550)
+++ community-i686/PKGBUILD 2013-07-26 20:25:44 UTC (rev 94551)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.13
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('a102fad260d216b95611ddd57aeb6531c92ad1038508390654423feb1b51c059')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 94550, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-26 20:25:44 UTC (rev 94551)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.15
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('87345ab3b96aa02c5250d7b5ae1d80e620e8ae2a7f509f7fa18c4aaa340953e8')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-26 20:25:25 UTC (rev 94550)
+++ community-x86_64/PKGBUILD   2013-07-26 20:25:44 UTC (rev 94551)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT 

[arch-commits] Commit in transmission-remote-cli/trunk (PKGBUILD)

2013-07-26 Thread Daniel Micay
Date: Saturday, July 27, 2013 @ 00:51:20
  Author: thestinger
Revision: 94552

upgpkg: transmission-remote-cli 1.6.1-1

Modified:
  transmission-remote-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 20:25:44 UTC (rev 94551)
+++ PKGBUILD2013-07-26 22:51:20 UTC (rev 94552)
@@ -5,7 +5,7 @@
 # Contributor: SanskritFritz
 
 pkgname=transmission-remote-cli
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-geoip: Guess which country peers come from'
 'adns-python: Resolve IPs to host names')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
-sha256sums=('d20e543d5fb4a82291cdb7dfff7a99017d2b587e039b16f37b3ce347c4dc77fe')
+sha256sums=('4e481b33a9b8ca7bb424b451212e665358f0a929759a965f64456b12af36b77c')
 
 build() {
   cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
@@ -27,5 +27,6 @@
 
   install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
   install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
-  install -Dm755 transmission-remote-cli-bash-completion.sh 
$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
+  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
+$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
 }



[arch-commits] Commit in transmission-remote-cli/repos/community-any (2 files)

2013-07-26 Thread Daniel Micay
Date: Saturday, July 27, 2013 @ 00:51:51
  Author: thestinger
Revision: 94553

archrelease: copy trunk to community-any

Added:
  transmission-remote-cli/repos/community-any/PKGBUILD
(from rev 94552, transmission-remote-cli/trunk/PKGBUILD)
Deleted:
  transmission-remote-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-26 22:51:20 UTC (rev 94552)
+++ PKGBUILD2013-07-26 22:51:51 UTC (rev 94553)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-# Contributor: fauno fa...@kiwwwi.com.ar
-# Contributor: SanskritFritz
-
-pkgname=transmission-remote-cli
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
-arch=('any')
-url='https://github.com/fagga/transmission-remote-cli'
-license=('GPL3')
-depends=('python2')
-optdepends=('python2-geoip: Guess which country peers come from'
-'adns-python: Resolve IPs to host names')
-source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
-sha256sums=('d20e543d5fb4a82291cdb7dfff7a99017d2b587e039b16f37b3ce347c4dc77fe')
-
-build() {
-  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-  sed -i 1s/python/python2/ transmission-remote-cli
-}
-
-package() {
-  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-
-  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
-  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
-  install -Dm755 transmission-remote-cli-bash-completion.sh 
$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
-}

Copied: transmission-remote-cli/repos/community-any/PKGBUILD (from rev 94552, 
transmission-remote-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-26 22:51:51 UTC (rev 94553)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+# Contributor: fauno fa...@kiwwwi.com.ar
+# Contributor: SanskritFritz
+
+pkgname=transmission-remote-cli
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
+arch=('any')
+url='https://github.com/fagga/transmission-remote-cli'
+license=('GPL3')
+depends=('python2')
+optdepends=('python2-geoip: Guess which country peers come from'
+'adns-python: Resolve IPs to host names')
+source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
+sha256sums=('4e481b33a9b8ca7bb424b451212e665358f0a929759a965f64456b12af36b77c')
+
+build() {
+  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+  sed -i 1s/python/python2/ transmission-remote-cli
+}
+
+package() {
+  cd $(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+
+  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
+  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
+  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
+$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
+}



[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

2013-07-26 Thread Jan Steffens
Date: Saturday, July 27, 2013 @ 01:39:21
  Author: heftig
Revision: 191599

3.8.3

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 15:46:23 UTC (rev 191598)
+++ PKGBUILD2013-07-26 23:39:21 UTC (rev 191599)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
+sha256sums=('977eb8ac94bad6e7095c272a583e614fba1c1897410e9f25ae028618d269b1e4')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (4 files)

2013-07-26 Thread Jan Steffens
Date: Saturday, July 27, 2013 @ 01:41:43
  Author: heftig
Revision: 191600

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

Added:
  gnome-themes-standard/repos/extra-i686/PKGBUILD
(from rev 191599, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/extra-x86_64/PKGBUILD
(from rev 191599, gnome-themes-standard/trunk/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/extra-i686/PKGBUILD
  gnome-themes-standard/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-26 23:39:21 UTC (rev 191599)
+++ extra-i686/PKGBUILD 2013-07-26 23:41:43 UTC (rev 191600)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
-makedepends=(intltool gtk2 gtk3)
-optdepends=('gtk-engines: HighContrast GTK2 theme')
-groups=(gnome)
-replaces=(gnome-themes)
-conflicts=(gnome-themes)
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/extra-i686/PKGBUILD (from rev 191599, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-26 23:41:43 UTC (rev 191600)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('977eb8ac94bad6e7095c272a583e614fba1c1897410e9f25ae028618d269b1e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-26 23:39:21 UTC (rev 191599)
+++ extra-x86_64/PKGBUILD   2013-07-26 23:41:43 UTC (rev 191600)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
-makedepends=(intltool gtk2 gtk3)
-optdepends=('gtk-engines: HighContrast GTK2 theme')
-groups=(gnome)
-replaces=(gnome-themes)
-conflicts=(gnome-themes)
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/extra-x86_64/PKGBUILD (from rev 191599, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-26 23:41:43 UTC (rev 191600)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2013-07-26 Thread Sébastien Luttringer
Date: Saturday, July 27, 2013 @ 05:51:50
  Author: seblu
Revision: 94554

Start adding split packages in nginx. Needs testing.

- Move lock and pid into /run
- Add auth-pam module into extra (external module)
- Move passenger into extra (external modules)
- Move geoip into extra (because optional module and heavy dep)
- Add vim modeset
- Enable a lot of optional modules into extra (token,flv,mp4)

Maybe a version without imap proxy might be done.

Modified:
  nginx/trunk/PKGBUILD

--+
 PKGBUILD |  174 +++--
 1 file changed, 101 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-26 22:51:51 UTC (rev 94553)
+++ PKGBUILD2013-07-27 03:51:50 UTC (rev 94554)
@@ -2,101 +2,129 @@
 # Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
+# Contributor: Sébastien Luttringer
 
 _cfgdir=/etc/nginx
 _tmpdir=/var/lib/nginx
 
-pkgname=nginx
+pkgbase=nginx
+pkgname=(nginx nginx-extra)
 pkgver=1.4.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+pkgrel=1.1
 arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
+makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
+url='http://nginx.org'
 license=('custom')
 install=nginx.install
 backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
+${_cfgdir:1}/fastcgi_params
+${_cfgdir:1}/koi-win
+${_cfgdir:1}/koi-utf
+${_cfgdir:1}/mime.types
+${_cfgdir:1}/nginx.conf
+${_cfgdir:1}/scgi_params
+${_cfgdir:1}/uwsgi_params
+${_cfgdir:1}/win-utf
+etc/logrotate.d/nginx)
+source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
+'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
+'service'
+'logrotate')
 sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
+'5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
 '05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
 '9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
+_base_options=(
+--prefix=$_cfgdir
+--conf-path=$_cfgdir/nginx.conf
+'--sbin-path=/usr/bin/nginx'
+'--pid-path=/run/nginx.pid'
+'--lock-path=/run/lock/nginx.lock'
+'--user=http'
+'--group=http'
+'--http-log-path=/var/log/nginx/access.log'
+'--error-log-path=/var/log/nginx/error.log'
+--http-client-body-temp-path=$_tmpdir/client-body
+--http-proxy-temp-path=$_tmpdir/proxy
+--http-fastcgi-temp-path=$_tmpdir/fastcgi
+--http-scgi-temp-path=$_tmpdir/scgi
+--http-uwsgi-temp-path=$_tmpdir/uwsgi
+'--with-imap'
+'--with-imap_ssl_module'
+'--with-ipv6'
+'--with-pcre-jit'
+'--with-file-aio'
+'--with-http_dav_module'
+'--with-http_gunzip_module'
+'--with-http_gzip_static_module'
+'--with-http_realip_module'
+'--with-http_spdy_module'
+'--with-http_ssl_module'
+'--with-http_stub_status_module'
+)
+
+prepare() {
+cp -a $pkgname-$pkgver $pkgname-extra-$pkgver
+}
+
 build() {
-   cd $srcdir/$pkgname-$pkgver
+msg2 'Build standard version'
+cd $srcdir/$pkgname-$pkgver
+./configure ${_base_options[@]}
+make
 
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
+msg2 'Build extra version'
+cd $srcdir/$pkgname-extra-$pkgver
+./configure ${_base_options[@]} \
+--with-http_addition_module \
+--with-http_degradation_module \
+--with-http_flv_module \
 --with-http_geoip_module \
---with-http_gunzip_module \
-