2010-11-19 23:10:49 +00:00
|
|
|
# Template file for 'pulseaudio'
|
|
|
|
pkgname=pulseaudio
|
2012-05-11 18:58:48 +00:00
|
|
|
version=2.0
|
2012-05-26 14:23:25 +00:00
|
|
|
revision=4
|
2011-09-28 07:28:22 +00:00
|
|
|
distfiles="$FREEDESKTOP_SITE/$pkgname/releases/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-09-28 07:28:22 +00:00
|
|
|
configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
|
2011-10-22 05:52:12 +00:00
|
|
|
--enable-jack --disable-lirc --disable-hal --disable-hal-compat
|
2011-11-06 12:33:31 +00:00
|
|
|
--disable-gconf --with-database=tdb --enable-orc"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="libpulseaudio>=${version}"
|
2012-05-26 14:23:25 +00:00
|
|
|
makedepends="pkg-config intltool zlib-devel gtk+-devel libltdl-devel speex-devel libXi-devel libXtst-devel xcb-util-devel libxcb-devel libsndfile-devel libasyncns-devel dbus-devel tdb-devel libcap-devel libbluetooth-devel avahi-libs-devel alsa-lib-devel libudev-devel>=183 openssl-devel libsamplerate-devel json-c-devel orc-devel glib-devel jack-devel fftw-devel systemd-devel webrtc-audio-processing-devel"
|
2012-05-23 16:26:56 +00:00
|
|
|
fulldepends="rtkit"
|
2012-05-26 14:23:25 +00:00
|
|
|
subpackages="libpulseaudio $pkgname-devel"
|
2010-11-19 23:10:49 +00:00
|
|
|
short_desc="A featureful, general-purpose sound server"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-05-11 18:58:48 +00:00
|
|
|
homepage="http://www.freedesktop.org/wiki/Software/PulseAudio"
|
2011-07-06 19:41:25 +00:00
|
|
|
license="LGPL-2"
|
2012-05-11 18:58:48 +00:00
|
|
|
checksum=28b42edd42f4879a6884af5f0ec11801ac001eb7582881215b36649aa37e2061
|
2010-11-19 23:10:49 +00:00
|
|
|
long_desc="
|
|
|
|
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
|
|
|
|
WIN32 systems. It is a drop in replacement for the ESD sound server with much
|
|
|
|
better latency, mixing/re-sampling quality and overall architecture.
|
|
|
|
|
|
|
|
These are some of PulseAudio's features:
|
|
|
|
|
|
|
|
* High quality software mixing of multiple audio streams with support for
|
|
|
|
more than one sink/source. May be used to combine multiple sound cards
|
|
|
|
into one (with sample rate adjustment).
|
|
|
|
|
|
|
|
* Wide range of supported client libraries. ESD, ALSA, oss, libao and
|
|
|
|
GStreamer client applications are supported as-is. Native PulseAudio
|
|
|
|
plug-ins are also available for xmms and mplayer.
|
|
|
|
|
|
|
|
* Good low latency behaviour and very accurate latency measurement for
|
|
|
|
playback and recording. Ability to fully synchronize multiple playback
|
|
|
|
streams.
|
|
|
|
|
|
|
|
* Network transparency, allowing an application to play back or record
|
|
|
|
audio on a different machine than the one it is running on.
|
|
|
|
|
|
|
|
* Extensible plug-in architecture with plug-ins for jackd, multicast-rtp
|
|
|
|
lirc and avahi, just to name a few."
|
|
|
|
|
|
|
|
conf_files="
|
|
|
|
/etc/pulse/system.pa
|
|
|
|
/etc/pulse/daemon.conf
|
2012-05-23 16:26:56 +00:00
|
|
|
/etc/pulse/client.conf
|
2010-11-19 23:10:49 +00:00
|
|
|
/etc/pulse/default.pa"
|
|
|
|
|
2012-05-11 18:58:48 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/pulseaudio.xinit 755 \
|
|
|
|
etc/X11/xinit/xinitrc.d pulseaudio
|
|
|
|
rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf
|
2010-11-19 23:10:49 +00:00
|
|
|
}
|