commit e6f60dc58e220a295ed6f508a80004542730d56d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
gramps - remove bad PRE_BUILD
commit ab2c9a11547be0cd84c144534dc2b68ecd6cac8e
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
dia: added patch to fix compilation issue with glib2 2.31.x
commit 66dd669b1c040178538fe10d825b3f08fea7dad0
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
pidgin: added a patch to fix compilation issue with glib2 2.31.x
commit 4e1e9a9633272a6dc95308285a5d1144e121a1de
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>
meanwhile: added a patch to fix compilation issue with glib2 2.31.x
commit 9240f67195663b54d2be80a8558c72049693579a
Author: Seth Alan Woolley <seth AT mail.swoolley.org>
Commit: Seth Alan Woolley <seth AT mail.swoolley.org>
add 64-bit-host.patch to net/host
commit e5f2a8a4261357e246538f5ca85f5b2a4769a830
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
eflwebkit: added option to build snapshot since scm is broken currently.
diff --git a/ChangeLog b/ChangeLog
index 719514b..3a6a166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-01 Robin Cook <rcook AT wyrms.net>
+ * video/mplayer2: new spell for of mplayer
+
+2011-12-31 Robin Cook <rcook AT wyrms.net>
+ * video-libs/gmtk: new spell gnome-mplayer tool kit
+
+2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/zfec: new spell, fast erasure codec
+ * python-pypi/pyutil: new spell, a collection of utilities for Python
programmers
+
2011-12-27 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/luaxslt: new spell, XSLT to Lua wrapper
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 4cb4764..877bb12 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,7 @@
+2011-12-28 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * glib-2.31.patch: added, to fix compilation issue with latest glib2
+ * PRE_BUILD: applying new patch
+
2011-12-15 Justin Boffemmyer <flux AT sourcemage.org>
* DEPENDS: remove CVS if block, add intltool
diff --git a/chat-im/pidgin/PRE_BUILD b/chat-im/pidgin/PRE_BUILD
index fa78ec4..8a7fd53 100755
--- a/chat-im/pidgin/PRE_BUILD
+++ b/chat-im/pidgin/PRE_BUILD
@@ -3,4 +3,5 @@ cd ${SOURCE_DIRECTORY} &&
if [ "$PIDGIN_CVS" == "y" ]
then
NOCONFIGURE=Y ./autogen.sh
-fi
+fi &&
+patch -p1 < $SPELL_DIRECTORY/glib-2.31.patch
diff --git a/chat-im/pidgin/glib-2.31.patch b/chat-im/pidgin/glib-2.31.patch
new file mode 100644
index 0000000..f3bfc27
--- /dev/null
+++ b/chat-im/pidgin/glib-2.31.patch
@@ -0,0 +1,13 @@
+Index: pidgin-2.10.0/libpurple/protocols/mxit/formcmds.c
+===================================================================
+--- pidgin-2.10.0.orig/libpurple/protocols/mxit/formcmds.c
++++ pidgin-2.10.0/libpurple/protocols/mxit/formcmds.c
+@@ -25,7 +25,7 @@
+
+
+ #include "internal.h"
+-#include <glib/gprintf.h>
++#include <glib.h>
+
+ #include "purple.h"
+
diff --git a/chat-libs/meanwhile/HISTORY b/chat-libs/meanwhile/HISTORY
index 887ed31..b5d7e1a 100644
--- a/chat-libs/meanwhile/HISTORY
+++ b/chat-libs/meanwhile/HISTORY
@@ -1,3 +1,7 @@
+2011-12-28 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * PRE_BUILD, glib-2.31.patch: added, to fix compilation issue with
+ latest glib2
+
2007-09-24 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Created