From 51ad4f4a446123ea9522cc052f42bce9b91e4cf1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 9 Mar 2015 15:23:17 +0100 Subject: [PATCH] libao: add pulseaudio and sndio options. --- srcpkgs/libao/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libao/template b/srcpkgs/libao/template index 9925797aac0..1fc3a448af1 100644 --- a/srcpkgs/libao/template +++ b/srcpkgs/libao/template @@ -1,11 +1,13 @@ # Template file for 'libao' pkgname=libao version=1.2.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-alsa-mmap" hostmakedepends="pkg-config" -makedepends="alsa-lib-devel pulseaudio-devel" +makedepends="alsa-lib-devel + $(vopt_if pulseaudio pulseaudio-devel) + $(vopt_if sndio sndio-devel)" conf_files="/etc/libao.conf" homepage="http://xiph.org/ao/" short_desc="Cross-platform audio output library" @@ -14,6 +16,9 @@ license="GPL-2" distfiles="http://downloads.xiph.org/releases/ao/${pkgname}-${version}.tar.gz" checksum=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf +build_options="pulseaudio sndio" +build_options_default="pulseaudio" + post_install() { vconf ${FILESDIR}/libao.conf }