Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (051d63948eca4e13e476127480d19205ff71ac6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (051d63948eca4e13e476127480d19205ff71ac6d)
  • Date: Wed, 30 Jan 2008 11:43:38 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-players/moc/BUILD | 5 ++++-
audio-players/moc/DEPENDS | 1 +
audio-players/moc/HISTORY | 7 +++++++
3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 051d63948eca4e13e476127480d19205ff71ac6d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

moc: applied a modified patch from the epilogue of #10376

diff --git a/audio-players/moc/BUILD b/audio-players/moc/BUILD
index 2576412..b4e6a45 100755
--- a/audio-players/moc/BUILD
+++ b/audio-players/moc/BUILD
@@ -1,5 +1,8 @@
#breaks the compile
-OPTS="--without-ncursesw $OPTS" &&
+if ! gaze install ncurses | grep -q "libncursesw.so$"; then
+ message "${MESSAGE_COLOR}Cannot find libncursesw.so, adding
--without-ncursesw configure option.${DEFAULT_COLOR}" &&
+ OPTS="--without-ncursesw $OPTS"
+fi &&

if [ "$DDEBUG" == "y" ]; then
OPTS="$OPTS --disable-debug"
diff --git a/audio-players/moc/DEPENDS b/audio-players/moc/DEPENDS
index 9f16cef..bf6f1ae 100755
--- a/audio-players/moc/DEPENDS
+++ b/audio-players/moc/DEPENDS
@@ -1,3 +1,4 @@
+depends ncurses &&
depends libid3tag &&
depends libmad &&

diff --git a/audio-players/moc/HISTORY b/audio-players/moc/HISTORY
index d6083f4..9043f91 100644
--- a/audio-players/moc/HISTORY
+++ b/audio-players/moc/HISTORY
@@ -1,3 +1,10 @@
+2008-01-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added ncurses for ordering
+ * BUILD: applied a modified patch from the epilogue of #10376
+
+2007-12-09 Jiri Golembiovsky <golemj AT gmail.com>
+ * BUILD: Using --without-ncursesw only when ncurses are compiled
without utf8 support.
+
2007-09-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.4.3




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (051d63948eca4e13e476127480d19205ff71ac6d), Jaka Kranjc, 01/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page