[SM-Commit] GIT changes to master grimoire by Eric Sandall (4de703d6c7721e0cca5c6b19895835b96d3d1465)

Eric Sandall scm at sourcemage.org
Wed Jan 18 19:51:20 EST 2012


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 gnome2-libs/libsoup/DEPENDS |    3 ++-
 gnome2-libs/libsoup/HISTORY |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 4de703d6c7721e0cca5c6b19895835b96d3d1465
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    libsoup: Devel libsoup requires devel glib2
    
    $ gaze version glib2 libsoup
    Grimoire  Section      Spell    Grimoire Version  Installed Version
    --------  -------      -----    ----------------  -----------------
    test      gnome2-libs  glib2    2.30.2            2.30.2
    test      gnome2-libs  libsoup  2.37.3            2.36.1
    
    checking for GLIB - version >= 2.31.0... no
    *** Could not run GLIB test program, checking why...
    *** The test program failed to compile or link. See the file config.log
    for the
    *** exact error that occured. This usually means GLIB is incorrectly
    installed.
    configure: error: GLIB 2.31.0 or later is required to build libsoup

diff --git a/gnome2-libs/libsoup/DEPENDS b/gnome2-libs/libsoup/DEPENDS
index 43698ef..eee1bd6 100755
--- a/gnome2-libs/libsoup/DEPENDS
+++ b/gnome2-libs/libsoup/DEPENDS
@@ -13,7 +13,8 @@ if [[ $LIBSOUP_GNOME == "y" ]]; then
 fi &&
 
 if [[ $LIBSOUP_DEVEL == "y" ]]; then
-depends glib-networking
+  sub_depends glib2 'GLIB_DEVEL' &&
+  depends glib-networking
 else
 optional_depends gnutls \
                  "--enable-ssl" \
diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index ae7a1dd..1585fd5 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,3 +1,6 @@
+2012-01-18 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Devel libsoup requires devel glib2
+
 2012-01-11 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: devel version 2.37.3
 


More information about the SM-Commit mailing list