Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-merged-gcc grimoire by Thomas Orgis (41bf568459796298e20b9ff102460569c28dd780)

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 devel-merged-gcc grimoire by Thomas Orgis (41bf568459796298e20b9ff102460569c28dd780)
  • Date: Thu, 13 Aug 2009 20:12:20 -0500

GIT changes to devel-merged-gcc grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

audio-players/mpg123/CONFIGURE | 2 +-
audio-players/mpg123/DEPENDS | 3 +++
audio-players/mpg123/DETAILS | 2 +-
audio-players/mpg123/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 41bf568459796298e20b9ff102460569c28dd780
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: bump to 1.9.0

diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index bd0c0da..78d8614 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -5,7 +5,7 @@ message "${MESSAGE_COLOR}Optimization is chosen automatically
now, though you ca
config_query_option MPG123_MODULES "Build output modules?" y \
--enable-modules --disable-modules &&
local modlist="oss alsa portaudio jack esd nas sdl \
- pulse arts dummy auto" &&
+ pulse arts openal dummy auto" &&
message "${MESSAGE_COLOR}\"auto\" will select (a) working output(s) at build
time, disregarding spell dependencies.$DEFAULT_COLOR" &&
if [[ "$MPG123_MODULES" == "--enable-modules" ]]; then
config_query_multi MPG123_AUDIO "Select the modules you want:" \
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index a9a33fa..ceac901 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -37,6 +37,9 @@ case $i in
arts)
depends arts
;;
+ openal)
+ depends openal
+ ;;
esac &&
if [[ "$add" != "" ]]; then
MPG123_WITH_AUDIO="$MPG123_WITH_AUDIO,$add"
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index 4a1ad10..eb888c0 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=1.8.1
+ VERSION=1.9.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 33928fe..3582e2e 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2009-08-14 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 1.9.0
+
2009-06-14 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to 1.8.1
* PRE_BUILD, configure-1.8.0.diff: not needed anymore (and didn't
even work:-/)



  • [SM-Commit] GIT changes to devel-merged-gcc grimoire by Thomas Orgis (41bf568459796298e20b9ff102460569c28dd780), Thomas Orgis, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page