guix-commits
[Top][All Lists]
Advanced

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

04/71: gnu: ao: Format the description string.


From: ???
Subject: 04/71: gnu: ao: Format the description string.
Date: Mon, 02 May 2016 14:08:16 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 0b63b1625e5b2343caca7015c1498d3a91195483
Author: John Darrington <address@hidden>
Date:   Wed Apr 27 21:22:03 2016 +0200

    gnu: ao: Format the description string.
    
    * 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/";)))
 



reply via email to

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