Skip to Content.
Sympa Menu

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

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 (d7115a4e726c6654ae8daea9d41eb0fb875dee15)
  • Date: Fri, 7 Jan 2011 06:42:35 -0600

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

audio-players/mpg123/BUILD | 3 ++-
audio-players/mpg123/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)

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

mpg123: prepare for a world where .la files get purged

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index 0dc6fef..cc18974 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -4,5 +4,6 @@ fi &&
if [[ "$MPG123_SEEKTABLE" != "" ]]; then
OPTS="--with-seektable=$MPG123_SEEKTABLE $OPTS"
fi &&
-OPTS="$MPG123_MODULES $OPTS" &&
+# Use .so for modules so it is safe to rip out the .la files.
+OPTS="$MPG123_MODULES --with-module-suffix=.so $OPTS" &&
default_build
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index b2a1e76..6309fb4 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,7 @@
+2011-01-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: Use the .so files directly for module loading.
+ Now, mpg123 will still work if .la files are removed post-install.
+
2011-01-06 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Update to 1.13.1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d7115a4e726c6654ae8daea9d41eb0fb875dee15), Thomas Orgis, 01/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page