Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (d341eceaa8606fa14e655707b6e40642f904b76e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (d341eceaa8606fa14e655707b6e40642f904b76e)
  • Date: Sun, 12 Sep 2010 14:15:13 -0500

GIT changes to stable-0.47 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

http/webkitgtk/DEPENDS | 14 +++++++-------
http/webkitgtk/DETAILS | 5 +++--
http/webkitgtk/HISTORY | 6 ++++++
3 files changed, 16 insertions(+), 9 deletions(-)

New commits:
commit d341eceaa8606fa14e655707b6e40642f904b76e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk 1.2.4, SECURITY_PATCH=1

https://lists.webkit.org/pipermail/webkit-gtk/2010-September/000312.html
(cherry picked from commit 7cd1566e9b077f4baf034922506832bb5025e589)

commit 7ab2b8d1075e8162096df25c41706569a9da5b17
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk: Removed optional_depends gobject-introspection. It is broken
for now.
(cherry picked from commit a2bd2d622fccc27d5a087ca7b99c6f29fc4ceb32)

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 46df264..53ac126 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -40,15 +40,15 @@ optional_depends gst-plugins-base \
"--disable-video" \
"for HTML5 streaming video support" &&

-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection" &&
+#optional_depends gobject-introspection \
+# "--enable-introspection" \
+# "--disable-introspection" \
+# "to enable introspection" &&

optional_depends geoclue \
"--enable-geolocation" \
"--disable-geolocation" \
- "to enable geolocation support" &&
+ "to enable geolocation support"

-if is_depends_enabled $SPELL gobject-introspection; \
- then depends gir-repository; fi
+#if is_depends_enabled $SPELL gobject-introspection; \
+# then depends gir-repository; fi
diff --git a/http/webkitgtk/DETAILS b/http/webkitgtk/DETAILS
index c4e1fdf..20725b8 100755
--- a/http/webkitgtk/DETAILS
+++ b/http/webkitgtk/DETAILS
@@ -6,10 +6,11 @@ if [[ $WEBKITGTK_NIGHT == "y" ]]; then

SOURCE_HASH=sha512:9159f2542a704072b7106ef153126f9ca4926c0cf433662e65732c59115b2793f152ab3d3769398498b0a021fd2604e6d539f7385988080712dea807145da246
SOURCE_DIRECTORY="$BUILD_DIRECTORY/webkit-$VERSION"
else
- VERSION=1.2.3
+ VERSION=1.2.4
+ SECURITY_PATCH=1
SOURCE=webkit-$VERSION.tar.gz
SOURCE_URL[0]=http://www.webkitgtk.org/$SOURCE
-
SOURCE_HASH=sha512:d83e38e5a2470e825203b5737955ac7124c649c708aecfe31197c96c6c4e35483113c9889a537ec3a23ffdb8898bbe27ca6b5a583af0bea1cb28f00c3e2d0b05
+
SOURCE_HASH=sha512:b0c05f5592b3a87d50f7b13e59fc2e139c17f0bfc29c60675b6892240e62e91726eef0c03e1f9b64e986b249ced8caff11729c28e1213f90e47014837a614d3e
SOURCE_DIRECTORY="$BUILD_DIRECTORY/webkit-$VERSION"
fi
WEB_SITE=http://webkitgtk.org/
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 7a4786f..915f70a 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,9 @@
+2010-09-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.2.4, SECURITY_PATCH=1
+
+2010-08-13 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Remove optional_depends gobject-introspection for now.
+
2010-07-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.3
* PRE_BUILD, webkit-icu44.patch: removed



  • [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (d341eceaa8606fa14e655707b6e40642f904b76e), George Sherwood, 09/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page