summaryrefslogtreecommitdiffstats
path: root/audio-libs/libao/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/libao/DETAILS')
-rwxr-xr-xaudio-libs/libao/DETAILS25
1 files changed, 20 insertions, 5 deletions
diff --git a/audio-libs/libao/DETAILS b/audio-libs/libao/DETAILS
index b260f1951a..b08dcfb209 100755
--- a/audio-libs/libao/DETAILS
+++ b/audio-libs/libao/DETAILS
@@ -6,13 +6,28 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.xiph.org/releases/ao/$SOURCE
WEB_SITE=http://www.xiph.org/ao/
ENTERED=20010922
- LICENSE[0]=LGPL
+ LICENSE[0]=GPL
DOCS="CHANGES COPYING README"
KEYWORDS="audio libs"
SHORT="libao is a way to easily add cross-platform audio output to your program."
cat << EOF
-libao is a way to easily add cross-platform audio output to your
-program. Output devices are implemented as dynamic plugins, and support
-for OSS, ESD, ALSA, aRTs, Solaris, and Irix outputs are currently
-supported.
+Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports:
+
+ Null output (handy for testing without a sound device)
+ WAV files
+ AU files
+ RAW files
+ OSS (Open Sound System, used on Linux and FreeBSD)
+ ALSA (Advanced Linux Sound Architecture)
+ aRts (Analog RealTime Synth, used by KDE)
+ PulseAudio (next generation GNOME sound server)
+ esd (EsounD or Enlightened Sound Daemon)
+ Mac OS X
+ Windows (98 and later)
+ AIX
+ Sun/NetBSD/OpenBSD
+ IRIX
+ NAS (Network Audio Server)
+ RoarAudio (Modern, multi-OS, networked Sound System)
+ OpenBSD's sndio
EOF