Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b1c721d968c6ad928bf56932d5b9fa942d9d0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b1c721d968c6ad928bf56932d5b9fa942d9d0)
  • Date: Thu, 9 Apr 2015 17:46:49 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/webkitgtk/BUILD | 7 ++++++-
http/webkitgtk/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ee8b1c721d968c6ad928bf56932d5b9fa942d9d0
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/webkitgtk: fixed building with current glib2

diff --git a/http/webkitgtk/BUILD b/http/webkitgtk/BUILD
index ca900eb..c4fdbee 100755
--- a/http/webkitgtk/BUILD
+++ b/http/webkitgtk/BUILD
@@ -1,3 +1,8 @@
OPTS="--enable-webkit1 --disable-webkit2 $WEBKIT_OPTS $OPTS" &&
-sed -i '30i#include <unicode/utf8.h>'
${SOURCE_DIRECTORY}/Source/WebCore/platform/text/TextCodecUTF8.h &&
+cd ${SOURCE_DIRECTORY}/Source/WebCore/platform &&
+sed -i '30i#include <unicode/utf8.h>' text/TextCodecUTF8.h &&
+cd graphics/gstreamer &&
+sed -i 's/GMutexLocker /WebCore::&/' \
+ VideoSinkGStreamer.cpp WebKitWebSourceGStreamer.cpp &&
+cd ${SOURCE_DIRECTORY} &&
default_build
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index b9f80f5..bb64fdf 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,7 @@
+2015-04-09 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added fix to build with current glib2 (thanks to the BLFS
+ instructions), some cleanups/reorganizations
+
2015-02-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.4.8, SECURITY_PATCH++, (CVE-2014-1344),
(CVE-2014-1384), (CVE-2014-1385), (CVE-2014-1387), (CVE-2014-1388),



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ee8b1c721d968c6ad928bf56932d5b9fa942d9d0), Pavel Vinogradov, 04/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page