]> git.pld-linux.org Git - packages/eog.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Sun, 12 Sep 2004 23:47:39 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog-bonobo.patch -> 1.2
    eog-libexif069.patch -> 1.2
    eog-locale-names.patch -> 1.4

eog-bonobo.patch [deleted file]
eog-libexif069.patch [deleted file]
eog-locale-names.patch [deleted file]

diff --git a/eog-bonobo.patch b/eog-bonobo.patch
deleted file mode 100644 (file)
index 9316c8e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nuard eog-2.4.1.orig/shell/eog-window.c eog-2.4.1/shell/eog-window.c
---- eog-2.4.1.orig/shell/eog-window.c  2003-07-16 17:35:07.000000000 +0200
-+++ eog-2.4.1/shell/eog-window.c       2004-02-24 21:39:04.225051216 +0100
-@@ -416,6 +416,7 @@
-       }
-       if (priv->ctrl_frame != NULL) {
-+              bonobo_control_frame_control_deactivate(BONOBO_CONTROL_FRAME(priv->ctrl_frame));
-               bonobo_object_unref (BONOBO_OBJECT (priv->ctrl_frame));
-               priv->ctrl_frame = NULL;
-       }
diff --git a/eog-libexif069.patch b/eog-libexif069.patch
deleted file mode 100644 (file)
index f0b6a06..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-diff -urN aa/eog-2.6.1/acconfig.h eog-2.6.1/acconfig.h
---- aa/eog-2.6.1/acconfig.h    2003-12-04 07:12:15.000000000 +0100
-+++ eog-2.6.1/acconfig.h       2004-07-02 12:39:20.901033344 +0200
-@@ -21,4 +21,5 @@
- #undef GCONF_CONFIG_SOURCE
- #undef INSTALL_GCONF_CONFIG_SOURCE
- #undef HAVE_EXIF
-+#undef HAVE_EXIF_0_6_9
- #undef HAVE_LIBJPEG
-diff -urN aa/eog-2.6.1/configure.in eog-2.6.1/configure.in
---- aa/eog-2.6.1/configure.in  2004-04-21 20:02:40.000000000 +0200
-+++ eog-2.6.1/configure.in     2004-07-02 12:37:29.358990312 +0200
-@@ -62,8 +62,10 @@
- AC_ARG_WITH(libexif, [  --without-libexif       disable special EXIF support])
- have_exif=no
-+have_exif_0_6_9=no
- if test x$with_libexif != xno; then
-     PKG_CHECK_MODULES(EXIF, libexif >= $LIBEXIF_REQUIRED, have_exif=yes, have_exif=no)
-+    PKG_CHECK_MODULES(EXIF, libexif >= 0.6.9, have_exif_0_6_9=yes, have_exif_0_6_9=no)
- fi 
- if test "x$have_exif" = "xyes"; then
-@@ -71,6 +73,10 @@
-   EOG_MODULES="$EOG_MODULES libexif >= $LIBEXIF_REQUIRED"
- fi
-+if test "x$have_exif_0_6_9" = "xyes"; then
-+  AC_DEFINE([HAVE_EXIF_0_6_9],[1])
-+fi
-+
- dnl ============== semi optional libjpeg support ====================
- AC_ARG_WITH(libjpeg, [  --without-libjpeg       disable special JPEG support])
-   have_jpeg=no
-diff -urN aa/eog-2.6.1/libeog/eog-info-view.c eog-2.6.1/libeog/eog-info-view.c
---- aa/eog-2.6.1/libeog/eog-info-view.c        2004-02-15 16:33:11.000000000 +0100
-+++ eog-2.6.1/libeog/eog-info-view.c   2004-07-02 12:31:49.878599176 +0200
-@@ -246,6 +246,7 @@
-       EogInfoView *view;
-       EogInfoViewPrivate *priv;
-       char *path;
-+      char b[1024];
-       view = EOG_INFO_VIEW (data);
-       priv = view->priv;
-@@ -255,11 +256,19 @@
-       path = g_hash_table_lookup (priv->id_path_hash, GINT_TO_POINTER (entry->tag));
-       if (path != NULL) {
-+#ifdef HAVE_EXIF_0_6_9
-+              set_row_data (store, path, exif_tag_get_name (entry->tag), exif_entry_get_value (entry, b, sizeof(b))); 
-+#else
-               set_row_data (store, path, exif_tag_get_name (entry->tag), exif_entry_get_value (entry));       
-+#endif
-       }
-       else {
-               path = set_row_data (store, NULL, 
-+#ifdef HAVE_EXIF_0_6_9
-+                                   exif_tag_get_name (entry->tag), exif_entry_get_value (entry, b, sizeof(b)));       
-+#else
-                                    exif_tag_get_name (entry->tag), exif_entry_get_value (entry));     
-+#endif
-               g_hash_table_insert (priv->id_path_hash,
-                                    GINT_TO_POINTER (entry->tag),
diff --git a/eog-locale-names.patch b/eog-locale-names.patch
deleted file mode 100644 (file)
index 7ccbf58..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN aa/eog-2.5.5/configure.in eog-2.5.5/configure.in
---- aa/eog-2.5.5/configure.in  2004-02-16 19:35:45.000000000 +0100
-+++ eog-2.5.5/configure.in     2004-02-17 02:16:36.374541328 +0100
-@@ -41,7 +41,7 @@
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE")
- AC_SUBST(GETTEXT_PACKAGE)
--ALL_LINGUAS="af am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja kn ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
-+ALL_LINGUAS="af am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja kn ko lt lv mk ml mn ms nb nl nn pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
- AM_GLIB_GNU_GETTEXT
- AC_PROG_INTLTOOL
This page took 0.040807 seconds and 4 git commands to generate.