Skip to Content.
Sympa Menu

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

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 (780fbebd638ab855eedda275f83bb5357e7eb369)
  • Date: Sun, 3 Jun 2007 21:12:38 -0500

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

audio-players/mpg123/BUILD | 4 ----
audio-players/mpg123/CONFIGURE | 16 +---------------
audio-players/mpg123/DETAILS | 2 +-
audio-players/mpg123/HISTORY | 4 ++++
4 files changed, 6 insertions(+), 20 deletions(-)

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

mpg123: bump to 0.66

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index 7c8a0a0..162eb0d 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -1,6 +1,2 @@
OPTS="--with-audio=$MPG123_AUDIO $OPTS $MPG123_OPTS
--with-seektable=$MPG123_SEEKTABLE" &&
-if [[ ${MPG123_CPU} != "auto" ]]
-then
- OPTS="$OPTS --with-cpu=$MPG123_CPU"
-fi &&
default_build
diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index df6b9ff..22fcf73 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,18 +1,4 @@
-#these should work on any platform
-#(excluding no-fpu ones, that's experimental anyway)
-local build_list="auto generic"
-
-#now add arch-specific options
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
-then
- build_list="$build_list i386 i486 i586 i586_dither mmx 3dnow"
-# this is altivec for MacOSX, not generic asm code...
-#elif [[ "${SMGL_COMPAT_ARCHS[1]}" == "ppc" ]]
-#then
-# build_list="$build_list altivec"
-fi &&
-
-config_query_list MPG123_CPU "choose build variant / optimization"
$build_list &&
+message "${MESSAGE_COLOR}Optimization is chosen automatically now, though
you can force your will via custom spell options.$MESSAGE_COLOR" &&
config_query_list MPG123_AUDIO "choose audio output (will possibly add
dependencies)" \
oss \
alsa \
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index 55774ad..caf662a 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=0.65
+ VERSION=0.66
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 a4550d7..f00b882 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,7 @@
+2007-06-04 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 0.66
+ * CONFIGURE, BUILD: CPU optimization selection is optional (via
CONFIG_LOCAL)
+
2007-02-12 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to 0.65




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (780fbebd638ab855eedda275f83bb5357e7eb369), Thomas Orgis, 06/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page