Skip to Content.
Sympa Menu

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

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 (922dd677b15cfc09cdba193fb73c303f2c8ff4d2)
  • Date: Tue, 22 Nov 2016 20:58:39 +0000

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

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

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

mumble: Fix QT4 path

commit 383ead74efb2931630a2dc5039d14cf9b476a5dc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mumble: Switch dependency from openssl to SSL

diff --git a/games-utils/mumble/BUILD b/games-utils/mumble/BUILD
index 2b113e8..e2f8640 100755
--- a/games-utils/mumble/BUILD
+++ b/games-utils/mumble/BUILD
@@ -12,7 +12,7 @@ if [[ "$MUMBLE_OVERLAY" == 'n' ]]; then
OPTS="$OPTS CONFIG+=no-overlay"
fi

-PATH=/usr/bin/qt4:$PATH &&
+PATH=/opt/qt4/bin:$PATH &&
qmake main.pro $OPTS \
QMAKE_CFLAGS="$CFLAGS" \
QMAKE_CXXFLAGS="$CXXFLAGS" \
diff --git a/games-utils/mumble/DEPENDS b/games-utils/mumble/DEPENDS
index 1852eea..a8ec57f 100755
--- a/games-utils/mumble/DEPENDS
+++ b/games-utils/mumble/DEPENDS
@@ -15,7 +15,7 @@ optional_depends speech-dispatcher \

# Network / Crypto
depends protobuf &&
-depends openssl &&
+depends SSL &&
optional_depends -sub COMPAT_LIBDNS_SD avahi \
"" \
"CONFIG+=no-bonjour" \
diff --git a/games-utils/mumble/HISTORY b/games-utils/mumble/HISTORY
index 2857251..e3ca862 100644
--- a/games-utils/mumble/HISTORY
+++ b/games-utils/mumble/HISTORY
@@ -1,3 +1,7 @@
+2016-11-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Switched to SSL, compiles against LibreSSL too
+ * BUILD: Fixed QT4 path
+
2016-09-23 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Added code to remove any missing translations
* DETAILS: Fixed SOURCE_URL[0]



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (922dd677b15cfc09cdba193fb73c303f2c8ff4d2), Ismael Luceno, 11/22/2016

Archive powered by MHonArc 2.6.24.

Top of Page