Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c563d0ca36ce75738d04ea4f5a40d44af05bb66b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c563d0ca36ce75738d04ea4f5a40d44af05bb66b)
  • Date: Mon, 20 Apr 2015 14:48:52 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/DEPENDS | 7 +++++++
http/seamonkey/HISTORY | 3 +++
2 files changed, 10 insertions(+)

New commits:
commit 746f4811bc655be866bf2532ddfb1c9144ecbf7a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: added ability to build with system icu

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 2a5c3b1..9c849fc 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -38,6 +38,7 @@ if list_find "$SEAMONKEY_OPTS" "--enable-system-cairo"; then
depends cairo
fi &&

+
if list_find "$SEAMONKEY_OPTS" "--enable-system-hunspell"; then
depends hunspell
fi &&
@@ -68,6 +69,8 @@ else
optional_depends alsa-lib "" "" "for audio support"
fi &&

+optional_depends icu "" "" "to use system ICU library" &&
+
optional_depends pulseaudio "" "" "for PulseAudio support" &&

if is_depends_enabled $SPELL pulseaudio; then
@@ -92,6 +95,10 @@ if is_depends_enabled $SPELL libvpx; then
list_add "SEAMONKEY_OPTS" "--with-system-libvpx"
fi &&

+if is_depends_enabled $SPELL icu; then
+ list_add "SEAMONKEY_OPTS" "--with-system-icu"
+fi &&
+
if ! is_depends_enabled $SPELL alsa-lib; then
list_add "SEAMONKEY_OPTS" "--disable-ogg" &&
list_add "SEAMONKEY_OPTS" "--disable-wave"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 6c33954..7b1ba8b 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2015-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added ability to build with system icu
+
2015-03-25 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: added flags for safe browsing
* BUILD: corrected build process



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c563d0ca36ce75738d04ea4f5a40d44af05bb66b), Vlad Glagolev, 04/20/2015

Archive powered by MHonArc 2.6.24.

Top of Page