Skip to Content.
Sympa Menu

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

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 (3dd7a2c8c2d4856eb4136fbeca4cc73086a79a1a)
  • Date: Sun, 4 Apr 2010 02:18:02 -0500

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

games-utils/mumble/BUILD | 2 +-
games-utils/mumble/DEPENDS | 11 +++++++++--
games-utils/mumble/HISTORY | 2 ++
3 files changed, 12 insertions(+), 3 deletions(-)

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

mumble: disable G15 keyboard support and convert dependencies on avahi
and speech-dispatcher to optional

diff --git a/games-utils/mumble/BUILD b/games-utils/mumble/BUILD
index d58ab8e..7c06a0e 100755
--- a/games-utils/mumble/BUILD
+++ b/games-utils/mumble/BUILD
@@ -1,3 +1,3 @@
PATH=/usr/bin/qt4:$PATH &&
-qmake main.pro &&
+qmake main.pro $OPTS &&
make
diff --git a/games-utils/mumble/DEPENDS b/games-utils/mumble/DEPENDS
index 6b2512d..21b6c9e 100755
--- a/games-utils/mumble/DEPENDS
+++ b/games-utils/mumble/DEPENDS
@@ -1,3 +1,4 @@
+OPTS="CONFIG+=no-update CONFIG+=no-embed-qt-transaltions CONFIG+=no-g15
CONFIG+=no-bundled-speex"
depends g++ &&
depends boost &&
depends protobuf &&
@@ -6,6 +7,12 @@ depends libxevie &&
depends speex &&
depends libsndfile &&
depends alsa-lib &&
-depends speech-dispatcher &&
depends openssl &&
-depends -sub COMPAT_LIBDNS_SD avahi
+optional_depends -sub COMPAT_LIBDNS_SD avahi \
+ "" \
+ "CONFIG+=no-bonjour" \
+ "for DNS-SD support" &&
+optional_depends speech-dispatcher \
+ ""
+ "CONFIG+=no-speechd"
+ "for speech dispatcher support"
diff --git a/games-utils/mumble/HISTORY b/games-utils/mumble/HISTORY
index cd9ca91..33093ca 100644
--- a/games-utils/mumble/HISTORY
+++ b/games-utils/mumble/HISTORY
@@ -1,6 +1,8 @@
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 (3dd7a2c8c2d4856eb4136fbeca4cc73086a79a1a), Ismael Luceno, 04/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page