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

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:03:23
  Author: allan
Revision: 110655

upgpkg: wget 1.12-5
fix wgetrc...

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 07:38:20 UTC (rev 110654)
+++ PKGBUILD2011-02-21 09:03:23 UTC (rev 110655)
@@ -4,7 +4,7 @@
 
 pkgname=wget
 pkgver=1.12
-pkgrel=4
+pkgrel=5
 pkgdesc=A network utility to retrieve files from the Web
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/wget/wget.html;
@@ -33,7 +33,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   
-  cat  $pkgdir/etc/wgetrc EOF
+  cat  $pkgdir/etc/wgetrc EOF
 
 # default root certs location
 ca_certificate=/etc/ssl/certs/ca-certificates.crt



[arch-commits] Commit in wget/repos (testing-i686)

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:04:12
  Author: allan
Revision: 110656

archrelease: copy trunk to testing-i686

Added:
  wget/repos/testing-i686/



[arch-commits] Commit in wget/repos (testing-x86_64)

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:05:00
  Author: allan
Revision: 110657

archrelease: copy trunk to testing-x86_64

Added:
  wget/repos/testing-x86_64/



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

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:16:02
  Author: allan
Revision: 110658

upgpkg: ppl 0.11.1-1
upstream update

Modified:
  ppl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 09:05:00 UTC (rev 110657)
+++ PKGBUILD2011-02-21 09:16:02 UTC (rev 110658)
@@ -3,7 +3,7 @@
 # Contributor: ezzetabi ezzetabi at gawab dot com
 
 pkgname=ppl
-pkgver=0.11
+pkgver=0.11.1
 pkgrel=1
 pkgdesc=A modern library for convex polyhedra and other numerical 
abstractions.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gmp=5.0')
 options=('!docs' '!libtool')
 
source=(http://www.cs.unipr.it/ppl/Download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz)
-md5sums=('ba527ec0ffc830ce16fad8a4195a337e')
+md5sums=('7d17f4bbd78afad20c8756a5dd260c5c')
 
 build() {
   cd $srcdir/ppl-$pkgver
@@ -25,3 +25,4 @@
   cd $srcdir/ppl-$pkgver
   make DESTDIR=$pkgdir install
 }
+



[arch-commits] Commit in ppl/repos (testing-i686)

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:17:15
  Author: allan
Revision: 110659

archrelease: copy trunk to testing-i686

Added:
  ppl/repos/testing-i686/



[arch-commits] Commit in ppl/repos (testing-x86_64)

2011-02-21 Thread Allan McRae
Date: Monday, February 21, 2011 @ 04:18:27
  Author: allan
Revision: 110660

archrelease: copy trunk to testing-x86_64

Added:
  ppl/repos/testing-x86_64/



[arch-commits] Commit in python2/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 06:58:02
  Author: stephane
Revision: 110661

archrelease: copy trunk to staging-i686

Added:
  python2/repos/staging-i686/



[arch-commits] Commit in python2/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 06:58:35
  Author: stephane
Revision: 110662

archrelease: copy trunk to staging-x86_64

Added:
  python2/repos/staging-x86_64/



[arch-commits] Commit in python/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:00:10
  Author: stephane
Revision: 110663

archrelease: copy trunk to staging-i686

Added:
  python/repos/staging-i686/



[arch-commits] Commit in python/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:00:30
  Author: stephane
Revision: 110664

archrelease: copy trunk to staging-x86_64

Added:
  python/repos/staging-x86_64/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:01:20
  Author: stephane
Revision: 110665

upgpkg: python-distribute 0.6.14-6
python 3.2 rebuild

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:00:30 UTC (rev 110664)
+++ PKGBUILD2011-02-21 12:01:20 UTC (rev 110665)
@@ -2,8 +2,8 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgname=python-distribute
 pkgver=0.6.14
-pkgrel=5
-pkgdesc=A collection of extensions to the Python distutils
+pkgrel=6
+pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
 url=http://packages.python.org/distribute;
@@ -13,9 +13,13 @@
 sha1sums=('6bea50b97f36bf751548bb486a534204a690aa4d'
   'de635febfb11dc6878e5bdbac4a0e1d539c19d79')
 
-package() {
-   cd ${srcdir}/distribute-${pkgver}
+build() {
+   cd ${srcdir}/distribute-${pkgver}
patch -Np1 -i ../distribute-${pkgver}_python2_and_3.patch
-   python setup.py install --prefix=/usr --root=${pkgdir}
+   python setup.py build
 }
-# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent
+
+package() {
+   cd ${srcdir}/distribute-${pkgver}
+   python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}



[arch-commits] Commit in python-distribute/repos (staging-any)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:01:28
  Author: stephane
Revision: 110666

archrelease: copy trunk to staging-any

Added:
  python-distribute/repos/staging-any/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:01:59
  Author: stephane
Revision: 110667

upgpkg: python-sip 4.12.1-2
python 3.2 rebuild

Modified:
  python-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:01:28 UTC (rev 110666)
+++ PKGBUILD2011-02-21 12:01:59 UTC (rev 110667)
@@ -3,7 +3,7 @@
 
 pkgname=python-sip
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')



[arch-commits] Commit in python-sip/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:02:07
  Author: stephane
Revision: 110668

archrelease: copy trunk to staging-i686

Added:
  python-sip/repos/staging-i686/



[arch-commits] Commit in python-sip/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:02:14
  Author: stephane
Revision: 110669

archrelease: copy trunk to staging-x86_64

Added:
  python-sip/repos/staging-x86_64/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:18:28
  Author: stephane
Revision: 110670

upgpkg: python-numpy 1.5.1-2
python 3.2 rebuild

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:02:14 UTC (rev 110669)
+++ PKGBUILD2011-02-21 12:18:28 UTC (rev 110670)
@@ -6,7 +6,7 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python3-numpy')
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Scientific tools for Python
 arch=('i686' 'x86_64')
 license=('custom')
@@ -39,7 +39,7 @@
   optdepends=('python-nose: testsuite')
 
   cd ${srcdir}/numpy-py2-${pkgver}
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir}
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
   install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
   install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
@@ -54,7 +54,7 @@
   depends=('lapack' 'python')
 
   cd ${srcdir}/numpy-${pkgver}
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir}
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
   install -m755 -d ${pkgdir}/usr/share/licenses/python3-numpy
   install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python3-numpy/



[arch-commits] Commit in python-numpy/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:18:44
  Author: stephane
Revision: 110671

archrelease: copy trunk to staging-i686

Added:
  python-numpy/repos/staging-i686/



[arch-commits] Commit in python-numpy/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:18:58
  Author: stephane
Revision: 110672

archrelease: copy trunk to staging-x86_64

Added:
  python-numpy/repos/staging-x86_64/



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

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:42:56
  Author: andrea
Revision: 110673

upgpkg: python-qt 4.8.3-2
python 3.2 rebuild

Modified:
  python-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:18:58 UTC (rev 110672)
+++ PKGBUILD2011-02-21 12:42:56 UTC (rev 110673)
@@ -3,7 +3,7 @@
 
 pkgname=python-qt
 pkgver=4.8.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')



[arch-commits] Commit in python-qt/repos (staging-i686)

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:43:16
  Author: andrea
Revision: 110674

archrelease: copy trunk to staging-i686

Added:
  python-qt/repos/staging-i686/



[arch-commits] Commit in python-qt/repos (staging-x86_64)

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:43:41
  Author: andrea
Revision: 110675

archrelease: copy trunk to staging-x86_64

Added:
  python-qt/repos/staging-x86_64/



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

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:43:44
  Author: andrea
Revision: 110676

upgpkg: qscintilla 2.4.6-7
python 3.2 rebuild

Modified:
  qscintilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:43:41 UTC (rev 110675)
+++ PKGBUILD2011-02-21 12:43:44 UTC (rev 110676)
@@ -5,7 +5,7 @@
 pkgbase=qscintilla
 pkgname=('qscintilla' 'python-qscintilla')
 pkgver=2.4.6
-pkgrel=6
+pkgrel=7
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;



[arch-commits] Commit in qscintilla/repos (staging-i686)

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:44:06
  Author: andrea
Revision: 110677

archrelease: copy trunk to staging-i686

Added:
  qscintilla/repos/staging-i686/



[arch-commits] Commit in qscintilla/repos (staging-x86_64)

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:44:28
  Author: andrea
Revision: 110678

archrelease: copy trunk to staging-x86_64

Added:
  qscintilla/repos/staging-x86_64/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:19:09
  Author: stephane
Revision: 110679

upgpkg: pyopenssl 0.11-2
python 3.2 rebuild

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:44:28 UTC (rev 110678)
+++ PKGBUILD2011-02-21 13:19:09 UTC (rev 110679)
@@ -5,7 +5,7 @@
 pkgbase=pyopenssl
 pkgname=('pyopenssl' 'python2-pyopenssl')
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://launchpad.net/pyopenssl/;
 license=('LGPL2.1')
@@ -28,7 +28,7 @@
 
 package_pyopenssl(){
 pkgdesc=Python3 wrapper module around the OpenSSL library
-depends=('python=3.1' 'openssl')
+depends=('python=3.2' 'openssl')
 
 cd ${srcdir}/pyOpenSSL-${pkgver}
 python setup.py install --root ${pkgdir} --optimize=1



[arch-commits] Commit in pyopenssl/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:19:18
  Author: stephane
Revision: 110680

archrelease: copy trunk to staging-i686

Added:
  pyopenssl/repos/staging-i686/



[arch-commits] Commit in pyopenssl/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:19:25
  Author: stephane
Revision: 110681

archrelease: copy trunk to staging-x86_64

Added:
  pyopenssl/repos/staging-x86_64/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:23:43
  Author: stephane
Revision: 110682

upgpkg: python-chardet 2.0.1-4
python 3.2 rebuild

Modified:
  python-chardet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 13:19:25 UTC (rev 110681)
+++ PKGBUILD2011-02-21 13:23:43 UTC (rev 110682)
@@ -4,7 +4,7 @@
 pkgbase=python-chardet
 pkgname=('python-chardet' 'python2-chardet')
 pkgver=2.0.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 url=http://chardet.feedparser.org;
 license=('LGPL')
@@ -15,7 +15,7 @@
 '2b9a1e6a4e719ae3a3e19ccfe0b88cf2c74f3083c36ecac7451a64428a60a1af')
 
 package_python-chardet() {
-   depends=('python=3.1.3')
+   depends=('python=3.2')
pkgdesc=Python3 module for character encoding auto-detection
cd ${srcdir}/python3-chardet-${pkgver}
python setup.py install --root=${pkgdir} --optimize=1



[arch-commits] Commit in python-chardet/repos (staging-any)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:23:52
  Author: stephane
Revision: 110683

archrelease: copy trunk to staging-any

Added:
  python-chardet/repos/staging-any/



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:49:58
  Author: stephane
Revision: 110684

upgpkg: swig 2.0.2-1
update to 2.0.2

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 13:23:52 UTC (rev 110683)
+++ PKGBUILD2011-02-21 13:49:58 UTC (rev 110684)
@@ -1,9 +1,9 @@
 # $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('gcc-libs' 'zlib')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('da5a1e396597be683a62d349d71802c33fb0f644')
+sha1sums=('1fc5a7b42ae41c51772d7268ba0f987e9514d110')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,5 +25,3 @@
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
 }
-
-# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent



[arch-commits] Commit in swig/repos (extra-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:50:04
  Author: stephane
Revision: 110685

archrelease: remove extra-i686

Deleted:
  swig/repos/extra-i686/



[arch-commits] Commit in swig/repos (extra-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:50:10
  Author: stephane
Revision: 110686

archrelease: copy trunk to extra-i686

Added:
  swig/repos/extra-i686/



[arch-commits] Commit in swig/repos (extra-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:50:16
  Author: stephane
Revision: 110687

archrelease: remove extra-x86_64

Deleted:
  swig/repos/extra-x86_64/



[arch-commits] Commit in swig/repos (extra-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 08:50:23
  Author: stephane
Revision: 110688

archrelease: copy trunk to extra-x86_64

Added:
  swig/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 10:30:22
  Author: tpowa
Revision: 110689

upgpkg: aufs2 2.6.37_20110124-2
rebuild against 2.6.37.1

Modified:
  aufs2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 13:50:23 UTC (rev 110688)
+++ PKGBUILD2011-02-21 15:30:22 UTC (rev 110689)
@@ -3,14 +3,14 @@
 
 pkgname=aufs2
 pkgver=2.6.37_20110124
-pkgrel=1
+pkgrel=2
 #_kernver=${pkgver%_*}-ARCH
 _kernver=2.6.37-ARCH
 pkgdesc=Another Unionfs Implementation
 arch=('i686' 'x86_64')
 url=http://aufs.sourceforge.net/;
 license=('GPL2')
-depends=('kernel26=2.6.37' 'kernel262.6.38')
+depends=('kernel26=2.6.37i.1' 'kernel262.6.38')
 makedepends=('kernel26-headers=2.6.37' 'kernel26-headers2.6.38')
 replaces=('aufs')
 install=${pkgname}.install
@@ -55,6 +55,8 @@
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g \
 $startdir/$pkgname.install
   # install include files
-  install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/include/linux/aufs_type.h 
+  install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/include/linux/aufs_type.h
+  # gzip -9 all modules to safe 100MB
+  find $pkgdir -name '*.ko' -exec gzip -9 {} \;
 }
 md5sums=('fa64d7893490ef9c82310ebd5f730443')



[arch-commits] Commit in aufs2/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 10:30:53
  Author: tpowa
Revision: 110692

archrelease: remove extra-x86_64

Deleted:
  aufs2/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:05
  Author: tpowa
Revision: 110694

upgpkg: alsa-lib 1.0.24.1-1
bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 15:31:08 UTC (rev 110693)
+++ PKGBUILD2011-02-21 17:46:05 UTC (rev 110694)
@@ -2,19 +2,17 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.23
-pkgrel=2
+pkgver=1.0.24.1
+pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
 depends=('glibc')
-optdepends=('python2')
+optdepends=('python2: for python smixer plugin')
 makedepends=('python2')
 license=('GPL')
 options=(!libtool)
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-md5sums=('f48b50421d8a69d2d806d9c47e534f0d')
-sha1sums=('8abcd773f1686a182c08fd53f0d7b353cfcf9f56')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,3 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
+md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226')



[arch-commits] Commit in alsa-lib/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:15
  Author: tpowa
Revision: 110695

archrelease: remove extra-i686

Deleted:
  alsa-lib/repos/extra-i686/



[arch-commits] Commit in alsa-lib/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:30
  Author: tpowa
Revision: 110696

archrelease: copy trunk to extra-i686

Added:
  alsa-lib/repos/extra-i686/



[arch-commits] Commit in alsa-lib/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:41
  Author: tpowa
Revision: 110697

archrelease: remove extra-x86_64

Deleted:
  alsa-lib/repos/extra-x86_64/



[arch-commits] Commit in alsa-lib/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:46:57
  Author: tpowa
Revision: 110698

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:54:04
  Author: tpowa
Revision: 110699

upgpkg: alsa-firmware 1.0.24.1-1
bump to latest version

Modified:
  alsa-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 17:46:57 UTC (rev 110698)
+++ PKGBUILD2011-02-21 17:54:04 UTC (rev 110699)
@@ -2,7 +2,7 @@
 # Contributor: Jochen Immendörfer jochen dot immendoerfer at gmail dot com
 # Package Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=alsa-firmware
-pkgver=1.0.23
+pkgver=1.0.24.1
 pkgrel=1
 pkgdesc=ALSA firmware package
 arch=('i686' 'x86_64')
@@ -14,20 +14,24 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
   # remove files which conflicts with kernel26-firmware
-  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_kernel.fw || return 1
-  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_minisrc.fw || return 1
-  rm -rf ${pkgdir}/lib/firmware/korg/k1212.dsp || return 1
-  rm -rf ${pkgdir}/lib/firmware/sb16/alaw_main.csp || return 1
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_capture.csp || return 1
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_init.csp || return 1
-  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_playback.csp || return 1
-  rm -rf ${pkgdir}/lib/firmware/sb16/mulaw_main.csp || return 1
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_ctrl.fw || return 1
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_dsp.fw || return 1
-  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1e_ctrl.fw || return 1
-  rm -rf ${pkgdir}/lib/firmware/yamaha/yss225_registers.bin || return 1
+  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_kernel.fw
+  rm -rf ${pkgdir}/lib/firmware/ess/maestro3_assp_minisrc.fw
+  rm -rf ${pkgdir}/lib/firmware/korg/k1212.dsp
+  rm -rf ${pkgdir}/lib/firmware/sb16/alaw_main.csp
+  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_capture.csp
+  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_init.csp
+  rm -rf ${pkgdir}/lib/firmware/sb16/ima_adpcm_playback.csp
+  rm -rf ${pkgdir}/lib/firmware/sb16/mulaw_main.csp
+  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_ctrl.fw
+  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1_dsp.fw
+  rm -rf ${pkgdir}/lib/firmware/yamaha/ds1e_ctrl.fw
+  rm -rf ${pkgdir}/lib/firmware/yamaha/yss225_registers.bin
 }
-md5sums=('e3f755331d6d485f6fd697249b90f877')
+md5sums=('d37434dfcfececd8581d2f0bbe2fcf1b')



[arch-commits] Commit in alsa-firmware/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:54:33
  Author: tpowa
Revision: 110700

archrelease: remove extra-i686

Deleted:
  alsa-firmware/repos/extra-i686/



[arch-commits] Commit in alsa-firmware/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:54:49
  Author: tpowa
Revision: 110701

archrelease: copy trunk to extra-i686

Added:
  alsa-firmware/repos/extra-i686/



[arch-commits] Commit in alsa-firmware/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:55:18
  Author: tpowa
Revision: 110702

archrelease: remove extra-x86_64

Deleted:
  alsa-firmware/repos/extra-x86_64/



[arch-commits] Commit in alsa-firmware/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 12:55:33
  Author: tpowa
Revision: 110703

archrelease: copy trunk to extra-x86_64

Added:
  alsa-firmware/repos/extra-x86_64/



[arch-commits] Commit in alsa-utils/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:06
  Author: tpowa
Revision: 110705

archrelease: remove extra-i686

Deleted:
  alsa-utils/repos/extra-i686/



[arch-commits] Commit in alsa-utils/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:23
  Author: tpowa
Revision: 110706

archrelease: copy trunk to extra-i686

Added:
  alsa-utils/repos/extra-i686/



[arch-commits] Commit in alsa-utils/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:37
  Author: tpowa
Revision: 110707

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



[arch-commits] Commit in alsa-utils/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:54
  Author: tpowa
Revision: 110708

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:11:59
  Author: bisson
Revision: 110709

initial commit of idnkit, to bring IDN (internationalized domain name) support 
to dnsutils

Added:
  idnkit/
  idnkit/repos/
  idnkit/trunk/
  idnkit/trunk/PKGBUILD

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

Added: idnkit/trunk/PKGBUILD
===
--- idnkit/trunk/PKGBUILD   (rev 0)
+++ idnkit/trunk/PKGBUILD   2011-02-21 19:11:59 UTC (rev 110709)
@@ -0,0 +1,32 @@
+# Contributor: Igor Nemilentsev trez...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=idnkit
+pkgver=1.0
+pkgrel=1
+pkgdesc='Provides functionalities about Internationalized Domain Name 
processing'
+arch=('i686' 'x86_64')
+url='http://www.nic.ad.jp/ja/idn/idnkit/download/'
+license=('custom:BSD')
+options=('!makeflags' '!libtool')
+source=(http://www.nic.ad.jp/ja/idn/idnkit/download/sources/idnkit-${pkgver}-src.tar.gz;)
+sha1sums=('7d843ffcf9843b7af02079e5a160520f28c75048')
+
+backup=('etc/idnalias.conf' 'etc/idn.conf')
+
+build() {
+   cd ${srcdir}/idnkit-${pkgver}-src
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --mandir=/usr/share/man \
+   --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/idnkit-${pkgver}-src
+   make DESTDIR=${pkgdir} install
+   install -Dm644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: idnkit/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in idnkit/repos (testing-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:12:14
  Author: bisson
Revision: 110710

archrelease: copy trunk to testing-i686

Added:
  idnkit/repos/testing-i686/



[arch-commits] Commit in idnkit/repos (testing-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:12:21
  Author: bisson
Revision: 110711

archrelease: copy trunk to testing-x86_64

Added:
  idnkit/repos/testing-x86_64/



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

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:14:23
  Author: bisson
Revision: 110712

upstream upgrade, PKGBUILD cleanup, enable IDN and DNSSEC support

Modified:
  dnsutils/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 21 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 19:12:21 UTC (rev 110711)
+++ PKGBUILD2011-02-21 19:14:23 UTC (rev 110712)
@@ -1,33 +1,38 @@
 # $Id$
 # Maintainer: kevin ke...@archlinux.org
 # Contributor: mario mario_v...@hotmail.com
+
 pkgname=dnsutils
+
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.7.2.P3
-_pkgver=9.7.2-P3
+pkgver=9.7.3
+_pkgver=9.7.3
 pkgrel=1
-pkgdesc=Various DNS utilities - dig host nslookup nsupdate
-arch=(i686 x86_64)
-url=https://www.isc.org/software/bind;
+
+pkgdesc='Various DNS utilities - dig host nslookup nsupdate'
+arch=('i686' 'x86_64')
+url='https://www.isc.org/software/bind'
 license=('custom:ISC')
-depends=('openssl')
+depends=('openssl' 'idnkit')
 replaces=('bind-tools' 'host')
-options=('makeflags')
+options=('!makeflags')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
 'tools-only.patch')
-sha1sums=('ca621a23e79298b4da14a3884690edbccda410d4'
+sha1sums=('78e14b3d3e653a8c21b098361b645dee5ed66238'
   'ac88c89e25c26d73095a3dd85e1ca1070d184ded')
 
 build() {
-  cd ${srcdir}/bind-${_pkgver}
-  patch -p1  ../tools-only.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --with-openssl=yes --disable-linux-caps --without-libxml2
-  make
+   cd ${srcdir}/bind-${_pkgver}
+   patch -p1  ../tools-only.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+   ./configure \
+   --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --with-openssl=yes --with-idn=yes --disable-linux-caps
+   make
 }
 
 package() {
-  cd ${srcdir}/bind-${_pkgver}/bin
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ../COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   cd ${srcdir}/bind-${_pkgver}/bin
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in dnsutils/repos (testing-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:14:30
  Author: bisson
Revision: 110713

archrelease: copy trunk to testing-i686

Added:
  dnsutils/repos/testing-i686/



[arch-commits] Commit in dnsutils/repos (testing-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:14:38
  Author: bisson
Revision: 110714

archrelease: copy trunk to testing-x86_64

Added:
  dnsutils/repos/testing-x86_64/



[arch-commits] Commit in sane/trunk (PKGBUILD fix_xerox_mfp_color_mode.patch)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 14:15:42
  Author: tpowa
Revision: 110715

upgpkg: sane 1.0.22-1
bump to latest version

Modified:
  sane/trunk/PKGBUILD
Deleted:
  sane/trunk/fix_xerox_mfp_color_mode.patch

+
 PKGBUILD   |   20 +++-
 fix_xerox_mfp_color_mode.patch |   21 -
 2 files changed, 7 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 19:14:38 UTC (rev 110714)
+++ PKGBUILD2011-02-21 19:15:42 UTC (rev 110715)
@@ -3,8 +3,8 @@
 # Contributed by Sarah Hay sarah...@mb.sympatico.ca, Tobias Powalowski 
t.p...@gmx.de, Simo L. neot...@yahoo.com, eric e...@archlinux.org
 
 pkgname=sane
-pkgver=1.0.21
-pkgrel=4
+pkgver=1.0.22
+pkgrel=1
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org;
 arch=('i686' 'x86_64')
@@ -12,21 +12,13 @@
 depends=('libtiff=3.9.2-2' 'libgphoto2=2.4.7-2' 'libjpeg=8' 'libieee1284' 
'libusb-compat' 'v4l-utils' 'avahi' 'bash')
 makedepends=('texlive-latexextra')
 install=$pkgname.install
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,leo.conf,lexmark.conf,ma1509.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
-source=(ftp://ftp.sane-project.org/pub/sane/$pkgname-backends-$pkgver/$pkgname-backends-$pkgver.tar.gz
-
ftp://ftp.sane-project.org/pub/sane/$pkgname-backends-$pkgver/sane-backends-1.0.21-i18n.patch
-sane.xinetd
-fix_xerox_mfp_color_mode.patch)
+backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-backends-$pkgver/$pkgname-backends-$pkgver.tar.gz
+sane.xinetd)
 options=(!libtool)
-md5sums=('be586a23633949cf2ecf0c9c6d769130'
- '8a6443b731f04dada814e268c42b139a'
- 'da946cc36fb83612162cf9505986d4b2'
- 'd6542c340c2acf30ccb7ead7094ab9d9')
 
 build() {
   cd ${srcdir}/${pkgname}-backends-${pkgver}
-  patch -Np1 -i ${srcdir}/sane-backends-1.0.21-i18n.patch
-  patch -Np1 -i ${srcdir}/fix_xerox_mfp_color_mode.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--with-docdir=/usr/share/doc/sane --enable-avahi
   make
 }
@@ -52,3 +44,5 @@
   # install xinetd file
   install -D -m644 ${srcdir}/sane.xinetd ${pkgdir}/etc/xinetd.d/sane
 }
+md5sums=('fadf56a60f4776bfb24491f66b617cf5'
+ 'da946cc36fb83612162cf9505986d4b2')

Deleted: fix_xerox_mfp_color_mode.patch
===
--- fix_xerox_mfp_color_mode.patch  2011-02-21 19:14:38 UTC (rev 110714)
+++ fix_xerox_mfp_color_mode.patch  2011-02-21 19:15:42 UTC (rev 110715)
@@ -1,21 +0,0 @@
-Description: Fix xerox_mfp color mode
- Corrected color mode malfunction.
- 
- Bug was introduced by mass change to SANE_VALUE macro, (commit 
ff048f41760c74e67dfea36a079c71fdb72bbf4c).
-Author: Alex Belkin a...@telekom.ru
-Origin: upstream, 
http://git.debian.org/?p=sane/sane-backends.git;a=commitdiff;h=043cc4b1651fe602f1b7fb58e6592bd3bef0f4ac
-Bug: 
https://alioth.debian.org/tracker/?func=detailatid=410366aid=312485group_id=30186
-Bug-Debian: http://bugs.debian.org/583789
-
-Index: sane-backends-1.0.21/backend/xerox_mfp.c

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

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:15:54
  Author: bisson
Revision: 110716

upstream update, build with libxml2 for FS#19572

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 19:15:42 UTC (rev 110715)
+++ PKGBUILD2011-02-21 19:15:54 UTC (rev 110716)
@@ -3,9 +3,12 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-pkgver=9.7.2.P3
-_pkgver=9.7.2-P3
-pkgrel=3
+
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.7.3
+_pkgver=9.7.3
+pkgrel=1
+
 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation 
of the Domain Name System (DNS) protocols'
 arch=('i686' 'x86_64')
 url='http://www.isc.org/software/bind/'
@@ -15,8 +18,8 @@
 'etc/conf.d/named'
 'etc/named.conf'
 'etc/rndc.key')
-depends=('openssl')
-options=('!libtool')
+depends=('openssl' 'libxml2')
+options=('!makeflags' '!libtool')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
 'ftp://ftp.rs.internic.net/domain/db.cache'
 'so_bsdcompat.patch'
@@ -27,7 +30,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('ca621a23e79298b4da14a3884690edbccda410d4'
+sha1sums=('78e14b3d3e653a8c21b098361b645dee5ed66238'
   'ee52947062c1582858187716b776afa3613608fb'
   '2f737f4e81186447ac2ef370fa8dcea0b3abec31'
   '5277cf4d6fbc5728c55b51c77c9347d28393fb7c'
@@ -42,15 +45,14 @@
 
 build() {
cd ${srcdir}/${pkgname}-${_pkgver}
-   export MAKEFLAGS=-j1
 
patch -p1 -i ${srcdir}/so_bsdcompat.patch
patch -p1 -i ${srcdir}/notools.patch
 
./configure \
--prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --with-libtool --enable-shared --disable-linux-caps \
-   --with-openssl=yes
+   --with-libtool --enable-static=no --disable-linux-caps \
+   --with-openssl=yes --with-libxml2=yes
make
 }
 



[arch-commits] Commit in bind/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:16:00
  Author: bisson
Revision: 110717

archrelease: remove extra-i686

Deleted:
  bind/repos/extra-i686/



[arch-commits] Commit in bind/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:16:06
  Author: bisson
Revision: 110718

archrelease: copy trunk to extra-i686

Added:
  bind/repos/extra-i686/



[arch-commits] Commit in sane/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 14:16:13
  Author: tpowa
Revision: 110719

archrelease: remove extra-i686

Deleted:
  sane/repos/extra-i686/



[arch-commits] Commit in bind/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:16:16
  Author: bisson
Revision: 110720

archrelease: remove extra-x86_64

Deleted:
  bind/repos/extra-x86_64/



[arch-commits] Commit in bind/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 14:16:21
  Author: bisson
Revision: 110721

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/



[arch-commits] Commit in sane/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 14:16:31
  Author: tpowa
Revision: 110722

archrelease: copy trunk to extra-i686

Added:
  sane/repos/extra-i686/



[arch-commits] Commit in sane/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 14:17:00
  Author: tpowa
Revision: 110723

archrelease: remove extra-x86_64

Deleted:
  sane/repos/extra-x86_64/



[arch-commits] Commit in sane/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 14:17:17
  Author: tpowa
Revision: 110724

archrelease: copy trunk to extra-x86_64

Added:
  sane/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 15:11:19
  Author: tpowa
Revision: 110725

upgpkg: qemu 0.14.0-1
bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 19:17:17 UTC (rev 110724)
+++ PKGBUILD2011-02-21 20:11:19 UTC (rev 110725)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc=QEMU is a generic and open source processor emulator which achieves a 
good emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
@@ -17,15 +17,19 @@
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's/lib64/lib/g' x86_64.ld || return 1
+  sed -i -e 's/lib64/lib/g' x86_64.ld
   ./configure --prefix=/usr --sysconfdir=/etc 
--audio-drv-list=oss,alsa,sdl,esd \
   --audio-card-list=ac97,sb16,es1370,adlib \
   --enable-docs \
   --kerneldir=/usr/src/linux-$(uname -r)
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/65-kvm.rules \
${pkgdir}/lib/udev/rules.d/65-kvm.rules
 }
-md5sums=('397a0d665da8ba9d3b9583629f3d6421'
+md5sums=('f9d145d5c09de9f0984ffe9bd1229970'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



[arch-commits] Commit in qemu/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 15:12:25
  Author: tpowa
Revision: 110726

archrelease: remove extra-i686

Deleted:
  qemu/repos/extra-i686/



[arch-commits] Commit in qemu/repos (extra-i686)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 15:12:42
  Author: tpowa
Revision: 110727

archrelease: copy trunk to extra-i686

Added:
  qemu/repos/extra-i686/



[arch-commits] Commit in qemu/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 15:14:12
  Author: tpowa
Revision: 110728

archrelease: remove extra-x86_64

Deleted:
  qemu/repos/extra-x86_64/



[arch-commits] Commit in qemu/repos (extra-x86_64)

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 15:14:28
  Author: tpowa
Revision: 110729

archrelease: copy trunk to extra-x86_64

Added:
  qemu/repos/extra-x86_64/



[arch-commits] Commit in xfce4-power-manager/trunk (PKGBUILD)

2011-02-21 Thread andyrtr
Date: Monday, February 21, 2011 @ 15:32:08
  Author: andyrtr
Revision: 110730

upgpkg: xfce4-power-manager 1.0.10-1
upstream update 1.0.10

Modified:
  xfce4-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 20:14:28 UTC (rev 110729)
+++ PKGBUILD2011-02-21 20:32:08 UTC (rev 110730)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-power-manager
-pkgver=1.0.3
+pkgver=1.0.10
 pkgrel=1
 pkgdesc=power manager for xfce4 desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5dac3686a2419e367721f34b21c528a1')
+md5sums=('38cbd272eb30e36ae538d9f38858bd38')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-power-manager/repos (extra-i686)

2011-02-21 Thread andyrtr
Date: Monday, February 21, 2011 @ 15:32:23
  Author: andyrtr
Revision: 110731

archrelease: remove extra-i686

Deleted:
  xfce4-power-manager/repos/extra-i686/



[arch-commits] Commit in xfce4-power-manager/repos (extra-i686)

2011-02-21 Thread andyrtr
Date: Monday, February 21, 2011 @ 15:32:49
  Author: andyrtr
Revision: 110732

archrelease: copy trunk to extra-i686

Added:
  xfce4-power-manager/repos/extra-i686/



[arch-commits] Commit in xfce4-power-manager/repos (extra-x86_64)

2011-02-21 Thread andyrtr
Date: Monday, February 21, 2011 @ 15:33:04
  Author: andyrtr
Revision: 110733

archrelease: remove extra-x86_64

Deleted:
  xfce4-power-manager/repos/extra-x86_64/



[arch-commits] Commit in xfce4-power-manager/repos (extra-x86_64)

2011-02-21 Thread andyrtr
Date: Monday, February 21, 2011 @ 15:33:30
  Author: andyrtr
Revision: 110734

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-power-manager/repos/extra-x86_64/



[arch-commits] Commit in ardour/repos (staging-i686)

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:16:09
  Author: schiv
Revision: 110739

archrelease: copy trunk to staging-i686

Added:
  ardour/repos/staging-i686/



[arch-commits] Commit in ardour/repos (staging-x86_64)

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:16:34
  Author: schiv
Revision: 110740

archrelease: copy trunk to staging-x86_64

Added:
  ardour/repos/staging-x86_64/



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

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:14:42
  Author: schiv
Revision: 110735

upgpkg: slv2 0.6.6-3
raptor rebuild

Modified:
  slv2/trunk/PKGBUILD
  slv2/trunk/slv2.changelog

+
 PKGBUILD   |4 ++--
 slv2.changelog |5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 20:33:30 UTC (rev 110734)
+++ PKGBUILD2011-02-21 22:14:42 UTC (rev 110735)
@@ -4,12 +4,12 @@
 
 pkgname=slv2
 pkgver=0.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for LV2 hosts
 arch=('i686' 'x86_64')
 url=http://drobilla.net/software/slv2;
 license=('GPL')
-depends=('redland' 'lv2core' 'jack')
+depends=('redland=1.0.13' 'lv2core' 'jack')
 makedepends=('python2')
 install=$pkgname.install
 changelog=$pkgname.changelog

Modified: slv2.changelog
===
--- slv2.changelog  2011-02-21 20:33:30 UTC (rev 110734)
+++ slv2.changelog  2011-02-21 22:14:42 UTC (rev 110735)
@@ -1,3 +1,8 @@
+22 Feb 2011 (GMT+8) Ray Rashif sc...@archlinux.org
+
+   * 0.6.6-3:
+   raptor rebuild
+
 24 Nov 2010 (GMT+8) Ray Rashif sc...@archlinux.org
 
* PKGBUILD :



[arch-commits] Commit in slv2/repos (staging-x86_64)

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:15:30
  Author: schiv
Revision: 110737

archrelease: copy trunk to staging-x86_64

Added:
  slv2/repos/staging-x86_64/



[arch-commits] Commit in slv2/repos (staging-i686)

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:15:08
  Author: schiv
Revision: 110736

archrelease: copy trunk to staging-i686

Added:
  slv2/repos/staging-i686/



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

2011-02-21 Thread Ray Rashif
Date: Monday, February 21, 2011 @ 17:15:44
  Author: schiv
Revision: 110738

upgpkg: ardour 2.8.11-3
raptor rebuild

Modified:
  ardour/trunk/PKGBUILD
  ardour/trunk/ardour.changelog

--+
 PKGBUILD |8 
 ardour.changelog |8 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 22:15:30 UTC (rev 110737)
+++ PKGBUILD2011-02-21 22:15:44 UTC (rev 110738)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: tobias tob...@archlinux.org
-# Maintainer: Ray Rashif schivmeis...@gmail.com
+# Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 # ardour, liblrdf and raptor are heavily dependent on each other. Updating of
@@ -9,13 +9,13 @@
 
 pkgname=ardour
 pkgver=2.8.11
-pkgrel=2
+pkgrel=3
 pkgdesc=A multichannel hard disk recorder and digital audio workstation
 arch=('i686' 'x86_64')
 url=http://ardour.org;
 license=('GPL')
-depends=('liblrdf' 'liblo' 'aubio' 'libusb-compat'
- 'slv2' 'rubberband' 'libgnomecanvas')
+depends=('liblrdf=0.4.0-7' 'liblo' 'aubio' 'libusb-compat'
+ 'slv2=0.6.6-3' 'rubberband' 'libgnomecanvas')
 makedepends=('scons' 'boost' 'pkg-config')
 changelog=${pkgname}.changelog
 source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2

Modified: ardour.changelog
===
--- ardour.changelog2011-02-21 22:15:30 UTC (rev 110737)
+++ ardour.changelog2011-02-21 22:15:44 UTC (rev 110738)
@@ -1,8 +1,12 @@
-9 Aug 2010 (GMT+8) Ray Rashif schivmeis...@gmail.com
+22 Feb 2011 (GMT+8) Ray Rashif sc...@archlinux.org
 
+   * 2.8.11-2 :
+   raptor rebuild  
+
+9 Aug 2010 (GMT+8) Ray Rashif sc...@archlinux.org
+
* 2.8.11-1 :
Testing build.
-   Updated to latest upstream release.
Removed libgnomecanvasmm depend (ardour internal).
Removed soundtouch makedepend (ardour internal, unneded).
Added new depends



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

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:30:26
  Author: bisson
Revision: 110741

PKGBUILD cleanup, add example configuration files

Modified:
  tsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 22:16:34 UTC (rev 110740)
+++ PKGBUILD2011-02-22 00:30:26 UTC (rev 110741)
@@ -1,19 +1,25 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=tsocks
 pkgver=1.8beta5
-pkgrel=2
-pkgdesc=A transparent SOCKS proxying library
+pkgrel=3
+pkgdesc='Transparent SOCKS proxying library'
 arch=('i686' 'x86_64')
-url=http://tsocks.sourceforge.net;
-license=(GPL)
-depends=('glibc')
-source=(http://downloads.sourceforge.net/tsocks/tsocks-$pkgver.tar.gz)
-md5sums=('51caefd77e5d440d0bbd6443db4fc0f8')
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
 
 build() {
-  cd $startdir/src/tsocks-1.8
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib || return 1
-  make || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+   cd ${srcdir}/${pkgname}-1.8
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
 }
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/etc
+   install tsocks.conf.{simple,complex}.example ${pkgdir}/etc
+}



[arch-commits] Commit in tsocks/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:30:29
  Author: bisson
Revision: 110742

archrelease: remove extra-i686

Deleted:
  tsocks/repos/extra-i686/



[arch-commits] Commit in tsocks/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:30:37
  Author: bisson
Revision: 110743

archrelease: copy trunk to extra-i686

Added:
  tsocks/repos/extra-i686/



[arch-commits] Commit in tsocks/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:30:40
  Author: bisson
Revision: 110744

archrelease: remove extra-x86_64

Deleted:
  tsocks/repos/extra-x86_64/



[arch-commits] Commit in tsocks/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:30:45
  Author: bisson
Revision: 110745

archrelease: copy trunk to extra-x86_64

Added:
  tsocks/repos/extra-x86_64/



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

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:31:00
  Author: bisson
Revision: 110746

PKGBUILD cleanup, install man pages properly

Modified:
  abook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 00:30:45 UTC (rev 110745)
+++ PKGBUILD2011-02-22 00:31:00 UTC (rev 110746)
@@ -1,30 +1,27 @@
 # $Id$
 # Contributor: damir da...@archlinux.org
 # Contributor: Thayer Williams tha...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=abook
 pkgver=0.6.0pre2
-pkgrel=2
-pkgdesc=A text-based addressbook designed for use with mutt
+pkgrel=3
+pkgdesc='Text-based addressbook designed for use with Mutt'
 arch=('i686' 'x86_64')
-url=http://abook.sourceforge.net;
+url='http://abook.sourceforge.net/'
 license=('GPL2')
 depends=('readline')
-source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz)
-md5sums=('1e4a7210b3507db7b3d47ee7a2457934')
+source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;)
+sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr || return 1
-   make || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make prefix=${pkgdir}/usr install || return 1
-   install -d ${pkgdir}/usr/share || return 1
-   mv ${pkgdir}/usr/man ${pkgdir}/usr/share || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in abook/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:31:04
  Author: bisson
Revision: 110747

archrelease: remove extra-i686

Deleted:
  abook/repos/extra-i686/



[arch-commits] Commit in abook/repos (extra-i686)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:31:11
  Author: bisson
Revision: 110748

archrelease: copy trunk to extra-i686

Added:
  abook/repos/extra-i686/



[arch-commits] Commit in abook/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:31:14
  Author: bisson
Revision: 110749

archrelease: remove extra-x86_64

Deleted:
  abook/repos/extra-x86_64/



[arch-commits] Commit in abook/repos (extra-x86_64)

2011-02-21 Thread Gaetan Bisson
Date: Monday, February 21, 2011 @ 19:31:19
  Author: bisson
Revision: 110750

archrelease: copy trunk to extra-x86_64

Added:
  abook/repos/extra-x86_64/



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

2011-02-21 Thread Eric Bélanger
Date: Monday, February 21, 2011 @ 20:17:25
  Author: eric
Revision: 110751

upgpkg: aalib 1.4rc5-8
Fixed X11 support (close FS#22998), Improved description, Added install 
scriptlet to handle info files

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

---+
 PKGBUILD  |   24 +---
 aalib.install |   16 
 2 files changed, 29 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 00:31:19 UTC (rev 110750)
+++ PKGBUILD2011-02-22 01:17:25 UTC (rev 110751)
@@ -1,28 +1,30 @@
 # $Id$
-# Maintainer: arjan ar...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-#
+# Maintainer: Eric Bélanger e...@archlinux.org
+
 pkgname=aalib
 pkgver=1.4rc5
-pkgrel=7
-pkgdesc=AAlib is a portable ASCII art GFX library
+pkgrel=8
+pkgdesc=A portable ASCII art graphic library
 arch=('i686' 'x86_64')
 url=http://aa-project.sourceforge.net/aalib/;
 license=('LGPL')
-depends=('glibc' 'ncurses' 'gpm=1.20.4' 'libx11')
+depends=('glibc' 'ncurses' 'gpm' 'libx11')
+makedepends=('libxt')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/aa-project/$pkgname-$pkgver.tar.gz
+install=aalib.install
+source=(http://downloads.sourceforge.net/sourceforge/aa-project/${pkgname}-${pkgver}.tar.gz
aclocal-fixes.patch)
 md5sums=('9801095c42bba12edebd1902bcf0a990' '863a96a6689aa7ee073ca448bc2f133d')
+sha1sums=('a23269e950a249d2ef93625837cace45ddbce03b' 
'98d8c5a13672a8107945d694ff4520e0bc87d3e9')
 
 build() {
-  cd $srcdir/$pkgname-1.4.0
-  patch -Np0 -i ${startdir}/src/aclocal-fixes.patch
+  cd ${srcdir}/${pkgname}-1.4.0
+  patch -p0 -i ${srcdir}/aclocal-fixes.patch
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-1.4.0
-  make DESTDIR=$startdir/pkg install
+  cd ${srcdir}/${pkgname}-1.4.0
+  make DESTDIR=${pkgdir} install
 }

Added: aalib.install
===
--- aalib.install   (rev 0)
+++ aalib.install   2011-02-22 01:17:25 UTC (rev 110751)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=aalib.info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}



[arch-commits] Commit in aalib/repos (extra-i686)

2011-02-21 Thread Eric Bélanger
Date: Monday, February 21, 2011 @ 20:17:33
  Author: eric
Revision: 110752

archrelease: remove extra-i686

Deleted:
  aalib/repos/extra-i686/



[arch-commits] Commit in aalib/repos (extra-i686)

2011-02-21 Thread Eric Bélanger
Date: Monday, February 21, 2011 @ 20:17:42
  Author: eric
Revision: 110753

archrelease: copy trunk to extra-i686

Added:
  aalib/repos/extra-i686/



[arch-commits] Commit in aalib/repos (extra-x86_64)

2011-02-21 Thread Eric Bélanger
Date: Monday, February 21, 2011 @ 20:17:48
  Author: eric
Revision: 110754

archrelease: remove extra-x86_64

Deleted:
  aalib/repos/extra-x86_64/



[arch-commits] Commit in aalib/repos (extra-x86_64)

2011-02-21 Thread Eric Bélanger
Date: Monday, February 21, 2011 @ 20:17:56
  Author: eric
Revision: 110755

archrelease: copy trunk to extra-x86_64

Added:
  aalib/repos/extra-x86_64/



[arch-commits] Commit in python-cairo/trunk (PKGBUILD pycairo-1.8.10-pypath.patch)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 21:50:48
  Author: stephane
Revision: 110756

upgpkg: python-cairo 1.8.10-2
python 3.2 rebuild

Added:
  python-cairo/trunk/pycairo-1.8.10-pypath.patch
Modified:
  python-cairo/trunk/PKGBUILD

-+
 PKGBUILD|   25 ++---
 pycairo-1.8.10-pypath.patch |   36 
 2 files changed, 58 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 01:17:56 UTC (rev 110755)
+++ PKGBUILD2011-02-22 02:50:48 UTC (rev 110756)
@@ -3,18 +3,37 @@
 
 pkgname=python-cairo
 pkgver=1.8.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 license=('LGPL3')
 depends=('python' 'cairo')
+makedepends=('pkg-config')
 options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+pycairo-1.8.10-pypath.patch)
 url=http://www.cairographics.org/pycairo;
-md5sums=('ddc544943d791e3c22ca8f019e10e1e3')
+md5sums=('ddc544943d791e3c22ca8f019e10e1e3'
+ '047cfe0a98cfa73a156cd70e70082325')
 
 build() {
   cd ${srcdir}/pycairo-${pkgver}
+
+  # We patch the embedded copy of waf to fix compiling against python 3.2
+  # (due to PEP-3149), by using the appropriate python-config tool, rather
+  # than trying to find the libraries by directly using PYTHON_VERSION
+
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python ./waf --version
+
+  # Patch the unpacked version of waf:
+  pushd .waf3*
+  patch -Np0 -i ../../pycairo-1.8.10-pypath.patch
+  popd
+
   ./waf configure --prefix=/usr
   ./waf build
 }

Added: pycairo-1.8.10-pypath.patch
===
--- pycairo-1.8.10-pypath.patch (rev 0)
+++ pycairo-1.8.10-pypath.patch 2011-02-22 02:50:48 UTC (rev 110756)
@@ -0,0 +1,36 @@
+diff -up wafadmin/Tools/python.py.pypath wafadmin/Tools/python.py
+--- wafadmin/Tools/python.py.pypath2011-02-10 15:30:44.118506004 -0500
 wafadmin/Tools/python.py   2011-02-10 15:32:50.922506002 -0500
+@@ -156,6 +156,9 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   env.append_value('LINKFLAGS_PYEMBED',python_LDFLAGS.split())
+   result=False
+   name='python'+env['PYTHON_VERSION']
++  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
++  if not python_config:
++  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+   if python_LIBDIR is not None:
+   path=[python_LIBDIR]
+   conf.log.write(\n\n# Trying LIBDIR: %r\n%path)
+@@ -169,6 +172,12 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   path=[os.path.join(python_prefix,libs)]
+   name='python'+env['PYTHON_VERSION'].replace('.','')
+   result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
++  if not result and python_config:
++  conf.log.write(\n\n# try again with help of python-config\n)
++  for libstr in Utils.cmd_output(%s %s 
--libs%(python,python_config)).strip().split():
++  if(libstr.startswith('-lpython')):
++  name=libstr[2:]
++  result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
+   if result:
+   env['LIBPATH_PYEMBED']=path
+   env.append_value('LIB_PYEMBED',name)
+@@ -177,9 +186,6 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   if(sys.platform=='win32'or sys.platform.startswith('os2')or 
sys.platform=='darwin'or Py_ENABLE_SHARED):
+   env['LIBPATH_PYEXT']=env['LIBPATH_PYEMBED']
+   env['LIB_PYEXT']=env['LIB_PYEMBED']
+-  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+-  if not python_config:
+-  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+   includes=[]
+   if python_config:
+   for incstr in Utils.cmd_output(%s %s 
--includes%(python,python_config)).strip().split():



[arch-commits] Commit in python-cairo/repos (staging-i686)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 21:50:54
  Author: stephane
Revision: 110757

archrelease: copy trunk to staging-i686

Added:
  python-cairo/repos/staging-i686/



[arch-commits] Commit in python-cairo/repos (staging-x86_64)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 21:50:58
  Author: stephane
Revision: 110758

archrelease: copy trunk to staging-x86_64

Added:
  python-cairo/repos/staging-x86_64/



  1   2   >