[arch-commits] Commit in pulseaudio/trunk (PKGBUILD pulseaudio.install)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Feb 15 13:00:13 UTC 2014
Date: Saturday, February 15, 2014 @ 14:00:13
Author: heftig
Revision: 205987
Remove messages, add Xen, tweak optdeps
Modified:
pulseaudio/trunk/PKGBUILD
Deleted:
pulseaudio/trunk/pulseaudio.install
--------------------+
PKGBUILD | 23 ++++++++++++-----------
pulseaudio.install | 28 ----------------------------
2 files changed, 12 insertions(+), 39 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-15 12:57:42 UTC (rev 205986)
+++ PKGBUILD 2014-02-15 13:00:13 UTC (rev 205987)
@@ -13,8 +13,8 @@
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
license=(LGPL AGPL3)
makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb systemd dbus avahi bluez bluez-libs gconf intltool jack sbc
- lirc-utils openssl fftw orc json-c gtk3 webrtc-audio-processing
+ speex tdb systemd dbus avahi bluez bluez-libs gconf intltool jack2-dbus sbc
+ lirc-utils openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
check git)
options=(!emptydirs)
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
@@ -47,16 +47,17 @@
package_pulseaudio() {
depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speex tdb fftw orc
libsamplerate webrtc-audio-processing sbc)
- optdepends=('avahi: zeroconf support'
- 'bluez: bluetooth support'
- 'bluez-libs: bluetooth support'
- 'gconf: configuration through gconf (paprefs)'
- 'jack: jack support'
- 'lirc-utils: infra-red support'
- 'openssl: RAOP support'
- 'python-pyqt4: Equalizer GUI (qpaeq)')
+ optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
+ 'avahi: zeroconf publishing and discovery'
+ 'bluez: Bluetooth'
+ 'bluez-libs: Bluetooth'
+ 'gconf: paprefs configuration'
+ 'jack2-dbus: JACK support'
+ 'lirc-utils: IR control'
+ 'openssl: RAOP (AirPlay) output'
+ 'python-pyqt4: Equalizer GUI (qpaeq)'
+ 'xenstore: Xen paravirtual output')
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
- install=pulseaudio.install
cd $pkgbase-$pkgver
make -j1 DESTDIR="$pkgdir" install \
Deleted: pulseaudio.install
===================================================================
--- pulseaudio.install 2014-02-15 12:57:42 UTC (rev 205986)
+++ pulseaudio.install 2014-02-15 13:00:13 UTC (rev 205987)
@@ -1,28 +0,0 @@
-post_install() {
- cat << MES
->>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
- on configuring your system for PulseAudio.
-
->>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
-MES
-}
-
-post_upgrade() {
- cat << MES
->>> If you have per-user copies of configuration files (such as client.conf,
- daemon.conf or default.pa) in ~/.config/pulse or ~/.pulse/, make sure you
- keep them in sync with changes to the packaged files in /etc/pulse/.
- Otherwise, PulseAudio may refuse to start due to configuration errors.
-MES
- if (( $(vercmp $2 3.0-3) < 0 )); then
- cat << MES
-
->>> Autospawn is now disabled by default. If you need to run PulseAudio outside
- of an X session, either:
- - Enable autospawn in client.conf, or
- - Start it manually by executing 'pulseaudio --start'
-MES
- fi
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list