[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/")))
- branch gnome-updates created (now ad1b7d8), ???, 2016/05/02
- 02/71: syscalls: 'statfs' explicitly binds 'statfs64'., ???, 2016/05/02
- 01/71: syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'., ???, 2016/05/02
- 03/71: gnu: bootstrap: Add case for i686-mingw., ???, 2016/05/02
- 18/71: Revert "Revert "gnu: geoclue: Update to 2.4.3."", ???, 2016/05/02
- 05/71: gnu: ao: Replace "itemize" with "enumerate" in description string., ???, 2016/05/02
- 04/71: gnu: ao: Format the description string.,
??? <=
- 19/71: Revert "Revert "gnu: gjs: Skip test_utf8_inout test."", ???, 2016/05/02
- 20/71: gnu: gedit: Fix build by passing '--disable-spell'., ???, 2016/05/02
- 21/71: gnu: gtkmm: Run Xvfb for tests., ???, 2016/05/02
- 23/71: gnu: at-spi2-core: Update to 2.20.1., ???, 2016/05/02
- 29/71: gnu: vte: Update to 0.44.1., ???, 2016/05/02
- 25/71: gnu: gtk+: Update to 3.20.3., ???, 2016/05/02
- 27/71: gnu: gtkmm: Update to 3.20.1., ???, 2016/05/02
- 12/71: syscalls: Implement arrays in 'define-c-struct' and use it., ???, 2016/05/02
- 32/71: gnu: libsoup: Update to 2.54.1., ???, 2016/05/02
- 30/71: gnu: glib-networking: Update to 2.48.1., ???, 2016/05/02