Skip to Content.
Sympa Menu

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

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 (4ea753726da9397f3dee51a0ec26e224fd4f404f)
  • Date: Tue, 15 Apr 2008 00:19:41 -0500

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

http/webkitgtk/BUILD | 3 ++-
http/webkitgtk/CONFIGURE | 4 +++-
http/webkitgtk/DEPENDS | 8 +++++++-
http/webkitgtk/DETAILS | 4 ++--
http/webkitgtk/HISTORY | 4 ++++
5 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit 4ea753726da9397f3dee51a0ec26e224fd4f404f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

webkitgtk: => r31893, --enable-svg is ok now again, added font backend
selection, gcc 4.3 OK

diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
index c5ed2ef..6ca2c01 100755
--- a/http/webkitgtk/BUILD
+++ b/http/webkitgtk/BUILD
@@ -1,2 +1,3 @@
-OPTS="$WEBKIT_SVG $OPTS" &&
+OPTS="$WEBKIT_SVG $OPTS" &&
+
default_build
diff --git a/http/webkitgtk/CONFIGURE b/http/webkitgtk/CONFIGURE
index e85b84e..788f906 100755
--- a/http/webkitgtk/CONFIGURE
+++ b/http/webkitgtk/CONFIGURE
@@ -1,2 +1,4 @@
+config_query_list WEBKIT_FONT_BE "Select font backend to use" freetype2
pango &&
+
config_query_option WEBKIT_SVG "Enable SVG support?" y \
- "--enable-svg-experimental" "--disable-svg"
+ "--enable-svg" "--disable-svg"
diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index c17af70..05c3695 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -11,4 +11,10 @@ depends jpeg &&
depends bison &&
depends flex &&
depends sqlite &&
-depends libxslt
+depends libxslt &&
+
+if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
+ depends freetype2
+else
+ depends pango "--with-font-backend=pango"
+fi
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index 38dae93..10f1753 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -1,8 +1,8 @@
SPELL=webkitgtk
- VERSION=r31738
+ VERSION=r31893
SOURCE=WebKit-$VERSION.tar.bz2
SOURCE_URL[0]=http://nightly.webkit.org/files/trunk/src/$SOURCE
-
SOURCE_HASH=sha512:03620d379d9bb4430a41e5e4901dc1a3d9f215bb5b9e4793bd55e180e0bd993d4cb3dd3b41581b5df72bdef20777857d546b20e32f31533e73250d626bf80e8f
+
SOURCE_HASH=sha512:99c1920d2569728267b76e465db76638dbe32f9b08a4b3992be35646844c3f10103f409083ed924e73fdc4f4064509c3698624e5068b0e6b4883dd4632c77073
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WebKit-$VERSION
WEB_SITE=http://webkit.org/
LICENSE[0]=GPL
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 9fab239..5a8fcc0 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,7 @@
+2008-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to r31872
+ * BUILD, CONFIGURE, DEPENDS: added font backend selection
+
2008-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_BUILD: moved autogen.sh here
* BUILD: uses default_build



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ea753726da9397f3dee51a0ec26e224fd4f404f), Vlad Glagolev, 04/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page