gnu: ao: Format the description string.
* gnu/packages/xiph.scm (ao): Add markup to description string.
This commit is contained in:
parent
3135b95fd8
commit
55f4b4e00f
|
@ -176,23 +176,26 @@ stereo encoding, and voice activity detection.")
|
||||||
"Libao is a cross-platform audio library that allows programs to
|
"Libao is a cross-platform audio library that allows programs to
|
||||||
output audio using a simple API on a wide variety of platforms.
|
output audio using a simple API on a wide variety of platforms.
|
||||||
It currently supports:
|
It currently supports:
|
||||||
Null output (handy for testing without a sound device),
|
@itemize
|
||||||
WAV files,
|
@item Null output (handy for testing without a sound device),
|
||||||
AU files,
|
@item WAV files,
|
||||||
RAW files,
|
@item AU files,
|
||||||
OSS (Open Sound System, used on Linux and FreeBSD),
|
@item RAW files,
|
||||||
ALSA (Advanced Linux Sound Architecture),
|
@item OSS (Open Sound System, used on Linux and FreeBSD),
|
||||||
aRts (Analog RealTime Synth, used by KDE),
|
@item ALSA (Advanced Linux Sound Architecture),
|
||||||
PulseAudio (next generation GNOME sound server),
|
@item aRts (Analog RealTime Synth, used by KDE),
|
||||||
esd (EsounD or Enlightened Sound Daemon),
|
@item PulseAudio (next generation GNOME sound server),
|
||||||
Mac OS X,
|
@item esd (EsounD or Enlightened Sound Daemon),
|
||||||
Windows (98 and later),
|
@item Mac OS X,
|
||||||
AIX,
|
@item Windows (98 and later),
|
||||||
Sun/NetBSD/OpenBSD,
|
@item AIX,
|
||||||
IRIX,
|
@item Sun/NetBSD/OpenBSD,
|
||||||
NAS (Network Audio Server),
|
@item IRIX,
|
||||||
RoarAudio (Modern, multi-OS, networked Sound System),
|
@item NAS (Network Audio Server),
|
||||||
OpenBSD's sndio.")
|
@item RoarAudio (Modern, multi-OS, networked Sound System),
|
||||||
|
@item OpenBSD's sndio.
|
||||||
|
@end itemize
|
||||||
|
")
|
||||||
(license license:gpl2+)
|
(license license:gpl2+)
|
||||||
(home-page "http://www.xiph.org/ao/")))
|
(home-page "http://www.xiph.org/ao/")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue