guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: ao: Format the description string.


From: John Darrington
Subject: [PATCH] gnu: ao: Format the description string.
Date: Wed, 27 Apr 2016 21:28:43 +0200

* gnu/packages/xiph.scm (ao): Add markup to description string.
---
 gnu/packages/xiph.scm | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 83bed81..d451ec0 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.")
address@hidden
address@hidden Null output (handy for testing without a sound device),
address@hidden WAV files,
address@hidden AU files,
address@hidden RAW files,
address@hidden OSS (Open Sound System, used on Linux and FreeBSD),
address@hidden ALSA (Advanced Linux Sound Architecture),
address@hidden aRts (Analog RealTime Synth, used by KDE),
address@hidden PulseAudio (next generation GNOME sound server),
address@hidden esd (EsounD or Enlightened Sound Daemon),
address@hidden Mac OS X,
address@hidden Windows (98 and later),
address@hidden AIX,
address@hidden Sun/NetBSD/OpenBSD,
address@hidden IRIX,
address@hidden NAS (Network Audio Server),
address@hidden RoarAudio (Modern, multi-OS, networked Sound System),
address@hidden OpenBSD's sndio.
address@hidden itemize
+")
     (license license:gpl2+)
     (home-page "http://www.xiph.org/ao/";)))
 
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]