Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4de703d6c7721e0cca5c6b19895835b96d3d1465)
  • Date: Wed, 18 Jan 2012 18:51:20 -0600

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





Archive powered by MHonArc 2.6.24.

Top of Page