downgraded default profile to core2
[k8sbuild.git] / xoptz / libao.xopt
blob32bf5ba3030a0404c3e7529aed67cd31dc2b43e6
1 profile=empty
3   --enable-silent-rules   less verbose build output (undo: "make V=1")
4   --enable-shared  build shared libraries [default=yes]
5   --disable-static  build static libraries [default=yes]
7 #  --enable-roar-default-slp allow Roar driver to use SLP in default search
8   --disable-wmm            include WMM output plugin [default=check]
9   --disable-esd            include ESD output plugin
10   --disable-esdtest       Do not try to compile and run a test ESD program
11   --enable-alsa         include alsa 0.9/1.0 output plugin
12   --enable-alsa-mmap          use mmio with alsa
13   --disable-broken-oss           workaround for some OSS drivers (see README for details)
14   --disable-arts           include aRts output plugin
15   --disable-nas            include NAS output plugin
16   --disable-pulse       include PulseAudio output plugin
19 [preconfigure]
20 if test ! -x configure; then
21   ./autogen.sh
23 [/preconfigure]
26 !DESC
27 libao (Audio Output library)
29 Libao is a cross-platform audio library, and is required by many
30 programs and other libraries that use audio (some examples include
31 ogg123, GAIM, and the Ogg Vorbis libraries).  This package provides
32 plugins for OSS, ESD, aRts, and ALSA.  You will need to install the
33 supporting libraries for any plugins you want to use.
34 !EOF