summaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2016-04-27 21:22:03 +0200
committerJohn Darrington <jmd@gnu.org>2016-05-01 17:00:52 +0200
commit55f4b4e00fde3323e89a41821141a477030cf739 (patch)
treeae4d72bb9f5749f815e8cf28233ba1574c860dbc /gnu/packages/xiph.scm
parent3135b95fd83fd9c39c4b579ca47b7842a1d0ffd1 (diff)
downloadpatches-55f4b4e00fde3323e89a41821141a477030cf739.tar
patches-55f4b4e00fde3323e89a41821141a477030cf739.tar.gz
gnu: ao: Format the description string.
* gnu/packages/xiph.scm (ao): Add markup to description string.
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r--gnu/packages/xiph.scm37
1 files changed, 20 insertions, 17 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 83bed814f9..d451ec05e2 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -176,23 +176,26 @@ stereo encoding, and voice activity detection.")
"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.")
+@itemize
+@item Null output (handy for testing without a sound device),
+@item WAV files,
+@item AU files,
+@item RAW files,
+@item OSS (Open Sound System, used on Linux and FreeBSD),
+@item ALSA (Advanced Linux Sound Architecture),
+@item aRts (Analog RealTime Synth, used by KDE),
+@item PulseAudio (next generation GNOME sound server),
+@item esd (EsounD or Enlightened Sound Daemon),
+@item Mac OS X,
+@item Windows (98 and later),
+@item AIX,
+@item Sun/NetBSD/OpenBSD,
+@item IRIX,
+@item NAS (Network Audio Server),
+@item RoarAudio (Modern, multi-OS, networked Sound System),
+@item OpenBSD's sndio.
+@end itemize
+")
(license license:gpl2+)
(home-page "http://www.xiph.org/ao/")))