mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/pulseaudio fixes
This commit is contained in:
parent
79408d22f4
commit
ec15581e62
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - added --disable-neon-opt to configure
|
# - added --disable-neon-opt to configure
|
||||||
|
# - removed xenstore dep
|
||||||
|
|
||||||
pkgbase=pulseaudio
|
pkgbase=pulseaudio
|
||||||
pkgname=(pulseaudio libpulse)
|
pkgname=(pulseaudio libpulse)
|
||||||
|
@ -17,7 +18,7 @@ url="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
||||||
license=(LGPL AGPL3)
|
license=(LGPL AGPL3)
|
||||||
makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
|
makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
|
||||||
speex tdb systemd dbus avahi bluez bluez-libs gconf intltool jack2-dbus sbc
|
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
|
lirc-utils openssl fftw orc json-c gtk3 webrtc-audio-processing
|
||||||
check git)
|
check git)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
|
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
|
||||||
|
@ -59,8 +60,7 @@ package_pulseaudio() {
|
||||||
'jack2-dbus: JACK support'
|
'jack2-dbus: JACK support'
|
||||||
'lirc-utils: IR control'
|
'lirc-utils: IR control'
|
||||||
'openssl: RAOP (AirPlay) output'
|
'openssl: RAOP (AirPlay) output'
|
||||||
'python-pyqt4: Equalizer GUI (qpaeq)'
|
'python-pyqt4: Equalizer GUI (qpaeq)')
|
||||||
'xenstore: Xen paravirtual output')
|
|
||||||
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
|
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
|
||||||
|
|
||||||
cd $pkgbase-$pkgver
|
cd $pkgbase-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue