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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 04:44:09
  Author: andyrtr
Revision: 99884

upgpkg: libreoffice-i18n 3.2.99.3-2
update to beta3 release langpacks; some packs are dropped by upstream

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD | 1023 +
 1 file changed, 493 insertions(+), 530 deletions(-)

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


[arch-commits] Commit in xf86-input-evdev/trunk (initialize-valuators.patch)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:04:39
  Author: jgc
Revision: 99885

Remove old patch

Deleted:
  xf86-input-evdev/trunk/initialize-valuators.patch

+
 initialize-valuators.patch |   61 ---
 1 file changed, 61 deletions(-)

Deleted: initialize-valuators.patch
===
--- initialize-valuators.patch  2010-11-19 09:44:09 UTC (rev 99884)
+++ initialize-valuators.patch  2010-11-19 12:04:39 UTC (rev 99885)
@@ -1,61 +0,0 @@
-From ed47c7f33e315f163a6aebeb3e1c8947004576fd Mon Sep 17 00:00:00 2001
-From: Bartosz Brachaczek b.brachac...@gmail.com
-Date: Tue, 10 Aug 2010 20:31:00 +
-Subject: evdev: Revert Set all valuators for relative motion events (#24737)
-
-It isn't necessary to post zero-deltas to X Server. In order not to post
-uninitialized v array we should rather simply initialize it.
-
-This reverts commit c1f16a4f59a584ab4546c2f16e20b06703042057.
-
-Signed-off-by: Bartosz Brachaczek b.brachac...@gmail.com
-Tested-by: Bartek Iwaniec has...@gmail.com
-Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

-diff --git a/src/evdev.c b/src/evdev.c
-index 5ea230c..bdac330 100644
 a/src/evdev.c
-+++ b/src/evdev.c
-@@ -386,7 +386,7 @@ EvdevProcessValuators(InputInfoPtr pInfo, int 
v[MAX_VALUATORS], int *num_v,
- for (i = 0; i  REL_CNT; i++)
- {
- int map = pEvdev-axis_map[i];
--if (map != -1)
-+if (pEvdev-delta[i]  map != -1)
- {
- v[map] = pEvdev-delta[i];
- if (map  first)
---
-cgit v0.8.3-6-g21f6
-From ec6cb31cc47eed3ccba4c906ca6c54b99136e9eb Mon Sep 17 00:00:00 2001
-From: Bartosz Brachaczek b.brachac...@gmail.com
-Date: Tue, 10 Aug 2010 20:31:37 +
-Subject: evdev: Initialize valuators array. (#24737)
-
-The array needs to be filled with zeros, otherwise we may end up sending
-it with random values if non-zero values aren't in one row (which is the
-case for A4Tech X-750F which sends REL_MISC events without a reason).
-
-X.Org Bug 24737 http://bugs.freedesktop.org/show_bug.cgi?id=24737
-
-Signed-off-by: Bartosz Brachaczek b.brachac...@gmail.com
-Tested-by: Bartek Iwaniec has...@gmail.com
-Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

-diff --git a/src/evdev.c b/src/evdev.c
-index bdac330..512e957 100644
 a/src/evdev.c
-+++ b/src/evdev.c
-@@ -661,7 +661,7 @@ static void
- EvdevProcessSyncEvent(InputInfoPtr pInfo, struct input_event *ev)
- {
- int num_v = 0, first_v = 0;
--int v[MAX_VALUATORS];
-+int v[MAX_VALUATORS] = {};
- EvdevPtr pEvdev = pInfo-private;
- 
- EvdevProcessValuators(pInfo, v, num_v, first_v);
---
-cgit v0.8.3-6-g21f6



[arch-commits] Commit in xf86-input-synaptics/trunk (10-synaptics.conf PKGBUILD)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:10:53
  Author: jgc
Revision: 99886

upgpkg: xf86-input-synaptics 1.3.0-2
Fix configuration (FS#20830)

Modified:
  xf86-input-synaptics/trunk/10-synaptics.conf
  xf86-input-synaptics/trunk/PKGBUILD

---+
 10-synaptics.conf |7 ---
 PKGBUILD  |6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: 10-synaptics.conf
===
--- 10-synaptics.conf   2010-11-19 12:04:39 UTC (rev 99885)
+++ 10-synaptics.conf   2010-11-19 12:10:53 UTC (rev 99886)
@@ -2,7 +2,8 @@
 Identifier touchpad catchall
 Driver synaptics
 MatchIsTouchpad on
- Option TapButton1 1
- Option TapButton2 2
- Option TapButton3 3
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
 EndSection

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 12:04:39 UTC (rev 99885)
+++ PKGBUILD2010-11-19 12:10:53 UTC (rev 99886)
@@ -6,8 +6,8 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.3.0
-pkgrel=1
-pkgdesc=synaptics driver for notebook touchpads
+pkgrel=2
+pkgdesc=Synaptics driver for notebook touchpads
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
@@ -23,7 +23,7 @@
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 10-synaptics.conf)
 sha1sums=('132fff19a3a1768e7ab403f44ebc28e0480a4120'
-  '70ddc39abc03c3b5b8071b70b5553f84e01d78b2')
+  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-input-synaptics/repos (extra-i686)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:10:56
  Author: jgc
Revision: 99887

archrelease: remove extra-i686

Deleted:
  xf86-input-synaptics/repos/extra-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (extra-i686)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:11:02
  Author: jgc
Revision: 99888

archrelease: copy trunk to extra-i686

Added:
  xf86-input-synaptics/repos/extra-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (extra-x86_64)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:11:06
  Author: jgc
Revision: 99889

archrelease: remove extra-x86_64

Deleted:
  xf86-input-synaptics/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-synaptics/repos (extra-x86_64)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:11:16
  Author: jgc
Revision: 99890

archrelease: copy trunk to extra-x86_64

Added:
  xf86-input-synaptics/repos/extra-x86_64/



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 07:45:55
  Author: allan
Revision: 99891

upgpkg: pptpclient 1.7.2-3
rebuild of old package, use our LDFLAGS, tidy up PKGBUILD

Modified:
  pptpclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 12:11:16 UTC (rev 99890)
+++ PKGBUILD2010-11-19 12:45:55 UTC (rev 99891)
@@ -1,21 +1,33 @@
+# $Id$
 # Maintainer: Daniel Isenmann daniel @ archlinux.org
 # Contributor: Mark Nikkel mnik...@gmail.com
+
 pkgname=pptpclient 
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Client for the proprietary Microsoft Point-to-Point Tunneling 
Protocol, PPTP.
+arch=('i686' 'x86_64')
 url=http://pptpclient.sourceforge.net/;
 license=('GPL')
-depends=(glibc ppp iproute2)
-backup=(etc/ppp/{options.pptp})
+depends=('ppp' 'iproute2')
+backup=(etc/ppp/options.pptp)
 
source=(http://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz)
 md5sums=('4c3d19286a37459a632c7128c92a9857')
-arch=('i686' 'x86_64')
- 
+
 build() { 
   cd $srcdir/pptp-$pkgver
-  sed -i '/CFLAGS/d' Makefile
-  sed -i 's|\/bin\/ip|\/usr\/sbin\/ip|g' routing.c 
-  make || return 1
+  
+  # use our CFLAGS and LDFLAGS
+  sed -i -e /CFLAGS  =/ c\CFLAGS = ${CFLAGS} Makefile
+  sed -i -e /LDFLAGS =/ c\LDFLAGS = ${LDFLAGS} Makefile
+  
+  # adjust ip path
+  sed -i 's#/bin/ip#/usr/sbin/ip#' routing.c
+  
+  make 
+}
+
+package() {
+  cd $srcdir/pptp-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 07:46:54
  Author: allan
Revision: 99892

archrelease: copy trunk to testing-i686

Added:
  pptpclient/repos/testing-i686/



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 07:47:48
  Author: allan
Revision: 99893

archrelease: copy trunk to testing-x86_64

Added:
  pptpclient/repos/testing-x86_64/



[arch-commits] Commit in gstreamer0.10-good/trunk (2 files)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:50:01
  Author: jgc
Revision: 99894

upgpkg: gstreamer0.10-good 0.10.25-1
Update to 0.10.25
Remove all versioned dependencies, they are hard to track and we do not care if 
one or two plugins are broken on outdated systems

Modified:
  gstreamer0.10-good/trunk/PKGBUILD
  gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install

+
 PKGBUILD   |   10 +-
 gstreamer0.10-good-plugins.install |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 12:47:48 UTC (rev 99893)
+++ PKGBUILD2010-11-19 12:50:01 UTC (rev 99894)
@@ -3,15 +3,15 @@
 
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.24
+pkgver=0.10.25
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base=0.10.30' 
'libavc1394=0.5.3-3' 'libiec61883=1.2.0' 'aalib=1.4rc5-6' 'libshout=2.2.2' 
'libdv=1.0.0' 'esound=0.2.41' 'flac=1.2.1' 'gconf=2.28.1' 'wavpack=4.60.1' 
'taglib=1.6.3' 'libsoup-gnome=2.30.1' 'libv4l=0.6.4' 'libcaca=0.99.beta17' 
'bzip2=1.0.5' 'gtk2=2.20.1')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 
'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2')
 url=http://gstreamer.freedesktop.org/;
 options=(!libtool !emptydirs)
 source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
-sha256sums=('f274aac9c5b8efc66833c33cfad353209c785ac111465b37146680ee0de2d0be')
+sha256sums=('b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6')
 
 build() {
   cd ${srcdir}/gst-plugins-good-${pkgver}
@@ -27,7 +27,7 @@
 }
 
 package_gstreamer0.10-good() {
-  depends=('gstreamer0.10-base=0.10.30' 'bzip2=1.0.5')
+  depends=('gstreamer0.10-base=0.10.30' 'bzip2')
   pkgdesc=GStreamer Multimedia Framework Good plugin libraries
   conflicts=('gstreamer0.10-bad=0.10.17')
 
@@ -37,7 +37,7 @@
 }
 
 package_gstreamer0.10-good-plugins() {
-  depends=(gstreamer0.10-good=${pkgver} 'libavc1394=0.5.3-3' 
'libiec61883=1.2.0' 'aalib=1.4rc5-6' 'libshout=2.2.2' 'libdv=1.0.0' 
'esound=0.2.41' 'flac=1.2.1' 'gconf=2.28.1' 'wavpack=4.60.1' 
'taglib=1.6.3' 'libsoup-gnome=2.30.1' 'libv4l=0.6.3' 'libcaca=0.99.beta17' 
'libpng=1.4.1' 'libjpeg=8.0.1')
+  depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg')
   pkgdesc=GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
   groups=('gstreamer0.10-plugins')
   replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup')

Modified: gstreamer0.10-good-plugins.install
===
--- gstreamer0.10-good-plugins.install  2010-11-19 12:47:48 UTC (rev 99893)
+++ gstreamer0.10-good-plugins.install  2010-11-19 12:50:01 UTC (rev 99894)
@@ -6,12 +6,12 @@
 
 pre_upgrade() {
   if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-pre_remove $1
+pre_remove
   fi
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 pre_remove() {



[arch-commits] Commit in gstreamer0.10-good/repos (extra-i686)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:50:14
  Author: jgc
Revision: 99895

archrelease: remove extra-i686

Deleted:
  gstreamer0.10-good/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-i686)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:50:20
  Author: jgc
Revision: 99896

archrelease: copy trunk to extra-i686

Added:
  gstreamer0.10-good/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-x86_64)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:50:29
  Author: jgc
Revision: 99897

archrelease: remove extra-x86_64

Deleted:
  gstreamer0.10-good/repos/extra-x86_64/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-x86_64)

2010-11-19 Thread Jan de Groot
Date: Friday, November 19, 2010 @ 07:50:35
  Author: jgc
Revision: 99898

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer0.10-good/repos/extra-x86_64/



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 08:00:23
  Author: allan
Revision: 99899

upgpkg: xinetd 2.3.14-6
rebuild of old package, tidy up PKGBUILD

Modified:
  xinetd/trunk/PKGBUILD

--+
 PKGBUILD |   38 +-
 1 file changed, 25 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 12:50:35 UTC (rev 99898)
+++ PKGBUILD2010-11-19 13:00:23 UTC (rev 99899)
@@ -1,32 +1,44 @@
 # $Id$
-# Maintainer:  Judd jvi...@zeroflux.org
+# Maintainer:
+# Contributor: Judd jvi...@zeroflux.org
+
 pkgname=xinetd
 pkgver=2.3.14
-pkgrel=5
-pkgdesc=xinetd is a secure replacement for inetd
+pkgrel=6
+pkgdesc=a secure replacement for inetd
 arch=('i686' 'x86_64')
 url=http://www.xinetd.org/;
 license=('custom')
 depends=('tcp_wrappers')
 optdepends=('perl: for xconv.pl script')
 backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
-source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz xinetd.conf xinetd \
-servers services)
-md5sums=('567382d7972613090215c6c54f9b82d9' 'f109f699a07bc8cfb5791060f5e87f9e'\
- 'ea37a2794f202e6b953d9b6956dad16a' '21f47b4aa20921cfad9f9a407f81'\
+source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
+xinetd.conf
+xinetd
+servers
+services)
+md5sums=('567382d7972613090215c6c54f9b82d9'
+ 'f109f699a07bc8cfb5791060f5e87f9e'
+ 'ea37a2794f202e6b953d9b6956dad16a'
+ '21f47b4aa20921cfad9f9a407f81'
  '9fa2061dc7dd738c8424251deb86f81e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i s#${prefix}/man#${prefix}/share/man# configure
   ./configure --prefix=/usr --with-libwrap
-  make || return 1
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make prefix=$pkgdir/usr install
-  install -D -m755 ../xinetd $pkgdir/etc/rc.d/xinetd
-  install -D -m644 ../xinetd.conf $pkgdir/etc/xinetd.conf
-  install -D -m644 ../servers $pkgdir/etc/xinetd.d/servers
-  install -D -m644 ../services $pkgdir/etc/xinetd.d/services
+  
+  install -Dm755 $srcdir/xinetd $pkgdir/etc/rc.d/xinetd
+  install -Dm644 $srcdir/xinetd.conf $pkgdir/etc/xinetd.conf
+  install -Dm644 $srcdir/servers $pkgdir/etc/xinetd.d/servers
+  install -Dm644 $srcdir/services $pkgdir/etc/xinetd.d/services
 
   # install license
-  install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
 }



[arch-commits] Commit in (5 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:00:38
  Author: heftig
Revision: 99900

Add libasyncns

Added:
  libasyncns/
  libasyncns/repos/
  libasyncns/trunk/
  libasyncns/trunk/ChangeLog
  libasyncns/trunk/PKGBUILD

---+
 ChangeLog |   13 +
 PKGBUILD  |   29 +
 2 files changed, 42 insertions(+)

Added: libasyncns/trunk/ChangeLog
===
--- libasyncns/trunk/ChangeLog  (rev 0)
+++ libasyncns/trunk/ChangeLog  2010-11-19 13:00:38 UTC (rev 99900)
@@ -0,0 +1,13 @@
+2010-02-10  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.8
+
+2009-01-17  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.7
+
+   * PKGBUILD: moved to $srcdir/$pkgdir syntax
+
+2007-06-20  Georg Grabler  ggrab...@gmail.com
+   
+   * Updated to 0.3

Added: libasyncns/trunk/PKGBUILD
===
--- libasyncns/trunk/PKGBUILD   (rev 0)
+++ libasyncns/trunk/PKGBUILD   2010-11-19 13:00:38 UTC (rev 99900)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libasyncns
+pkgver=0.8
+pkgrel=3
+pkgdesc=A C library for Linux/Unix for executing name service queries 
asynchronously
+arch=('i686' 'x86_64')
+url=http://0pointer.de/lennart/projects/libasyncns;
+license=('LGPL')
+options=('!libtool')
+depends=('glibc')
+source=(http://0pointer.de/lennart/projects/libasyncns/${pkgname}-${pkgver}.tar.gz)
+md5sums=('1f553d6ce1ad255bc83b3d8e9384f515')
+
+build() {
+  cd ${srcdir}/libasyncns-${pkgver}
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd ${srcdir}/libasyncns-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 08:01:25
  Author: allan
Revision: 99901

archrelease: copy trunk to testing-i686

Added:
  xinetd/repos/testing-i686/



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

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 08:02:23
  Author: allan
Revision: 99902

archrelease: copy trunk to testing-x86_64

Added:
  xinetd/repos/testing-x86_64/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 08:03:38
  Author: andrea
Revision: 99904

archrelease: copy trunk to extra-i686

Added:
  nano/repos/extra-i686/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 08:04:05
  Author: andrea
Revision: 99905

archrelease: copy trunk to extra-x86_64

Added:
  nano/repos/extra-x86_64/



[arch-commits] Commit in (5 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:17:21
  Author: heftig
Revision: 99906

Add rtkit

Added:
  rtkit/
  rtkit/repos/
  rtkit/trunk/
  rtkit/trunk/PKGBUILD
  rtkit/trunk/rtkit.install

---+
 PKGBUILD  |   37 +
 rtkit.install |   21 +
 2 files changed, 58 insertions(+)

Added: rtkit/trunk/PKGBUILD
===
--- rtkit/trunk/PKGBUILD(rev 0)
+++ rtkit/trunk/PKGBUILD2010-11-19 13:17:21 UTC (rev 99906)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 28165 2010-10-03 14:22:43Z heftig $
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+
+pkgname=rtkit
+pkgver=0.9
+pkgrel=2
+pkgdesc=Realtime Policy and Watchdog Daemon
+arch=('i686' 'x86_64')
+url=http://git.0pointer.de/?p=rtkit.git;
+license=('GPL' 'custom:BSD')
+depends=('dbus' 'polkit')
+makedepends=('pkgconfig')
+install=rtkit.install
+source=(http://0pointer.de/public/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --libexecdir=/usr/lib --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # DBus configuration
+  mkdir -p $pkgdir/usr/share/dbus-1/interfaces
+  ./rtkit-daemon --introspect 
$pkgdir/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml
+
+  # Client license
+  mkdir -p $pkgdir/usr/share/licenses/rtkit
+  sed -ne '4,25p' rtkit.c $pkgdir/usr/share/licenses/rtkit/COPYING
+}
+
+md5sums=('9d0b8893c5eb17cc58635bb867b23165')

Added: rtkit/trunk/rtkit.install
===
--- rtkit/trunk/rtkit.install   (rev 0)
+++ rtkit/trunk/rtkit.install   2010-11-19 13:17:21 UTC (rev 99906)
@@ -0,0 +1,21 @@
+post_install() {
+  getent group rtkit /dev/null || /usr/sbin/groupadd -r rtkit || return 1
+  getent passwd rtkit /dev/null || /usr/sbin/useradd -r -g rtkit -c 
'RealtimeKit' -s /sbin/nologin -d /proc rtkit || return 1
+
+  dbus-send --system --type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig /dev/null 21
+
+  true
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  getent passwd rtkit /dev/null  /usr/sbin/userdel -f rtkit
+  getent group rtkit /dev/null  /usr/sbin/groupdel rtkit
+
+  true
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in mailx/trunk (PKGBUILD mailx-8.1.1.patch mailx-destdir.patch)

2010-11-19 Thread Allan McRae
Date: Friday, November 19, 2010 @ 08:27:02
  Author: allan
Revision: 99907

begin PKGBUILD clean-up

Added:
  mailx/trunk/mailx-destdir.patch
(from rev 99902, mailx/trunk/mailx-8.1.1.patch)
Modified:
  mailx/trunk/PKGBUILD
Deleted:
  mailx/trunk/mailx-8.1.1.patch

-+
 PKGBUILD|   22 +++---
 mailx-8.1.1.patch   |   32 
 mailx-destdir.patch |   32 
 3 files changed, 47 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 13:17:21 UTC (rev 99906)
+++ PKGBUILD2010-11-19 13:27:02 UTC (rev 99907)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: judd jvi...@zeroflux.org
+# Maintainer:
 # Committer: Judd Vinet jvi...@zeroflux.org
+
 pkgname=mailx
 pkgver=8.1.1
 pkgrel=7
@@ -13,16 +14,23 @@
 optdepends=('smtp-forwarder: for sending mail')
 backup=('etc/mail.rc')
 source=(ftp://ftp.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz \
-mailx-$pkgver.patch mailx-gcc4.patch)
-md5sums=('63cad526ac64b57bcba2c0daaa1f3048' '905cfa35b5131524bfec0c677d456bd3'\
+mailx-destdir.patch
+mailx-gcc4.patch)
+md5sums=('63cad526ac64b57bcba2c0daaa1f3048'
+ 'd8037e4454d2455603de5137fb776182'
  '8716c7c7b3f5d348443230e2fe543bf6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver-fixed
-  patch -Np1 -i $srcdir/mailx-$pkgver.patch || return 1
-  patch -Np0 -i $srcdir/mailx-gcc4.patch || return 1
-  sed -i 's#/man/#/share/man/#' Makefile
-  make all || return 1
+  
+  patch -Np1 -i $srcdir/mailx-destdir.patch
+  patch -Np0 -i $srcdir/mailx-gcc4.patch
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver-fixed
   make DESTDIR=$pkgdir install
   
   install -dm755 $pkgdir/usr/share/licenses/mailx/

Deleted: mailx-8.1.1.patch
===
--- mailx-8.1.1.patch   2010-11-19 13:17:21 UTC (rev 99906)
+++ mailx-8.1.1.patch   2010-11-19 13:27:02 UTC (rev 99907)
@@ -1,32 +0,0 @@
-diff -Naur mailx-8.1.1-fixed-orig/Makefile mailx-8.1.1-fixed/Makefile
 mailx-8.1.1-fixed-orig/MakefileThu Mar 16 09:30:36 2000
-+++ mailx-8.1.1-fixed/Makefile Wed Feb 27 12:50:09 2002
-@@ -7,18 +7,20 @@
- BINOWN = root
- BINGRP = mail
- 
-+DESTDIR = 
-+
- all:
-   gcc $(SRCS) -o $(PROG)
- 
- install:
--  mkdir -p /usr/share/misc
--  mkdir -p /usr/share/man/man1
--  mkdir -p /etc
--  mkdir -p /usr/bin
--  install -o $(BINOWN) -g $(BINGRP) -m 2755 $(PROG) /usr/bin
--  install -o root -g root -m 644 mail.1 /usr/share/man/man1
-+  mkdir -p $(DESTDIR)/usr/share/misc
-+  mkdir -p $(DESTDIR)/usr/man/man1
-+  mkdir -p $(DESTDIR)/etc
-+  mkdir -p $(DESTDIR)/usr/bin
-+  install -o $(BINOWN) -g $(BINGRP) -m 2755 $(PROG) $(DESTDIR)/usr/bin
-+  install -o root -g root -m 644 mail.1 $(DESTDIR)/usr/man/man1
-   cd misc; install -c -o ${BINOWN} -g ${BINGRP} \
--  -m 444 ${SFILES} /usr/share/misc
-+  -m 444 ${SFILES} $(DESTDIR)/usr/share/misc
-   cd misc; install -c -o root -g root \
--  -m 644 ${EFILES} /etc
-+  -m 644 ${EFILES} $(DESTDIR)/etc
- 

Copied: mailx/trunk/mailx-destdir.patch (from rev 99902, 
mailx/trunk/mailx-8.1.1.patch)
===
--- mailx-destdir.patch (rev 0)
+++ mailx-destdir.patch 2010-11-19 13:27:02 UTC (rev 99907)
@@ -0,0 +1,32 @@
+diff -Naur mailx-8.1.1-fixed-orig/Makefile mailx-8.1.1-fixed/Makefile
+--- mailx-8.1.1-fixed-orig/MakefileThu Mar 16 09:30:36 2000
 mailx-8.1.1-fixed/Makefile Wed Feb 27 12:50:09 2002
+@@ -7,18 +7,20 @@
+ BINOWN = root
+ BINGRP = mail
+ 
++DESTDIR = 
++
+ all:
+   gcc $(SRCS) -o $(PROG)
+ 
+ install:
+-  mkdir -p /usr/share/misc
+-  mkdir -p /usr/share/man/man1
+-  mkdir -p /etc
+-  mkdir -p /usr/bin
+-  install -o $(BINOWN) -g $(BINGRP) -m 2755 $(PROG) /usr/bin
+-  install -o root -g root -m 644 mail.1 /usr/share/man/man1
++  mkdir -p $(DESTDIR)/usr/share/misc
++  mkdir -p $(DESTDIR)/usr/share/man/man1
++  mkdir -p $(DESTDIR)/etc
++  mkdir -p $(DESTDIR)/usr/bin
++  install -o $(BINOWN) -g $(BINGRP) -m 2755 $(PROG) $(DESTDIR)/usr/bin
++  install -o root -g root -m 644 mail.1 $(DESTDIR)/usr/share/man/man1
+   cd misc; install -c -o ${BINOWN} -g ${BINGRP} \
+-  -m 444 ${SFILES} /usr/share/misc
++  -m 444 ${SFILES} $(DESTDIR)/usr/share/misc
+   cd misc; install -c -o root -g root \
+-  -m 644 ${EFILES} /etc
++  -m 644 ${EFILES} $(DESTDIR)/etc
+ 



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 08:27:37
  Author: andrea
Revision: 99908

ops...

Deleted:
  nano/repos/extra-i686/
  nano/repos/extra-x86_64/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 08:28:08
  Author: andrea
Revision: 99909

archrelease: copy trunk to testing-i686

Added:
  nano/repos/testing-i686/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 08:28:30
  Author: andrea
Revision: 99910

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/



[arch-commits] Commit in (7 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:30:35
  Author: heftig
Revision: 99911

Add pulseaudio

Added:
  pulseaudio/
  pulseaudio/repos/
  pulseaudio/trunk/
  pulseaudio/trunk/ChangeLog
  pulseaudio/trunk/PKGBUILD
  pulseaudio/trunk/pulseaudio.install
  pulseaudio/trunk/pulseaudio.xinit

+
 ChangeLog  |  132 +++
 PKGBUILD   |   93 +++
 pulseaudio.install |   24 +
 pulseaudio.xinit   |7 ++
 4 files changed, 256 insertions(+)

Added: pulseaudio/trunk/ChangeLog
===
--- pulseaudio/trunk/ChangeLog  (rev 0)
+++ pulseaudio/trunk/ChangeLog  2010-11-19 13:30:35 UTC (rev 99911)
@@ -0,0 +1,132 @@
+2010-05-17  Jan Steffens  jan.steff...@gmail.com
+
+   * Release bump: 6
+
+   * PKGBUILD: Make tcp_wrappers a depend, it's needed; Fix jack optdepend;
+   reword gconf optdepend; remove old polypaudio references
+
+   * pulseaudio.install: update the post_install message; make install 
+   fail if any of the groupadds fail; removed most /dev/null; cleanup
+
+2010-02-11  Corrado Primier  ba...@aur.archlinux.org
+
+   * Release bump: 4
+
+   * PKGBUILD: removed consolekit, policykit, hal and liboil dependencies;
+   removed wrong glib optdepend; added doxygen makedepend; added udev (in
+   place of hal) and rtkit (in place of libcap) dependencies; disabled hal;
+   disabled rpaths
+
+   * pulseaudio.install: updated the post_install message
+
+2009-12-14  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.21
+
+   * PKGBUILD: removed --as-needed LDFLAGS to prevent linking errors; added
+   -fno-strict-aliasing to CFLAGS; removed gdbm dependency in favor of tdb;
+   force use of tdb database
+
+2009-09-19  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.18
+
+2009-04-14  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.15
+
+   * PKGBUILD: added system.pa to backup array, added some new optional
+   dependencies (gconf, libxtst), changed bluez-libs makedepend/optdepend
+   in bluez
+
+2009-01-15  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.14
+
+   * PKGBUILD: added optdepends array; added gdbm, consolekit, policykit
+   and speex to dependencies; added intltool and speex to makedepends;
+   added --localstatedir switch to configure
+
+   * pulseaudio.rc: various improvements
+
+   * pulseaudio.install: removed execution bit; removed optional
+   dependencies list; moved to getent syntax; substituted wrong
+   'realtime' with pulse-rt; great cleanup
+
+2008-12-01  Corrado Primier  ba...@aur.archlinux.org
+
+   * Release bump: 3
+
+   * PKGBUILD: fixed /etc/rc.d/pulseaudio permissions
+
+   * ChangeLog: corrected last update's date
+
+2008-12-01  Corrado Primier  ba...@aur.archlinux.org
+
+   * Release bump: 2
+
+   * PKGBUILD: changed libexecdir to /usr/lib (FS#10292); fixed volume
+   restoring for users of the system-wide daemon (FS#10356)
+
+2008-04-04  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.10
+
+   * PKGBUILD: added some || return 1, minor cleanups
+
+   * pulseaudio.install: cleaned ups; moved post_upgrade() contents to
+   post_install()
+
+2008-03-17  Eric Belanger  e...@archlinux.org
+
+   * PKGBUILD: disabled SMP build; added bluez-libs makedepends
+
+2008-02-01  Corrado Primier  ba...@aur.archlinux.org
+
+   * debian-tunnel-fix.patch: removed (bug fixed upstream)
+
+2008-01-27  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.9
+
+2008-01-23  Corrado Primier  ba...@aur.archlinux.org
+
+   * PKGBUILD: moved libasyncns from makedepends to depends
+
+   * ChangeLog: adapted to specifications
+
+2007-12-02  Corrado Primier  ba...@aur.archlinux.org
+   
+   * debian-tunnel-fix.patch: added
+
+2007-11-29  Corrado Primier  ba...@aur.archlinux.org
+
+   * pulseaudio.rc: Added check before modprobe capability in
+   /etc/rc.d/pulseaudio
+
+2007-11-28  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.8
+
+2007-11-18  Corrado Primier  ba...@aur.archlinux.org
+
+   * PKGBUILD: added libtool and libcap to dependencies
+
+   * pulseaudio.install: fixed
+
+   * pulseaudio.conf, pulseudio.rc: renamed and made non-executable
+
+   * PKGBUILD, pulseaudio.install: various cosmetic changes
+
+2007-11-07  Corrado Primier  ba...@aur.archlinux.org
+   
+   * PKGBUILD: re-added x11 support (see pulseaudio.install)
+
+2007-11-02  Corrado Primier  ba...@aur.archlinux.org
+
+   * Version bump: 0.9.7
+
+   * PKGBUILD: moved many dependencies to optional
+
+   * PKGBUILD: removed X11 support (it prevented the rc script from
+   starting)

Added: 

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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:31:29
  Author: heftig
Revision: 99912

Add keyword

Modified:
  rtkit/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 13:30:35 UTC (rev 99911)
+++ PKGBUILD2010-11-19 13:31:29 UTC (rev 99912)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 28165 2010-10-03 14:22:43Z heftig $
+# $Id$
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 


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



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:32:05
  Author: heftig
Revision: 99913

Add keyword

Modified:
  pulseaudio/trunk/PKGBUILD (contents, properties)
Deleted:
  pulseaudio/trunk/ChangeLog

---+
 ChangeLog |  132 
 PKGBUILD  |2 
 2 files changed, 1 insertion(+), 133 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2010-11-19 13:31:29 UTC (rev 99912)
+++ ChangeLog   2010-11-19 13:32:05 UTC (rev 99913)
@@ -1,132 +0,0 @@
-2010-05-17  Jan Steffens  jan.steff...@gmail.com
-
-   * Release bump: 6
-
-   * PKGBUILD: Make tcp_wrappers a depend, it's needed; Fix jack optdepend;
-   reword gconf optdepend; remove old polypaudio references
-
-   * pulseaudio.install: update the post_install message; make install 
-   fail if any of the groupadds fail; removed most /dev/null; cleanup
-
-2010-02-11  Corrado Primier  ba...@aur.archlinux.org
-
-   * Release bump: 4
-
-   * PKGBUILD: removed consolekit, policykit, hal and liboil dependencies;
-   removed wrong glib optdepend; added doxygen makedepend; added udev (in
-   place of hal) and rtkit (in place of libcap) dependencies; disabled hal;
-   disabled rpaths
-
-   * pulseaudio.install: updated the post_install message
-
-2009-12-14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.21
-
-   * PKGBUILD: removed --as-needed LDFLAGS to prevent linking errors; added
-   -fno-strict-aliasing to CFLAGS; removed gdbm dependency in favor of tdb;
-   force use of tdb database
-
-2009-09-19  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.18
-
-2009-04-14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.15
-
-   * PKGBUILD: added system.pa to backup array, added some new optional
-   dependencies (gconf, libxtst), changed bluez-libs makedepend/optdepend
-   in bluez
-
-2009-01-15  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.14
-
-   * PKGBUILD: added optdepends array; added gdbm, consolekit, policykit
-   and speex to dependencies; added intltool and speex to makedepends;
-   added --localstatedir switch to configure
-
-   * pulseaudio.rc: various improvements
-
-   * pulseaudio.install: removed execution bit; removed optional
-   dependencies list; moved to getent syntax; substituted wrong
-   'realtime' with pulse-rt; great cleanup
-
-2008-12-01  Corrado Primier  ba...@aur.archlinux.org
-
-   * Release bump: 3
-
-   * PKGBUILD: fixed /etc/rc.d/pulseaudio permissions
-
-   * ChangeLog: corrected last update's date
-
-2008-12-01  Corrado Primier  ba...@aur.archlinux.org
-
-   * Release bump: 2
-
-   * PKGBUILD: changed libexecdir to /usr/lib (FS#10292); fixed volume
-   restoring for users of the system-wide daemon (FS#10356)
-
-2008-04-04  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.10
-
-   * PKGBUILD: added some || return 1, minor cleanups
-
-   * pulseaudio.install: cleaned ups; moved post_upgrade() contents to
-   post_install()
-
-2008-03-17  Eric Belanger  e...@archlinux.org
-
-   * PKGBUILD: disabled SMP build; added bluez-libs makedepends
-
-2008-02-01  Corrado Primier  ba...@aur.archlinux.org
-
-   * debian-tunnel-fix.patch: removed (bug fixed upstream)
-
-2008-01-27  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.9
-
-2008-01-23  Corrado Primier  ba...@aur.archlinux.org
-
-   * PKGBUILD: moved libasyncns from makedepends to depends
-
-   * ChangeLog: adapted to specifications
-
-2007-12-02  Corrado Primier  ba...@aur.archlinux.org
-   
-   * debian-tunnel-fix.patch: added
-
-2007-11-29  Corrado Primier  ba...@aur.archlinux.org
-
-   * pulseaudio.rc: Added check before modprobe capability in
-   /etc/rc.d/pulseaudio
-
-2007-11-28  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.8
-
-2007-11-18  Corrado Primier  ba...@aur.archlinux.org
-
-   * PKGBUILD: added libtool and libcap to dependencies
-
-   * pulseaudio.install: fixed
-
-   * pulseaudio.conf, pulseudio.rc: renamed and made non-executable
-
-   * PKGBUILD, pulseaudio.install: various cosmetic changes
-
-2007-11-07  Corrado Primier  ba...@aur.archlinux.org
-   
-   * PKGBUILD: re-added x11 support (see pulseaudio.install)
-
-2007-11-02  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.7
-
-   * PKGBUILD: moved many dependencies to optional
-
-   * PKGBUILD: removed X11 support (it prevented the rc script from
-   starting)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 13:31:29 UTC (rev 99912)
+++ PKGBUILD2010-11-19 13:32:05 UTC (rev 99913)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 32597 2010-11-15 08:03:19Z heftig $
+# 

[arch-commits] Commit in (4 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:36:39
  Author: heftig
Revision: 99914

Add alsa-plugins

Added:
  alsa-plugins/
  alsa-plugins/repos/
  alsa-plugins/trunk/
  alsa-plugins/trunk/PKGBUILD

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

Added: alsa-plugins/trunk/PKGBUILD
===
--- alsa-plugins/trunk/PKGBUILD (rev 0)
+++ alsa-plugins/trunk/PKGBUILD 2010-11-19 13:36:39 UTC (rev 99914)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=alsa-plugins
+pkgver=1.0.23
+pkgrel=2
+pkgdesc=Extra alsa plugins
+arch=(i686 x86_64)
+url=http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(pulseaudio jack ffmpeg)
+optdepends=('pulseaudio: PulseAudio plugin'
+'jack: Jack plugin'
+'ffmpeg: libavcodec resampling plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+options=('!libtool')
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2
+Fix_invalid_buffer_pointer_return_value.patch
+Add_handle_underrun_option.patch)
+md5sums=('a671f8102366c5b388133e948e1c85cb'
+ '067a51a5157a42989f60078d5225b6c1'
+ '56fb0e9cbef9714504ecaa1bb62d7acf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Improve pulse underrun handling
+  patch -Np1 -i $srcdir/Fix_invalid_buffer_pointer_return_value.patch
+  patch -Np1 -i $srcdir/Add_handle_underrun_option.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: alsa-plugins/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (5 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:43:20
  Author: heftig
Revision: 99915

Add pulseaudio-alsa

Added:
  pulseaudio-alsa/
  pulseaudio-alsa/repos/
  pulseaudio-alsa/trunk/
  pulseaudio-alsa/trunk/PKGBUILD
  pulseaudio-alsa/trunk/asound.conf

-+
 PKGBUILD|   18 ++
 asound.conf |   19 +++
 2 files changed, 37 insertions(+)

Added: pulseaudio-alsa/trunk/PKGBUILD
===
--- pulseaudio-alsa/trunk/PKGBUILD  (rev 0)
+++ pulseaudio-alsa/trunk/PKGBUILD  2010-11-19 13:43:20 UTC (rev 99915)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+pkgname=pulseaudio-alsa
+pkgver=1
+pkgrel=2
+pkgdesc=ALSA Configuration for PulseAudio
+arch=(any)
+url=http://www.pulseaudio.org;
+license=(GPL)
+depends=(alsa-plugins pulseaudio)
+backup=(etc/asound.conf)
+source=(asound.conf)
+groups=(pulseaudio-gnome)
+md5sums=('ea1df7bdbfcd6d13160f5286b61a3ed8')
+
+build() {
+  install -Dm644 $srcdir/asound.conf $pkgdir/etc/asound.conf
+}


Property changes on: pulseaudio-alsa/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: pulseaudio-alsa/trunk/asound.conf
===
--- pulseaudio-alsa/trunk/asound.conf   (rev 0)
+++ pulseaudio-alsa/trunk/asound.conf   2010-11-19 13:43:20 UTC (rev 99915)
@@ -0,0 +1,19 @@
+# Use PulseAudio by default
+pcm.!default {
+  type pulse
+}
+
+ctl.!default {
+  type pulse
+}
+
+# Explicit PulseAudio device
+pcm.pulse {
+  type pulse
+}
+
+ctl.pulse {
+  type pulse
+}
+
+# vim:set ft=alsaconf:



[arch-commits] Commit in (5 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:46:04
  Author: heftig
Revision: 99916

Add pavucontrol

Added:
  pavucontrol/
  pavucontrol/repos/
  pavucontrol/trunk/
  pavucontrol/trunk/PKGBUILD
  pavucontrol/trunk/pavucontrol.desktop

-+
 PKGBUILD|   32 
 pavucontrol.desktop |   11 +++
 2 files changed, 43 insertions(+)

Added: pavucontrol/trunk/PKGBUILD
===
--- pavucontrol/trunk/PKGBUILD  (rev 0)
+++ pavucontrol/trunk/PKGBUILD  2010-11-19 13:46:04 UTC (rev 99916)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=pavucontrol
+pkgver=0.9.10
+pkgrel=4
+pkgdesc=A simple GTK based volume control tool for the PulseAudio sound 
server
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/pavucontrol;
+license=(GPL)
+depends=(gnome-icon-theme libcanberra libglademm pulseaudio libsigc++)
+makedepends=(intltool)
+source=(http://0pointer.de/lennart/projects/$pkgname/$pkgname-$pkgver.tar.gz
+pavucontrol.desktop)
+md5sums=('b966eb31ec7fd6afa0f1ed7d5ba480b3' '0fc5cb095599eff6915db27e2b9bb881')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/pavucontrol.desktop \
+$pkgdir/usr/share/applications/pavucontrol.desktop
+}


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

Added: pavucontrol/trunk/pavucontrol.desktop
===
--- pavucontrol/trunk/pavucontrol.desktop   (rev 0)
+++ pavucontrol/trunk/pavucontrol.desktop   2010-11-19 13:46:04 UTC (rev 
99916)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=PulseAudio Volume Control
+GenericName=Volume Control
+Comment=Adjust the volume level
+Exec=pavucontrol
+Icon=multimedia-volume-control
+StartupNotify=true
+Type=Application
+Categories=AudioVideo;Audio;
+GenericName[en_GB]=Volume Control



[arch-commits] Commit in (5 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:47:59
  Author: heftig
Revision: 99917

Add paprefs

Added:
  paprefs/
  paprefs/repos/
  paprefs/trunk/
  paprefs/trunk/PKGBUILD
  paprefs/trunk/paprefs.desktop

-+
 PKGBUILD|   32 
 paprefs.desktop |   13 +
 2 files changed, 45 insertions(+)

Added: paprefs/trunk/PKGBUILD
===
--- paprefs/trunk/PKGBUILD  (rev 0)
+++ paprefs/trunk/PKGBUILD  2010-11-19 13:47:59 UTC (rev 99917)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=paprefs
+pkgver=0.9.9
+pkgrel=5
+pkgdesc=A simple GTK-based configuration dialog for PulseAudio
+arch=(i686 x86_64)
+url=http://0pointer.de/lennart/projects/paprefs;
+license=(GPL)
+depends=(gconfmm gnome-icon-theme libglademm 'pulseaudio=0.9.21' libsigc++)
+makedepends=(intltool)
+source=(http://0pointer.de/lennart/projects/paprefs/$pkgname-$pkgver.tar.gz
+paprefs.desktop)
+md5sums=('0592ccb28c8f601a8fe3607b64e9f5bc' '20dc978f0bd4a0bf925a4eaf80a2b8f8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/paprefs.desktop \
+$pkgdir/usr/share/applications/paprefs.desktop
+}


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

Added: paprefs/trunk/paprefs.desktop
===
--- paprefs/trunk/paprefs.desktop   (rev 0)
+++ paprefs/trunk/paprefs.desktop   2010-11-19 13:47:59 UTC (rev 99917)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=PulseAudio Preferences
+Name[de]=PulseAudio-Einstellungen
+GenericName=Sound Server Preferences
+GenericName[de]=Audio-Dienst-Einstellungen
+Comment=View and modify the configuration of the local sound server
+Comment[de]=Anzeigen und Ändern der Konfiguration des lokalen Audio-Dienstes
+Exec=paprefs
+Icon=preferences-desktop
+StartupNotify=true
+Type=Application
+Categories=Settings;



[arch-commits] Commit in (4 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:50:40
  Author: heftig
Revision: 99918

Add pulseaudio-mixer-applet

Added:
  pulseaudio-mixer-applet/
  pulseaudio-mixer-applet/repos/
  pulseaudio-mixer-applet/trunk/
  pulseaudio-mixer-applet/trunk/PKGBUILD

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

Added: pulseaudio-mixer-applet/trunk/PKGBUILD
===
--- pulseaudio-mixer-applet/trunk/PKGBUILD  (rev 0)
+++ pulseaudio-mixer-applet/trunk/PKGBUILD  2010-11-19 13:50:40 UTC (rev 
99918)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Samed Beyribey ras0ir AT eventualis DOT org
+
+pkgname=pulseaudio-mixer-applet
+pkgver=0.2.2
+pkgrel=6
+pkgdesc=GNOME panel applet to control PulseAudio devices and streams
+arch=(i686 x86_64)
+url=https://launchpad.net/pama;
+license=(GPL3)
+depends=(gnome-media gnome-panel-bonobo pulseaudio glib2)
+makedepends=(intltool)
+groups=(pulseaudio-gnome)
+source=(http://launchpad.net/pama/${pkgver%.*}/$pkgver/+download/pulseaudio-mixer-applet-$pkgver.tar.gz)
+md5sums=('b7df43c999ad8583f779e678cfe768ae')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


Property changes on: pulseaudio-mixer-applet/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (6 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 08:54:08
  Author: heftig
Revision: 99919

Add ossp

Added:
  ossp/
  ossp/repos/
  ossp/trunk/
  ossp/trunk/PKGBUILD
  ossp/trunk/osspd.conf.d
  ossp/trunk/osspd.rc.d

--+
 PKGBUILD |   43 +
 osspd.conf.d |   10 +
 osspd.rc.d   |   59 +
 3 files changed, 112 insertions(+)

Added: ossp/trunk/PKGBUILD
===
--- ossp/trunk/PKGBUILD (rev 0)
+++ ossp/trunk/PKGBUILD 2010-11-19 13:54:08 UTC (rev 99919)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+
+pkgname=ossp
+pkgver=1.3.2
+pkgrel=10
+pkgdesc=Emulate OSS device using CUSE
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/osspd;
+license=(GPL2)
+depends=('fuse=2.8.0' 'kernel26=2.6.35-2')
+makedepends=(pulseaudio alsa-lib)
+optdepends=(pulseaudio: PulseAudio backend
+alsa-lib: ALSA backend)
+backup=(etc/conf.d/osspd)
+source=(http://downloads.sourceforge.net/project/osspd/${pkgname}-${pkgver}.tar.gz;
+osspd.rc.d osspd.conf.d)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir prefix=/usr UDEVDIR=/lib/udev/rules.d install
+
+  # Make compatible with udev ACLs
+  sed -e 's/GROUP=audio/SUBSYSTEM==cuse, MODE=0666/' \
+  -i $pkgdir/lib/udev/rules.d/98-osscuse.rules
+
+  install -D -m644 README $pkgdir/usr/share/doc/$pkgname/README
+
+  install -D -m755 $srcdir/osspd.rc.d $pkgdir/etc/rc.d/osspd
+  install -D -m644 $srcdir/osspd.conf.d $pkgdir/etc/conf.d/osspd
+}
+
+md5sums=('ee2d8c894de2fa4eb3291804fbc7df45'
+ '69b745e0c499cd50019266a99082ce8b'
+ '5a5a3db1bb3c98d48d4794613cf12ef0')


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

Added: ossp/trunk/osspd.conf.d
===
--- ossp/trunk/osspd.conf.d (rev 0)
+++ ossp/trunk/osspd.conf.d 2010-11-19 13:54:08 UTC (rev 99919)
@@ -0,0 +1,10 @@
+# Define the audio backend to use here.
+# Leave undefined to autodetect.
+
+# Use Pulseaudio slave
+#DSP_SLAVE=/usr/sbin/ossp-padsp
+
+# Use ALSA slave
+#DSP_SLAVE=/usr/sbin/ossp-alsap
+
+# vim:set ft=sh:

Added: ossp/trunk/osspd.rc.d
===
--- ossp/trunk/osspd.rc.d   (rev 0)
+++ ossp/trunk/osspd.rc.d   2010-11-19 13:54:08 UTC (rev 99919)
@@ -0,0 +1,59 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/osspd
+
+
+if [[ -z $DSP_SLAVE ]]; then
+  # Autodetect
+  if [[ -x /usr/bin/pulseaudio ]]; then
+DSP_SLAVE=/usr/sbin/ossp-padsp
+  else
+DSP_SLAVE=/usr/sbin/ossp-alsap
+  fi
+fi
+
+preclaim_oss=/sys/module/soundcore/parameters/preclaim_oss
+
+PID=`pidof -o %PPID /usr/sbin/osspd`
+case $1 in
+  start)
+stat_busy Starting OSS userspace bridge
+if [ -z $PID ]; then 
+  if [[ -r $preclaim_oss  $(cat $preclaim_oss) -eq 1 ]]; then
+echo Must boot with soundcore.preclaim_oss=0
+stat_die
+  fi
+  modprobe cuse /dev/null
+  modprobe -r snd-pcm-oss snd-mixer-oss /dev/null
+  sleep 0.1
+  /usr/sbin/osspd --dsp-slave=$DSP_SLAVE
+fi
+if [ -n $PID -o $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon osspd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping OSS userspace bridge
+[ -n $PID ]  kill $PID /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon osspd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac
+
+# vim:set ft=sh:


Property changes on: ossp/trunk/osspd.rc.d
___
Added: svn:executable
   + *



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:12:52
  Author: heftig
Revision: 99920

archrelease: copy trunk to testing-i686

Added:
  libasyncns/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:13:10
  Author: heftig
Revision: 99921

archrelease: copy trunk to testing-x86_64

Added:
  libasyncns/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:13:36
  Author: heftig
Revision: 99922

archrelease: copy trunk to testing-i686

Added:
  rtkit/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:13:56
  Author: heftig
Revision: 99923

archrelease: copy trunk to testing-x86_64

Added:
  rtkit/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:14:30
  Author: heftig
Revision: 99924

Fix md5sum

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:13:56 UTC (rev 99923)
+++ PKGBUILD2010-11-19 14:14:30 UTC (rev 99924)
@@ -18,7 +18,7 @@
 options=(!emptydirs !libtool !makeflags)
 
source=(http://mirrors.kernel.org/archlinux/other/$pkgbase/$pkgbase-$_pkgver.tar.xz;
 $pkgbase.xinit)
-md5sums=('d54a4889f002b964d0f3533b89f28cbb'
+md5sums=('a217dcfcb185ab8755517bd32818bdbb'
  'eb1cfae28eb2e4d3fdbe45a90e4318ab')
 
 build() {



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:16:05
  Author: heftig
Revision: 99925

Use libpulse dep

Modified:
  ossp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:14:30 UTC (rev 99924)
+++ PKGBUILD2010-11-19 14:16:05 UTC (rev 99925)
@@ -10,8 +10,8 @@
 url=http://sourceforge.net/projects/osspd;
 license=(GPL2)
 depends=('fuse=2.8.0' 'kernel26=2.6.35-2')
-makedepends=(pulseaudio alsa-lib)
-optdepends=(pulseaudio: PulseAudio backend
+makedepends=(libpulse alsa-lib)
+optdepends=(libpulse: PulseAudio backend
 alsa-lib: ALSA backend)
 backup=(etc/conf.d/osspd)
 
source=(http://downloads.sourceforge.net/project/osspd/${pkgname}-${pkgver}.tar.gz;



[arch-commits] Commit in pulseaudio-mixer-applet/trunk (PKGBUILD)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:16:58
  Author: heftig
Revision: 99926

Fix deps

Modified:
  pulseaudio-mixer-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:16:05 UTC (rev 99925)
+++ PKGBUILD2010-11-19 14:16:58 UTC (rev 99926)
@@ -9,9 +9,8 @@
 arch=(i686 x86_64)
 url=https://launchpad.net/pama;
 license=(GPL3)
-depends=(gnome-media gnome-panel-bonobo pulseaudio glib2)
+depends=(gnome-media gnome-panel-bonobo libpulse glib2)
 makedepends=(intltool)
-groups=(pulseaudio-gnome)
 
source=(http://launchpad.net/pama/${pkgver%.*}/$pkgver/+download/pulseaudio-mixer-applet-$pkgver.tar.gz)
 md5sums=('b7df43c999ad8583f779e678cfe768ae')
 



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:18:06
  Author: heftig
Revision: 99927

Use libpulse

Modified:
  pavucontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:16:58 UTC (rev 99926)
+++ PKGBUILD2010-11-19 14:18:06 UTC (rev 99927)
@@ -11,7 +11,7 @@
 arch=(i686 x86_64)
 url=http://0pointer.de/lennart/projects/pavucontrol;
 license=(GPL)
-depends=(gnome-icon-theme libcanberra libglademm pulseaudio libsigc++)
+depends=(gnome-icon-theme libcanberra libglademm libpulse libsigc++)
 makedepends=(intltool)
 source=(http://0pointer.de/lennart/projects/$pkgname/$pkgname-$pkgver.tar.gz
 pavucontrol.desktop)



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:19:23
  Author: heftig
Revision: 99928

Use libpulse

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:18:06 UTC (rev 99927)
+++ PKGBUILD2010-11-19 14:19:23 UTC (rev 99928)
@@ -10,8 +10,8 @@
 url=http://www.alsa-project.org;
 license=(GPL)
 depends=(alsa-lib)
-makedepends=(pulseaudio jack ffmpeg)
-optdepends=('pulseaudio: PulseAudio plugin'
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
 'jack: Jack plugin'
 'ffmpeg: libavcodec resampling plugin'
 'libsamplerate: libsamplerate resampling plugin'



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:19:59
  Author: heftig
Revision: 99929

archrelease: copy trunk to testing-i686

Added:
  pulseaudio/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 09:20:24
  Author: heftig
Revision: 99930

archrelease: copy trunk to testing-x86_64

Added:
  pulseaudio/repos/testing-x86_64/



[arch-commits] Commit in lilo/trunk (4 files)

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 09:37:52
  Author: andrea
Revision: 99931

upgpkg: lilo 23.1-1
new url, source and upstream release; remove old patch; use package() function; 
updated make options

Modified:
  lilo/trunk/PKGBUILD
  lilo/trunk/lilo.install
Deleted:
  lilo/trunk/ChangeLog
  lilo/trunk/fix_lilo_dm.patch

---+
 ChangeLog |6 --
 PKGBUILD  |   34 ++
 fix_lilo_dm.patch |   48 
 lilo.install  |2 --
 4 files changed, 18 insertions(+), 72 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2010-11-19 14:20:24 UTC (rev 99930)
+++ ChangeLog   2010-11-19 14:37:52 UTC (rev 99931)
@@ -1,6 +0,0 @@
-2009-11-06  Eric Belanger  e...@archlinux.org
-
-   * lilo 22.8-4
-   * Fixed issue with device-mapper
-   * PKGBUILD clean up
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:20:24 UTC (rev 99930)
+++ PKGBUILD2010-11-19 14:37:52 UTC (rev 99931)
@@ -3,11 +3,11 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=lilo
-pkgver=22.8
-pkgrel=4
+pkgver=23.1
+pkgrel=1
 pkgdesc=A bootloader for Linux
 arch=('i686' 'x86_64')
-url=ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/!INDEX.html;
+url=https://alioth.debian.org/projects/lilo/;
 license=('BSD')
 # While lilo should stay in the base category,
 # it usually makes no sense if it is installed
@@ -19,19 +19,21 @@
 makedepends=('bin86')
 install=lilo.install
 options=('!makeflags')
-source=(ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-${pkgver}.src.tar.gz
 \
-   lilo.conf fix_lilo_dm.patch)
-md5sums=('72765f2aafd20e23ecf07ebd22baeec7' 'a3a4c90bead3f9b8672bd384ff9f8db1'\
- 'd82cd0a08b89782261e534a81b82bb88')
-sha1sums=('59852eab59b93dcea63b39eef1db7963b7268b0d' 
'9ca31ef52ae0a29269c608f9470fb9341bb38f2e'\
- '4d2ce83a1bf50fb18594713e4c15bce6e6149b6f')
+source=(https://alioth.debian.org/frs/download.php/3315/${pkgname}-${pkgver}.src.tar.gz
+'lilo.conf')
+md5sums=('72f9b547393c0d0fb48b4b1c23f85f50'
+'a3a4c90bead3f9b8672bd384ff9f8db1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../fix_lilo_dm.patch || return 1
-  LANG=en_US
-  make all || return 1
-  make ROOT=${pkgdir} MAN_DIR=/usr/share/man install || return 1
-  install -D -m644 ${srcdir}/lilo.conf ${pkgdir}/etc/lilo.conf || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
+  cd ${srcdir}/${pkgname}-23.0
+  export LC_ALL=C
+  make all
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-23.0
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/lilo.conf ${pkgdir}/etc/lilo.conf
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: fix_lilo_dm.patch
===
--- fix_lilo_dm.patch   2010-11-19 14:20:24 UTC (rev 99930)
+++ fix_lilo_dm.patch   2010-11-19 14:37:52 UTC (rev 99931)
@@ -1,48 +0,0 @@
-diff -Nur lilo-22.8.orig/geometry.c lilo-22.8/geometry.c
 lilo-22.8.orig/geometry.c  2006-12-17 04:46:17.0 +0100
-+++ lilo-22.8/geometry.c   2009-11-07 03:26:02.815256390 +0100
-@@ -901,42 +901,15 @@
-   DEVICE dev;
-   struct dm_task *dmt;
-   void *next = NULL;
--  char dmdev[PATH_MAX+1];
-   char buf[PATH_MAX+1];
--  char *slash;
-   int result;
- 
-   dev_open(dev, device, -1);
--  strncpy(dmdev, dev.name, PATH_MAX);
--  dmdev[PATH_MAX] = 0;
--  do {
--  memset(buf, 0, PATH_MAX + 1);
--  if ((result = readlink(dmdev, buf, PATH_MAX))  0  errno != 
EINVAL)
--  die(device-mapper: readlink(\%s\) failed with: %s,buf,
--  strerror(errno));
--  if (result = 0) {
--  if (buf[0] != '/'  (slash = strrchr(dmdev, '/')) != NULL)
--  slash++;
--  else
--  slash = dmdev;
--  strncpy(slash, buf, PATH_MAX - (slash-dmdev));
--  }
--  if (realpath(dmdev, buf) == NULL)
--  die(device-mapper: realpath(\%s\) failed with: %s,dmdev,
--  strerror(errno));
--  strncpy(dmdev, buf, PATH_MAX);
--  } while (result = 0);
--  dmdev[PATH_MAX] = 0;
- 
-   if (!(dmt = dm_task_create(DM_DEVICE_TABLE)))
-   die(device-mapper: dm_task_create(DM_DEVICE_TABLE) failed);
--  slash = strrchr(dmdev, '/');
--  if (slash)
--  slash++;
--  else
--  slash = dmdev;
--  if (!dm_task_set_name(dmt, slash))
--  die(device-mapper: dm_task_set_name(\%s\) failed,dmdev);
-+  if (!dm_task_set_name(dmt, dev.name))
-+ 

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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 09:38:17
  Author: andrea
Revision: 99932

archrelease: copy trunk to testing-i686

Added:
  lilo/repos/testing-i686/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 09:38:42
  Author: andrea
Revision: 99933

archrelease: copy trunk to testing-x86_64

Added:
  lilo/repos/testing-x86_64/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 09:59:09
  Author: stephane
Revision: 99934

upgpkg: less 436-2
rebuild of old package, use pcre, tidy up PKGBUILD

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 14:38:42 UTC (rev 99933)
+++ PKGBUILD2010-11-19 14:59:09 UTC (rev 99934)
@@ -4,21 +4,27 @@
 
 pkgname=less
 pkgver=436
-pkgrel=1
+pkgrel=2
 pkgdesc=A terminal based program for viewing text files
 license=('GPL3')
 arch=('i686' 'x86_64')
 url=http://www.greenwoodsoftware.com/less;
 groups=('base')
-depends=('ncurses')
+depends=('ncurses' 'pcre')
 source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('817bf051953ad2dea825a1cdf460caa4')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$pkgdir/usr install
-  install -dm755 $pkgdir/bin
-  mv $pkgdir/usr/bin/$pkgname $pkgdir/bin/
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-regex=pcre
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+  install -dm755 ${pkgdir}/bin
+  install -m 755 ${pkgdir}/usr/bin/${pkgname} ${pkgdir}/bin
+}



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 09:59:15
  Author: stephane
Revision: 99935

archrelease: copy trunk to testing-i686

Added:
  less/repos/testing-i686/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 09:59:20
  Author: stephane
Revision: 99936

archrelease: copy trunk to testing-x86_64

Added:
  less/repos/testing-x86_64/



[arch-commits] Commit in iputils/trunk (6 files)

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:07:47
  Author: andrea
Revision: 99937

remove old patches from SVN; use package(); this does not build due an error 
with osx

Modified:
  iputils/trunk/PKGBUILD
Deleted:
  iputils/trunk/iputils-big-patches.patch
  iputils/trunk/iputils-ss021109-try.patch
  iputils/trunk/iputils.patch
  iputils/trunk/protocols
  iputils/trunk/services

+
 PKGBUILD   |   67 +-
 iputils-big-patches.patch  |  595 -
 iputils-ss021109-try.patch |  239 
 iputils.patch  | 1170 ---
 protocols  |   18 
 services   |  195 ---
 6 files changed, 38 insertions(+), 2246 deletions(-)

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


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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 10:13:52
  Author: andyrtr
Revision: 99938

archrelease: remove extra-any

Deleted:
  libreoffice-i18n/repos/extra-any/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:14:04
  Author: andrea
Revision: 99939

upgpkg: wireless-regdb 2009.11.25-2
add sh to depends array; rebuild to use .tar.xz

Modified:
  wireless-regdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 15:13:52 UTC (rev 99938)
+++ PKGBUILD2010-11-19 15:14:04 UTC (rev 99939)
@@ -3,24 +3,24 @@
 
 pkgname=wireless-regdb
 pkgver=2009.11.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Central Regulatory Domain Database
-arch=(any)
+arch=('any')
 url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
+backup=(etc/conf.d/wireless-regdom)
 license=('custom')
-depends=()
+depends=('sh')
 install=wireless-regdb.install
 
source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 crda.conf.d)
 sha256sums=('b9d569a41f66323339b7aa203db6e2d8f39c98192f134b5eef2135cf09cd943f'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
-backup=(etc/conf.d/wireless-regdom)
 
-build() {
+package() {
   # Install and verify regulatory.bin file
   msg Installing and verifying the regulatory.bin file ...
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
   # If crda is installed, the wireless regdb can be verified using regdbdump
   # Keep this step optional so no depend/makedepend loop is created
   if [ -x /sbin/regdbdump ]; then
@@ -35,11 +35,12 @@
   fi
   
   msg Installing /etc/conf.d/wireless-regdom ...
-  install -D -m644 ${srcdir}/crda.conf.d ${pkgdir}/etc/conf.d/wireless-regdom 
|| return 1
+  install -D -m644 ${srcdir}/crda.conf.d ${pkgdir}/etc/conf.d/wireless-regdom
   for dom in $(grep ^country ${srcdir}/${pkgname}-${pkgver}/db.txt | cut -d' ' 
-f2 | sed 's|:||g'); do
-echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp || return 1
+echo #WIRELESS_REGDOM=\${dom}\  
${pkgdir}/etc/conf.d/wireless-regdom.tmp
   done
-  sort -u ${pkgdir}/etc/conf.d/wireless-regdom.tmp  
${pkgdir}/etc/conf.d/wireless-regdom || return 1
-  rm -f ${pkgdir}/etc/conf.d/wireless-regdom.tmp || return 1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE 
|| return 1
+  sort -u ${pkgdir}/etc/conf.d/wireless-regdom.tmp  
${pkgdir}/etc/conf.d/wireless-regdom
+  rm -f ${pkgdir}/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 10:14:13
  Author: andyrtr
Revision: 99940

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:14:44
  Author: andrea
Revision: 99941

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:20:43
  Author: andrea
Revision: 99942

upgpkg: libusb 0.1.12-5
use package(); remove from base group; switch to tar.xz

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 15:14:44 UTC (rev 99941)
+++ PKGBUILD2010-11-19 15:20:43 UTC (rev 99942)
@@ -1,22 +1,26 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: arjan ar...@archlinux.org
 
 pkgname=libusb
 pkgver=0.1.12
-pkgrel=4
+pkgrel=5
 pkgdesc=Library to enable user space application programs to communicate with 
USB devices
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 'sh')
 url=http://libusb.sourceforge.net/;
 license=('LGPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6')
 options=('!libtool')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-build-docs
-  make || return 1
-  make DESTDIR=$pkgdir install
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:21:05
  Author: andrea
Revision: 99943

archrelease: copy trunk to testing-i686

Added:
  libusb/repos/testing-i686/



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

2010-11-19 Thread Andrea Scarpino
Date: Friday, November 19, 2010 @ 10:21:29
  Author: andrea
Revision: 99944

archrelease: copy trunk to testing-x86_64

Added:
  libusb/repos/testing-x86_64/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 10:36:46
  Author: stephane
Revision: 99946

archrelease: copy trunk to testing-i686

Added:
  patch/repos/testing-i686/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 10:36:52
  Author: stephane
Revision: 99947

archrelease: copy trunk to testing-x86_64

Added:
  patch/repos/testing-x86_64/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 10:59:55
  Author: andyrtr
Revision: 99948

upgpkg: claws-mail 3.7.7-1
new version 3.7.7; drop unneeded curl dep, only some plugins depend on it

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 15:36:52 UTC (rev 99947)
+++ PKGBUILD2010-11-19 15:59:55 UTC (rev 99948)
@@ -2,14 +2,14 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.7.6
-pkgrel=3
+pkgver=3.7.7
+pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://www.claws-mail.org;
 depends=('gtk2=2.18.5' 'gnutls=2.8.5' 'startup-notification=0.10' 
'pilot-link=0.12.4' 'enchant=1.5.0-2'
- 'gpgme=1.2.0' 'libetpan=1.0' 'libsm=1.1.1' 'db' 'curl=7.19.7' 
'dbus-glib=0.82-2' 'hicolor-icon-theme')
+ 'gpgme=1.2.0' 'libetpan=1.0' 'libsm=1.1.1' 'db' 
'dbus-glib=0.82-2' 'hicolor-icon-theme')
 makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
 optdepends=('python2:   needed for some tools'
 'perl:  needed for some tools'
@@ -21,7 +21,7 @@
 options=(!libtool)
 install=claws-mail.install
 
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('09c150cf13c04201c92089fc285cecd9')
+md5sums=('d4bc92c3d57395afe9ed221dd33ec29c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:00:23
  Author: andyrtr
Revision: 99949

archrelease: remove extra-i686

Deleted:
  claws-mail/repos/extra-i686/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:00:43
  Author: andyrtr
Revision: 99950

archrelease: copy trunk to extra-i686

Added:
  claws-mail/repos/extra-i686/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:01:11
  Author: andyrtr
Revision: 99951

archrelease: remove extra-x86_64

Deleted:
  claws-mail/repos/extra-x86_64/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:01:29
  Author: andyrtr
Revision: 99952

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 11:18:25
  Author: stephane
Revision: 99953

upgpkg: gzip 1.4-2
rebuild of old package, tidy up PKGBUILD, use only C code

Modified:
  gzip/trunk/PKGBUILD
  gzip/trunk/gzip.install

--+
 PKGBUILD |   25 -
 gzip.install |1 -
 2 files changed, 16 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:01:29 UTC (rev 99952)
+++ PKGBUILD2010-11-19 16:18:25 UTC (rev 99953)
@@ -4,7 +4,7 @@
 
 pkgname=gzip
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU compression utility
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gzip/;
@@ -17,15 +17,22 @@
 md5sums=('e381b8506210c794278f5527cba0e765')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
+   # By default Gzip uses assembly code. While this may preform better, 
+   # it is not position independent. The DEFS environment variable is 
+   # set to use only C code.
+   export DEFS=NO_ASM
   ./configure --prefix=/usr
-  make || return 1
-  make prefix=$pkgdir/usr install
+  make 
+}
 
-  install -dm755 $pkgdir/bin
-  cd $pkgdir/usr/bin
-  mv gzip gunzip zcat uncompress $pkgdir/bin
-  cd $pkgdir/bin
-  ln -sf $pkgname compress
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+
+  install -dm755 ${pkgdir}/bin
+  mv ${pkgdir}/usr/bin/{gunzip,gzip,uncompress,zcat} ${pkgdir}/bin/ 
+  ln -sf ${pkgdir}/bin/${pkgname} ${pkgdir}/bin/compress
 }

Modified: gzip.install
===
--- gzip.install2010-11-19 16:01:29 UTC (rev 99952)
+++ gzip.install2010-11-19 16:18:25 UTC (rev 99953)
@@ -18,4 +18,3 @@
 usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
   done
 }
-



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 11:18:33
  Author: stephane
Revision: 99954

archrelease: copy trunk to testing-i686

Added:
  gzip/repos/testing-i686/



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

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 11:18:40
  Author: stephane
Revision: 99955

archrelease: copy trunk to testing-x86_64

Added:
  gzip/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:22:37
  Author: heftig
Revision: 99956

Maintainer

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:18:40 UTC (rev 99955)
+++ PKGBUILD2010-11-19 16:22:37 UTC (rev 99956)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=alsa-plugins



[arch-commits] Commit in alsa-plugins/trunk (2 files)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:25:41
  Author: heftig
Revision: 99957

Oops, forgot patches

Added:
  alsa-plugins/trunk/Add_handle_underrun_option.patch
  alsa-plugins/trunk/Fix_invalid_buffer_pointer_return_value.patch

---+
 Add_handle_underrun_option.patch  |   86 
 Fix_invalid_buffer_pointer_return_value.patch |   75 
 2 files changed, 161 insertions(+)

Added: Add_handle_underrun_option.patch
===
--- Add_handle_underrun_option.patch(rev 0)
+++ Add_handle_underrun_option.patch2010-11-19 16:25:41 UTC (rev 99957)
@@ -0,0 +1,86 @@
+From: Takashi Iwai ti...@suse.de
+Date: Fri, 9 Jul 2010 12:05:03 + (+0200)
+Subject: pulse: Add handle_underrun option
+X-Git-Url: 
http://git.alsa-project.org/?p=alsa-plugins.git;a=commitdiff_plain;h=c20d516e229620129ee20175d8fee8511cc3a4bd
+
+pulse: Add handle_underrun option
+
+Added a config option handle_underrun to specify whether pulse plugin
+handles the underrun reported from PA.  The default value is now set to
+false, i.e. it will ignore underruns in PA (for good reasons below).
+You can take back to the old behavior by setting handle_underrun true.
+
+The original idea was brought by David Henningsson di...@ubuntu.com,
+while this patch is simplified and makes the behavior configurable.
+
+The reasons for avoiding underruns (cited from David's original patch):
+
+ Reporting underruns to ALSA seems to do more bad than good, for these reasons:
+ * If pulseaudio gets an underrun, the normal way to end that underrun is to
+   feed it with more buffers. This is different from the ALSA way of dealing
+   with underruns, which requires hardware buffer pointers to be reset.
+ * In addition, underrun signals are delivered asynchronously from pulseaudio.
+   This means that there might be more buffers on the way to pulseaudio when
+   the underrun is reported, making the underrun obsolete. Unfortunately,
+   there is currently no known way to determine whether this is the case or
+   not.
+
+Signed-off-by: Takashi Iwai ti...@suse.de
+---
+
+diff --git a/pulse/pcm_pulse.c b/pulse/pcm_pulse.c
+index b322898..2df0a80 100644
+--- a/pulse/pcm_pulse.c
 b/pulse/pcm_pulse.c
+@@ -39,6 +39,7 @@ typedef struct snd_pcm_pulse {
+   size_t last_size;
+   size_t ptr;
+   int underrun;
++  int handle_underrun;
+ 
+   size_t offset;
+ 
+@@ -696,8 +697,9 @@ static int pulse_prepare(snd_pcm_ioplug_t * io)
+   if (io-stream == SND_PCM_STREAM_PLAYBACK) {
+   pa_stream_set_write_callback(pcm-stream,
+stream_request_cb, pcm);
+-  pa_stream_set_underflow_callback(pcm-stream,
+-   stream_underrun_cb, pcm);
++  if (pcm-handle_underrun)
++  pa_stream_set_underflow_callback(pcm-stream,
++   stream_underrun_cb, 
pcm);
+   r = pa_stream_connect_playback(pcm-stream, pcm-device,
+  pcm-buffer_attr,
+  PA_STREAM_AUTO_TIMING_UPDATE |
+@@ -980,6 +982,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(pulse)
+   snd_config_iterator_t i, next;
+   const char *server = NULL;
+   const char *device = NULL;
++  int handle_underrun = 0;
+   int err;
+   snd_pcm_pulse_t *pcm;
+ 
+@@ -1005,6 +1008,14 @@ SND_PCM_PLUGIN_DEFINE_FUNC(pulse)
+   }
+   continue;
+   }
++  if (strcmp(id, handle_underrun) == 0) {
++  if ((err = snd_config_get_bool(n))  0) {
++  SNDERR(Invalid value for %s, id);
++  return -EINVAL;
++  }
++  handle_underrun = err;
++  continue;
++  }
+   SNDERR(Unknown field %s, id);
+   return -EINVAL;
+   }
+@@ -1028,6 +1039,8 @@ SND_PCM_PLUGIN_DEFINE_FUNC(pulse)
+   goto error;
+   }
+ 
++  pcm-handle_underrun = handle_underrun;
++
+   err = pulse_connect(pcm-p, server);
+   if (err  0)
+   goto error;

Added: Fix_invalid_buffer_pointer_return_value.patch
===
--- Fix_invalid_buffer_pointer_return_value.patch   
(rev 0)
+++ Fix_invalid_buffer_pointer_return_value.patch   2010-11-19 16:25:41 UTC 
(rev 99957)
@@ -0,0 +1,75 @@
+From: David Henningsson di...@ubuntu.com
+Date: Sat, 9 Jan 2010 08:09:14 + (+0100)
+Subject: pulse: Fix invalid buffer pointer return value
+X-Git-Url: 
http://git.alsa-project.org/?p=alsa-plugins.git;a=commitdiff_plain;h=1675414eca06dcfc20899adf104ace05acfe26a0
+
+pulse: Fix invalid 

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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:27:16
  Author: heftig
Revision: 99958

archrelease: copy trunk to testing-i686

Added:
  alsa-plugins/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:27:34
  Author: heftig
Revision: 99959

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:28:20
  Author: heftig
Revision: 99960

archrelease: copy trunk to testing-any

Added:
  pulseaudio-alsa/repos/testing-any/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:30:32
  Author: heftig
Revision: 99961

archrelease: copy trunk to testing-i686

Added:
  pavucontrol/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:30:51
  Author: heftig
Revision: 99962

archrelease: copy trunk to testing-x86_64

Added:
  pavucontrol/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:31:51
  Author: heftig
Revision: 99963

archrelease: copy trunk to testing-i686

Added:
  paprefs/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:32:10
  Author: heftig
Revision: 99964

archrelease: copy trunk to testing-x86_64

Added:
  paprefs/repos/testing-x86_64/



[arch-commits] Commit in pulseaudio-mixer-applet/repos (testing-i686)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:33:46
  Author: heftig
Revision: 99965

archrelease: copy trunk to testing-i686

Added:
  pulseaudio-mixer-applet/repos/testing-i686/



[arch-commits] Commit in pulseaudio-mixer-applet/repos (testing-x86_64)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:34:03
  Author: heftig
Revision: 99966

archrelease: copy trunk to testing-x86_64

Added:
  pulseaudio-mixer-applet/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:38:18
  Author: heftig
Revision: 99968

archrelease: copy trunk to testing-i686

Added:
  sdl/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:38:36
  Author: heftig
Revision: 99969

archrelease: copy trunk to testing-x86_64

Added:
  sdl/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:38:41
  Author: heftig
Revision: 99970

upgpkg: openal 1.12.854-2
Add pulseaudio support

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:38:36 UTC (rev 99969)
+++ PKGBUILD2010-11-19 16:38:41 UTC (rev 99970)
@@ -4,24 +4,24 @@
 
 pkgname=openal
 pkgver=1.12.854
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenAL audio library for use with opengl
 arch=('i686' 'x86_64')
 url=http://www.openal.org/;
 license=('LGPL')
 depends=('glibc')
-makedepends=('alsa-lib' 'sdl' 'pkgconfig' 'cmake')
+makedepends=('alsa-lib' 'sdl' 'pkgconfig' 'cmake' 'libpulse')
 options=('!libtool')
 
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-${pkgver}.tar.bz2)
 md5sums=('fbf36451fdebd6466edbdc0ee7db9603')
 
 build() {
   cd ${srcdir}/${pkgname}-soft-${pkgver}/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. || return 1
-  make || return 1
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-soft-${pkgver}/build
-  make DESTDIR=${pkgdir}/ install  || return 1
+  make DESTDIR=${pkgdir}/ install
 }



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:39:00
  Author: heftig
Revision: 99971

archrelease: copy trunk to testing-i686

Added:
  openal/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:39:27
  Author: heftig
Revision: 99972

archrelease: copy trunk to testing-x86_64

Added:
  openal/repos/testing-x86_64/



[arch-commits] Commit in gstreamer0.10-good/trunk (PKGBUILD)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:47:05
  Author: heftig
Revision: 99973

upgpkg: gstreamer0.10-good 0.10.25-2
Add pulseaudio support

Modified:
  gstreamer0.10-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:39:27 UTC (rev 99972)
+++ PKGBUILD2010-11-19 16:47:05 UTC (rev 99973)
@@ -4,10 +4,10 @@
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
 pkgver=0.10.25
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 
'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 
'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse')
 url=http://gstreamer.freedesktop.org/;
 options=(!libtool !emptydirs)
 source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
@@ -40,8 +40,8 @@
   depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg')
   pkgdesc=GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
   groups=('gstreamer0.10-plugins')
-  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup')
-  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-bad-plugins0.10.7' 'gstreamer0.10-soup')
+  replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')
+  conflicts=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-bad-plugins0.10.7' 'gstreamer0.10-soup' 'gstreamer0.10-pulse')
   install=gstreamer0.10-good-plugins.install
 
   cd ${srcdir}/gst-plugins-good-${pkgver}



[arch-commits] Commit in gstreamer0.10-good/repos (testing-i686)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:47:30
  Author: heftig
Revision: 99974

archrelease: copy trunk to testing-i686

Added:
  gstreamer0.10-good/repos/testing-i686/



[arch-commits] Commit in gstreamer0.10-good/repos (testing-x86_64)

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:47:52
  Author: heftig
Revision: 99975

archrelease: copy trunk to testing-x86_64

Added:
  gstreamer0.10-good/repos/testing-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:52:20
  Author: heftig
Revision: 99976

upgpkg: libao 1.0.0-2
Add pulseaudio support

Modified:
  libao/trunk/PKGBUILD
  libao/trunk/libao.conf

+
 PKGBUILD   |9 +
 libao.conf |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:47:52 UTC (rev 99975)
+++ PKGBUILD2010-11-19 16:52:20 UTC (rev 99976)
@@ -10,23 +10,24 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc' 'alsa-lib')
+makedepends=('libpulse')
 backup=('etc/libao.conf')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
'libao.conf')
 md5sums=('08283fbe1f587619053a156254afecec'
- '3ae8f3e3f1492210b3519af0f1f3c572')
+ '5c29f3197ccaac2264c89450b4a298d5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 
   # Add conf file
-  install -Dm0644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf || return 1
+  install -Dm0644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
 }

Modified: libao.conf
===
--- libao.conf  2010-11-19 16:47:52 UTC (rev 99975)
+++ libao.conf  2010-11-19 16:52:20 UTC (rev 99976)
@@ -1 +1 @@
-default_driver=alsa
+default_driver=pulse,alsa



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:52:38
  Author: heftig
Revision: 99977

archrelease: copy trunk to testing-i686

Added:
  libao/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:52:56
  Author: heftig
Revision: 99978

archrelease: copy trunk to testing-x86_64

Added:
  libao/repos/testing-x86_64/



[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:56:54
  Author: andyrtr
Revision: 99979

upgpkg: claws-mail-extra-plugins 3.7.7-1
new version 3.7.7; fix build for python2

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:52:56 UTC (rev 99978)
+++ PKGBUILD2010-11-19 16:56:54 UTC (rev 99979)
@@ -3,13 +3,13 @@
 # Contributor: Mildred mildred593 at online dot fr
 
 pkgname=claws-mail-extra-plugins
-pkgver=3.7.6
-pkgrel=7
+pkgver=3.7.7
+pkgrel=1
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('claws-mail=3.7.6')
+depends=('claws-mail=3.7.7')
 makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.8.0' 'pygtk=2.16.0' 'libsoup-gnome' 
'libcanberra')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
 'perl: for perl plugin'
@@ -28,12 +28,15 @@
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('adcedabfed8956f1fdf91b52965f0ef2')
+md5sums=('9200145a0a8a41eac9a0b50ec48797dc')
 
 build() {
 cd ${srcdir}/claws-mail-extra-plugins-$pkgver
 # hack for new libchamplain
 sed -i -e s/champlain-gtk-0.4/champlain-gtk-0.8/ 
${srcdir}/claws-mail-extra-plugins-$pkgver/geolocation*/configure
+# fix for python2
+export PYTHON=python2
+
 for dir in *; do
 # Continue if it is not a directory or the synce plugin
 [ ! -d $dir ]  continue



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:57:11
  Author: andyrtr
Revision: 99980

archrelease: remove extra-i686

Deleted:
  claws-mail-extra-plugins/repos/extra-i686/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:57:29
  Author: andyrtr
Revision: 99981

archrelease: copy trunk to extra-i686

Added:
  claws-mail-extra-plugins/repos/extra-i686/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:57:43
  Author: andyrtr
Revision: 99982

archrelease: remove extra-x86_64

Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/



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

2010-11-19 Thread andyrtr
Date: Friday, November 19, 2010 @ 11:58:02
  Author: andyrtr
Revision: 99983

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:58:22
  Author: heftig
Revision: 99984

upgpkg: libcanberra 0.26-1
Add pulseaudio support

Modified:
  libcanberra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-11-19 16:58:02 UTC (rev 99983)
+++ PKGBUILD2010-11-19 16:58:22 UTC (rev 99984)
@@ -2,29 +2,32 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libcanberra
-pkgver=0.25
+pkgver=0.26
 pkgrel=1
 pkgdesc=A small and lightweight implementation of the XDG Sound Theme 
Specification
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('libvorbis=1.3.1' 'gstreamer0.10=0.10.30' 'libtool=2.2.10' 
'gtk2=2.21.8' 'alsa-lib=1.0.23' 'tdb=1.2.1')
-makedepends=('gtk-doc')
+makedepends=('gtk-doc' 'libpulse')
 install=libcanberra.install
 options=(!emptydirs)
 url=http://0pointer.de/lennart/projects/libcanberra
 
source=(http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz
 libcanberra-gtk-module.sh)
-md5sums=('d7a158d22d0b44fb2a67aadae74e28ab'
+md5sums=('ee2c66ada7c851a4e7b6eb1682285a24'
  'a54799e624aac814b9343ab05f25c38b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --disable-static \
-  --enable-alsa --enable-null --enable-gstreamer --disable-oss \
-  --with-builtin=dso || return 1
-  make || return 1
-  make -j1 DESTDIR=${pkgdir} install || return 1
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-gstreamer --enable-pulse
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
   rm -f ${pkgdir}/usr/lib/libcanberra-gtk.la
   rm -f ${pkgdir}/usr/lib/gtk-2.0/modules/*.la
   
@@ -32,5 +35,5 @@
   mv ${pkgdir}/etc/gconf/schemas ${pkgdir}/usr/share/gconf/
 
   install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
-  install -m755 ${srcdir}/libcanberra-gtk-module.sh 
${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module || return 1
+  install -m755 ${srcdir}/libcanberra-gtk-module.sh 
${pkgdir}/etc/X11/xinit/xinitrc.d/40-libcanberra-gtk-module
 }



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:58:41
  Author: heftig
Revision: 99985

archrelease: copy trunk to testing-i686

Added:
  libcanberra/repos/testing-i686/



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

2010-11-19 Thread Jan Steffens
Date: Friday, November 19, 2010 @ 11:59:00
  Author: heftig
Revision: 99986

archrelease: copy trunk to testing-x86_64

Added:
  libcanberra/repos/testing-x86_64/



  1   2   >