Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c72438f56cf739212b5791c573bafeb77c5716e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c72438f56cf739212b5791c573bafeb77c5716e5)
  • Date: Sun, 4 Apr 2010 02:37:00 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-utils/mumble/BUILD | 1 +
games-utils/mumble/DEPENDS | 1 -
games-utils/mumble/HISTORY | 7 +++++--
3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit c72438f56cf739212b5791c573bafeb77c5716e5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mumble: move OPTS to BUILD and fix HISTORY

diff --git a/games-utils/mumble/BUILD b/games-utils/mumble/BUILD
index 7c06a0e..b56de58 100755
--- a/games-utils/mumble/BUILD
+++ b/games-utils/mumble/BUILD
@@ -1,3 +1,4 @@
+OPTS="$OPTS CONFIG+=no-update CONFIG+=no-embed-qt-transaltions
CONFIG+=no-g15 CONFIG+=no-bundled-speex"
PATH=/usr/bin/qt4:$PATH &&
qmake main.pro $OPTS &&
make
diff --git a/games-utils/mumble/DEPENDS b/games-utils/mumble/DEPENDS
index 4b50903..4d07271 100755
--- a/games-utils/mumble/DEPENDS
+++ b/games-utils/mumble/DEPENDS
@@ -1,4 +1,3 @@
-OPTS="CONFIG+=no-update CONFIG+=no-embed-qt-transaltions CONFIG+=no-g15
CONFIG+=no-bundled-speex"
depends g++ &&
depends boost &&
depends protobuf &&
diff --git a/games-utils/mumble/HISTORY b/games-utils/mumble/HISTORY
index 33093ca..c95c832 100644
--- a/games-utils/mumble/HISTORY
+++ b/games-utils/mumble/HISTORY
@@ -1,8 +1,11 @@
+2010-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: disable G15 keyboard support
+ * BUILD: convert dependencies on avahi and speech-dispatcher to
optional
+ * DEPENDS, BUILD: move OPTS to BUILD
+
2010-04-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.2.2
* DEPENDS: depends on protobuf, avahi, libsndfile
- * BUILD: disable G15 keyboard support
- * BUILD: convert dependencies on avahi and speech-dispatcher to
optional

2008-06-26 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c72438f56cf739212b5791c573bafeb77c5716e5), Ismael Luceno, 04/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page