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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 05:33:36
  Author: thomas
Revision: 85247

Add missing bnx2 and ar9170 firmware

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 02:24:31 UTC (rev 85246)
+++ PKGBUILD2010-07-11 09:33:36 UTC (rev 85247)
@@ -8,7 +8,7 @@
 
 pkgname=linux-firmware
 pkgver=20100623
-pkgrel=1
+pkgrel=2
 pkgdesc=Firmware files for Linux
 arch=('any')
 
url=http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary;
@@ -38,9 +38,10 @@
'rt2x00-rt61-fw'
'rt2x00-rt71w-fw')
 options=(!strip)
-source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('f78f96a4d330ecded5e6a6e61c1e6f2cdf915625b65040f4bd3e6dfea44f367d')
-
+source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/kernel/people/mcgrof/firmware/ar9170/ar9170.fw)
+sha256sums=('f78f96a4d330ecded5e6a6e61c1e6f2cdf915625b65040f4bd3e6dfea44f367d'
+'1b379c5a8d6ab3a43911f7949d6306fe2dae3afb1368be5452a8fc7d9c54e0a0')
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -49,5 +50,13 @@
   install -d -m755 ${pkgdir}/usr/share/licenses/linux-firmware/
   rm -f ${pkgdir}/lib/firmware/GPL*
   mv ${pkgdir}/lib/firmware/{LICEN*,WHENCE} 
${pkgdir}/usr/share/licenses/linux-firmware/
+
+  # Add missing firmware files
+  # https://bugs.archlinux.org/task/19912
+  cd ${pkgdir}/lib/firmware/bnx2
+  ln -s bnx2-mips-09-5.0.0.j15.fw bnx2-mips-09-5.0.0.j9.fw
+  cd -
+  # https://bugs.archlinux.org/task/20064
+  install -m644 ${srcdir}/ar9170.fw ${pkgdir}/lib/firmware/
 }
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in linux-firmware/repos (testing-any)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 05:34:20
  Author: thomas
Revision: 85248

archrelease: remove testing-any

Deleted:
  linux-firmware/repos/testing-any/



[arch-commits] Commit in linux-firmware/repos (testing-any)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 05:34:26
  Author: thomas
Revision: 85249

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 05:57:10
  Author: thomas
Revision: 85251

archrelease: copy trunk to testing-i686

Added:
  initscripts/repos/testing-i686/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 05:57:19
  Author: thomas
Revision: 85252

archrelease: copy trunk to testing-x86_64

Added:
  initscripts/repos/testing-x86_64/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:05:21
  Author: thomas
Revision: 85253

Update to 0.6.7

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 09:57:19 UTC (rev 85252)
+++ PKGBUILD2010-07-11 10:05:21 UTC (rev 85253)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -20,7 +20,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('2b638eb40cb3513742a2fec59f4903edfa1deab2c8c9b184121bae646345143c')
+sha256sums=('8d34bfa9c8018f02ee938ac68285e3aa16a1ad84ddc0433998e2d43a428cdcbd')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:06:44
  Author: thomas
Revision: 85254

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:12:04
  Author: ibiru
Revision: 85255

upgpkg: libva 0.31.0_p13-2 downgrade to 0.31.0-sds13 because the new one is 
broken for intel users

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:06:44 UTC (rev 85254)
+++ PKGBUILD2010-07-11 10:12:04 UTC (rev 85255)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer : Ionut Biru ib...@archlinux.org
 pkgname=libva
-pkgver=0.31.1_p3
-pkgrel=1
+pkgver=0.31.0_p13
+pkgrel=2
 pkgdesc=libva with patches to extend VA API with data needed for VDPAU and 
XvBA backends.
 arch=('i686' 'x86_64')
 url=http://www.splitted-desktop.com/~gbeauchesne/libva/;
 license=('MIT')
 depends=('libgl' 'libdrm' 'libxfixes')
 makedepends=('mesa')
-optdepends=('vdpau-video: libvdpau support')
-options=('!libtool')
+optdepends=('vdpau-video: VDPAU backend for VA API')
+options=('!libtool' 'force')
 
source=(http://www.splitted-desktop.com/~gbeauchesne/${pkgname}/${pkgname}_${pkgver/_p*}-1+sds${pkgver##*_p}.tar.gz)
-md5sums=('f84b5e128a45ac953afa244a733f1611')
+md5sums=('0e3d5a49d336cf77e497dfa741d592a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/_p*}



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:12:21
  Author: ibiru
Revision: 85256

archrelease: remove extra-i686

Deleted:
  libva/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:12:56
  Author: ibiru
Revision: 85257

archrelease: copy trunk to extra-i686

Added:
  libva/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:13:02
  Author: ibiru
Revision: 85258

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:13:22
  Author: ibiru
Revision: 85259

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:14:05
  Author: ibiru
Revision: 85260

upgpkg: vdpau-video 0.6.9-2 downgrade to 0.6.9. crashing when loading this 
backend

Modified:
  vdpau-video/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:13:22 UTC (rev 85259)
+++ PKGBUILD2010-07-11 10:14:05 UTC (rev 85260)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.6.10
-pkgrel=1
+pkgver=0.6.9
+pkgrel=2
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
 url=http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/;
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-latest.tar.gz)
-md5sums=('938c8c02da6fe650866ca627ef834121')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
+options=('force')
+md5sums=('0aa9a5d444f1c661ad4f5bde1a89dcba')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:14:13
  Author: ibiru
Revision: 85261

archrelease: remove extra-i686

Deleted:
  vdpau-video/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:14:29
  Author: ibiru
Revision: 85262

archrelease: copy trunk to extra-i686

Added:
  vdpau-video/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:14:59
  Author: ibiru
Revision: 85264

archrelease: copy trunk to extra-x86_64

Added:
  vdpau-video/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:15:18
  Author: ibiru
Revision: 85265

upgpkg: ffmpeg 23619-4 rebuild libva 0.31.0

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:14:59 UTC (rev 85264)
+++ PKGBUILD2010-07-11 10:15:18 UTC (rev 85265)
@@ -5,12 +5,12 @@
 
 pkgname=ffmpeg
 pkgver=23619
-pkgrel=3
+pkgrel=4
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://ffmpeg.org/;
 license=('GPL')
-depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 
'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 
'libvpx' 'libva=0.31.1' 'openjpeg' 'faad2')
+depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 
'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 
'libvpx' 'libva' 'openjpeg' 'faad2')
 makedepends=('yasm')
 #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23619
 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz)



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:15:32
  Author: ibiru
Revision: 85266

archrelease: remove extra-i686

Deleted:
  ffmpeg/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:15:49
  Author: ibiru
Revision: 85267

archrelease: copy trunk to extra-i686

Added:
  ffmpeg/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:16:16
  Author: ibiru
Revision: 85269

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:16:38
  Author: ibiru
Revision: 85270

upgpkg: vlc 1.1.0-3 rebuild libva 0.31.0

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:16:16 UTC (rev 85269)
+++ PKGBUILD2010-07-11 10:16:38 UTC (rev 85270)
@@ -7,7 +7,7 @@
 pkgname=('vlc'
  'vlc-plugin')
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
 license=('GPL')



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:17:01
  Author: ibiru
Revision: 85271

archrelease: remove extra-i686

Deleted:
  vlc/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:17:16
  Author: ibiru
Revision: 85272

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:17:37
  Author: ibiru
Revision: 85273

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:17:51
  Author: ibiru
Revision: 85274

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:26:53
  Author: thomas
Revision: 85275

lvm2/device-mapper 2.02.70-1:
* Upstream update
* Do not move the dmeventd manpage, has been fixed upstream
* Remove all the || return 1 in PKGBUILD

Modified:
  lvm2/trunk/ChangeLog
  lvm2/trunk/PKGBUILD

---+
 ChangeLog |7 +++
 PKGBUILD  |   30 +++---
 2 files changed, 22 insertions(+), 15 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-11 10:17:51 UTC (rev 85274)
+++ ChangeLog   2010-07-11 10:26:53 UTC (rev 85275)
@@ -1,3 +1,10 @@
+2010-07-11  Thomas Bächler  tho...@archlinux.org
+
+   * lvm2/device-mapper 2.02.70-1
+   * Upstream update
+   * Do not move the dmeventd manpage, has been fixed upstream
+   * Remove all the || return 1 in PKGBUILD
+
 2010-07-01  Eric Belanger  e...@archlinux.org
 
* lvm2/device-mapper 2.02.69-1

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:17:51 UTC (rev 85274)
+++ PKGBUILD2010-07-11 10:26:53 UTC (rev 85275)
@@ -3,8 +3,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.69
-_pkgverdm=1.02.51
+pkgver=2.02.70
+_pkgverdm=1.02.52
 _pkgverlvm=${pkgver}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -16,10 +16,12 @@
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${_pkgverlvm}.tgz
 lvm2_install
 lvm2_hook)
-md5sums=('2463f4ee7da9015af4b62a4e691fff76' 'f781c9f5dd4f9934952c687b73d26a18'\
+md5sums=('39c26d5a821754cc347d7a19e82d4a24'
+ 'f781c9f5dd4f9934952c687b73d26a18'
  '95bed25bdbc2c2d8500e7a07aeff7f65')
-sha1sums=('f10cdc87032f38acd76f28c564db5790b6e8a159' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
- '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
+sha1sums=('6f88114e72204feee491befd5f0e203036b90f11'
+  '583424bb0a6f89ffe4e4ea446b912f0fedac7050'
+  '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
 
 build() {
   cd ${srcdir}/LVM2.${_pkgverlvm}
@@ -28,8 +30,8 @@
   ./configure --prefix= --sysconfdir=/etc --localstatedir=/var 
--datarootdir=/usr/share \
 --includedir=/usr/include --with-usrlibdir=/usr/lib \
 --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
---with-udevdir=/lib/udev/rules.d/ --enable-udev_sync --enable-udev_rules 
|| return 1
-  make || return 1
+--with-udevdir=/lib/udev/rules.d/ --enable-udev_sync --enable-udev_rules
+  make
 }
 
 package_device-mapper() {
@@ -38,8 +40,7 @@
   depends=('glibc' 'udev')
 
   cd ${srcdir}/LVM2.${_pkgverlvm}
-  make DESTDIR=${pkgdir} install_device-mapper || return 1
-  install -m644 man/dmeventd.8 ${pkgdir}/usr/share/man/man8
+  make DESTDIR=${pkgdir} install_device-mapper
 }
 
 package_lvm2() {
@@ -50,15 +51,14 @@
   options=('!makeflags')
 
   cd ${srcdir}/LVM2.${_pkgverlvm}
-  make DESTDIR=${pkgdir} install_lvm2 || return 1
-  rm ${pkgdir}/usr/share/man/man8/dmeventd.8
+  make DESTDIR=${pkgdir} install_lvm2
   # install applib
   cd liblvm
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
   cd ..
   # /etc directories
-  install -d ${pkgdir}/etc/lvm/{archive,backup} || return 1
+  install -d ${pkgdir}/etc/lvm/{archive,backup}
   # mkinitcpio hook
-  install -D -m644 ${srcdir}/lvm2_hook ${pkgdir}/lib/initcpio/hooks/lvm2 
|| return 1
-  install -D -m644 ${srcdir}/lvm2_install 
${pkgdir}/lib/initcpio/install/lvm2 || return 1
+  install -D -m644 ${srcdir}/lvm2_hook ${pkgdir}/lib/initcpio/hooks/lvm2
+  install -D -m644 ${srcdir}/lvm2_install 
${pkgdir}/lib/initcpio/install/lvm2
 }



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:30:31
  Author: thomas
Revision: 85276

archrelease: copy trunk to testing-i686

Added:
  lvm2/repos/testing-i686/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:30:45
  Author: thomas
Revision: 85277

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:02
  Author: thomas
Revision: 85278

Upstream update 1.1.2-1.1.3

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:30:45 UTC (rev 85277)
+++ PKGBUILD2010-07-11 10:36:02 UTC (rev 85278)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=cryptsetup
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc=Userspace setup tool for transparent encryption of block devices 
using the Linux 2.6 cryptoapi
 arch=(i686 x86_64)
 license=('GPL')
 url=http://code.google.com/p/cryptsetup/;
 groups=('base')
-depends=('device-mapper' 'libgcrypt' 'popt' 'e2fsprogs')
+depends=('device-mapper' 'libgcrypt' 'popt')
 conflicts=('mkinitcpio0.5.99')
 options=('!libtool' '!emptydirs')
 source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
 encrypt_hook
encrypt_install)
-sha256sums=('45972839fbb169b3ad5649454c217b7f5b0b3c8bf07e32f51a334a88217c7293'
+sha256sums=('9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a'
 '64601eae6fbf3e3afceccec5877557aa208a82497c33cc94ad0a686b4022b5dc'
 '8e4920bb4b5ce96508aa0c42b9b07326b70daf630519f1aa1d8082bca709c12a')
 



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:05
  Author: thomas
Revision: 85279

archrelease: remove testing-i686

Deleted:
  cryptsetup/repos/testing-i686/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:12
  Author: thomas
Revision: 85280

archrelease: copy trunk to testing-i686

Added:
  cryptsetup/repos/testing-i686/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:15
  Author: thomas
Revision: 85281

archrelease: remove testing-x86_64

Deleted:
  cryptsetup/repos/testing-x86_64/



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

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:22
  Author: thomas
Revision: 85282

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:47:23
  Author: ibiru
Revision: 85283

upgpkg: mythtv 25260-3 rebuild libva 0.31.0

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:36:22 UTC (rev 85282)
+++ PKGBUILD2010-07-11 10:47:23 UTC (rev 85283)
@@ -6,7 +6,7 @@
 
 pkgname=mythtv
 pkgver=25260
-pkgrel=2
+pkgrel=3
 pkgdesc=A Homebrew PVR project
 arch=('i686' 'x86_64')
 url=http://www.mythtv.org/;



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:47:49
  Author: ibiru
Revision: 85284

archrelease: remove extra-i686

Deleted:
  mythtv/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:48:02
  Author: ibiru
Revision: 85285

archrelease: copy trunk to extra-i686

Added:
  mythtv/repos/extra-i686/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:48:22
  Author: ibiru
Revision: 85286

archrelease: remove extra-x86_64

Deleted:
  mythtv/repos/extra-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:48:37
  Author: ibiru
Revision: 85287

archrelease: copy trunk to extra-x86_64

Added:
  mythtv/repos/extra-x86_64/



[arch-commits] Commit in mkinitcpio-busybox/repos (core-x86_64 testing-x86_64)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 07:30:04
  Author: thomas
Revision: 85291

db-move: moved mkinitcpio-busybox from [testing] to [core] (x86_64)

Added:
  mkinitcpio-busybox/repos/core-x86_64/
Deleted:
  mkinitcpio-busybox/repos/testing-x86_64/



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 08:28:18
  Author: ibiru
Revision: 85292

adding dbus-python and gstreamer0.10-good-plugins to optdepends. fixes 
FS#20097, FS#20143

Modified:
  pidgin/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 11:30:04 UTC (rev 85291)
+++ PKGBUILD2010-07-11 12:28:18 UTC (rev 85292)
@@ -12,11 +12,11 @@
 url=http://pidgin.im/;
 license=('GPL')
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 
'python'
-   'hicolor-icon-theme' 'silc-toolkit' 'gstreamer0.10-base' 'farsight2' 
'avahi'
-   'tk' 'ca-certificates' 'intltool' 'networkmanager')
+ 'hicolor-icon-theme' 'silc-toolkit' 'gstreamer0.10-base' 
'farsight2' 'avahi'
+ 'tk' 'ca-certificates' 'intltool' 'networkmanager')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2
-   icq_fix.patch)
+icq_fix.patch)
 sha256sums=('f412a5a7389ad553229743b49399f968278095c8258dc0f89f766a6cd0ba95d1'
 '9f5de2d1441f8369f3f13733dc4ffe14e1be9395507b79703b1c849c02602f93')
 
@@ -33,18 +33,19 @@
 --disable-gnutls \
 --enable-cyrus-sasl \
 --disable-doxygen \
-   --enable-nm \
+--enable-nm \
 --with-system-ssl-certs=/etc/ssl/certs || return 1
 make || return 1
 }
 package_libpurple(){
 pkgdesc=IM library extracted from Pidgin
 depends=('farsight2' 'libsasl' 'dbus-glib' 'silc-toolkit' 'nss' 
'cyrus-sasl-plugins')
+optdepends=('dbus-python: for purple-remote and purple-url-handler')
 cd ${srcdir}/${pkgbase}-${pkgver}
 
 for dir in libpurple share/sounds share/ca-certs m4macros po
 do
-   make -C ${dir} DESTDIR=${pkgdir} install || return 1
+make -C ${dir} DESTDIR=${pkgdir} install || return 1
 done
 #rm -rf $pkgdir/etc || return 1
 }
@@ -53,11 +54,11 @@
 pkgdesc=Multi-protocol instant messaging client
 depends=(libpurple=$pkgver 'startup-notification' 'gtkspell' 'libxss' 
'python'
 'hicolor-icon-theme' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-good: to play sounds'
+optdepends=('aspell: for spelling correction'
 'avahi: Bonjour protocol support'
-'tk: Tcl/Tk scripting support'
 'ca-certificates: SSL CA certificates'
-'aspell: for spelling correction')
+'gstreamer0.10-good-plugins: video and voice support'
+'tk: Tcl/Tk scripting support')
 
 install=pidgin.install
 cd ${srcdir}/${pkgbase}-${pkgver}
@@ -78,8 +79,8 @@
 pkgdesc=A ncurses-based messaging client
 depends=(libpurple=$pkgver 'python')
 optdepends=('avahi: Bonjour protocol support'
-   'tk: Tcl/Tk scripting support'
-   'ca-certificates: SSL CA certificates')
+'ca-certificates: SSL CA certificates'
+'tk: Tcl/Tk scripting support')
 
 cd ${srcdir}/${pkgbase}-${pkgver}
 #for linking



[arch-commits] Commit in btrfs-progs-unstable/trunk (PKGBUILD)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:36:33
  Author: tpowa
Revision: 85293

upgpkg: btrfs-progs-unstable 0.19.20100607-3
change binaries to /sbin

Modified:
  btrfs-progs-unstable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 12:28:18 UTC (rev 85292)
+++ PKGBUILD2010-07-11 16:36:33 UTC (rev 85293)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=btrfs-progs-unstable
 pkgver=0.19.20100607
-pkgrel=2
+pkgrel=3
 pkgdesc=btrfs filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs')
@@ -14,10 +14,10 @@
 build() {
cd $srcdir/$pkgname
# fix for building with new glibc, taken from fedora
-   patch -Np1 -i ../btrfs-progs-build-fixes.patch || return 1
-   make all || return 1
-   make convert || return 1
-   make prefix=$pkgdir/usr install
+   patch -Np1 -i ../btrfs-progs-build-fixes.patch
+   make all
+   make convert
+   make prefix=$pkgdir/usr bindir=$pkgdir/sbin install
# fix manpage
mkdir -p $pkgdir/usr/share/
mv $pkgdir/usr/man $pkgdir/usr/share/man



[arch-commits] Commit in btrfs-progs-unstable/repos (extra-x86_64)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:37:04
  Author: tpowa
Revision: 85295

archrelease: copy trunk to extra-x86_64

Added:
  btrfs-progs-unstable/repos/extra-x86_64/



[arch-commits] Commit in btrfs-progs-unstable/repos (extra-x86_64)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:36:45
  Author: tpowa
Revision: 85294

archrelease: remove extra-x86_64

Deleted:
  btrfs-progs-unstable/repos/extra-x86_64/



[arch-commits] Commit in btrfs-progs-unstable/repos (extra-i686)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:38:32
  Author: tpowa
Revision: 85297

archrelease: copy trunk to extra-i686

Added:
  btrfs-progs-unstable/repos/extra-i686/



[arch-commits] Commit in btrfs-progs-unstable/repos (extra-x86_64)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:38:39
  Author: tpowa
Revision: 85298

archrelease: remove extra-x86_64

Deleted:
  btrfs-progs-unstable/repos/extra-x86_64/



[arch-commits] Commit in btrfs-progs-unstable/repos (extra-x86_64)

2010-07-11 Thread Tobias Powalowski
Date: Sunday, July 11, 2010 @ 12:38:59
  Author: tpowa
Revision: 85299

archrelease: copy trunk to extra-x86_64

Added:
  btrfs-progs-unstable/repos/extra-x86_64/



[arch-commits] Commit in mpg123/trunk (PKGBUILD mpg123-1.9.2-libtool.patch)

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 14:52:51
  Author: eric
Revision: 85300

upgpkg: mpg123 1.12.3-1
Upstream update, Corrected license, Removed old patch

Modified:
  mpg123/trunk/PKGBUILD
Deleted:
  mpg123/trunk/mpg123-1.9.2-libtool.patch

+
 PKGBUILD   |   19 +++
 mpg123-1.9.2-libtool.patch |   18 --
 2 files changed, 11 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 16:38:59 UTC (rev 85299)
+++ PKGBUILD2010-07-11 18:52:51 UTC (rev 85300)
@@ -3,13 +3,13 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=mpg123
-pkgver=1.12.1
+pkgver=1.12.3
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/mpg123;
-license=('GPL2' 'LGPL2')
-depends=('glibc' 'libtool=2.2' 'alsa-lib')
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'libtool' 'alsa-lib')
 makedepends=('esound' 'sdl')
 optdepends=('esound: for additional audio support' 'sdl: for additional audio 
support')
 conflicts=('mpg321')
@@ -17,13 +17,16 @@
 replaces=('mpg321')
 options=('libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e7d810a75d22954169f1530a436aca4c')
+md5sums=('c1568be2d1715786bd6b1a89ec6fa7ef')
+sha1sums=('5e92d3c918f6095264089f711a9f38a5d2168b31')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-audio=alsa esd sdl
+  make
+}
 
-  ./configure --prefix=/usr \
-  --with-audio=alsa esd sdl || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }

Deleted: mpg123-1.9.2-libtool.patch
===
--- mpg123-1.9.2-libtool.patch  2010-07-11 16:38:59 UTC (rev 85299)
+++ mpg123-1.9.2-libtool.patch  2010-07-11 18:52:51 UTC (rev 85300)
@@ -1,18 +0,0 @@
 a/src/module.c 2009-11-18 09:21:01.0 -0800
-+++ b/src/module.c 2009-11-29 17:52:48.0 -0800
-@@ -121,13 +121,13 @@
-   goto om_bad;
-   }
-   /* Work out the path of the module to open */
--  module_path_len = strlen(type) + 1 + strlen(name) + 
strlen(MODULE_FILE_SUFFIX) + 1;
-+  module_path_len = strlen(type) + 1 + strlen(name) + 
strlen(MODULE_FILE_SUFFIX) + 1 + 2;
-   module_path = malloc( module_path_len );
-   if (module_path == NULL) {
-   error1( Failed to allocate memory for module name: %s, 
strerror(errno) );
-   goto om_bad;
-   }
--  snprintf( module_path, module_path_len, %s_%s%s, type, name, 
MODULE_FILE_SUFFIX );
-+  snprintf( module_path, module_path_len, ./%s_%s%s, type, name, 
MODULE_FILE_SUFFIX );
-   /* Display the path of the module created */
-   debug1( Module path: %s, module_path );
- 



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 14:53:03
  Author: eric
Revision: 85301

archrelease: remove extra-i686

Deleted:
  mpg123/repos/extra-i686/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 14:53:12
  Author: eric
Revision: 85302

archrelease: copy trunk to extra-i686

Added:
  mpg123/repos/extra-i686/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 14:53:19
  Author: eric
Revision: 85303

archrelease: remove extra-x86_64

Deleted:
  mpg123/repos/extra-x86_64/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 14:53:29
  Author: eric
Revision: 85304

archrelease: copy trunk to extra-x86_64

Added:
  mpg123/repos/extra-x86_64/



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

2010-07-11 Thread Andrea Scarpino
Date: Sunday, July 11, 2010 @ 15:27:34
  Author: andrea
Revision: 85305

upgpkg: qtcurve-gtk2 1.5.1-1
upstream release

Modified:
  qtcurve-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 18:53:29 UTC (rev 85304)
+++ PKGBUILD2010-07-11 19:27:34 UTC (rev 85305)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qtcurve-gtk2
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
@@ -14,7 +14,7 @@
 depends=('gtk2')
 makedepends=('pkgconfig' 'cmake')
 options=('!libtool')
-md5sums=('92be23be72c6c28d74ee9a462771004b')
+md5sums=('88f2dbc5453f239c6d368a84ec3f9754')
 
 build() {
cd $srcdir
@@ -23,10 +23,11 @@
cmake ../QtCurve-Gtk2-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
-   make || return 1
+   make
 }
 
 package() {
cd $srcdir/build
-   make DESTDIR=$pkgdir install || return 1
+   make DESTDIR=$pkgdir install
+
 }



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

2010-07-11 Thread Andrea Scarpino
Date: Sunday, July 11, 2010 @ 15:27:46
  Author: andrea
Revision: 85306

archrelease: remove extra-i686

Deleted:
  qtcurve-gtk2/repos/extra-i686/



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

2010-07-11 Thread Andrea Scarpino
Date: Sunday, July 11, 2010 @ 15:28:13
  Author: andrea
Revision: 85307

archrelease: copy trunk to extra-i686

Added:
  qtcurve-gtk2/repos/extra-i686/



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

2010-07-11 Thread Andrea Scarpino
Date: Sunday, July 11, 2010 @ 15:28:25
  Author: andrea
Revision: 85308

archrelease: remove extra-x86_64

Deleted:
  qtcurve-gtk2/repos/extra-x86_64/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 15:29:32
  Author: eric
Revision: 85312

archrelease: copy trunk to extra-i686

Added:
  boo/repos/extra-i686/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 15:29:42
  Author: eric
Revision: 85313

archrelease: remove extra-x86_64

Deleted:
  boo/repos/extra-x86_64/



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

2010-07-11 Thread Eric Bélanger
Date: Sunday, July 11, 2010 @ 15:29:52
  Author: eric
Revision: 85314

archrelease: copy trunk to extra-x86_64

Added:
  boo/repos/extra-x86_64/



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

2010-07-11 Thread Tobias Powalowski
Date: Monday, July 12, 2010 @ 01:14:09
  Author: tpowa
Revision: 85316

archrelease: copy trunk to testing-x86_64

Added:
  udev/repos/testing-x86_64/



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

2010-07-11 Thread Tobias Powalowski
Date: Monday, July 12, 2010 @ 01:15:45
  Author: tpowa
Revision: 85317

archrelease: copy trunk to testing-i686

Added:
  udev/repos/testing-i686/



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

2010-07-11 Thread Allan McRae
Date: Monday, July 12, 2010 @ 01:23:39
  Author: allan
Revision: 85321

db-move: moved eventlog from [testing] to [core] (i686)

Added:
  eventlog/repos/core-i686/
Deleted:
  eventlog/repos/testing-i686/



[arch-commits] Commit in eventlog/repos (core-x86_64)

2010-07-11 Thread Allan McRae
Date: Monday, July 12, 2010 @ 01:23:59
  Author: allan
Revision: 85322

db-move: eventlog removed by allan for move to core

Deleted:
  eventlog/repos/core-x86_64/



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

2010-07-11 Thread Allan McRae
Date: Monday, July 12, 2010 @ 01:24:01
  Author: allan
Revision: 85323

db-move: moved eventlog from [testing] to [core] (x86_64)

Added:
  eventlog/repos/core-x86_64/
Deleted:
  eventlog/repos/testing-x86_64/