Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (876106e94282dfd568704f750a4b79c4fd136ae3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (876106e94282dfd568704f750a4b79c4fd136ae3)
  • Date: Sun, 29 Sep 2013 10:26:29 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-libs/libao/DETAILS | 25 ++++++++++++++++++++-----
audio-libs/libao/HISTORY | 3 +++
2 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit 876106e94282dfd568704f750a4b79c4fd136ae3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libao: fix license and update description

diff --git a/audio-libs/libao/DETAILS b/audio-libs/libao/DETAILS
index b260f19..b08dcfb 100755
--- a/audio-libs/libao/DETAILS
+++ b/audio-libs/libao/DETAILS
@@ -6,13 +6,28 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.xiph.org/releases/ao/$SOURCE
WEB_SITE=http://www.xiph.org/ao/
ENTERED=20010922
- LICENSE[0]=LGPL
+ LICENSE[0]=GPL
DOCS="CHANGES COPYING README"
KEYWORDS="audio libs"
SHORT="libao is a way to easily add cross-platform audio output
to your program."
cat << EOF
-libao is a way to easily add cross-platform audio output to your
-program. Output devices are implemented as dynamic plugins, and support
-for OSS, ESD, ALSA, aRTs, Solaris, and Irix outputs are currently
-supported.
+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
EOF
diff --git a/audio-libs/libao/HISTORY b/audio-libs/libao/HISTORY
index 8ef538c..205868b 100644
--- a/audio-libs/libao/HISTORY
+++ b/audio-libs/libao/HISTORY
@@ -1,3 +1,6 @@
+2013-09-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: fix license (GPL, not LGPL), update description
+
2012-02-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.0
* DEPENDS: corrected flags for alsa



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (876106e94282dfd568704f750a4b79c4fd136ae3), Thomas Orgis, 09/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page