Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29081708225be63b388d078ced84743960a00e99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29081708225be63b388d078ced84743960a00e99)
  • Date: Thu, 30 Jul 2009 16:30:34 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

gnome2-libs/gnome-games2/CONFIGURE | 3 +++
gnome2-libs/gnome-games2/HISTORY | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 29081708225be63b388d078ced84743960a00e99
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome-games2: fixed GGAMES_SNDLIB #15302

diff --git a/gnome2-libs/gnome-games2/CONFIGURE
b/gnome2-libs/gnome-games2/CONFIGURE
index 752692f..d5747d4 100755
--- a/gnome2-libs/gnome-games2/CONFIGURE
+++ b/gnome2-libs/gnome-games2/CONFIGURE
@@ -3,6 +3,9 @@ config_query GGAMES_SOUND "Enable sound?" y
&&
if [[ "$GGAMES_SOUND" == "y" ]]; then
if spell_ok gstreamer; then
config_query_list GGAMES_SNDLIB "Use which sound library?" \
+ gstreamer sdl_mixer
+ else
+ config_query_list GGAMES_SNDLIB "Use which sound library?" \
sdl_mixer gstreamer
fi
fi &&
diff --git a/gnome2-libs/gnome-games2/HISTORY
b/gnome2-libs/gnome-games2/HISTORY
index 3efb099..887580f 100644
--- a/gnome2-libs/gnome-games2/HISTORY
+++ b/gnome2-libs/gnome-games2/HISTORY
@@ -1,6 +1,7 @@
2009-07-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.3
* DEPENDS: added optional_depends check
+ * CONFIGURE: fixed GGAMES_SNDLIB #15302

2009-05-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.2



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29081708225be63b388d078ced84743960a00e99), Ladislav Hagara, 07/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page