blob: b08dcfb2091ce283b71eaeb6acebdc7639fd3e54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
SPELL=libao
VERSION=1.1.0
SOURCE_HASH=sha512:8eee73cfd3ffd79b5cae76fc3ad88270b56cc49dfbf4599c4ed591b259b79475e396c984abde94118a916fba20db84e26ac8e51dbf5efd4bb10341328ca0615a
SOURCE=$SPELL-$VERSION.tar.gz
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]=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 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
|