diff options
author | root <root@rshg054.dnsready.net> | 2011-10-05 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-05 23:14:45 +0000 |
commit | 068f1f30c0bba25b6b88cefbe982a72535fa1951 (patch) | |
tree | 1cbc872f02ee675155a7dc79fc637b4f2ed7e5e8 /extra/pulseaudio | |
parent | 3567a49f79d2dbf828b723ab54982fa6c7ea1c80 (diff) |
Wed Oct 5 23:14:44 UTC 2011
Diffstat (limited to 'extra/pulseaudio')
-rw-r--r-- | extra/pulseaudio/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD index 059748e76..fa23578e5 100644 --- a/extra/pulseaudio/PKGBUILD +++ b/extra/pulseaudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 139418 2011-10-01 19:00:59Z ibiru $ +# $Id: PKGBUILD 139658 2011-10-04 14:14:35Z heftig $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -6,8 +6,9 @@ pkgbase=pulseaudio pkgname=(pulseaudio libpulse) +pkgdesc="A featureful, general-purpose sound server" pkgver=1.0 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://pulseaudio.org/" license=(GPL LGPL) @@ -40,7 +41,6 @@ build() { } package_pulseaudio() { - pkgdesc="A featureful, general-purpose sound server" depends=("libpulse=$pkgver-$pkgrel" rtkit libtool speex tdb udev fftw orc) optdepends=('avahi: zeroconf support' 'bluez: bluetooth support' @@ -65,7 +65,7 @@ package_pulseaudio() { # Make some modules optional sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \ - -e $'/load-module module-jackdbus-detect/{i.nofail\n;a.fail\n;}' \ + -e '/load-module module-jackdbus-detect/s/^/#/' \ -i "$pkgdir/etc/pulse/default.pa" # Python fix @@ -93,7 +93,7 @@ package_pulseaudio() { } package_libpulse() { - pkgdesc="A featureful, general-purpose sound server (client library)" + pkgdesc="$pkgdesc (client library)" depends=(dbus-core xcb-util libasyncns libcap libxtst libsm libsamplerate json-c) optdepends=('alsa-plugins: ALSA support' 'avahi: zeroconf support') |