Skip to Content.
Sympa Menu

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

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 (f56464368fa7f20768776f1e4a428c0f64315b51)
  • Date: Wed, 24 Mar 2010 07:33:34 -0500

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

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

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

mpg123: fix install with castfs

diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 597e84e..71f420c 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2010-03-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: Use cp -P --preserve=links instead of cp -a to work around
castfs bug.
+
2010-03-22 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, BUILD, INSTALL: bump to 1.11.0, installing libmpg123.so
and libmpg123_64.so for large file support
diff --git a/audio-players/mpg123/INSTALL b/audio-players/mpg123/INSTALL
index 732c6e6..b051928 100755
--- a/audio-players/mpg123/INSTALL
+++ b/audio-players/mpg123/INSTALL
@@ -1,6 +1,6 @@
cd "$SOURCE_DIRECTORY" &&
if [[ ${SMGL_COMPAT_ARCHS[0]} == 32 ]]; then
- cp -av mpg123-smallfile/$INSTALL_ROOT/usr/lib/libmpg123*
"$INSTALL_ROOT/usr/lib" &&
- cp -av mpg123-smallfile/$INSTALL_ROOT/usr/lib/pkgconfig/libmpg123.pc
"$INSTALL_ROOT/usr/lib/pkgconfig"
+ cp -v -P --preserve=links
mpg123-smallfile/$INSTALL_ROOT/usr/lib/libmpg123* "$INSTALL_ROOT/usr/lib" &&
+ cp -v mpg123-smallfile/$INSTALL_ROOT/usr/lib/pkgconfig/libmpg123.pc
"$INSTALL_ROOT/usr/lib/pkgconfig"
fi &&
default_install



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f56464368fa7f20768776f1e4a428c0f64315b51), Thomas Orgis, 03/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page