Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.56 grimoire by George Sherwood (12034e0aa06e79ef0f1757484e17d0e0fb5e5c0c)

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.56 grimoire by George Sherwood (12034e0aa06e79ef0f1757484e17d0e0fb5e5c0c)
  • Date: Thu, 2 Jun 2011 16:25:33 -0500

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

http/webkitgtk/DEPENDS | 7 +------
http/webkitgtk/HISTORY | 3 +++
2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 12034e0aa06e79ef0f1757484e17d0e0fb5e5c0c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

webkitgtk: stable is now at 1.4.0 which requires devel libsoup

$ # gaze version webkitgtk libsoup
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test http webkitgtk 1.4.0 1.2.7
test gnome2-libs libsoup 2.32.2 2.32.2

checking for LIBSOUP... configure: error: Package requirements
(libsoup-2.4 >= 2.33.6) were not met:

Requested 'libsoup-2.4 >= 2.33.6' but version of libsoup is 2.32.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBSOUP_CFLAGS
and LIBSOUP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
(cherry picked from commit a04fff7da227d45d4ac59ef34d025e4e08078a02)

diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 509a35c..c9eb6d0 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -10,12 +10,7 @@ depends JPEG &&
depends bison &&
depends flex &&
depends sqlite &&
-
-if [ "$WEBKITGTK_NIGHT" = 'y' ]; then
- depends -sub SOUP_DEVEL libsoup
-else
- depends libsoup
-fi &&
+depends -sub SOUP_DEVEL libsoup

depends enchant &&

diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index cc96612..fe17269 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,6 @@
+2011-05-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: stable is now at 1.4.0, which requires devel libsoup
+
2011-04-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.0




  • [SM-Commit] GIT changes to stable-0.56 grimoire by George Sherwood (12034e0aa06e79ef0f1757484e17d0e0fb5e5c0c), George Sherwood, 06/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page