~ubuntu-branches/ubuntu/intrepid/eog/intrepid

« back to all changes in this revision

Viewing changes to bindings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 17:59:39 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603175939-08ttwmnpyu6eifmy
Tags: 2.23.3-0ubuntu1
* New upstream versions:
  New features:
  - Allow to use arrow keys to scroll the image if zoomed in 
  Misc improvements/fixes:
  - Code improvements and cleanups 
  - More documentation on plugin API 
  Bug fixes:
  - #528454, Metadata box should have limited width 
  - #533041, Eog generates thumbnails of thumbnails 
  - #532925, Missing feature: movement of image not possible with keyboard
  New features:
  - Use gtk-doc to document plugin API 
  Bug fixes:
  - #530102, Doesn't register support for compressed svg 
  - #531300, fails to start up due to lcms error 
  - #531809, scroll view scrollbar needs to have secondary steppers disabled
  New features:
  - Migration to gio/gvfs 
  - An initial set of default plugins 
  - New command line option --new-instance to force creation of a
  new instance instead of reusing existing one 
  - PNG metadata (XMP and color profile) support
  Misc improvements/fixes:
  - Miscellaneous improvements in thumbnailing code 
  - Several metadata handling improvements 
  Bug fixes:
  - Fixed #343061, Can't save picture after opened a link picture 
  - Fixed #427053, Keyboard shortcuts managed in eog-scroll-view.c only work 
    if image has focus 
  - Fixed #466566, Display date in a more prominent place 
  - Fixed #492017, Bring back 'Q' to exit eog 
  - Fixed #517017, Gtk-CRITICAL **: gtk_widget_event: assertion 
    `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
  - Fixed #517821, Save print settings in key file 
  - Fixed #523173, provide option not to fork and exit if existing instance 
  - Fixed #525618, thumbnail code issues 
  - Fixed #526331, EoG can't read XMP tags created with F-SPOT 
    whereas Nautilus can 
  - Fixed #527798, compile warnings 
  - Fixed #522077, make it easier to add more metadata readers 
  - Fixed #523856, read (and use) selected PNG metadata 
* Sync on Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev, python-central (>= 0.5.6),
    not on libgnomevfs2-dev
  - list required change for the python use
  - updated maintainer informations
* debian/eog.install:
  - install the plugins
* debian/eog-dev.install:
  - install the documentation
* debian/patches/01_lpi.patch:
  - launchpad integration
* debian/patches/02_autoconf.patch:
  - configure update
* debian/patches/03_hide_menu_item.patch:
  - menu simplication (MenuRevisited spec)
* debian/rules:
  - don't use -Wl,-z,defs for now to workaround build issues
  - update clean target
  - use --enable-python option and call dh_pycentral

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
CFLAGS = @CFLAGS@
73
73
CPP = @CPP@
74
74
CPPFLAGS = @CPPFLAGS@
 
75
CXX = @CXX@
 
76
CXXCPP = @CXXCPP@
 
77
CXXDEPMODE = @CXXDEPMODE@
 
78
CXXFLAGS = @CXXFLAGS@
75
79
CYGPATH_W = @CYGPATH_W@
76
80
DATADIRNAME = @DATADIRNAME@
77
81
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
83
87
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
84
88
DOC_USER_FORMATS = @DOC_USER_FORMATS@
85
89
DSYMUTIL = @DSYMUTIL@
86
 
DUMPBIN = @DUMPBIN@
 
90
ECHO = @ECHO@
87
91
ECHO_C = @ECHO_C@
88
92
ECHO_N = @ECHO_N@
89
93
ECHO_T = @ECHO_T@
99
103
EXEMPI_LIBS = @EXEMPI_LIBS@
100
104
EXIF_CFLAGS = @EXIF_CFLAGS@
101
105
EXIF_LIBS = @EXIF_LIBS@
102
 
FGREP = @FGREP@
 
106
F77 = @F77@
 
107
FFLAGS = @FFLAGS@
103
108
GCONFTOOL = @GCONFTOOL@
104
109
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
105
110
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
109
114
GMOFILES = @GMOFILES@
110
115
GMSGFMT = @GMSGFMT@
111
116
GREP = @GREP@
 
117
GTKDOC_CHECK = @GTKDOC_CHECK@
112
118
HELP_DIR = @HELP_DIR@
 
119
HTML_DIR = @HTML_DIR@
113
120
INSTALL = @INSTALL@
114
121
INSTALL_DATA = @INSTALL_DATA@
115
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
149
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
143
150
LCMS_CFLAGS = @LCMS_CFLAGS@
144
151
LCMS_LIBS = @LCMS_LIBS@
145
 
LD = @LD@
146
152
LDFLAGS = @LDFLAGS@
147
153
LIBJPEG = @LIBJPEG@
148
154
LIBOBJS = @LIBOBJS@
149
155
LIBS = @LIBS@
150
156
LIBTOOL = @LIBTOOL@
151
 
LIPO = @LIPO@
152
157
LN_S = @LN_S@
153
158
LTLIBOBJS = @LTLIBOBJS@
154
159
MAINT = @MAINT@
158
163
MSGFMT = @MSGFMT@
159
164
MSGFMT_OPTS = @MSGFMT_OPTS@
160
165
MSGMERGE = @MSGMERGE@
161
 
NM = @NM@
162
166
NMEDIT = @NMEDIT@
163
167
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
164
168
OBJEXT = @OBJEXT@
165
169
OMF_DIR = @OMF_DIR@
166
 
OTOOL = @OTOOL@
167
 
OTOOL64 = @OTOOL64@
168
170
PACKAGE = @PACKAGE@
169
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170
172
PACKAGE_NAME = @PACKAGE_NAME@
205
207
abs_top_builddir = @abs_top_builddir@
206
208
abs_top_srcdir = @abs_top_srcdir@
207
209
ac_ct_CC = @ac_ct_CC@
208
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
210
ac_ct_CXX = @ac_ct_CXX@
 
211
ac_ct_F77 = @ac_ct_F77@
209
212
am__include = @am__include@
210
213
am__leading_dot = @am__leading_dot@
211
214
am__quote = @am__quote@
236
239
libexecdir = @libexecdir@
237
240
localedir = @localedir@
238
241
localstatedir = @localstatedir@
239
 
lt_ECHO = @lt_ECHO@
240
242
mandir = @mandir@
241
243
mkdir_p = @mkdir_p@
242
244
oldincludedir = @oldincludedir@
253
255
srcdir = @srcdir@
254
256
sysconfdir = @sysconfdir@
255
257
target_alias = @target_alias@
256
 
top_build_prefix = @top_build_prefix@
257
258
top_builddir = @top_builddir@
258
259
top_srcdir = @top_srcdir@
259
260
SUBDIRS = $(am__append_1)