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

2011-06-27 Thread Ray Rashif
Date: Tuesday, June 28, 2011 @ 02:24:10
  Author: schiv
Revision: 129477

upgpkg: jack 0.121.1-1
upstream release

Modified:
  jack/trunk/PKGBUILD
  jack/trunk/jack.changelog

+
 PKGBUILD   |6 +++---
 jack.changelog |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 04:35:09 UTC (rev 129476)
+++ PKGBUILD2011-06-28 06:24:10 UTC (rev 129477)
@@ -5,7 +5,7 @@
 
 pkgname=jack
 _longname=jack-audio-connection-kit
-pkgver=0.120.2
+pkgver=0.121.1
 pkgrel=1
 pkgdesc="A low-latency audio server"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 replaces=("$_longname")
 changelog=$pkgname.changelog
 source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz";)
-md5sums=('21f453676bfb9cb63a3df7e19546f0ed')
+md5sums=('a51005bfd6e993af8517e19e823cf3c6')
 
 build() {
   cd "$srcdir/$_longname-$pkgver"
@@ -32,7 +32,7 @@
 package() {
   cd "$srcdir/$_longname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:

Modified: jack.changelog
===
--- jack.changelog  2011-06-28 04:35:09 UTC (rev 129476)
+++ jack.changelog  2011-06-28 06:24:10 UTC (rev 129477)
@@ -12,4 +12,4 @@
 
* jack.changelog :
Added this changelog.
-   Only important things will be logged.
+   Only important changes will be logged.



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:35:09
  Author: allan
Revision: 129476

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:34:45
  Author: allan
Revision: 129475

archrelease: copy trunk to testing-i686

Added:
  libtool/repos/testing-i686/



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:34:20
  Author: allan
Revision: 129474

upgpkg: libtool 2.4-4
gcc-4.6.1 rebuild

Modified:
  libtool/trunk/PKGBUILD
  libtool/trunk/libtool.install

-+
 PKGBUILD|8 ++--
 libtool.install |4 +---
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 04:18:37 UTC (rev 129473)
+++ PKGBUILD2011-06-28 04:34:20 UTC (rev 129474)
@@ -6,12 +6,12 @@
 
 pkgname=libtool
 pkgver=2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A generic library support script"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libtool";
 license=('GPL')
-depends=('sh' 'tar' 'texinfo')
+depends=('sh' 'tar' 'gcc=4.6.1')
 groups=('base-devel')
 options=('!libtool')
 install=libtool.install
@@ -22,6 +22,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make check
 }
 

Modified: libtool.install
===
--- libtool.install 2011-06-28 04:18:37 UTC (rev 129473)
+++ libtool.install 2011-06-28 04:34:20 UTC (rev 129474)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 filelist=(libtool.info  libtool.info-1  libtool.info-2)
 
 post_install() {
@@ -18,5 +18,3 @@
 install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
   done
 }
-
-# vim:set ts=2 sw=2 et:



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:18:37
  Author: allan
Revision: 129473

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:18:11
  Author: allan
Revision: 129472

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



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

2011-06-27 Thread Allan McRae
Date: Tuesday, June 28, 2011 @ 00:17:45
  Author: allan
Revision: 129471

upgpkg: gcc 4.6.1-1
upstream update

Modified:
  gcc/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 03:39:13 UTC (rev 129470)
+++ PKGBUILD2011-06-28 04:17:45 UTC (rev 129471)
@@ -5,22 +5,23 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.6.0
-pkgrel=7
-_snapshot=4.6-20110603
+pkgver=4.6.1
+pkgrel=1
+#_snapshot=4.6-20110603
 _libstdcppmanver=20110201  # Note: check source directory name 
when updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
 url="http://gcc.gnu.org";
-makedepends=('binutils>=2.21-9' 'libmpc' 'cloog' 'ppl' 'gcc-ada' 'dejagnu')
+makedepends=('binutils>=2.21-9' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
 options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('c97d52b2b4e6c8c5cf665ae3eb9e8e49'
+md5sums=('c57a9170c677bf795bdc04ed796ca491'
  '1e9fd2eaf0ee47ea64e82c48998f1999'
  '4030ee1c08dd1e843c0225b772360e76'
  '4df25b623799b148a0703eaeec8fdf3f')
@@ -83,7 +84,7 @@
 {
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
-  depends=('glibc>=2.13')
+  depends=('glibc>=2.14')
   install=gcc-libs.install
 
   cd gcc-build
@@ -112,7 +113,7 @@
 package_gcc()
 {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.21-9' 'libmpc' 'cloog' 
'ppl')
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.21.1' 'libmpc' 'cloog' 
'ppl')
   groups=('base-devel')
   install=gcc.install
 



[arch-commits] Commit in module-init-tools/repos (core-x86_64)

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 23:39:12
  Author: dan
Revision: 129469

db-move: module-init-tools removed by dan for move to [core] (x86_64)

Deleted:
  module-init-tools/repos/core-x86_64/



[arch-commits] Commit in module-init-tools/repos (core-x86_64 testing-x86_64)

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 23:39:13
  Author: dan
Revision: 129470

db-move: moved module-init-tools from [testing] to [core] (x86_64)

Added:
  module-init-tools/repos/core-x86_64/
Deleted:
  module-init-tools/repos/testing-x86_64/



[arch-commits] Commit in module-init-tools/repos (core-i686 testing-i686)

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 23:39:12
  Author: dan
Revision: 129468

db-move: moved module-init-tools from [testing] to [core] (i686)

Added:
  module-init-tools/repos/core-i686/
Deleted:
  module-init-tools/repos/testing-i686/



[arch-commits] Commit in module-init-tools/repos (core-i686)

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 23:39:11
  Author: dan
Revision: 129467

db-move: module-init-tools removed by dan for move to [core] (i686)

Deleted:
  module-init-tools/repos/core-i686/



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 23:35:10
  Author: heftig
Revision: 129466

archrelease: copy trunk to extra-x86_64

Added:
  rdesktop/repos/extra-x86_64/



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 23:34:54
  Author: heftig
Revision: 129465

archrelease: remove extra-x86_64

Deleted:
  rdesktop/repos/extra-x86_64/



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 23:34:51
  Author: heftig
Revision: 129464

archrelease: copy trunk to extra-i686

Added:
  rdesktop/repos/extra-i686/



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 23:34:37
  Author: heftig
Revision: 129463

archrelease: remove extra-i686

Deleted:
  rdesktop/repos/extra-i686/



[arch-commits] Commit in rdesktop/trunk (PKGBUILD rdesktop-libao.patch)

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 23:34:32
  Author: heftig
Revision: 129462

upgpkg: rdesktop 1.7.0-2
Fix libao segfault

Added:
  rdesktop/trunk/rdesktop-libao.patch
Modified:
  rdesktop/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 rdesktop-libao.patch |   20 
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 01:36:56 UTC (rev 129461)
+++ PKGBUILD2011-06-28 03:34:32 UTC (rev 129462)
@@ -4,16 +4,17 @@
 
 pkgname=rdesktop
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 depends=('libx11' 'openssl' 'libao' 'libsamplerate')
 pkgdesc="An open source client for Windows Remote Desktop Services"
 url="http://www.rdesktop.org/";
 license=('GPL')
 arch=('i686' 'x86_64')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'rdesktop-send_physical_buttons.diff')
+'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch')
 md5sums=('77fa93b21aa38837a85e81c00e757228'
- '880d3aeac67b901e6bf44d1323374768')
+ '880d3aeac67b901e6bf44d1323374768'
+ 'bd2c9bc68bddcc2652c668753d787df7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,6 +22,9 @@
   # FS#15113
   patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
 
+  # Fix libao segfault, from Fedora
+  patch -i ${srcdir}/rdesktop-libao.patch
+
   ./configure --prefix=/usr
   make
 }

Added: rdesktop-libao.patch
===
--- rdesktop-libao.patch(rev 0)
+++ rdesktop-libao.patch2011-06-28 03:34:32 UTC (rev 129462)
@@ -0,0 +1,20 @@
+diff -up rdesktop-1.6.0/rdpsnd_libao.c.ao rdesktop-1.6.0/rdpsnd_libao.c
+--- rdesktop-1.6.0/rdpsnd_libao.c.ao   2007-10-30 14:57:30.0 +0100
 rdesktop-1.6.0/rdpsnd_libao.c  2010-12-02 21:22:39.0 +0100
+@@ -76,7 +76,7 @@ libao_open(void)
+   format.channels = 2;
+   format.rate = 44100;
+   format.byte_format = AO_FMT_NATIVE;
+-
++  format.matrix = NULL;
+ 
+   o_device = ao_open_live(default_driver, &format, NULL);
+   if (o_device == NULL)
+@@ -115,6 +115,7 @@ libao_set_format(RD_WAVEFORMATEX * pwfx)
+   format.channels = pwfx->nChannels;
+   format.rate = 44100;
+   format.byte_format = AO_FMT_NATIVE;
++  format.matrix = NULL;
+ 
+   if (o_device != NULL)
+   ao_close(o_device);



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:36:51
  Author: stephane
Revision: 129460

archrelease: copy trunk to staging-i686

Added:
  mod_perl/repos/staging-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:36:56
  Author: stephane
Revision: 129461

archrelease: copy trunk to staging-x86_64

Added:
  mod_perl/repos/staging-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:36:46
  Author: stephane
Revision: 129459

upgpkg: mod_perl 2.0.5-5
db 5.2.28 rebuild

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 01:28:08 UTC (rev 129458)
+++ PKGBUILD2011-06-28 01:36:46 UTC (rev 129459)
@@ -4,7 +4,7 @@
 
 pkgname=mod_perl
 pkgver=2.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
 url="http://search.cpan.org/dist/${pkgname}/";
 depends=('perl' 'apache' 'db' 'apr-util')



[arch-commits] Commit in evolution-data-server/repos (staging-x86_64)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:28:08
  Author: stephane
Revision: 129458

archrelease: copy trunk to staging-x86_64

Added:
  evolution-data-server/repos/staging-x86_64/



[arch-commits] Commit in evolution-data-server/repos (staging-i686)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:28:03
  Author: stephane
Revision: 129457

archrelease: copy trunk to staging-i686

Added:
  evolution-data-server/repos/staging-i686/



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:27:57
  Author: stephane
Revision: 129456

upgpkg: evolution-data-server 3.0.2.1-2
db 5.2.28 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-28 01:17:52 UTC (rev 129455)
+++ PKGBUILD2011-06-28 01:27:57 UTC (rev 129456)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Central location for addressbook and calendar storage in the GNOME 
Desktop"
 arch=('i686' 'x86_64')
 depends=('libsoup' 'nss' 'libgnome-keyring' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:17:52
  Author: stephane
Revision: 129455

archrelease: copy trunk to staging-x86_64

Added:
  apr-util/repos/staging-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:17:47
  Author: stephane
Revision: 129454

archrelease: copy trunk to staging-i686

Added:
  apr-util/repos/staging-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 21:17:42
  Author: stephane
Revision: 129453

upgpkg: apr-util 1.3.12-2
db 5.2.28 rebuild

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 23:54:12 UTC (rev 129452)
+++ PKGBUILD2011-06-28 01:17:42 UTC (rev 129453)
@@ -4,7 +4,7 @@
 
 pkgname=apr-util
 pkgver=1.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/";
@@ -20,5 +20,9 @@
 --without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
 --with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
   make
+}
+
+package() {
+  cd "${srcdir}/apr-util-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 19:54:12
  Author: heftig
Revision: 129452

Remove executable bit

Modified:
  pulseaudio/trunk/pulseaudio.install   (properties)


Property changes on: pulseaudio/trunk/pulseaudio.install
___
Deleted: svn:executable
   - *



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

2011-06-27 Thread Jan Steffens
Date: Monday, June 27, 2011 @ 18:08:37
  Author: heftig
Revision: 129451

Fix configure flags

Modified:
  libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 20:28:11 UTC (rev 129450)
+++ PKGBUILD2011-06-27 22:08:37 UTC (rev 129451)
@@ -25,8 +25,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr \
-  --enable-alsa09-mmap \
-  --enable-pulseaudio
+  --enable-alsa-mmap
   make
 }
 



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 16:28:11
  Author: andrea
Revision: 129450

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 16:27:55
  Author: andrea
Revision: 129449

archrelease: remove extra-x86_64

Deleted:
  amarok/repos/extra-x86_64/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 16:27:52
  Author: andrea
Revision: 129448

archrelease: copy trunk to extra-i686

Added:
  amarok/repos/extra-i686/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 16:27:40
  Author: andrea
Revision: 129447

archrelease: remove extra-i686

Deleted:
  amarok/repos/extra-i686/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 16:27:37
  Author: andrea
Revision: 129446

upgpkg: amarok 2.4.1-3
rebuilt with kdelibs 4.6.3

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 20:09:55 UTC (rev 129445)
+++ PKGBUILD2011-06-27 20:27:37 UTC (rev 129446)
@@ -5,7 +5,7 @@
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
 pkgver=2.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org";



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

2011-06-27 Thread Thomas Bächler
Date: Monday, June 27, 2011 @ 16:09:55
  Author: thomas
Revision: 129445

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2011-06-27 Thread Thomas Bächler
Date: Monday, June 27, 2011 @ 16:09:45
  Author: thomas
Revision: 129444

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



[arch-commits] Commit in kernel26/trunk (PKGBUILD config config.x86_64)

2011-06-27 Thread Thomas Bächler
Date: Monday, June 27, 2011 @ 15:05:04
  Author: thomas
Revision: 129443

Bump to 2.6.39.2

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config|7 ++-
 config.x86_64 |7 ++-
 3 files changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 17:48:08 UTC (rev 129442)
+++ PKGBUILD2011-06-27 19:05:04 UTC (rev 129443)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.39
-pkgver=${_basekernel}.1
+pkgver=${_basekernel}.2
 pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
 _patchname="patch-${pkgver}-${pkgrel}-ARCH"
@@ -22,9 +22,9 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('1aab7a741abe08d42e8eccf20de61e05'
- '195dc2d9a79d497d81c0ae187cb679fb'
- 'a855fd251af3332261536a9e7be32ec3'
- 'ad2e8cd08c41c3b09936fcfa269c3166'
+ '3f03a326cf11b0e3d171dc0aa33652f7'
+ 'de7cf2c54104b88e3385683f47fedaef'
+ '8be1f60e54eb505b7e67d39fd2233103'
  '25584700a0a679542929c4bed31433b6')
 
 build() {

Modified: config
===
--- config  2011-06-27 17:48:08 UTC (rev 129442)
+++ config  2011-06-27 19:05:04 UTC (rev 129443)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/i386 2.6.39 Kernel Configuration
-# Mon Jun  6 20:12:12 2011
+# Mon Jun 27 20:50:33 2011
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -3967,10 +3967,7 @@
 # CONFIG_FONT_SUN8x16 is not set
 # CONFIG_FONT_SUN12x22 is not set
 # CONFIG_FONT_10x18 is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 CONFIG_SOUND=m
 CONFIG_SOUND_OSS_CORE=y
 # CONFIG_SOUND_OSS_CORE_PRECLAIM is not set

Modified: config.x86_64
===
--- config.x86_64   2011-06-27 17:48:08 UTC (rev 129442)
+++ config.x86_64   2011-06-27 19:05:04 UTC (rev 129443)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/x86_64 2.6.39 Kernel Configuration
-# Mon Jun  6 22:07:19 2011
+# Mon Jun 27 20:50:33 2011
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -3785,10 +3785,7 @@
 # CONFIG_FONT_SUN8x16 is not set
 # CONFIG_FONT_SUN12x22 is not set
 # CONFIG_FONT_10x18 is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 CONFIG_SOUND=m
 CONFIG_SOUND_OSS_CORE=y
 # CONFIG_SOUND_OSS_CORE_PRECLAIM is not set



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:48:08
  Author: dan
Revision: 129442

Fix FS#23181

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 17:40:54 UTC (rev 129441)
+++ PKGBUILD2011-06-27 17:48:08 UTC (rev 129442)
@@ -7,7 +7,7 @@
 arch=('any')
 url="http://sethwklein.net/iana-etc";
 license=('custom')
-makedepends=('awk')
+makedepends=('gawk')
 source=(http://sethwklein.net/iana-etc-2.30.tar.bz2
 Makefile.patch)
 sha256sums=('b9a6874fb20012836efef75452ef2acae624022d680feeb1994d73facba3f20d'



[arch-commits] Commit in iana-etc/repos (testing-any)

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:40:54
  Author: dan
Revision: 129441

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:40:46
  Author: dan
Revision: 129440

upgpkg: iana-etc 2.30-2
rebuild; add check function; bump file versions

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 17:20:02 UTC (rev 129439)
+++ PKGBUILD2011-06-27 17:40:46 UTC (rev 129440)
@@ -2,13 +2,13 @@
 # Maintainer: Thomas Bächler 
 pkgname=iana-etc
 pkgver=2.30
-pkgrel=1
+pkgrel=2
 pkgdesc="/etc/protocols and /etc/services provided by IANA"
 arch=('any')
 url="http://sethwklein.net/iana-etc";
 license=('custom')
 makedepends=('awk')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.bz2
+source=(http://sethwklein.net/iana-etc-2.30.tar.bz2
 Makefile.patch)
 sha256sums=('b9a6874fb20012836efef75452ef2acae624022d680feeb1994d73facba3f20d'
 '3e6db7adb8a67b765b8be65825f2a0e6c525eb42367385193c678af6b75d0321')
@@ -21,10 +21,16 @@
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make test
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/iana-etc/LICENSE"
 }
 



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:20:02
  Author: dan
Revision: 129439

archrelease: copy trunk to testing-i686

Added:
  git/repos/testing-i686/



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:19:53
  Author: dan
Revision: 129438

archrelease: remove testing-i686

Deleted:
  git/repos/testing-i686/



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:14:35
  Author: dan
Revision: 129437

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:14:27
  Author: dan
Revision: 129436

archrelease: remove testing-x86_64

Deleted:
  git/repos/testing-x86_64/



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

2011-06-27 Thread Dan McGee
Date: Monday, June 27, 2011 @ 13:14:23
  Author: dan
Revision: 129435

upgpkg: git 1.7.6-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 12:25:15 UTC (rev 129434)
+++ PKGBUILD2011-06-27 17:14:23 UTC (rev 129435)
@@ -2,13 +2,13 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.7.5.4
+pkgver=1.7.6
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/";
 license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.12.2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0')
 makedepends=('python2' 'emacs')
 optdepends=('tk: gitk and git gui'
 'perl-libwww: git svn'
@@ -47,7 +47,7 @@
 INSTALLDIRS=vendor DESTDIR="$pkgdir" install 
 
   # bash completion
-  mkdir -p $pkgdir/etc/bash_completion.d/
+  mkdir -p "$pkgdir"/etc/bash_completion.d/
   install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/etc/bash_completion.d/git 
   # more contrib stuff
   cp -a ./contrib $pkgdir/usr/share/git/ 
@@ -75,11 +75,11 @@
   install -D -m644 "$srcdir"/git-daemon.conf 
"$pkgdir"/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('4985b774db84d3bbcc2b8d90952552a3'
- '7a74ef1c64395a07301359a8707c828a'
+md5sums=('9e0a438eb71e89eedb61f89470ed32a0'
+ 'a017935cf9e90d9f056b6547c318fd15'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78')
-sha256sums=('fed9a6c7d07b063cfba9e3eb40fbd0d8120785225289fcf2fb56bee18dffd5ee'
-'87d612195426fedfe4ee5274d9903e8f85aa16c410b4a3ba41610c23ed9211d7'
+sha256sums=('778795cece63cd758192378f3a999870cea290181b3a4c9de573c77192561082'
+'a0ffd7e16997262ef741db5e2dd8eabf44b6767cf1a213753c7d8a268b4553ad'
 '2e0a50bdaf8f387a499895e1c204bff78244eaa72b78187c8a84ef40c0b82598'
 'e8bfe29d8393d2b87517c4dd56ea834b213aa00bf3d7fcde4ead3457cadbbc68')



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:25:15
  Author: andrea
Revision: 129434

archrelease: copy trunk to extra-x86_64

Added:
  krusader/repos/extra-x86_64/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:25:03
  Author: andrea
Revision: 129433

archrelease: remove extra-x86_64

Deleted:
  krusader/repos/extra-x86_64/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:24:55
  Author: andrea
Revision: 129432

archrelease: copy trunk to extra-i686

Added:
  krusader/repos/extra-i686/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:24:40
  Author: andrea
Revision: 129431

archrelease: remove extra-i686

Deleted:
  krusader/repos/extra-i686/



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

2011-06-27 Thread Andrea Scarpino
Date: Monday, June 27, 2011 @ 08:22:42
  Author: andrea
Revision: 129430

Needs to be built with kdeutils-ark to get the 'extract here' function in the 
right-click menu

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 11:40:42 UTC (rev 129429)
+++ PKGBUILD2011-06-27 12:22:42 UTC (rev 129430)
@@ -7,14 +7,15 @@
 pkgname=krusader
 pkgver=2.4.0beta1
 _pkgver=2.4.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/";
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=("kdebase-keditbookmarks: to edit bookmarks")
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'kdeutils-ark')
+optdepends=("kdebase-keditbookmarks: to edit bookmarks"
+"kdeutils-ark: extract archive with right-click")
 install=krusader.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
 md5sums=('d2340718d05d69e7f2a7f0846471ee12')



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:42
  Author: stephane
Revision: 129429

db-move: moved vlc from [testing] to [extra] (x86_64)

Added:
  vlc/repos/extra-x86_64/
Deleted:
  vlc/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:41
  Author: stephane
Revision: 129428

db-move: vlc removed by stephane for move to [extra] (x86_64)

Deleted:
  vlc/repos/extra-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:38
  Author: stephane
Revision: 129424

db-move: rhythmbox removed by stephane for move to [extra] (x86_64)

Deleted:
  rhythmbox/repos/extra-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:40
  Author: stephane
Revision: 129427

db-move: moved vlc from [testing] to [extra] (i686)

Added:
  vlc/repos/extra-i686/
Deleted:
  vlc/repos/testing-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:39
  Author: stephane
Revision: 129426

db-move: vlc removed by stephane for move to [extra] (i686)

Deleted:
  vlc/repos/extra-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:38
  Author: stephane
Revision: 129425

db-move: moved rhythmbox from [testing] to [extra] (x86_64)

Added:
  rhythmbox/repos/extra-x86_64/
Deleted:
  rhythmbox/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:37
  Author: stephane
Revision: 129423

db-move: moved rhythmbox from [testing] to [extra] (i686)

Added:
  rhythmbox/repos/extra-i686/
Deleted:
  rhythmbox/repos/testing-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:36
  Author: stephane
Revision: 129422

db-move: rhythmbox removed by stephane for move to [extra] (i686)

Deleted:
  rhythmbox/repos/extra-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:35
  Author: stephane
Revision: 129421

db-move: moved libmtp from [testing] to [extra] (x86_64)

Added:
  libmtp/repos/extra-x86_64/
Deleted:
  libmtp/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:34
  Author: stephane
Revision: 129420

db-move: libmtp removed by stephane for move to [extra] (x86_64)

Deleted:
  libmtp/repos/extra-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:34
  Author: stephane
Revision: 129419

db-move: moved libmtp from [testing] to [extra] (i686)

Added:
  libmtp/repos/extra-i686/
Deleted:
  libmtp/repos/testing-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:33
  Author: stephane
Revision: 129418

db-move: libmtp removed by stephane for move to [extra] (i686)

Deleted:
  libmtp/repos/extra-i686/



[arch-commits] Commit in audacious-plugins/repos (extra-x86_64 testing-x86_64)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:32
  Author: stephane
Revision: 129417

db-move: moved audacious-plugins from [testing] to [extra] (x86_64)

Added:
  audacious-plugins/repos/extra-x86_64/
Deleted:
  audacious-plugins/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:31
  Author: stephane
Revision: 129416

db-move: audacious-plugins removed by stephane for move to [extra] (x86_64)

Deleted:
  audacious-plugins/repos/extra-x86_64/



[arch-commits] Commit in audacious-plugins/repos (extra-i686 testing-i686)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:30
  Author: stephane
Revision: 129415

db-move: moved audacious-plugins from [testing] to [extra] (i686)

Added:
  audacious-plugins/repos/extra-i686/
Deleted:
  audacious-plugins/repos/testing-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:28
  Author: stephane
Revision: 129413

db-move: moved amarok from [testing] to [extra] (x86_64)

Added:
  amarok/repos/extra-x86_64/
Deleted:
  amarok/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:30
  Author: stephane
Revision: 129414

db-move: audacious-plugins removed by stephane for move to [extra] (i686)

Deleted:
  audacious-plugins/repos/extra-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:27
  Author: stephane
Revision: 129412

db-move: amarok removed by stephane for move to [extra] (x86_64)

Deleted:
  amarok/repos/extra-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:27
  Author: stephane
Revision: 129411

db-move: moved amarok from [testing] to [extra] (i686)

Added:
  amarok/repos/extra-i686/
Deleted:
  amarok/repos/testing-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:40:26
  Author: stephane
Revision: 129410

db-move: amarok removed by stephane for move to [extra] (i686)

Deleted:
  amarok/repos/extra-i686/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:36:31
  Author: stephane
Revision: 129409

archrelease: copy trunk to testing-x86_64

Added:
  vlc/repos/testing-x86_64/



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

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:36:26
  Author: stephane
Revision: 129408

archrelease: copy trunk to testing-i686

Added:
  vlc/repos/testing-i686/



[arch-commits] Commit in vlc/trunk (PKGBUILD vlc-1.1.10-libavformat.patch)

2011-06-27 Thread Stéphane Gaudreault
Date: Monday, June 27, 2011 @ 07:36:20
  Author: stephane
Revision: 129407

upgpkg: vlc 1.1.10-5
Fix ByteIOContext init on recent libavformat (FS#24872), libmtp 1.1.0 rebuild 
take 2

Added:
  vlc/trunk/vlc-1.1.10-libavformat.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 vlc-1.1.10-libavformat.patch |   29 +
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 11:23:00 UTC (rev 129406)
+++ PKGBUILD2011-06-27 11:36:20 UTC (rev 129407)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=1.1.10
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
@@ -34,13 +34,19 @@
 replaces=('vlc-plugin')
 options=('!libtool')
 install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('066cb94b1e3aa848d828121354d6be4d')
+source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+vlc-1.1.10-libavformat.patch)
+md5sums=('066cb94b1e3aa848d828121354d6be4d'
+ '9b82571a594e08e67fbae9c96c3f3ed7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
+
+  # FS#24872
+  patch -Np1 -i ../vlc-1.1.10-libavformat.patch
+
   ./configure --prefix=/usr \
   --disable-rpath \
   --enable-faad \

Added: vlc-1.1.10-libavformat.patch
===
--- vlc-1.1.10-libavformat.patch(rev 0)
+++ vlc-1.1.10-libavformat.patch2011-06-27 11:36:20 UTC (rev 129407)
@@ -0,0 +1,29 @@
+From 21260bbb732d9de5540f809e1a54bde740f12a95 Mon Sep 17 00:00:00 2001
+From: Laurent Aimar 
+Date: Tue, 7 Jun 2011 00:43:56 +0200
+Subject: [PATCH] Fix ByteIOContext init on recent libavformat
+
+Signed-off-by: Jean-Baptiste Kempf 
+(cherry picked from commit 4fc3bd15a3844e41a75760fa8e100feecea969a5)
+
+Signed-off-by: Jean-Baptiste Kempf 
+---
+ modules/demux/avformat/demux.c |3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
+index fbb0b28..bd7c166 100644
+--- a/modules/demux/avformat/demux.c
 b/modules/demux/avformat/demux.c
+@@ -210,6 +210,9 @@ int OpenDemux( vlc_object_t *p_this )
+*/
+p_sys->url.is_streamed = 1;
+p_sys->io.is_streamed = 1;
++#if defined(AVIO_SEEKABLE_NORMAL)
++   p_sys->io.seekable = 0;
++#endif
+ }
+
+
+--
+1.7.2.5



[arch-commits] Commit in tomcat6/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:23:00
  Author: guillaume
Revision: 129406

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/



[arch-commits] Commit in tomcat6/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:22:44
  Author: guillaume
Revision: 129405

archrelease: remove extra-any

Deleted:
  tomcat6/repos/extra-any/



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

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:22:38
  Author: guillaume
Revision: 129404

upgpkg: tomcat6 6.0.32-2
Added etc/conf.d/tomcat6 to backup array

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 11:10:06 UTC (rev 129403)
+++ PKGBUILD2011-06-27 11:22:38 UTC (rev 129404)
@@ -1,13 +1,13 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat6
 pkgver=6.0.32
-pkgrel=1
+pkgrel=2
 pkgdesc="Servlet-2.5/JSP-2.1 Container"
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
 depends=('java-runtime>=5' 'java-jsvc' 'eclipse-ecj')
-makedepends=('java-environment>=5' 'apache-ant>=1.6' 'java-commons-daemon' 
'eclipse-ecj')
+makedepends=('java-environment>=5' 'apache-ant>=1.6' 'java-commons-daemon')
 optdepends=('tomcat-native: to allow optimal performance in production 
environments')
 backup=(etc/tomcat6/catalina.policy
 etc/tomcat6/catalina.properties
@@ -15,7 +15,8 @@
 etc/tomcat6/logging.properties
 etc/tomcat6/server.xml
 etc/tomcat6/tomcat-users.xml
-etc/tomcat6/web.xml)
+etc/tomcat6/web.xml
+etc/conf.d/tomcat6)
 install=tomcat6.install
 
source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
 
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/dbcp/${pkgver}/dbcp-${pkgver}.jar
@@ -79,7 +80,7 @@
   ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
 
   # Arch scripts
-  install -Dm644 ${srcdir}/tomcat6.conf.d ${pkgdir}/etc/conf.d/${pkgname}
-  install -Dm755 ${srcdir}/tomcat6 ${pkgdir}/etc/rc.d/${pkgname}
+  install -Dm644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
+  install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}
 }
 



[arch-commits] Commit in tomcat7/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:10:06
  Author: guillaume
Revision: 129403

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/



[arch-commits] Commit in tomcat7/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:09:54
  Author: guillaume
Revision: 129402

archrelease: remove extra-any

Deleted:
  tomcat7/repos/extra-any/



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

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 07:09:51
  Author: guillaume
Revision: 129401

upgpkg: tomcat7 7.0.16-2
Added etc/conf.d/tomcat7 to backup array

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 11:07:40 UTC (rev 129400)
+++ PKGBUILD2011-06-27 11:09:51 UTC (rev 129401)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat7
 pkgver=7.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Servlet-3.0/JSP-2.2 Container"
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -15,7 +15,8 @@
 etc/tomcat7/logging.properties
 etc/tomcat7/server.xml
 etc/tomcat7/tomcat-users.xml
-etc/tomcat7/web.xml)
+etc/tomcat7/web.xml
+etc/conf.d/tomcat7)
 install=tomcat7.install
 
source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
 tomcat7.conf.d



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

2011-06-27 Thread Allan McRae
Date: Monday, June 27, 2011 @ 07:07:40
  Author: allan
Revision: 129400

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/



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

2011-06-27 Thread Allan McRae
Date: Monday, June 27, 2011 @ 07:07:14
  Author: allan
Revision: 129399

archrelease: copy trunk to testing-i686

Added:
  binutils/repos/testing-i686/



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

2011-06-27 Thread Allan McRae
Date: Monday, June 27, 2011 @ 07:06:48
  Author: allan
Revision: 129398

upgpkg: binutils 2.21.1-1
upstream update

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 09:26:18 UTC (rev 129397)
+++ PKGBUILD2011-06-27 11:06:48 UTC (rev 129398)
@@ -4,20 +4,20 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.21
-pkgrel=9
-_date=20110605
+pkgver=2.21.1
+pkgrel=1
+_date=20110627
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/";
 license=('GPL')
 groups=('base')
 depends=('glibc>=2.14' 'zlib')
-makedepends=('dejagnu')
+checkdepends=('dejagnu')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
-md5sums=('a2e7784d5d66c1d692a0a1fa248ea66c')
+md5sums=('2face559e80d649ba148e42bb2d1fb0f')
 
 mksource() {
   mkdir ${pkgname}-${_date}
@@ -40,7 +40,7 @@
 --enable-plugins --enable-threads \
 --enable-shared $CONFIGFLAG
 
-  # This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
+  # check the host environment and makes sure all the necessary tools are 
available
   make configure-host
 
   make tooldir=${pkgdir}/usr



[arch-commits] Commit in itext/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 05:26:18
  Author: guillaume
Revision: 129397

archrelease: copy trunk to extra-any

Added:
  itext/repos/extra-any/



[arch-commits] Commit in itext/repos (extra-any)

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 05:26:05
  Author: guillaume
Revision: 129396

archrelease: remove extra-any

Deleted:
  itext/repos/extra-any/



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

2011-06-27 Thread Guillaume Alaux
Date: Monday, June 27, 2011 @ 05:18:56
  Author: guillaume
Revision: 129395

upgpkg: itext 5.1.1-1
Upstream release and changed license

Added:
  itext/trunk/LICENSE
Modified:
  itext/trunk/PKGBUILD

--+
 LICENSE  |   17 +
 PKGBUILD |   24 
 2 files changed, 33 insertions(+), 8 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2011-06-27 09:18:56 UTC (rev 129395)
@@ -0,0 +1,17 @@
+Licensing
+
+  Although iText is a free/open source software (F/OSS) project, giving you a 
lot of freedom and flexibility regarding the use of the iText software, this 
doesn’t mean you're free to do anything you want with the product: you have to 
respect the Affero General Public License.
+  You can be released from the requirements of the license by purchasing a 
commercial license from iText Software Corp.
+  Buying such a license is mandatory as soon as you develop commercial 
activities involving the iText software without disclosing the source code of 
your own applications. These activities include: offering paid services to 
customers as an ASP, serving PDFs on the fly in a web application, shipping 
iText with a closed source product.
+
+
+Why buy a license?
+
+  An iText commercial license provides advantages not available with the 
open-source AGPL license. The specific benefits of a commercial license include:
+- Indemnification in the event of IP (intellectual property) or patent 
infringement
+- Release from the requirements of the copyleft AGPL license, which 
include:
+  . distribution of all source code including your own product, including 
if it is a web-based application
+  . licensing of your own product under the AGPL license
+  . prominent mention and inclusion of the iText copyright and the AGPL 
license
+  . disclosure of modifications
+- Release from the requirement to not change the PDF Producer line in the 
generated PDF properties

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 06:38:36 UTC (rev 129394)
+++ PKGBUILD2011-06-27 09:18:56 UTC (rev 129395)
@@ -1,19 +1,27 @@
 # $Id$
-# Maintainer: Juergen Hoetzel 
-
+# Maintainer: Guillaume ALAUX 
 pkgname=itext
-pkgver=5.0.4
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Java Library for creating and manipulating PDFs on the fly"
 arch=('any')
 url="http://itext.sourceforge.net";
-license=('MPL' 'LGPL')
+license=('AGPL' 'custom')
 depends=('java-runtime')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/iText-${pkgver}.jar)
-md5sums=('7d586ac05be69afa8f1e839eb0e0d648')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.zip
+LICENSE)
+md5sums=('a143695b056cd946669cdef79913da98'
+ 'd75eb163e30d6fd9446f20f80e270951')
 
-build() {
+package() {
   cd ${srcdir}
 
-  install -D -m644 iText-${pkgver}.jar 
"${pkgdir}/usr/share/java/${pkgname}/${pkgname}.jar" || return 1
+  install -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m644 ./*.jar "${pkgdir}/usr/share/java/${pkgname}"
+
+  for j in itextpdf itext-xtra; do
+ln -s /usr/share/java/${pkgname}/${j}-${pkgver}.jar 
${pkgdir}/usr/share/java/${j}.jar
+  done
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }