Skip to Content.
Sympa Menu

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

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 (322e9449f37a047e040c3842ff1aaaa3dc5bd7a9)
  • Date: Sun, 23 Dec 2007 07:51:50 -0600

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

audio-players/mpg123/BUILD | 5 ++++-
audio-players/mpg123/CONFIGURE | 11 ++++++++---
audio-players/mpg123/DEPENDS | 6 ++++++
audio-players/mpg123/DETAILS | 5 ++++-
audio-players/mpg123/HISTORY | 3 +++
5 files changed, 25 insertions(+), 5 deletions(-)

New commits:
commit 322e9449f37a047e040c3842ff1aaaa3dc5bd7a9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: version 1.0.0

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index 162eb0d..f210abe 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -1,2 +1,5 @@
-OPTS="--with-audio=$MPG123_AUDIO $OPTS $MPG123_OPTS
--with-seektable=$MPG123_SEEKTABLE" &&
+if [[ "$MPG123_AUDIO" != auto ]]; then
+ OPTS="$OPTS --with-audio=$MPG123_AUDIO"
+fi &&
+OPTS="$OPTS $MPG123_OPTS --with-seektable=$MPG123_SEEKTABLE" &&
default_build
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 6a66278..ae73e59 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,5 +1,7 @@
message "${MESSAGE_COLOR}Optimization is chosen automatically now, though
you can force your will via custom spell options.$DEFAULT_COLOR" &&
-config_query_list MPG123_AUDIO "choose audio output (will possibly add
dependencies)" \
+# Change that for proper plugin set selection and dependencies!
+config_query_list MPG123_AUDIO "choose audio output (will possibly add
dependencies, auto will build all plugins that are possible)" \
+ auto \
oss \
alsa \
portaudio \
@@ -7,6 +9,9 @@ config_query_list MPG123_AUDIO "choose audio output (will
possibly add dependenc
esd \
nas \
sdl \
+ arts \
+ pulseaudio \
dummy &&
-config_query_option MPG123_OPTS "gapless mp3 playback?" y "--enable-gapless"
"--disable-gapless" &&
-config_query_string MPG123_SEEKTABLE "seektable size" 2000
+message "${MESSAGE_COLOR}Gapless playback on by upstream default
now.$DEFAULT_COLOR" &&
+# 1000 is upstream default
+config_query_string MPG123_SEEKTABLE "seektable size" 1000
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index 770656e..fdeb4ea 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -22,6 +22,12 @@ case ${MPG123_AUDIO} in
sdl)
depends sdl
;;
+ arts)
+ depends arts
+ ;;
+ pulseaudio)
+ depends pulseaudio
+ ;;
dummy)
message "building mpg123 without audio device output (only raw and
wav/au)"
;;
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index e1d00c3..e559729 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=0.68
+ VERSION=1.0.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
@@ -19,4 +19,7 @@ It is small/fast and comes with a nice control interface
for frontends
as well as simple terminal control.
You can play streams from http (shoutcast, too) and it supports gapless mp3
playback and relative volume adjustment (normalize RVA2 tags, ReplayGain
values).
+
+Since version 1.0.0 this package contains libmpg123, the mpg123 decoder as
+library to be directly used by other programs, too.
EOF
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 2093c3d..87091f6 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2007-12-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS, BUILD: bump to 1.0.0
+
2007-11-08 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to 0.68




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (322e9449f37a047e040c3842ff1aaaa3dc5bd7a9), Thomas Orgis, 12/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page