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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:10:45
  Author: bpiotrowski
Revision: 97142

upgpkg: mpv 0.1.6-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 03:09:31 UTC (rev 97141)
+++ PKGBUILD2013-09-14 07:10:45 UTC (rev 97142)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'python-docutils')
 options=(!emptydirs)
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('693d2b3854b86081382b71465b5cdb3e')
+md5sums=('4c9ee855f8beedb2508baa392704a45d')
 
 build() {
   unset CFLAGS



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:10:59
  Author: bpiotrowski
Revision: 97143

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 07:10:45 UTC (rev 97142)
+++ community-i686/PKGBUILD 2013-09-14 07:10:59 UTC (rev 97143)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('693d2b3854b86081382b71465b5cdb3e')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-  install -m755 TOOLS/mpv_identify.sh $pkgdir/usr/bin
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 97142, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 07:10:59 UTC (rev 97143)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('4c9ee855f8beedb2508baa392704a45d')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+  install -m755 TOOLS/mpv_identify.sh $pkgdir/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-14 07:10:45 UTC (rev 97142)
+++ community-x86_64/PKGBUILD   2013-09-14 07:10:59 UTC (rev 97143)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.1.5
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('693d2b3854b86081382b71465b5cdb3e')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
-

[arch-commits] Commit in sxiv/trunk (PKGBUILD sxiv.desktop)

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:14:52
  Author: bpiotrowski
Revision: 97144

Use upstream .desktop file.

Modified:
  sxiv/trunk/PKGBUILD
Deleted:
  sxiv/trunk/sxiv.desktop

--+
 PKGBUILD |6 ++
 sxiv.desktop |7 ---
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 07:10:59 UTC (rev 97143)
+++ PKGBUILD2013-09-14 07:14:52 UTC (rev 97144)
@@ -14,10 +14,8 @@
 url='https://github.com/muennich/sxiv'
 depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
 source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-sxiv.desktop
 config.h)
 sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
-'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47'
 '61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
 
 build() {
@@ -30,6 +28,6 @@
   cd sxiv-$pkgver
 
   make PREFIX=$pkgdir/usr install
-  install -D -m644 $srcdir/sxiv.desktop \
-   $pkgdir/usr/share/applications/sxiv.desktop
+  install -D -m644 sxiv.desktop \
+$pkgdir/usr/share/applications/sxiv.desktop
 }

Deleted: sxiv.desktop
===
--- sxiv.desktop2013-09-14 07:10:59 UTC (rev 97143)
+++ sxiv.desktop2013-09-14 07:14:52 UTC (rev 97144)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=sxiv
-GenericName=Image Viewer
-Exec=sxiv %F
-MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;
-NoDisplay=true



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:15:14
  Author: bpiotrowski
Revision: 97145

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

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 97144, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/config.h
(from rev 97144, sxiv/trunk/config.h)
  sxiv/repos/community-i686/sxiv.install
(from rev 97144, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 97144, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/config.h
(from rev 97144, sxiv/trunk/config.h)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 97144, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/config.h
  sxiv/repos/community-i686/sxiv.desktop
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/config.h
  sxiv/repos/community-x86_64/sxiv.desktop
  sxiv/repos/community-x86_64/sxiv.install

---+
 /PKGBUILD |   66 
 /config.h |  308 
 /sxiv.install |   24 +++
 community-i686/PKGBUILD   |   35 
 community-i686/config.h   |  154 
 community-i686/sxiv.desktop   |7 
 community-i686/sxiv.install   |   12 -
 community-x86_64/PKGBUILD |   35 
 community-x86_64/config.h |  154 
 community-x86_64/sxiv.desktop |7 
 community-x86_64/sxiv.install |   12 -
 11 files changed, 398 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 07:14:52 UTC (rev 97144)
+++ community-i686/PKGBUILD 2013-09-14 07:15:14 UTC (rev 97145)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=sxiv
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-sxiv.desktop
-config.h)
-sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
-'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47'
-'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
-
-build() {
-  cd sxiv-$pkgver
-  cp $srcdir/config.h .
-  make
-}
-
-package() {
-  cd sxiv-$pkgver
-
-  make PREFIX=$pkgdir/usr install
-  install -D -m644 $srcdir/sxiv.desktop \
-   $pkgdir/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 97144, sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 07:15:14 UTC (rev 97145)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=sxiv
+pkgver=1.1.1
+pkgrel=2
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+config.h)
+sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
+'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
+
+build() {
+  cd sxiv-$pkgver
+  cp $srcdir/config.h .
+  make
+}
+
+package() {
+  cd sxiv-$pkgver
+
+  make PREFIX=$pkgdir/usr install
+  install -D -m644 sxiv.desktop \
+$pkgdir/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2013-09-14 07:14:52 UTC (rev 97144)
+++ community-i686/config.h 2013-09-14 07:15:14 UTC (rev 97145)
@@ -1,154 +0,0 @@
-#ifdef _WINDOW_CONFIG
-
-/* default window dimensions (overwritten via -g option): */
-enum {
-   WIN_WIDTH  = 800,
-   WIN_HEIGHT = 600
-};
-
-/* bar font:
- * (see X(7) section FONT NAMES for valid values)
- */
-static const char * const BAR_FONT = -*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*;
-
-/* colors:
- * (see X(7) section COLOR NAMES for valid values)
- */
-static const char * const WIN_BG_COLOR = #77;
-static const char * const WIN_FS_COLOR = #00;
-static const char * const SEL_COLOR= #DD;
-static const char * const 

[arch-commits] Commit in recorditnow/trunk (PKGBUILD ffmpeg.patch)

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:28:46
  Author: bpiotrowski
Revision: 97146

upgpkg: recorditnow 0.8.1-7

- fix ffmpeg backend (FS#36855)

Added:
  recorditnow/trunk/ffmpeg.patch
Modified:
  recorditnow/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 ffmpeg.patch |   16 
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 07:15:14 UTC (rev 97145)
+++ PKGBUILD2013-09-14 07:28:46 UTC (rev 97146)
@@ -7,7 +7,7 @@
 
 pkgname=recorditnow
 pkgver=0.8.1
-pkgrel=6
+pkgrel=7
 pkgdesc=A plugin based desktop recorder for KDE SC 4
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
@@ -17,16 +17,22 @@
 optdepends=('mencoder: for mencoder encoder plugin'
 'recordmydesktop')
 provides=('joschy')
-conflicts=('joschy-git')
 install=recorditnow.install
 
source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;
-cmake.patch)
+cmake.patch
+ffmpeg.patch)
 md5sums=('6619b4048545adbab1d13a790189e80f'
- '74ea0ababc2291e2a62e5d045c62616a')
+ '74ea0ababc2291e2a62e5d045c62616a'
+ '867f30a0cba692c7dad56195fd64b092')
 
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p0 -i ${srcdir}/cmake.patch
+  patch -p0 -i ${srcdir}/ffmpeg.patch
+}
+
 build() {
   cd ${srcdir}/$pkgname-$pkgver
-  patch -i ${srcdir}/cmake.patch -p0
 
   mkdir -p build
   cd build

Added: ffmpeg.patch
===
--- ffmpeg.patch(rev 0)
+++ ffmpeg.patch2013-09-14 07:28:46 UTC (rev 97146)
@@ -0,0 +1,16 @@
+--- src/plugins/recorder/ffmpegrecorder/ffmpegrecorder.cpp.orig
2010-03-04 17:39:20.0 +0100
 src/plugins/recorder/ffmpegrecorder/ffmpegrecorder.cpp 2013-09-10 
18:17:26.193834681 +0200
+@@ -120,11 +120,10 @@
+ videoQuality = 2;
+ }
+ 
+-args  -f  x11grab  -qscale  
QString::number(videoQuality)  -r  QString::number(d.fps);
++args  -f  x11grab  -r  QString::number(d.fps);
+ args  -s  
QString(%1x%2).arg(geometry.width()).arg(geometry.height());
+ args  -i  
DisplayString(QX11Info::display())+QString(+%1,%2).arg(geometry.x()).arg(geometry.y());
+-args  -s  
QString(%1x%2).arg(geometry.width()).arg(geometry.height());
+-args  m_tmpFile;
++args  -qscale  QString::number(videoQuality)  m_tmpFile;
+ //ffmpeg -f x11grab -qscale 2 -r 20 -s 1440x900 -i :0.0 -s 1440x900 
x11grab.avi
+ } else {
+ 



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 09:29:00
  Author: bpiotrowski
Revision: 97147

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

Added:
  recorditnow/repos/community-i686/PKGBUILD
(from rev 97146, recorditnow/trunk/PKGBUILD)
  recorditnow/repos/community-i686/cmake.patch
(from rev 97146, recorditnow/trunk/cmake.patch)
  recorditnow/repos/community-i686/ffmpeg.patch
(from rev 97146, recorditnow/trunk/ffmpeg.patch)
  recorditnow/repos/community-i686/recorditnow.install
(from rev 97146, recorditnow/trunk/recorditnow.install)
  recorditnow/repos/community-x86_64/PKGBUILD
(from rev 97146, recorditnow/trunk/PKGBUILD)
  recorditnow/repos/community-x86_64/cmake.patch
(from rev 97146, recorditnow/trunk/cmake.patch)
  recorditnow/repos/community-x86_64/ffmpeg.patch
(from rev 97146, recorditnow/trunk/ffmpeg.patch)
  recorditnow/repos/community-x86_64/recorditnow.install
(from rev 97146, recorditnow/trunk/recorditnow.install)
Deleted:
  recorditnow/repos/community-i686/PKGBUILD
  recorditnow/repos/community-i686/cmake.patch
  recorditnow/repos/community-i686/recorditnow.install
  recorditnow/repos/community-x86_64/PKGBUILD
  recorditnow/repos/community-x86_64/cmake.patch
  recorditnow/repos/community-x86_64/recorditnow.install

--+
 /PKGBUILD|  106 +
 /cmake.patch |   26 
 /recorditnow.install |   22 ++
 community-i686/PKGBUILD  |   47 --
 community-i686/cmake.patch   |   13 
 community-i686/ffmpeg.patch  |   16 
 community-i686/recorditnow.install   |   11 ---
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/cmake.patch |   13 
 community-x86_64/ffmpeg.patch|   16 
 community-x86_64/recorditnow.install |   11 ---
 11 files changed, 186 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 07:28:46 UTC (rev 97146)
+++ community-i686/PKGBUILD 2013-09-14 07:29:00 UTC (rev 97147)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Weng Xuetian wen...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Callea Gaetano Andrea callea:gaetano:andrea/gmail:com
-
-pkgname=recorditnow
-pkgver=0.8.1
-pkgrel=6
-pkgdesc=A plugin based desktop recorder for KDE SC 4
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
-license=('GPL')
-depends=('kdebase-runtime' 'ffmpeg' 'xdg-utils')
-makedepends=('cmake' 'automoc4' 'recordmydesktop' 'mencoder')
-optdepends=('mencoder: for mencoder encoder plugin'
-'recordmydesktop')
-provides=('joschy')
-conflicts=('joschy-git')
-install=recorditnow.install
-source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;
-cmake.patch)
-md5sums=('6619b4048545adbab1d13a790189e80f'
- '74ea0ababc2291e2a62e5d045c62616a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -i ${srcdir}/cmake.patch -p0
-
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
--DLINGUAS=de hu cs pt_BR fr it ..
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver/build
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == x86_64 ]]; then
-cd $pkgdir/usr
-mv lib64/* lib
-rmdir lib64
-  fi
-}

Copied: recorditnow/repos/community-i686/PKGBUILD (from rev 97146, 
recorditnow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 07:29:00 UTC (rev 97147)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yichao Yu yyc1...@gmail.com
+# Contributor: Weng Xuetian wen...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Callea Gaetano Andrea callea:gaetano:andrea/gmail:com
+
+pkgname=recorditnow
+pkgver=0.8.1
+pkgrel=7
+pkgdesc=A plugin based desktop recorder for KDE SC 4
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
+license=('GPL')
+depends=('kdebase-runtime' 'ffmpeg' 'xdg-utils')
+makedepends=('cmake' 'automoc4' 'recordmydesktop' 'mencoder')
+optdepends=('mencoder: for mencoder encoder plugin'
+'recordmydesktop')
+provides=('joschy')
+install=recorditnow.install
+source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;
+cmake.patch
+ffmpeg.patch)
+md5sums=('6619b4048545adbab1d13a790189e80f'
+ '74ea0ababc2291e2a62e5d045c62616a'
+ '867f30a0cba692c7dad56195fd64b092')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p0 

[arch-commits] Commit in opal/trunk (PKGBUILD opal-ffmpeg.patch)

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:18:13
  Author: bpiotrowski
Revision: 194344

upgpkg: opal 3.10.10-3

- correct the ffmpeg patch (FS#36864)

Modified:
  opal/trunk/PKGBUILD
  opal/trunk/opal-ffmpeg.patch

---+
 PKGBUILD  |4 -
 opal-ffmpeg.patch |  185 
 2 files changed, 103 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 22:42:57 UTC (rev 194343)
+++ PKGBUILD2013-09-14 08:18:13 UTC (rev 194344)
@@ -3,7 +3,7 @@
 # Contributor: Tom K t...@runbox.com
 pkgname=opal
 pkgver=3.10.10
-pkgrel=2
+pkgrel=3
 pkgdesc=Open Phone Abstraction Library
 arch=(i686 x86_64)
 url=http://www.opalvoip.org;
@@ -14,7 +14,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/opal/${pkgver%.*}/opal-$pkgver.tar.xz
 opal-ffmpeg.patch)
 sha256sums=('f208985003461b2743575eccac13ad890b3e5baac35b68ddef17162460aff864'
-'0111eec3f7109a83f8cd4a87744ca050b3ca27482e9d31e3a1d50798f8cd88c1')
+'83f60ecf692e004293ce9dbaae7d7eb64d9713d3bfb71a0e7b1a0d1f936794cd')
 
 build() {
   cd ${srcdir}/opal-${pkgver}

Modified: opal-ffmpeg.patch
===
--- opal-ffmpeg.patch   2013-09-13 22:42:57 UTC (rev 194343)
+++ opal-ffmpeg.patch   2013-09-14 08:18:13 UTC (rev 194344)
@@ -1,15 +1,39 @@
-diff -ru opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx
 opal-3.10.7/plugins/video/H.263-1998/h263-1998.cxx 2012-08-23 
04:18:42.0 +0200
-+++ opal-3.10.7.patched/plugins/video/H.263-1998/h263-1998.cxx 2012-08-28 
19:53:12.080918973 +0200
-@@ -48,6 +48,7 @@
+diff -Naur opal-3.10.10-orig/plugins/video/H.263-1998/Makefile.in 
opal-3.10.10/plugins/video/H.263-1998/Makefile.in
+--- opal-3.10.10-orig/plugins/video/H.263-1998/Makefile.in 2013-02-20 
03:18:03.0 +0100
 opal-3.10.10/plugins/video/H.263-1998/Makefile.in  2013-09-10 
21:43:11.091108557 +0200
+@@ -35,7 +35,7 @@
+  $(COMMONDIR)/dyna.cxx
+ 
+ CFLAGS += @LIBAVCODEC_CFLAGS@ -I$(COMMONDIR)
+-LIBS   += @DL_LIBS@
++LIBS   += @DL_LIBS@ @LIBAVUTIL_LIBS@
+ 
+ HAVE_LIBAVCODEC_RTP_MODE=@HAVE_LIBAVCODEC_RTP_MODE@
+ ifeq ($(HAVE_LIBAVCODEC_RTP_MODE),yes)
+diff -Naur opal-3.10.10-orig/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.10/plugins/video/H.263-1998/h263-1998.cxx
+--- opal-3.10.10-orig/plugins/video/H.263-1998/h263-1998.cxx   2013-02-20 
03:18:03.0 +0100
 opal-3.10.10/plugins/video/H.263-1998/h263-1998.cxx2013-09-10 
21:43:11.091108557 +0200
+@@ -48,6 +48,10 @@
  #endif
  
  #include h263-1998.h
++extern C
++{
 +#include libavutil/opt.h
++}
  #include limits
  #include iomanip
  #include stdio.h
-@@ -317,9 +318,9 @@
+@@ -203,7 +207,7 @@
+   PTRACE(4, m_prefix, Encoder closed);
+ }
+ 
+-bool H263_Base_EncoderContext::Init(CodecID codecId)
++bool H263_Base_EncoderContext::Init(AVCodecID codecId)
+ {
+   PTRACE(5, m_prefix, Opening encoder);
+ 
+@@ -317,9 +321,9 @@
  // Level 2+ 
  // works with eyeBeam, signaled via  non-standard D
  if (atoi(value) == 1)
@@ -21,7 +45,7 @@
  return;
}
  
-@@ -328,9 +329,9 @@
+@@ -328,9 +332,9 @@
  // Annex F: Advanced Prediction Mode
  // does not work with eyeBeam
  if (atoi(value) == 1)
@@ -33,7 +57,7 @@
  return;
}
  #endif
-@@ -360,9 +361,9 @@
+@@ -360,9 +364,9 @@
  // Annex K: Slice Structure
  // does not work with eyeBeam
  if (atoi(value) != 0)
@@ -45,7 +69,7 @@
  return;
}
  
-@@ -370,9 +371,9 @@
+@@ -370,9 +374,9 @@
  // Annex S: Alternative INTER VLC mode
  // does not work with eyeBeam
  if (atoi(value) == 1)
@@ -57,7 +81,7 @@
  return;
}
  
-@@ -450,15 +451,6 @@
+@@ -450,15 +454,6 @@
PTRACE(5, m_prefix, qmax set to   m_context-qmax);
PTRACE(5, m_prefix, payload size set to   m_context-rtp_payload_size);
  
@@ -73,7 +97,7 @@
return FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec) == 0;
  }
  
-@@ -521,7 +513,7 @@
+@@ -521,7 +516,7 @@
  
  // Need to copy to local buffer to guarantee 16 byte alignment
  memcpy(m_inputFrame-data[0], OPAL_VIDEO_FRAME_DATA_PTR(header), 
header-width*header-height*3/2);
@@ -82,7 +106,7 @@
  
  /*
  m_inputFrame-pts = 
(int64_t)srcRTP.GetTimestamp()*m_context-time_base.den/m_context-time_base.num/VIDEO_CLOCKRATE;
-@@ -603,13 +595,13 @@
+@@ -603,13 +598,13 @@
m_context-rtp_callback = H263_RFC2190_EncoderContext::RTPCallBack;
m_context-opaque = this; // used to separate out packets from different 
encode threads
  
@@ -99,10 +123,21 @@
  
return true;
  }
-Only in opal-3.10.7.patched/plugins/video/H.263-1998: h263-1998.cxx.orig
-diff -ru opal-3.10.7/plugins/video/H.264/gpl/h264_helper.cxx 
opal-3.10.7.patched/plugins/video/H.264/gpl/h264_helper.cxx
 opal-3.10.7/plugins/video/H.264/gpl/h264_helper.cxx2012-08-23 

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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:18:24
  Author: bpiotrowski
Revision: 194345

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

Added:
  opal/repos/extra-i686/PKGBUILD
(from rev 194344, opal/trunk/PKGBUILD)
  opal/repos/extra-i686/opal-ffmpeg.patch
(from rev 194344, opal/trunk/opal-ffmpeg.patch)
  opal/repos/extra-x86_64/PKGBUILD
(from rev 194344, opal/trunk/PKGBUILD)
  opal/repos/extra-x86_64/opal-ffmpeg.patch
(from rev 194344, opal/trunk/opal-ffmpeg.patch)
Deleted:
  opal/repos/extra-i686/PKGBUILD
  opal/repos/extra-i686/opal-ffmpeg.patch
  opal/repos/extra-x86_64/PKGBUILD
  opal/repos/extra-x86_64/opal-ffmpeg.patch

+
 /PKGBUILD  |   62 +++
 /opal-ffmpeg.patch |  778 +++
 extra-i686/PKGBUILD|   31 -
 extra-i686/opal-ffmpeg.patch   |  372 --
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/opal-ffmpeg.patch |  372 --
 6 files changed, 840 insertions(+), 806 deletions(-)

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


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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:19:54
  Author: bpiotrowski
Revision: 194347

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

Added:
  fltk/repos/extra-i686/PKGBUILD
(from rev 194346, fltk/trunk/PKGBUILD)
  fltk/repos/extra-i686/fltk-games.install
(from rev 194346, fltk/trunk/fltk-games.install)
  fltk/repos/extra-i686/fltk.install
(from rev 194346, fltk/trunk/fltk.install)
  fltk/repos/extra-i686/tigervnc.patch
(from rev 194346, fltk/trunk/tigervnc.patch)
  fltk/repos/extra-x86_64/PKGBUILD
(from rev 194346, fltk/trunk/PKGBUILD)
  fltk/repos/extra-x86_64/fltk-games.install
(from rev 194346, fltk/trunk/fltk-games.install)
  fltk/repos/extra-x86_64/fltk.install
(from rev 194346, fltk/trunk/fltk.install)
  fltk/repos/extra-x86_64/tigervnc.patch
(from rev 194346, fltk/trunk/tigervnc.patch)
Deleted:
  fltk/repos/extra-i686/PKGBUILD
  fltk/repos/extra-i686/fltk-games.install
  fltk/repos/extra-i686/fltk.install
  fltk/repos/extra-x86_64/PKGBUILD
  fltk/repos/extra-x86_64/fltk-games.install
  fltk/repos/extra-x86_64/fltk.install

-+
 /PKGBUILD   |  138 +
 /fltk-games.install |   22 
 /fltk.install   |   24 
 extra-i686/PKGBUILD |   62 
 extra-i686/fltk-games.install   |   11 
 extra-i686/fltk.install |   12 
 extra-i686/tigervnc.patch   | 3903 ++
 extra-x86_64/PKGBUILD   |   62 
 extra-x86_64/fltk-games.install |   11 
 extra-x86_64/fltk.install   |   12 
 extra-x86_64/tigervnc.patch | 3903 ++
 11 files changed, 7990 insertions(+), 170 deletions(-)

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


[arch-commits] Commit in fltk/trunk (PKGBUILD tigervnc.patch)

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:19:39
  Author: bpiotrowski
Revision: 194346

upgpkg: fltk 1.3.2-3

- backport patches for internal copy support (FS#36186)

Added:
  fltk/trunk/tigervnc.patch
Modified:
  fltk/trunk/PKGBUILD

+
 PKGBUILD   |   17 
 tigervnc.patch | 3903 +++
 2 files changed, 3915 insertions(+), 5 deletions(-)

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


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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:24:58
  Author: bpiotrowski
Revision: 97148

upgpkg: geogebra 4.2.57.0-1

- new upstream release

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 07:29:00 UTC (rev 97147)
+++ PKGBUILD2013-09-14 08:24:58 UTC (rev 97148)
@@ -4,7 +4,7 @@
 # Contributor: moostik mooostik_at_gmail.com
 
 pkgname=geogebra
-pkgver=4.2.56.0
+pkgver=4.2.57.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
 install=geogebra.install
 
source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('7318d0a767d6eb07c32a091e8abce4a707841672c4bdbb32f24c179d55ea94be')
+sha256sums=('2af702c1b9cec0473076a3b59b82843f55b0d29b6143d2703d178821dec0f386')
 
 package() {
   install -dm755 $pkgdir/usr/bin \



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 10:25:10
  Author: bpiotrowski
Revision: 97149

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   58 ++---
 geogebra.install |   28 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 08:24:58 UTC (rev 97148)
+++ PKGBUILD2013-09-14 08:25:10 UTC (rev 97149)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.56.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('7318d0a767d6eb07c32a091e8abce4a707841672c4bdbb32f24c179d55ea94be')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf $pkgdir/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 97148, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 08:25:10 UTC (rev 97149)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.57.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('2af702c1b9cec0473076a3b59b82843f55b0d29b6143d2703d178821dec0f386')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf $pkgdir/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2013-09-14 08:24:58 UTC (rev 97148)
+++ geogebra.install2013-09-14 08:25:10 UTC (rev 97149)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 97148, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-09-14 08:25:10 UTC (rev 97149)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/  /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install $1
+}
+



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 12:31:44
  Author: bpiotrowski
Revision: 194348

upgpkg: postgresql 9.3.0-3

- include pg_config_ext.h in postgresql-libs (FS#36916)

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 08:19:54 UTC (rev 194347)
+++ PKGBUILD2013-09-14 10:31:44 UTC (rev 194348)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.3.0
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.postgresql.org/;
 license=('custom:PostgreSQL')
@@ -81,6 +81,7 @@
   # these headers are needed by the public headers of the interfaces
   install -m644 pg_config.h ${pkgdir}/usr/include/
   install -m644 pg_config_os.h ${pkgdir}/usr/include/
+  install -m644 pg_config_ext.h ${pkgdir}/usr/include/
   install -m644 postgres_ext.h ${pkgdir}/usr/include/
   install -m644 libpq/libpq-fs.h ${pkgdir}/usr/include/libpq/
   install -m644 pg_config_manual.h ${pkgdir}/usr/include/



[arch-commits] Commit in postgresql/repos (32 files)

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 12:32:15
  Author: bpiotrowski
Revision: 194349

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

Added:
  postgresql/repos/testing-i686/PKGBUILD
(from rev 194348, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-i686/postgresql-check-db-dir
(from rev 194348, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-i686/postgresql-run-socket.patch
(from rev 194348, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-i686/postgresql.install
(from rev 194348, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-i686/postgresql.logrotate
(from rev 194348, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-i686/postgresql.pam
(from rev 194348, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-i686/postgresql.service
(from rev 194348, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-i686/postgresql.tmpfiles.conf
(from rev 194348, postgresql/trunk/postgresql.tmpfiles.conf)
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 194348, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 194348, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 194348, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.install
(from rev 194348, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 194348, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 194348, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 194348, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/postgresql.tmpfiles.conf
(from rev 194348, postgresql/trunk/postgresql.tmpfiles.conf)
Deleted:
  postgresql/repos/testing-i686/PKGBUILD
  postgresql/repos/testing-i686/postgresql-check-db-dir
  postgresql/repos/testing-i686/postgresql-run-socket.patch
  postgresql/repos/testing-i686/postgresql.install
  postgresql/repos/testing-i686/postgresql.logrotate
  postgresql/repos/testing-i686/postgresql.pam
  postgresql/repos/testing-i686/postgresql.service
  postgresql/repos/testing-i686/postgresql.tmpfiles.conf
  postgresql/repos/testing-x86_64/PKGBUILD
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
  postgresql/repos/testing-x86_64/postgresql.install
  postgresql/repos/testing-x86_64/postgresql.logrotate
  postgresql/repos/testing-x86_64/postgresql.pam
  postgresql/repos/testing-x86_64/postgresql.service
  postgresql/repos/testing-x86_64/postgresql.tmpfiles.conf

+
 /PKGBUILD  |  322 +++
 /postgresql-check-db-dir   |   98 
 /postgresql-run-socket.patch   |   24 ++
 /postgresql.install|   70 +
 /postgresql.logrotate  |8 
 /postgresql.pam|6 
 /postgresql.service|   52 
 /postgresql.tmpfiles.conf  |2 
 testing-i686/PKGBUILD  |  160 -
 testing-i686/postgresql-check-db-dir   |   49 
 testing-i686/postgresql-run-socket.patch   |   12 -
 testing-i686/postgresql.install|   35 --
 testing-i686/postgresql.logrotate  |4 
 testing-i686/postgresql.pam|3 
 testing-i686/postgresql.service|   26 --
 testing-i686/postgresql.tmpfiles.conf  |1 
 testing-x86_64/PKGBUILD|  160 -
 testing-x86_64/postgresql-check-db-dir |   49 
 testing-x86_64/postgresql-run-socket.patch |   12 -
 testing-x86_64/postgresql.install  |   35 --
 testing-x86_64/postgresql.logrotate|4 
 testing-x86_64/postgresql.pam  |3 
 testing-x86_64/postgresql.service  |   26 --
 testing-x86_64/postgresql.tmpfiles.conf|1 
 24 files changed, 582 insertions(+), 580 deletions(-)

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


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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 12:46:12
  Author: jsteel
Revision: 97151

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 97150, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
(from rev 97150, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

--+
 PKGBUILD |   58 -
 usrbin.patch |   26 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 10:45:55 UTC (rev 97150)
+++ PKGBUILD2013-09-14 10:46:12 UTC (rev 97151)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.3.10
-pkgrel=2
-pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
-arch=('any')
-url=http://clonezilla.org;
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl-ocs.conf)
-md5sums=('9a4815961adaadf2f25299abab314dbd'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 97150, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 10:46:12 UTC (rev 97151)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.5.2
+pkgrel=1
+pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
+arch=('any')
+url=http://clonezilla.org;
+license=('GPL')
+depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+backup=(etc/drbl/drbl-ocs.conf)
+md5sums=('a99a95750570d55b074eeeb69939c376'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install  
+}

Deleted: usrbin.patch
===
--- usrbin.patch2013-09-14 10:45:55 UTC (rev 97150)
+++ usrbin.patch2013-09-14 10:46:12 UTC (rev 97151)
@@ -1,13 +0,0 @@
 Makefile.orig  2013-05-30 17:42:49.851418658 +0100
-+++ Makefile   2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
- 
- install:
-   # install exec files
--  install -d ${DESTDIR}/usr/
--  cp -a sbin bin ${DESTDIR}/usr/
-+  install -d ${DESTDIR}/usr/bin
-+  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
- 
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/

Copied: clonezilla/repos/community-any/usrbin.patch (from rev 97150, 
clonezilla/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2013-09-14 10:46:12 UTC (rev 97151)
@@ -0,0 +1,13 @@
+--- Makefile.orig  2013-05-30 17:42:49.851418658 +0100
 Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+   # install exec files
+-  install -d ${DESTDIR}/usr/
+-  cp -a sbin bin ${DESTDIR}/usr/
++  install -d ${DESTDIR}/usr/bin
++  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/



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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 12:45:55
  Author: jsteel
Revision: 97150

upgpkg: clonezilla 3.5.2-1

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 08:25:10 UTC (rev 97149)
+++ PKGBUILD2013-09-14 10:45:55 UTC (rev 97150)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: M0Rf30
 
 pkgname=clonezilla
-pkgver=3.3.10
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
 pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
 arch=('any')
 url=http://clonezilla.org;
@@ -13,7 +13,7 @@
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
 backup=(etc/drbl/drbl-ocs.conf)
-md5sums=('9a4815961adaadf2f25299abab314dbd'
+md5sums=('a99a95750570d55b074eeeb69939c376'
  'a976c9209f7bbccd352a9d0a5c8b41ae')
 
 prepare() {



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

2013-09-14 Thread Florian Pritz
Date: Saturday, September 14, 2013 @ 12:52:19
  Author: bluewind
Revision: 97153

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 10:52:13 UTC (rev 97152)
+++ community-i686/PKGBUILD 2013-09-14 10:52:19 UTC (rev 97153)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-options=(!libtool)
-source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('116bcedf8a6663c1d42ce958e2cdd3ca')

Copied: siege/repos/community-i686/PKGBUILD (from rev 97152, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 10:52:19 UTC (rev 97153)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+options=(!libtool)
+source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
+}
+
+md5sums=('6ac0a828c02fbbe51cc437ba1addf2f0')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-14 10:52:13 UTC (rev 97152)
+++ community-x86_64/PKGBUILD   2013-09-14 10:52:19 UTC (rev 97153)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Sven Kauber cel...@gmail.com
-
-pkgname=siege
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=An http regression testing and benchmarking utility
-url=http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-options=(!libtool)
-source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  install -d -m755 $pkgdir/etc
-  install -d -m755 $pkgdir/usr/share
-  make DESTDIR=$pkgdir install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
-}
-
-md5sums=('116bcedf8a6663c1d42ce958e2cdd3ca')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 97152, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-14 10:52:19 UTC (rev 97153)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Sven Kauber cel...@gmail.com
+
+pkgname=siege
+pkgver=3.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=An http regression testing and benchmarking utility
+url=http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+options=(!libtool)
+source=(http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d -m755 $pkgdir/etc
+  install -d -m755 $pkgdir/usr/share
+  make DESTDIR=$pkgdir install
+  sed -i 's/^# file =$/file = 

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

2013-09-14 Thread Florian Pritz
Date: Saturday, September 14, 2013 @ 12:52:13
  Author: bluewind
Revision: 97152

upgpkg: siege 3.0.3-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 10:46:12 UTC (rev 97151)
+++ PKGBUILD2013-09-14 10:52:13 UTC (rev 97152)
@@ -3,7 +3,7 @@
 # Contributor: Sven Kauber cel...@gmail.com
 
 pkgname=siege
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -29,4 +29,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' $pkgdir/etc/siegerc
 }
 
-md5sums=('116bcedf8a6663c1d42ce958e2cdd3ca')
+md5sums=('6ac0a828c02fbbe51cc437ba1addf2f0')



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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 12:52:58
  Author: jsteel
Revision: 97154

upgpkg: drbl 2.4.19-1

Modified:
  drbl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 10:52:19 UTC (rev 97153)
+++ PKGBUILD2013-09-14 10:52:58 UTC (rev 97154)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: M0Rf30
 
 pkgname=drbl
-pkgver=2.3.10
-pkgrel=2
+pkgver=2.4.19
+pkgrel=1
 pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
 arch=('any')
 url=http://drbl.sourceforge.net;
@@ -14,7 +14,7 @@
 
source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
 backup=(etc/drbl/drbl.conf)
-md5sums=('412e68b8f96ef021052f680f2ea78501'
+md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
  'f01eac478f1ae62f505de645de96c68a')
 
 prepare() {



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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 12:53:10
  Author: jsteel
Revision: 97155

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 97154, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 97154, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   72 -
 usrbin.patch |   30 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 10:52:58 UTC (rev 97154)
+++ PKGBUILD2013-09-14 10:53:10 UTC (rev 97155)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.3.10
-pkgrel=2
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('412e68b8f96ef021052f680f2ea78501'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 97154, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 10:53:10 UTC (rev 97155)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.4.19
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+backup=(etc/drbl/drbl.conf)
+md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2013-09-14 10:52:58 UTC (rev 97154)
+++ usrbin.patch2013-09-14 10:53:10 UTC (rev 97155)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 97154, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2013-09-14 10:53:10 UTC (rev 97155)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 12:56:47
  Author: bpiotrowski
Revision: 194350

upgpkg: octave 3.6.4-4

- rebuild against hdf5 1.8.11

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 10:32:15 UTC (rev 194349)
+++ PKGBUILD2013-09-14 10:56:47 UTC (rev 194350)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=3.6.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 12:56:59
  Author: bpiotrowski
Revision: 194351

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 194350, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/mex-gcc-4.8.patch
(from rev 194350, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/staging-i686/octave.install
(from rev 194350, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 194350, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/mex-gcc-4.8.patch
(from rev 194350, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/staging-x86_64/octave.install
(from rev 194350, octave/trunk/octave.install)

--+
 staging-i686/PKGBUILD|   48 +
 staging-i686/mex-gcc-4.8.patch   |   31 +++
 staging-i686/octave.install  |   18 +
 staging-x86_64/PKGBUILD  |   48 +
 staging-x86_64/mex-gcc-4.8.patch |   31 +++
 staging-x86_64/octave.install|   18 +
 6 files changed, 194 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 194350, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-09-14 10:56:59 UTC (rev 194351)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.4
+pkgrel=4
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
+makedepends=('gcc-fortran' 'texlive-core')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+mex-gcc-4.8.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+  'SKIP'
+  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://savannah.gnu.org/bugs/?38746
+  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: octave/repos/staging-i686/mex-gcc-4.8.patch (from rev 194350, 
octave/trunk/mex-gcc-4.8.patch)
===
--- staging-i686/mex-gcc-4.8.patch  (rev 0)
+++ staging-i686/mex-gcc-4.8.patch  2013-09-14 10:56:59 UTC (rev 194351)
@@ -0,0 +1,31 @@
+# HG changeset patch
+# User Clemens Buchacher dri...@aon.at
+# Date 1369937542 14400
+#  Thu May 30 14:12:22 2013 -0400
+# Node ID 122d3f62e179ba044d47e58510905719220d8706
+# Parent  e38a0fa08368d4dd6f3a0dfd20cbe28cf8555f73
+do not include C++ header in extern C context (bug #38746)
+
+* mex.h: Include mexproto.h outside of extern C block.
+
+diff -r e38a0fa08368 -r 122d3f62e179 src/mex.h
+--- a/src/mex.hMon May 27 21:41:57 2013 +0200
 b/src/mex.hThu May 30 14:12:22 2013 -0400
+@@ -64,6 +64,8 @@
+ 
+ #define mxMAXNAME 64
+ 
++#include mexproto.h
++
+ #if defined (__cplusplus)
+ extern C {
+ #endif
+@@ -74,8 +76,6 @@
+ void mexFunction (int nlhs, mxArray* plhs[], int nrhs, const mxArray *prhs[]);
+ #endif
+ 
+-#include mexproto.h
+-
+ /* V4 floating point routines renamed in V5.  */
+ #define mexIsNaN mxIsNaN
+ #define mexIsFinite mxIsFinite

Copied: octave/repos/staging-i686/octave.install (from rev 194350, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2013-09-14 10:56:59 UTC (rev 194351)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz 

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

2013-09-14 Thread Andrea Scarpino
Date: Saturday, September 14, 2013 @ 13:25:10
  Author: andrea
Revision: 194352

Build with GLES

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 10:56:59 UTC (rev 194351)
+++ PKGBUILD2013-09-14 11:25:10 UTC (rev 194352)
@@ -87,7 +87,8 @@
 -no-rpath \
 -optimized-qmake \
 -dbus-linked \
--reduce-relocations
+-reduce-relocations \
+-opengl es2
 
   make
 



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:11:29
  Author: tomegun
Revision: 194353

upgpkg: bluez 5.8-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 11:25:10 UTC (rev 194352)
+++ PKGBUILD2013-09-14 12:11:29 UTC (rev 194353)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('eb883ce61753bd3f300a531bcc2af49e')
+md5sums=('ed9ebe57d02a243c92af21cc13d3ee69')



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:11:36
  Author: tomegun
Revision: 194354

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 194353, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 194353, bluez/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 194353, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-14 12:11:36 UTC (rev 194354)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.8
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv $srcdir/_libs/* $pkgdir
+}
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('systemd' 'libusb-compat')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  mv $srcdir/_utils/* $pkgdir
+}
+md5sums=('ed9ebe57d02a243c92af21cc13d3ee69')

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 194353, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-14 12:11:36 UTC (rev 194354)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.8
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out 

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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:15:35
  Author: tomegun
Revision: 194355

upgpkg: raptor 2.0.10-2

upstream release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 12:11:36 UTC (rev 194354)
+++ PKGBUILD2013-09-14 12:15:35 UTC (rev 194355)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=2
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('4ceb9316488b0ea01acf011023cf7fff')
+md5sums=('d9b0314eb835551adb48af037dcfd46e')



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:15:41
  Author: tomegun
Revision: 194356

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

Added:
  raptor/repos/testing-i686/
  raptor/repos/testing-i686/PKGBUILD
(from rev 194355, raptor/trunk/PKGBUILD)
  raptor/repos/testing-x86_64/
  raptor/repos/testing-x86_64/PKGBUILD
(from rev 194355, raptor/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: raptor/repos/testing-i686/PKGBUILD (from rev 194355, 
raptor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')

Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 194355, 
raptor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')



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

2013-09-14 Thread Dave Reisner
Date: Saturday, September 14, 2013 @ 16:21:19
  Author: dreisner
Revision: 194358

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

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

--+
 /PKGBUILD|   74 +
 /pkgfile.install |   36 +++
 extra-i686/PKGBUILD  |   37 
 extra-i686/pkgfile.install   |   18 -
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/pkgfile.install |   18 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-14 14:20:57 UTC (rev 194357)
+++ extra-i686/PKGBUILD 2013-09-14 14:21:19 UTC (rev 194358)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=pkgfile
-pkgver=9
-pkgrel=1
-pkgdesc=a pacman .files metadata explorer
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-conflicts=('pkgtools24-2')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-install=pkgfile.install
-md5sums=('7e27e9c15da6d59ae04f32d5dc977485'
- 'SKIP')
-
-options=(!strip)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure
-  make
-
-  # generate a license file
-  sed '/\*\//q' src/pkgfile.c LICENSE
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-i686/PKGBUILD (from rev 194357, 
pkgfile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-14 14:21:19 UTC (rev 194358)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=pkgfile
+pkgver=10
+pkgrel=1
+pkgdesc=a pacman .files metadata explorer
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+conflicts=('pkgtools24-2')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+install=pkgfile.install
+md5sums=('262d7359423dedbf1f7323cc14d4a1e3'
+ 'SKIP')
+
+options=(!strip)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure
+  make
+
+  # generate a license file
+  sed '/\*\//q' src/pkgfile.c LICENSE
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: ft=sh syn=sh

Deleted: extra-i686/pkgfile.install
===
--- extra-i686/pkgfile.install  2013-09-14 14:20:57 UTC (rev 194357)
+++ extra-i686/pkgfile.install  2013-09-14 14:21:19 UTC (rev 194358)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf == Run 'pkgfile --update' to initialize the database\n
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf == /var/cache/pkgfile has not been removed\n
-  fi
-}
-
-post_upgrade() {
-  if [ $(vercmp 5 $2) -eq 1 ]; then
-printf == DB format has changed. Please run pkgfile -uu\n
-  fi
-}

Copied: pkgfile/repos/extra-i686/pkgfile.install (from rev 194357, 
pkgfile/trunk/pkgfile.install)
===
--- extra-i686/pkgfile.install  (rev 0)
+++ extra-i686/pkgfile.install  2013-09-14 14:21:19 UTC (rev 194358)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+  printf == Run 'pkgfile --update' to initialize the database\n
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf == /var/cache/pkgfile has not been removed\n
+  fi
+}
+
+post_upgrade() {
+  if [ $(vercmp 5 $2) -eq 1 ]; then
+printf == DB format has changed. Please run pkgfile -uu\n
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-14 14:20:57 UTC (rev 194357)
+++ extra-x86_64/PKGBUILD   2013-09-14 14:21:19 UTC (rev 194358)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=pkgfile
-pkgver=9
-pkgrel=1
-pkgdesc=a pacman .files 

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

2013-09-14 Thread Dave Reisner
Date: Saturday, September 14, 2013 @ 16:20:57
  Author: dreisner
Revision: 194357

upgpkg: pkgfile 10-1

Modified:
  pkgfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 12:15:41 UTC (rev 194356)
+++ PKGBUILD2013-09-14 14:20:57 UTC (rev 194357)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=pkgfile
-pkgver=9
+pkgver=10
 pkgrel=1
 pkgdesc=a pacman .files metadata explorer
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 conflicts=('pkgtools24-2')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 install=pkgfile.install
-md5sums=('7e27e9c15da6d59ae04f32d5dc977485'
+md5sums=('262d7359423dedbf1f7323cc14d4a1e3'
  'SKIP')
 
 options=(!strip)



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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 16:43:18
  Author: jsteel
Revision: 97156

upgpkg: mednafen 0.9.32-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 10:53:10 UTC (rev 97155)
+++ PKGBUILD2013-09-14 14:43:18 UTC (rev 97156)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: megadriver megadriver at gmx dot com
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
@@ -7,8 +7,8 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.28
-_pkgver=0.9.28-wip
+pkgver=0.9.32
+_pkgver=$pkgver-wip
 pkgrel=1
 pkgdesc=A command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
@@ -19,7 +19,7 @@
 replaces=('mednafen-wip')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
-md5sums=('2b9f0be9f77a6e1b5d26093e30b24e77')
+md5sums=('ffdf4f4bb4498df38e6aaaf316be40f5')
 
 build() {
   cd $srcdir/$pkgname



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

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 16:43:41
  Author: jsteel
Revision: 97157

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

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

---+
 /PKGBUILD |   72 
 /mednafen.install |   10 +
 community-i686/PKGBUILD   |   36 --
 community-i686/mednafen.install   |5 --
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/mednafen.install |5 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 14:43:18 UTC (rev 97156)
+++ community-i686/PKGBUILD 2013-09-14 14:43:41 UTC (rev 97157)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.28
-_pkgver=0.9.28-wip
-pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
-md5sums=('2b9f0be9f77a6e1b5d26093e30b24e77')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 97156, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 14:43:41 UTC (rev 97157)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.32
+_pkgver=$pkgver-wip
+pkgrel=1
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('ffdf4f4bb4498df38e6aaaf316be40f5')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/mednafen.install
===
--- community-i686/mednafen.install 2013-09-14 14:43:18 UTC (rev 97156)
+++ community-i686/mednafen.install 2013-09-14 14:43:41 UTC (rev 97157)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
-  [...] The configuration file name has changed to mednafen-09x.cfg
-  [...] http://mednafen.sourceforge.net/releases/'
-}

Copied: mednafen/repos/community-i686/mednafen.install (from rev 97156, 
mednafen/trunk/mednafen.install)
===
--- community-i686/mednafen.install (rev 0)
+++ community-i686/mednafen.install 2013-09-14 14:43:41 UTC (rev 97157)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+  [...] The configuration file name has changed to mednafen-09x.cfg
+  [...] http://mednafen.sourceforge.net/releases/'
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-14 14:43:18 UTC (rev 97156)
+++ community-x86_64/PKGBUILD   2013-09-14 14:43:41 UTC (rev 97157)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: 

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

2013-09-14 Thread Kyle Keen
Date: Saturday, September 14, 2013 @ 18:36:58
  Author: kkeen
Revision: 97158

upgpkg: dina-font 2.92-2

Modified:
  dina-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 14:43:41 UTC (rev 97157)
+++ PKGBUILD2013-09-14 16:36:58 UTC (rev 97158)
@@ -6,7 +6,7 @@
 
 pkgname=dina-font
 pkgver=2.92
-pkgrel=1
+pkgrel=2
 pkgdesc=A monospace bitmap font, primarily aimed at programmers
 arch=('any')
 url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
@@ -25,6 +25,9 @@
 
 build() {
 cd $srcdir/BDF
+
+sed -i 's/microsoft-cp1252/ISO8859-1/' *.bdf
+
 for i in Dina_i400-*.bdf; do
 bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
 done
@@ -37,12 +40,12 @@
 for i in Dina_r700-*.bdf; do
 bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
 done
-
+gzip *.pcf
 }
 
 package() {
 cd $srcdir/BDF
-for i in *.pcf; do
+for i in *.gz; do
 install -Dm 644 $i $pkgdir/usr/share/fonts/local/$i
 done
 install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-09-14 Thread Andreas Radke
Date: Saturday, September 14, 2013 @ 18:38:52
  Author: andyrtr
Revision: 194359

upgpkg: linux-lts 3.0.96-1

upstream update 3.0.96

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 14:21:19 UTC (rev 194358)
+++ PKGBUILD2013-09-14 16:38:52 UTC (rev 194359)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.95
+pkgver=3.0.96
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ddcf0115ec1bb80762613e0fe6c61b44'
+ 'f7f1899890844babcf6d1e8cbe74f2ef'
  'a5186d7ee7b7c79fa27bbb56e2d3b823'
  'a0a497460f41850068b3a90c073768c2'
  '232b52576a62c7a333e9fe7a1e1ca359'



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

2013-09-14 Thread Andreas Radke
Date: Saturday, September 14, 2013 @ 18:39:57
  Author: andyrtr
Revision: 194360

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

Added:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 194359, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 194359, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 194359, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 194359, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 194359, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 194359, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 194359, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 194359, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 194359, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 194359, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 194359, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 194359, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 194359, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 194359, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 194359, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 194359, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 194359, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 194359, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 194359, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 194359, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 194359, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 194359, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 194359, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 194359, linux-lts/trunk/module-symbol-waiting-3.0.patch)
Deleted:
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-i686/PKGBUILD
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
  linux-lts/repos/testing-i686/config
  linux-lts/repos/testing-i686/config.x86_64
  linux-lts/repos/testing-i686/ext4-options.patch
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-i686/linux-lts.install
  linux-lts/repos/testing-i686/linux-lts.preset
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
  linux-lts/repos/testing-x86_64/PKGBUILD
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/testing-x86_64/config
  linux-lts/repos/testing-x86_64/config.x86_64
  linux-lts/repos/testing-x86_64/ext4-options.patch
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/testing-x86_64/linux-lts.install
  linux-lts/repos/testing-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch

-+
 /3.0.54-ptrace-i686-build.patch
 |   82 
 /PKGBUILD  
 |  658 
 /change-default-console-loglevel.patch 
 |   24 
 /config
 |11150 ++
 /config.x86_64 

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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 20:30:12
  Author: bgyorgy
Revision: 97159

upgpkg: esmtp 1.2-6

Add conflict with smtp-forwarder (FS#34502)

Modified:
  esmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 16:36:58 UTC (rev 97158)
+++ PKGBUILD2013-09-14 18:30:12 UTC (rev 97159)
@@ -5,7 +5,7 @@
 
 pkgname=esmtp
 pkgver=1.2
-pkgrel=5
+pkgrel=6
 pkgdesc=An easy SMTP forwarder.
 arch=('i686' 'x86_64')
 url='http://esmtp.sourceforge.net'
@@ -14,6 +14,7 @@
 optdepends=('liblockfile: for esmtp-wrapper script'
 'procmail: for local mail delivery')
 provides=('smtp-forwarder')
+conflicts=('smtp-forwarder')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('79a9c1f9023d53f35bb82bf446150a72')
 



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 20:30:20
  Author: bgyorgy
Revision: 97160

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 18:30:12 UTC (rev 97159)
+++ community-i686/PKGBUILD 2013-09-14 18:30:20 UTC (rev 97160)
@@ -1,36 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Loui Chang louipc dot ist at gmail company
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=esmtp
-pkgver=1.2
-pkgrel=5
-pkgdesc=An easy SMTP forwarder.
-arch=('i686' 'x86_64')
-url='http://esmtp.sourceforge.net'
-license=('GPL')
-depends=('libesmtp' 'openssl')
-optdepends=('liblockfile: for esmtp-wrapper script'
-'procmail: for local mail delivery')
-provides=('smtp-forwarder')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('79a9c1f9023d53f35bb82bf446150a72')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm0644 README ${pkgdir}/usr/share/doc/esmtp/README
-  install -Dm0644 sample.esmtprc ${pkgdir}/usr/share/doc/esmtp/sample.esmtprc
-  install -Dm0755 esmtp-wrapper ${pkgdir}/usr/share/esmtp/esmtp-wrapper
-  install -Dm0755 ylwrap ${pkgdir}/usr/share/esmtp/ylwrap
-}

Copied: esmtp/repos/community-i686/PKGBUILD (from rev 97159, 
esmtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-14 18:30:20 UTC (rev 97160)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Loui Chang louipc dot ist at gmail company
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=esmtp
+pkgver=1.2
+pkgrel=6
+pkgdesc=An easy SMTP forwarder.
+arch=('i686' 'x86_64')
+url='http://esmtp.sourceforge.net'
+license=('GPL')
+depends=('libesmtp' 'openssl')
+optdepends=('liblockfile: for esmtp-wrapper script'
+'procmail: for local mail delivery')
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('79a9c1f9023d53f35bb82bf446150a72')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm0644 README ${pkgdir}/usr/share/doc/esmtp/README
+  install -Dm0644 sample.esmtprc ${pkgdir}/usr/share/doc/esmtp/sample.esmtprc
+  install -Dm0755 esmtp-wrapper ${pkgdir}/usr/share/esmtp/esmtp-wrapper
+  install -Dm0755 ylwrap ${pkgdir}/usr/share/esmtp/ylwrap
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-14 18:30:12 UTC (rev 97159)
+++ community-x86_64/PKGBUILD   2013-09-14 18:30:20 UTC (rev 97160)
@@ -1,36 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Loui Chang louipc dot ist at gmail company
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=esmtp
-pkgver=1.2
-pkgrel=5
-pkgdesc=An easy SMTP forwarder.
-arch=('i686' 'x86_64')
-url='http://esmtp.sourceforge.net'
-license=('GPL')
-depends=('libesmtp' 'openssl')
-optdepends=('liblockfile: for esmtp-wrapper script'
-'procmail: for local mail delivery')
-provides=('smtp-forwarder')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('79a9c1f9023d53f35bb82bf446150a72')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm0644 README ${pkgdir}/usr/share/doc/esmtp/README
-  install -Dm0644 sample.esmtprc ${pkgdir}/usr/share/doc/esmtp/sample.esmtprc
-  install -Dm0755 esmtp-wrapper ${pkgdir}/usr/share/esmtp/esmtp-wrapper
-  install -Dm0755 ylwrap ${pkgdir}/usr/share/esmtp/ylwrap
-}

Copied: 

[arch-commits] Commit in (musepack-tools)

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 21:22:36
  Author: bgyorgy
Revision: 97161

Remove musepack-tools

It's incompatible with libmpcdec from [extra]. (FS#30520)

Deleted:
  musepack-tools/



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

2013-09-14 Thread Pierre Schmitz
Date: Saturday, September 14, 2013 @ 21:32:41
  Author: pierre
Revision: 194361

upgpkg: ssmtp 2.64-5

FS#34502 - [sendmail] Add conflicts=(smtp-forwarder) to smtp-forwarder packages

Modified:
  ssmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 16:39:57 UTC (rev 194360)
+++ PKGBUILD2013-09-14 19:32:41 UTC (rev 194361)
@@ -3,13 +3,13 @@
 
 pkgname=ssmtp
 pkgver=2.64
-pkgrel=4
+pkgrel=5
 pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://packages.debian.org/stable/mail/ssmtp;
 depends=('openssl' 'inetutils')
-conflicts=('exim')
+conflicts=('exim' 'smtp-forwarder')
 provides=('smtp-forwarder')
 backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
 options=('!makeflags' '!emptydirs')



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

2013-09-14 Thread Pierre Schmitz
Date: Saturday, September 14, 2013 @ 21:32:55
  Author: pierre
Revision: 194362

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

Added:
  ssmtp/repos/extra-i686/PKGBUILD
(from rev 194361, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-i686/opessl_crypto.patch
(from rev 194361, ssmtp/trunk/opessl_crypto.patch)
  ssmtp/repos/extra-x86_64/PKGBUILD
(from rev 194361, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-x86_64/opessl_crypto.patch
(from rev 194361, ssmtp/trunk/opessl_crypto.patch)
Deleted:
  ssmtp/repos/extra-i686/PKGBUILD
  ssmtp/repos/extra-i686/opessl_crypto.patch
  ssmtp/repos/extra-x86_64/PKGBUILD
  ssmtp/repos/extra-x86_64/opessl_crypto.patch

--+
 /PKGBUILD|   92 +
 /opessl_crypto.patch |   42 
 extra-i686/PKGBUILD  |   46 --
 extra-i686/opessl_crypto.patch   |   21 
 extra-x86_64/PKGBUILD|   46 --
 extra-x86_64/opessl_crypto.patch |   21 
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-14 19:32:41 UTC (rev 194361)
+++ extra-i686/PKGBUILD 2013-09-14 19:32:55 UTC (rev 194362)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=ssmtp
-pkgver=2.64
-pkgrel=4
-pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://packages.debian.org/stable/mail/ssmtp;
-depends=('openssl' 'inetutils')
-conflicts=('exim')
-provides=('smtp-forwarder')
-backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
-options=('!makeflags' '!emptydirs')
-source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
-'opessl_crypto.patch')
-md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
- 'aeb4ed09a26eefea9a5f6ac755c4dff0')
-
-## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ${srcdir}/opessl_crypto.patch
-   autoreconf
-   ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---enable-md5auth --enable-ssl
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
-
-   install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
-
-   ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
-   ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
-   ln -s ssmtp ${pkgdir}/usr/sbin/mailq
-# usrmove
-cd $pkgdir
-mv usr/sbin usr/bin
-}

Copied: ssmtp/repos/extra-i686/PKGBUILD (from rev 194361, ssmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-14 19:32:55 UTC (rev 194362)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+
+pkgname=ssmtp
+pkgver=2.64
+pkgrel=5
+pkgdesc=Extremely simple MTA to get mail off the system to a mailhub
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/stable/mail/ssmtp;
+depends=('openssl' 'inetutils')
+conflicts=('exim' 'smtp-forwarder')
+provides=('smtp-forwarder')
+backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
+options=('!makeflags' '!emptydirs')
+source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2;
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
+
+## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ${srcdir}/opessl_crypto.patch
+   autoreconf
+   ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-md5auth --enable-ssl
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   yes | make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man8 
etcdir=${pkgdir}/etc install
+
+   install -D -m644 ssmtp.conf.5 ${pkgdir}/usr/share/man/man5/ssmtp.conf.5
+
+   ln -s ssmtp ${pkgdir}/usr/sbin/sendmail
+   ln -s ssmtp ${pkgdir}/usr/sbin/newaliases
+   ln -s ssmtp ${pkgdir}/usr/sbin/mailq
+# usrmove
+cd $pkgdir
+mv usr/sbin usr/bin
+}

Deleted: extra-i686/opessl_crypto.patch
===
--- extra-i686/opessl_crypto.patch  2013-09-14 19:32:41 UTC (rev 194361)
+++ extra-i686/opessl_crypto.patch  2013-09-14 19:32:55 UTC (rev 194362)
@@ -1,21 +0,0 @@
-Fix linking error:
-
-Undefined symbols:
-  _X509_free, referenced from:
-  _smtp_open in ssmtp.o
-ld: symbol(s) not found
-
-
-Index: ssmtp-2.64/configure.in

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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 21:47:42
  Author: bpiotrowski
Revision: 97162

upgpkg: gdal 1.10.0-3

- rebuild against hdf5 1.8.11

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 19:22:36 UTC (rev 97161)
+++ PKGBUILD2013-09-14 19:47:42 UTC (rev 97162)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;



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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 21:47:57
  Author: bpiotrowski
Revision: 97163

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 97162, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 97162, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 97162, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 97162, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 97162, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 97162, gdal/trunk/gdal.changelog)

--+
 community-staging-i686/PKGBUILD  |   68 +
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 +
 community-staging-i686/gdal.changelog|   14 ++
 community-staging-x86_64/PKGBUILD|   68 +
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 +
 community-staging-x86_64/gdal.changelog  |   14 ++
 6 files changed, 184 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 97162, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-14 19:47:57 UTC (rev 97163)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.10.0
+pkgrel=3
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support'
+'swig:  perl binding support')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch)
+sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
+
+build() {
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug 23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
+  make DESTDIR=${pkgdir} install
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch (from 
rev 97162, gdal/trunk/gdal-1.5.1-python-install.patch)
===
--- community-staging-i686/gdal-1.5.1-python-install.patch  
(rev 0)
+++ community-staging-i686/gdal-1.5.1-python-install.patch  2013-09-14 
19:47:57 UTC (rev 97163)
@@ -0,0 +1,10 @@
+--- swig/python/GNUmakefile.orig   2010-04-24 01:22:07.0 +0200
 swig/python/GNUmakefile2010-05-05 19:14:58.0 +0200
+@@ -72,5 +72,5 @@
+ ifeq 

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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 21:54:29
  Author: bpiotrowski
Revision: 97165

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

Added:
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 97164, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 97164, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 97164, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 97164, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 97164, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 97164, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-staging-i686/PKGBUILD
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
  gdal/repos/community-staging-i686/gdal.changelog
  gdal/repos/community-staging-x86_64/PKGBUILD
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
  gdal/repos/community-staging-x86_64/gdal.changelog

--+
 /PKGBUILD|  136 +
 /gdal-1.5.1-python-install.patch |   20 +
 /gdal.changelog  |   28 ++
 community-staging-i686/PKGBUILD  |   68 --
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 
 community-staging-i686/gdal.changelog|   14 -
 community-staging-x86_64/PKGBUILD|   68 --
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 
 community-staging-x86_64/gdal.changelog  |   14 -
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-09-14 19:53:44 UTC (rev 97164)
+++ community-staging-i686/PKGBUILD 2013-09-14 19:54:29 UTC (rev 97165)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gdal
-pkgver=1.10.0
-pkgrel=3
-pkgdesc=A translator library for raster geospatial data formats
-arch=('i686' 'x86_64')
-url=http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support'
-'swig:  perl binding support')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch)
-sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
-
-build() {
-  export CFLAGS=$CFLAGS -fno-strict-aliasing
-
-# bug 23654
-  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
-
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
-  make DESTDIR=${pkgdir} install
-
-# install license
-  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f ${pkgdir}/usr/bin/*.dox
-
-# Remove RPATH
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 97164, 
gdal/trunk/PKGBUILD)
===

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

2013-09-14 Thread Bartłomiej Piotrowski
Date: Saturday, September 14, 2013 @ 21:53:44
  Author: bpiotrowski
Revision: 97164

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

Added:
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 97163, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 97163, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 97163, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 97163, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 97163, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 97163, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-staging-i686/PKGBUILD
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
  gdal/repos/community-staging-i686/gdal.changelog
  gdal/repos/community-staging-x86_64/PKGBUILD
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
  gdal/repos/community-staging-x86_64/gdal.changelog

--+
 /PKGBUILD|  136 +
 /gdal-1.5.1-python-install.patch |   20 +
 /gdal.changelog  |   28 ++
 community-staging-i686/PKGBUILD  |   68 --
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 
 community-staging-i686/gdal.changelog|   14 -
 community-staging-x86_64/PKGBUILD|   68 --
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 
 community-staging-x86_64/gdal.changelog  |   14 -
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-09-14 19:47:57 UTC (rev 97163)
+++ community-staging-i686/PKGBUILD 2013-09-14 19:53:44 UTC (rev 97164)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gdal
-pkgver=1.10.0
-pkgrel=3
-pkgdesc=A translator library for raster geospatial data formats
-arch=('i686' 'x86_64')
-url=http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libtiff' 'netcdf'  'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support'
-'swig:  perl binding support')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch)
-sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
-
-build() {
-  export CFLAGS=$CFLAGS -fno-strict-aliasing
-
-# bug 23654
-  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
-
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --without-libtool 
--with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/
-  make DESTDIR=${pkgdir} install
-
-# install license
-  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f ${pkgdir}/usr/bin/*.dox
-
-# Remove RPATH
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 97163, 
gdal/trunk/PKGBUILD)
===

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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 22:31:16
  Author: bgyorgy
Revision: 97170

archrelease: copy trunk to community-any

Added:
  pacmatic/repos/community-any/PKGBUILD
(from rev 97169, pacmatic/trunk/PKGBUILD)
Deleted:
  pacmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 20:31:10 UTC (rev 97169)
+++ PKGBUILD2013-09-14 20:31:16 UTC (rev 97170)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=pacmatic
-pkgver=20121112
-pkgrel=1
-pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
-arch=('any')
-url=http://kmkeen.com/pacmatic/;
-license=('GPL')
-depends=('pacman' 'bash' 'pacman-contrib' 'expac')
-makedepends=()
-optdepends=('vim: for vimdiff'
-'html2text: for prettier news')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('200a0bda1f1bff73f152517f39b1be2e')
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 0755 $pkgname  $pkgdir/usr/bin/$pkgname
-  install -D -m 0755 cron-$pkgname $pkgdir/usr/bin/cron-$pkgname
-  install -D -m 0644 $pkgname.1$pkgdir/usr/share/man/man1/$pkgname.1
-}
-

Copied: pacmatic/repos/community-any/PKGBUILD (from rev 97169, 
pacmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 20:31:16 UTC (rev 97170)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=pacmatic
+pkgver=20121112
+pkgrel=2
+pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
+arch=('any')
+url=http://kmkeen.com/pacmatic/;
+license=('GPL')
+depends=('pacman' 'bash' 'expac')
+makedepends=()
+optdepends=('vim: for vimdiff'
+'html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('200a0bda1f1bff73f152517f39b1be2e')
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 0755 $pkgname  $pkgdir/usr/bin/$pkgname
+  install -D -m 0755 cron-$pkgname $pkgdir/usr/bin/cron-$pkgname
+  install -D -m 0644 $pkgname.1$pkgdir/usr/share/man/man1/$pkgname.1
+}
+



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 22:31:10
  Author: bgyorgy
Revision: 97169

upgpkg: pacmatic 20121112-2

Add fakeroot as optional dependency (FS#33401)

Modified:
  pacmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 19:57:25 UTC (rev 97168)
+++ PKGBUILD2013-09-14 20:31:10 UTC (rev 97169)
@@ -2,15 +2,16 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 pkgname=pacmatic
 pkgver=20121112
-pkgrel=1
+pkgrel=2
 pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
 arch=('any')
 url=http://kmkeen.com/pacmatic/;
 license=('GPL')
-depends=('pacman' 'bash' 'pacman-contrib' 'expac')
+depends=('pacman' 'bash' 'expac')
 makedepends=()
 optdepends=('vim: for vimdiff'
-'html2text: for prettier news')
+'html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
 source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('200a0bda1f1bff73f152517f39b1be2e')
 



[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini)

2013-09-14 Thread Daniel Wallace
Date: Saturday, September 14, 2013 @ 22:32:14
  Author: dwallace
Revision: 97171

upgpkg: uwsgi 1.9.16-1

upgpkg: uwsgi 1.9.16-1

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini

---+
 PKGBUILD  |   15 ---
 archlinux.ini |2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 20:31:16 UTC (rev 97170)
+++ PKGBUILD2013-09-14 20:32:14 UTC (rev 97171)
@@ -9,6 +9,7 @@
 pkgname=(uwsgi
 uwsgi-plugin-common
 uwsgi-plugin-rack
+uwsgi-plugin-psgi
 uwsgi-plugin-python2
 uwsgi-plugin-python
 uwsgi-plugin-nagios
@@ -22,7 +23,7 @@
 uwsgi-plugin-pam
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.15
+pkgver=1.9.16
 pkgrel=1
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
@@ -39,8 +40,8 @@
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
-md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
- '18ef00843b3eeb537bd9456402d11a4b'
+md5sums=('71fdc369d595ec40776ad954c6ea346b'
+ 'fcd57c37372e6afe5b1fae151dd43bc9'
  'b05ba1d796e1ea608a40635bc4f3ec67'
  '740a7718bd341b03d916a13ddbbbe694'
  'db70315bbc8cb886a278ba59d5fd8d57'
@@ -103,6 +104,14 @@
 install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so 
$pkgdir/usr/lib/uwsgi/rbthreads_plugin.so
 }
 
+package_uwsgi-plugin-psgi(){
+depends=(perl uwsgi-plugin-common)
+pkgdesc=Perl psgi plugin
+install -dm755 $pkgdir/usr/bin
+install -Dm755 $pkgbase-$pkgver/psgi_plugin.so 
$pkgdir/usr/lib/uwsgi/psgi_plugin.so
+ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
+}
+
 package_uwsgi-plugin-python2(){
 depends=(uwsgi-plugin-common python2-gevent python2-gevent)
 pkgdesc=Plugin for Python2 support

Modified: archlinux.ini
===
--- archlinux.ini   2013-09-14 20:31:16 UTC (rev 97170)
+++ archlinux.ini   2013-09-14 20:32:14 UTC (rev 97171)
@@ -14,4 +14,4 @@
 malloc_implementation = libc
 embedded_plugins = echo, ping, http, corerouter
 plugin_dir = /usr/lib/uwsgi
-plugins = echo, ping, http, rack, corerouter, rbthreads, fiber, python, 
nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, 
systemd_logger, php, fastrouter, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter
+plugins = echo, ping, http, rack, psgi, corerouter, rbthreads, fiber, python, 
nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, 
systemd_logger, php, fastrouter, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter



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

2013-09-14 Thread Daniel Wallace
Date: Saturday, September 14, 2013 @ 22:33:55
  Author: dwallace
Revision: 97172

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 97171, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 97171, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 97171, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 97171, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 97171, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 97171, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 97171, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 97171, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 97171, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 97171, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 97171, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 97171, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 97171, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 97171, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 97171, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 97171, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 97171, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 97171, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 97171, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 97171, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  476 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi@.service   |   28 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  237 -
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi@.service |   14 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  237 -
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 
 community-x86_64/uwsgi@.service   |   14 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 27 files changed, 830 insertions(+), 828 deletions(-)

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


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

2013-09-14 Thread Pierre Schmitz
Date: Saturday, September 14, 2013 @ 22:47:39
  Author: pierre
Revision: 194369

upgpkg: php-apcu 4.0.2-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 19:53:11 UTC (rev 194368)
+++ PKGBUILD2013-09-14 20:47:39 UTC (rev 194369)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-apcu
-pkgver=4.0.1
-pkgrel=5
+pkgver=4.0.2
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
 url='http://pecl.php.net/package/APCu'
@@ -14,7 +14,7 @@
 license=('PHP')
 source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('994de4335eb2967c006aa9ca185876fa')
+md5sums=('c8a5c246b787eec81847017823099884')
 
 build() {
cd $srcdir/apcu-$pkgver



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

2013-09-14 Thread Pierre Schmitz
Date: Saturday, September 14, 2013 @ 22:47:48
  Author: pierre
Revision: 194370

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

Added:
  php-apcu/repos/extra-i686/PKGBUILD
(from rev 194369, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-x86_64/PKGBUILD
(from rev 194369, php-apcu/trunk/PKGBUILD)
Deleted:
  php-apcu/repos/extra-i686/PKGBUILD
  php-apcu/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-14 20:47:39 UTC (rev 194369)
+++ extra-i686/PKGBUILD 2013-09-14 20:47:48 UTC (rev 194370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apcu
-pkgver=4.0.1
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-replaces=('php-apc')
-conflicts=('php-apc')
-provides=(php-apc=${pkgver})
-license=('PHP')
-source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('994de4335eb2967c006aa9ca185876fa')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/apcu-$pkgver
-#  printf n\n | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/apcu-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apcu.so'  apcu.ini
-   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-i686/PKGBUILD (from rev 194369, 
php-apcu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-14 20:47:48 UTC (rev 194370)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=(php-apc=${pkgver})
+license=('PHP')
+source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('c8a5c246b787eec81847017823099884')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/apcu-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so'  apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-14 20:47:39 UTC (rev 194369)
+++ extra-x86_64/PKGBUILD   2013-09-14 20:47:48 UTC (rev 194370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apcu
-pkgver=4.0.1
-pkgrel=5
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-replaces=('php-apc')
-conflicts=('php-apc')
-provides=(php-apc=${pkgver})
-license=('PHP')
-source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('994de4335eb2967c006aa9ca185876fa')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/apcu-$pkgver
-#  printf n\n | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/apcu-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apcu.so'  apcu.ini
-   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-x86_64/PKGBUILD (from rev 194369, 
php-apcu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-14 20:47:48 UTC (rev 194370)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'

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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 23:21:11
  Author: bgyorgy
Revision: 97173

upgpkg: pyglet 1.1.4-1

Rename pyglet to python2-pyglet (FS#33109)

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 20:33:55 UTC (rev 97172)
+++ PKGBUILD2013-09-14 21:21:11 UTC (rev 97173)
@@ -4,9 +4,10 @@
 # Contributor: Ryan Coyner rcoy...@gmail.com
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
-pkgname=pyglet
+pkgbase=pyglet
+pkgname=('python2-pyglet')
 pkgver=1.1.4
-pkgrel=4
+pkgrel=1
 pkgdesc=A cross-platform windowing and multimedia library for Python
 arch=('any')
 url=http://pyglet.org/;
@@ -13,16 +14,19 @@
 license=('BSD')
 depends=('python2')
 optdepends=('avbin: provides audiovideo support')
-source=(http://pyglet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+conflicts=('pyglet')
+provides=('pyglet')
+conflicts=('pyglet')
+source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
 md5sums=('b2363642dc3832e95dc4e63a6793467f')
 
 build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgbase}-${pkgver}
python2 setup.py build
 }
 
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+package_python2-pyglet() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=0
 find $pkgdir/ -name '*.pyc' -delete
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 23:21:16
  Author: bgyorgy
Revision: 97174

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 97173, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 21:21:11 UTC (rev 97173)
+++ PKGBUILD2013-09-14 21:21:16 UTC (rev 97174)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=pyglet
-pkgver=1.1.4
-pkgrel=4
-pkgdesc=A cross-platform windowing and multimedia library for Python
-arch=('any')
-url=http://pyglet.org/;
-license=('BSD')
-depends=('python2')
-optdepends=('avbin: provides audiovideo support')
-source=(http://pyglet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b2363642dc3832e95dc4e63a6793467f')
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-   python2 setup.py build
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   python2 setup.py install --root=${pkgdir} --optimize=0
-find $pkgdir/ -name '*.pyc' -delete
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 97173, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 21:21:16 UTC (rev 97174)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyglet
+pkgname=('python2-pyglet')
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=A cross-platform windowing and multimedia library for Python
+arch=('any')
+url=http://pyglet.org/;
+license=('BSD')
+depends=('python2')
+optdepends=('avbin: provides audiovideo support')
+conflicts=('pyglet')
+provides=('pyglet')
+conflicts=('pyglet')
+source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+md5sums=('b2363642dc3832e95dc4e63a6793467f')
+
+build() { 
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   python2 setup.py build
+}
+
+package_python2-pyglet() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 23:24:58
  Author: bgyorgy
Revision: 97175

upgpkg: pyglet 1.1.4-2

Fix Replaces= line

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 21:21:16 UTC (rev 97174)
+++ PKGBUILD2013-09-14 21:24:58 UTC (rev 97175)
@@ -7,7 +7,7 @@
 pkgbase=pyglet
 pkgname=('python2-pyglet')
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform windowing and multimedia library for Python
 arch=('any')
 url=http://pyglet.org/;
@@ -16,7 +16,7 @@
 optdepends=('avbin: provides audiovideo support')
 conflicts=('pyglet')
 provides=('pyglet')
-conflicts=('pyglet')
+replaces=('pyglet')
 source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
 md5sums=('b2363642dc3832e95dc4e63a6793467f')
 



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 23:25:03
  Author: bgyorgy
Revision: 97176

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 97175, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 21:24:58 UTC (rev 97175)
+++ PKGBUILD2013-09-14 21:25:03 UTC (rev 97176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyglet
-pkgname=('python2-pyglet')
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=A cross-platform windowing and multimedia library for Python
-arch=('any')
-url=http://pyglet.org/;
-license=('BSD')
-depends=('python2')
-optdepends=('avbin: provides audiovideo support')
-conflicts=('pyglet')
-provides=('pyglet')
-conflicts=('pyglet')
-source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-md5sums=('b2363642dc3832e95dc4e63a6793467f')
-
-build() { 
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   python2 setup.py build
-}
-
-package_python2-pyglet() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   python2 setup.py install --root=${pkgdir} --optimize=0
-find $pkgdir/ -name '*.pyc' -delete
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 97175, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 21:25:03 UTC (rev 97176)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyglet
+pkgname=('python2-pyglet')
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=A cross-platform windowing and multimedia library for Python
+arch=('any')
+url=http://pyglet.org/;
+license=('BSD')
+depends=('python2')
+optdepends=('avbin: provides audiovideo support')
+conflicts=('pyglet')
+provides=('pyglet')
+replaces=('pyglet')
+source=(http://pyglet.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
+md5sums=('b2363642dc3832e95dc4e63a6793467f')
+
+build() { 
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   python2 setup.py build
+}
+
+package_python2-pyglet() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+   python2 setup.py install --root=${pkgdir} --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (4 files)

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:44:06
  Author: kkeen
Revision: 97177

add package: python-pillow-2.1.0

Added:
  python-pillow/
  python-pillow/repos/
  python-pillow/trunk/
  python-pillow/trunk/PKGBUILD

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

Added: python-pillow/trunk/PKGBUILD
===
--- python-pillow/trunk/PKGBUILD(rev 0)
+++ python-pillow/trunk/PKGBUILD2013-09-15 00:44:06 UTC (rev 97177)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+


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


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

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:45:16
  Author: kkeen
Revision: 97178

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

Added:
  python-pillow/repos/community-i686/
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97177, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97177, python-pillow/trunk/PKGBUILD)

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

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 97177, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 00:45:16 UTC (rev 97178)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+

Copied: python-pillow/repos/community-x86_64/PKGBUILD (from rev 97177, 
python-pillow/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-15 00:45:16 UTC (rev 97178)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+



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

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:56:30
  Author: kkeen
Revision: 97179

upgpkg: python-pillow 2.1.0-2

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-15 00:45:16 UTC (rev 97178)
+++ PKGBUILD2013-09-15 00:56:30 UTC (rev 97179)
@@ -6,7 +6,7 @@
 pkgname=(python-pillow python2-pillow)
 _appname=Pillow
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
 arch=('i686' 'x86_64')
 url=http://python-imaging.github.io/;
@@ -41,6 +41,7 @@
   makedepends=('python2-setuptools')
   provides=('python-imaging' 'python2-imaging')
   conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
   cd $srcdir/${_appname}2-$pkgver
   python2 setup.py install --root=$pkgdir/ --optimize=0
   install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 02:59:23
  Author: kkeen
Revision: 97180

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97179, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97179, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-15 00:56:30 UTC (rev 97179)
+++ community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python')
-  makedepends=('python-setuptools')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2')
-  makedepends=('python2-setuptools')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 97179, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-15 00:56:30 UTC (rev 97179)
+++ community-x86_64/PKGBUILD   2013-09-15 00:59:23 UTC (rev 97180)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')

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

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 03:01:58
  Author: kkeen
Revision: 97181

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 97180, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 97180, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-15 00:59:23 UTC (rev 97180)
+++ community-i686/PKGBUILD 2013-09-15 01:01:58 UTC (rev 97181)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=2
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
-md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
-
-build() {
-  cd $srcdir
-  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
-}  
-
-package_python-pillow() {
-  depends=('python')
-  makedepends=('python-setuptools')
-  cd $srcdir/$_appname-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
-  depends=('python2')
-  makedepends=('python2-setuptools')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd $srcdir/${_appname}2-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=0
-  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # clean up bins
-  cd $pkgdir/usr/bin
-  for f in *.py; do
-mv $f ${f%.py}2
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 97180, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-15 01:01:58 UTC (rev 97181)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+_appname=Pillow
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
+arch=('i686' 'x86_64')
+url=http://python-imaging.github.io/;
+license=('BSD')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip;)
+md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
+
+build() {
+  cd $srcdir
+  cp -r $srcdir/$_appname-$pkgver $srcdir/${_appname}2-$pkgver
+}  
+
+package_python-pillow() {
+  depends=('python')
+  makedepends=('python-setuptools')
+  cd $srcdir/$_appname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}
+  done
+}
+
+package_python2-pillow() {
+  pkgdesc=Python Imaging Library (PIL) fork. Python2 version.
+  depends=('python2')
+  makedepends=('python2-setuptools')
+  provides=('python-imaging' 'python2-imaging')
+  conflicts=('python-imaging' 'python2-imaging')
+  replaces=('python2-imaging')
+  cd $srcdir/${_appname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=0
+  install -Dm644 docs/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # clean up bins
+  cd $pkgdir/usr/bin
+  for f in *.py; do
+mv $f ${f%.py}2
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-15 00:59:23 UTC (rev 97180)
+++ community-x86_64/PKGBUILD   2013-09-15 01:01:58 UTC (rev 97181)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-_appname=Pillow
-pkgver=2.1.0
-pkgrel=2
-pkgdesc=Python Imaging Library (PIL) fork. Python3 version.
-arch=('i686' 'x86_64')
-url=http://python-imaging.github.io/;
-license=('BSD')
-depends=('python' 'python2')

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

2013-09-14 Thread Kyle Keen
Date: Sunday, September 15, 2013 @ 03:05:38
  Author: kkeen
Revision: 97182

archrelease: copy trunk to community-any

Added:
  dina-font/repos/community-any/PKGBUILD
(from rev 97181, dina-font/trunk/PKGBUILD)
  dina-font/repos/community-any/dina-font.install
(from rev 97181, dina-font/trunk/dina-font.install)
Deleted:
  dina-font/repos/community-any/PKGBUILD
  dina-font/repos/community-any/dina-font.install

---+
 PKGBUILD  |  101 ++--
 dina-font.install |   32 
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-15 01:01:58 UTC (rev 97181)
+++ PKGBUILD2013-09-15 01:05:38 UTC (rev 97182)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Xilon xilo...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=dina-font
-pkgver=2.92
-pkgrel=1
-pkgdesc=A monospace bitmap font, primarily aimed at programmers
-arch=('any')
-url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-makedepends=('xorg-bdftopcf')
-install=${pkgname}.install
-source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip)
-md5sums=('028424baac750e9fd0f54df03202e5d0')
-
-_ex_pt() {
-_pt=${1%.bdf}
-_pt=${_pt#*-}
-echo $_pt
-}
-
-build() {
-cd $srcdir/BDF
-for i in Dina_i400-*.bdf; do
-bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
-done
-for i in Dina_i700-*.bdf; do
-bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
-done
-for i in Dina_r400-*.bdf; do
-bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
-done
-for i in Dina_r700-*.bdf; do
-bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
-done
-
-}
-
-package() {
-cd $srcdir/BDF
-for i in *.pcf; do
-install -Dm 644 $i $pkgdir/usr/share/fonts/local/$i
-done
-install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dina-font/repos/community-any/PKGBUILD (from rev 97181, 
dina-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-15 01:05:38 UTC (rev 97182)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Xilon xilo...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=dina-font
+pkgver=2.92
+pkgrel=2
+pkgdesc=A monospace bitmap font, primarily aimed at programmers
+arch=('any')
+url=http://www.donationcoder.com/Software/Jibz/Dina/index.html;
+license=('custom')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+makedepends=('xorg-bdftopcf')
+install=${pkgname}.install
+source=(http://www.donationcoder.com/Software/Jibz/Dina/downloads/Dina.zip)
+md5sums=('028424baac750e9fd0f54df03202e5d0')
+
+_ex_pt() {
+_pt=${1%.bdf}
+_pt=${_pt#*-}
+echo $_pt
+}
+
+build() {
+cd $srcdir/BDF
+
+sed -i 's/microsoft-cp1252/ISO8859-1/' *.bdf
+
+for i in Dina_i400-*.bdf; do
+bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_i700-*.bdf; do
+bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
+done
+for i in Dina_r400-*.bdf; do
+bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
+done
+for i in Dina_r700-*.bdf; do
+bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
+done
+gzip *.pcf
+}
+
+package() {
+cd $srcdir/BDF
+for i in *.gz; do
+install -Dm 644 $i $pkgdir/usr/share/fonts/local/$i
+done
+install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: dina-font.install
===
--- dina-font.install   2013-09-15 01:01:58 UTC (rev 97181)
+++ dina-font.install   2013-09-15 01:05:38 UTC (rev 97182)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n Updating font cache...  
-  usr/bin/fc-cache
-  cd usr/share/fonts/local
-  mkfontdir
-  mkfontscale
-  echo done.
-}
-
-post_upgrade() {
-  post_install $i
-}
-
-post_remove() {
-  usr/bin/fc-cache
-}

Copied: dina-font/repos/community-any/dina-font.install (from rev 97181, 
dina-font/trunk/dina-font.install)
===
--- dina-font.install   (rev 0)
+++ dina-font.install   2013-09-15 01:05:38 UTC (rev 97182)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n Updating font cache...  
+  usr/bin/fc-cache
+  cd usr/share/fonts/local
+  mkfontdir
+  mkfontscale
+  echo done.
+}
+
+post_upgrade() {
+  post_install $i
+}
+
+post_remove() {
+  usr/bin/fc-cache
+}



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

2013-09-14 Thread Daniel Wallace
Date: Sunday, September 15, 2013 @ 06:05:01
  Author: dwallace
Revision: 97183

upgpkg: steam 1.0.0.42-1

upgpkg: steam 1.0.0.42

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-15 01:05:38 UTC (rev 97182)
+++ PKGBUILD2013-09-15 04:05:01 UTC (rev 97183)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.40
+pkgver=1.0.0.42
 pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
@@ -54,3 +54,6 @@
   ln -sf /bin/true $pkgdir/usr/bin/steamdeps
 }
 #vim: set ft=PKGBUILD sw=2 ts=2 et
+md5sums=('dd9d131abe07badd197bcfaccef11f80'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')



[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-09-14 Thread Daniel Wallace
Date: Sunday, September 15, 2013 @ 06:05:34
  Author: dwallace
Revision: 97184

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 97183, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 97183, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 97183, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 97183, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install

--+
 PKGBUILD |  115 +
 alsa_sdl_audiodriver.patch   |   28 -
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 110 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-15 04:05:01 UTC (rev 97183)
+++ PKGBUILD2013-09-15 04:05:34 UTC (rev 97184)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.40
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 97183, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-15 04:05:34 UTC (rev 97184)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.42
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2013-09-14 Thread Daniel Wallace
Date: Sunday, September 15, 2013 @ 06:07:35
  Author: dwallace
Revision: 97185

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 97184, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 97184, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 97184, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 97184, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  115 +
 alsa_sdl_audiodriver.patch   |   28 -
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 110 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-15 04:05:34 UTC (rev 97184)
+++ PKGBUILD2013-09-15 04:07:35 UTC (rev 97185)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.40
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 97184, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-15 04:07:35 UTC (rev 97185)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.42
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

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

2013-09-14 Thread Daniel Wallace
Date: Sunday, September 15, 2013 @ 06:08:31
  Author: dwallace
Revision: 97186

move md5sums

Modified:
  steam/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-15 04:07:35 UTC (rev 97185)
+++ PKGBUILD2013-09-15 04:08:31 UTC (rev 97186)
@@ -12,7 +12,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
+md5sums=('dd9d131abe07badd197bcfaccef11f80'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 if [[ $CARCH == x86_64 ]]; then
@@ -54,6 +54,3 @@
   ln -sf /bin/true $pkgdir/usr/bin/steamdeps
 }
 #vim: set ft=PKGBUILD sw=2 ts=2 et
-md5sums=('dd9d131abe07badd197bcfaccef11f80'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')