mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
122 lines
4 KiB
Bash
122 lines
4 KiB
Bash
# $Id$
|
|
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
|
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
|
|
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
|
|
# Contributor: William Rea <sillywilly@gmail.com>
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
# - added --disable-neon-opt to configure
|
|
# - removed xenstore dep
|
|
|
|
pkgbase=pulseaudio
|
|
pkgname=(pulseaudio libpulse)
|
|
pkgdesc="A featureful, general-purpose sound server"
|
|
pkgver=5.0
|
|
pkgrel=1
|
|
arch=(i686 x86_64)
|
|
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 jack2-dbus sbc
|
|
lirc-utils openssl fftw orc json-c gtk3 webrtc-audio-processing
|
|
check git)
|
|
options=(!emptydirs)
|
|
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
|
|
sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
|
|
|
|
prepare() {
|
|
cd $pkgbase-$pkgver
|
|
}
|
|
|
|
build() {
|
|
cd $pkgbase-$pkgver
|
|
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/usr/lib \
|
|
--localstatedir=/var \
|
|
--with-udev-rules-dir=/usr/lib/udev/rules.d \
|
|
--with-database=tdb \
|
|
--disable-tcpwrap \
|
|
--disable-bluez4 \
|
|
--disable-rpath \
|
|
--disable-default-build-tests \
|
|
--disable-neon-opt
|
|
|
|
# fight unused direct deps
|
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|
|
|
make
|
|
}
|
|
|
|
package_pulseaudio() {
|
|
depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speex tdb fftw orc
|
|
libsamplerate webrtc-audio-processing sbc)
|
|
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)')
|
|
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
|
|
|
|
cd $pkgbase-$pkgver
|
|
make -j1 DESTDIR="$pkgdir" install \
|
|
bashcompletiondir=/usr/share/bash-completion/completions
|
|
|
|
# Speed up pulseaudio shutdown so that it exits immediately with
|
|
# the last user session (module-systemd-login keeps it alive)
|
|
sed -e '/exit-idle-time/iexit-idle-time=0' \
|
|
-i "$pkgdir/etc/pulse/daemon.conf"
|
|
|
|
# Disable cork-request module, can result in e.g. media players unpausing
|
|
# when there's a Skype call incoming
|
|
sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
|
|
-i "$pkgdir/usr/bin/start-pulseaudio-x11"
|
|
|
|
rm "$pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf"
|
|
|
|
install -Dm644 shell-completion/pulseaudio-zsh-completion.zsh \
|
|
"$pkgdir/usr/share/zsh/site-functions/_pulseaudio"
|
|
|
|
### Split libpulse
|
|
|
|
mkdir -p "$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
|
|
|
|
mv {"$pkgdir","$srcdir/libpulse"}/etc/pulse/client.conf
|
|
|
|
mv "$pkgdir"/usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
|
|
"$srcdir/libpulse/usr/bin"
|
|
|
|
mv "$pkgdir"/usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
|
|
"$srcdir/libpulse/usr/lib"
|
|
|
|
mv "$pkgdir"/usr/lib/pulseaudio/libpulsedsp.so \
|
|
"$pkgdir"/usr/lib/pulseaudio/libpulsecommon-*.so \
|
|
"$srcdir/libpulse/usr/lib/pulseaudio"
|
|
|
|
mv {"$pkgdir","$srcdir/libpulse"}/usr/lib/cmake
|
|
mv {"$pkgdir","$srcdir/libpulse"}/usr/lib/pkgconfig
|
|
|
|
mv {"$pkgdir","$srcdir/libpulse"}/usr/include
|
|
|
|
mv "$pkgdir"/usr/share/man/man1/pa{cat,ctl,dsp,play}.1 \
|
|
"$srcdir/libpulse/usr/share/man/man1"
|
|
|
|
mv {"$pkgdir","$srcdir/libpulse"}/usr/share/man/man5/pulse-client.conf.5
|
|
mv {"$pkgdir","$srcdir/libpulse"}/usr/share/vala
|
|
}
|
|
|
|
package_libpulse() {
|
|
pkgdesc="$pkgdesc (client library)"
|
|
depends=(dbus libasyncns libcap libxtst libsm libsndfile json-c systemd)
|
|
optdepends=('alsa-plugins: ALSA support'
|
|
'avahi: zeroconf support')
|
|
backup=(etc/pulse/client.conf)
|
|
license=(LGPL)
|
|
|
|
mv "$srcdir"/libpulse/* "$pkgdir"
|
|
}
|