Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (4c8e05a8447506f3e195e215b1df2863e1f2e038)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (4c8e05a8447506f3e195e215b1df2863e1f2e038)
  • Date: Fri, 19 Aug 2011 03:50:07 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

libs/sdl_mixer/DEPENDS | 7 +------
libs/sdl_mixer/HISTORY | 4 ++++
science/qalculate/BUILD | 1 -
science/qalculate/HISTORY | 3 +++
4 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 4c8e05a8447506f3e195e215b1df2863e1f2e038
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

sdl_mixer: removing optional depenency on libmikmod

option --{disable,enable}-music-libmikmod is no longer available (bug #30)

commit 88ab9de051f1489abe510b844f768c7d7ffe36c9
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

qalculate: removed "--disable-clntest" (unrecognized option)

diff --git a/libs/sdl_mixer/DEPENDS b/libs/sdl_mixer/DEPENDS
index d1d9893..2998320 100755
--- a/libs/sdl_mixer/DEPENDS
+++ b/libs/sdl_mixer/DEPENDS
@@ -1,15 +1,10 @@
depends sdl &&
depends audiofile &&

-optional_depends libmikmod \
- "--enable-music-libmikmod" \
- "--disable-music-libmikmod" \
- "to play mods via libmikmod"
-
optional_depends mikmod \
"--enable-music-mod" \
"--disable-music-mod" \
- "to play mods via mikmod"
+ "to play mods via mikmod" &&

if [[ "$SDLMIXER_TIMIDITY_MIDI" == "--enable-music-midi" ]]
then
diff --git a/libs/sdl_mixer/HISTORY b/libs/sdl_mixer/HISTORY
index 742de68..047b78b 100644
--- a/libs/sdl_mixer/HISTORY
+++ b/libs/sdl_mixer/HISTORY
@@ -1,3 +1,7 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removing optional depenency on libmikmod
+ option --{disable,enable}-music-libmikmod is no longer available
(bug #30)
+
2009-11-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.11

diff --git a/science/qalculate/BUILD b/science/qalculate/BUILD
index f88004c..57f2ecd 100755
--- a/science/qalculate/BUILD
+++ b/science/qalculate/BUILD
@@ -3,6 +3,5 @@ autoconf
&&
OPTS="${!tempopts} $OPTS" &&
OPTS="$OPTS --build=${BUILD}" &&
./configure --prefix=${INSTALL_ROOT}/usr \
- --disable-clntest \
$OPTS &&
default_build_make
diff --git a/science/qalculate/HISTORY b/science/qalculate/HISTORY
index 1b13c05..6cf8352 100644
--- a/science/qalculate/HISTORY
+++ b/science/qalculate/HISTORY
@@ -1,3 +1,6 @@
+2011-08-19 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: removed "--disable-clntest" (unrecognized option)
+
2010-01-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.7
* PRE_BUILD, libqalculate*.patch: removed



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (4c8e05a8447506f3e195e215b1df2863e1f2e038), Bor Kraljič, 08/19/2011

Archive powered by MHonArc 2.6.24.

Top of Page