Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (f93d49147a636f727aa36bb919f32c85c216497b)

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 master grimoire by George Sherwood (f93d49147a636f727aa36bb919f32c85c216497b)
  • Date: Wed, 17 Dec 2008 21:02:01 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

libs/libexif-gtk/HISTORY | 4 ++++
libs/libexif-gtk/PRE_BUILD | 5 +++--
libs/libexif-gtk/gtk212-fix.patch | 22 +++++++++++++++++-----
3 files changed, 24 insertions(+), 7 deletions(-)

New commits:
commit f93d49147a636f727aa36bb919f32c85c216497b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libexif-gtk: Updated patch to fix compile problem.

diff --git a/libs/libexif-gtk/HISTORY b/libs/libexif-gtk/HISTORY
index b2283b9..d295794 100644
--- a/libs/libexif-gtk/HISTORY
+++ b/libs/libexif-gtk/HISTORY
@@ -1,3 +1,7 @@
+2008-12-17 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Changed order of patches and autoreconf
+ * gtk212-fix.patch: Updated with newer gentoo patch
+
2007-11-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1, removed `UPDATED'
* PRE_BUILD: fixed compilation with our new gtk+2,
diff --git a/libs/libexif-gtk/PRE_BUILD b/libs/libexif-gtk/PRE_BUILD
index 5ae1c3a..c26c865 100755
--- a/libs/libexif-gtk/PRE_BUILD
+++ b/libs/libexif-gtk/PRE_BUILD
@@ -3,6 +3,7 @@ cd ${SOURCE_DIRECTORY} &&

patch -p0 < ${SCRIPT_DIRECTORY}/libexif-0.6.13.patch &&

-autoreconf -f -i &&
+patch -p0 < ${SCRIPT_DIRECTORY}/gtk212-fix.patch &&
+
+autoreconf -f -i

-patch -p0 < ${SCRIPT_DIRECTORY}/gtk212-fix.patch
diff --git a/libs/libexif-gtk/gtk212-fix.patch
b/libs/libexif-gtk/gtk212-fix.patch
index ab78cf9..12b613b 100644
--- a/libs/libexif-gtk/gtk212-fix.patch
+++ b/libs/libexif-gtk/gtk212-fix.patch
@@ -1,12 +1,24 @@
---- libexif-gtk/Makefile.in.orig 2007-11-07 19:22:57.000000000 +0000
-+++ libexif-gtk/Makefile.in 2007-11-07 19:24:00.000000000 +0000
-@@ -251,8 +251,7 @@
+diff -ur gtk-extensions/Makefile.am gtk-extensions/Makefile.am
+--- gtk-extensions/Makefile.am 2004-10-17 17:57:31.000000000 +0300
++++ gtk-extensions/Makefile.am 2007-10-04 17:39:01.000000000 +0300
+@@ -1,7 +1,6 @@
+ INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/intl \
+- -DGTK_DISABLE_DEPRECATED \
+ $(GTK_CFLAGS)
+
+ noinst_LTLIBRARIES = libgtk-extensions.la
+diff -ur libexif-gtk/Makefile.am libexif-gtk/Makefile.am
+--- libexif-gtk/Makefile.am 2004-10-17 16:48:35.000000000 +0300
++++ libexif-gtk/Makefile.am 2007-10-04 17:39:32.000000000 +0300
+@@ -3,8 +3,7 @@
-I$(top_srcdir)/intl \
-I$(top_srcdir)/gtk-extensions \
$(LIBEXIF_GTK_CFLAGS) \
- -DG_LOG_DOMAIN=\"libexif\" \
- -DGTK_DISABLE_DEPRECATED
-+ -DG_LOG_DOMAIN=\"libexif\"
++ -DG_LOG_DOMAIN=\"libexif\"

lib_LTLIBRARIES = libexif-gtk.la
- libexif_gtkincludedir = $(includedir)/libexif-gtk
+
\ No newline at end of file



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f93d49147a636f727aa36bb919f32c85c216497b), George Sherwood, 12/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page