Skip to Content.
Sympa Menu

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

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 (c8ef8ca81a7f055d071671e634dabeebc02faadc)
  • Date: Tue, 19 Jun 2012 16:48:23 -0500

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

audio-players/mpg123/BUILD | 2 +-
audio-players/mpg123/CONFIGURE | 2 +-
audio-players/mpg123/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

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

mpg123: fix integer quality choice

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index cc18974..471b0ae 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -5,5 +5,5 @@ if [[ "$MPG123_SEEKTABLE" != "" ]]; then
OPTS="--with-seektable=$MPG123_SEEKTABLE $OPTS"
fi &&
# Use .so for modules so it is safe to rip out the .la files.
-OPTS="$MPG123_MODULES --with-module-suffix=.so $OPTS" &&
+OPTS="$MPG123_QUALITY $MPG123_MODULES --with-module-suffix=.so $OPTS" &&
default_build
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 81469d8..7260934 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,5 +1,5 @@
. $GRIMOIRE/config_query_multi.function &&
-config_query_option MPG123_MODULES "Prefer highest accuracy for 16bit output
(instead of highest speed)?" n \
+config_query_option MPG123_QUALITY "Prefer highest accuracy for 16bit output
(instead of highest speed)?" n \
--enable-int-quality --disable-int-quality &&
message "${MESSAGE_COLOR}Optimization is chosen automatically now, though
you can force your will via custom spell options.$DEFAULT_COLOR" &&
config_query_option MPG123_MODULES "Build output modules?" y \
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 64ae241..96060a5 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2012-06-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE, BUILD: fix quality choice
+
2012-06-08 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Update to 1.14.2




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c8ef8ca81a7f055d071671e634dabeebc02faadc), Thomas Orgis, 06/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page