Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (057a319013b34cb4833f7e02e2c9689833680d02)
  • Date: Mon, 13 Nov 2006 05:35:49 -0600

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

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

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

mpg123 altivec support is for OSX, not linux

diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index f339c30..df6b9ff 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -6,9 +6,10 @@ local build_list="auto generic"
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
then
build_list="$build_list i386 i486 i586 i586_dither mmx 3dnow"
-elif [[ "${SMGL_COMPAT_ARCHS[1]}" == "ppc" ]]
-then
- build_list="$build_list altivec"
+# 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 &&
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index e8389b7..8605f54 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2006-11-13 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: realized that this altivec is MacOSX only
+
2006-10-21 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, *.sig: version bump to fresh 0.61




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (057a319013b34cb4833f7e02e2c9689833680d02), Thomas Orgis, 11/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page