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

« back to all changes in this revision

Viewing changes to bindings/python/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:
83
83
CFLAGS = @CFLAGS@
84
84
CPP = @CPP@
85
85
CPPFLAGS = @CPPFLAGS@
 
86
CXX = @CXX@
 
87
CXXCPP = @CXXCPP@
 
88
CXXDEPMODE = @CXXDEPMODE@
 
89
CXXFLAGS = @CXXFLAGS@
86
90
CYGPATH_W = @CYGPATH_W@
87
91
DATADIRNAME = @DATADIRNAME@
88
92
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
94
98
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
95
99
DOC_USER_FORMATS = @DOC_USER_FORMATS@
96
100
DSYMUTIL = @DSYMUTIL@
97
 
DUMPBIN = @DUMPBIN@
 
101
ECHO = @ECHO@
98
102
ECHO_C = @ECHO_C@
99
103
ECHO_N = @ECHO_N@
100
104
ECHO_T = @ECHO_T@
110
114
EXEMPI_LIBS = @EXEMPI_LIBS@
111
115
EXIF_CFLAGS = @EXIF_CFLAGS@
112
116
EXIF_LIBS = @EXIF_LIBS@
113
 
FGREP = @FGREP@
 
117
F77 = @F77@
 
118
FFLAGS = @FFLAGS@
114
119
GCONFTOOL = @GCONFTOOL@
115
120
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
116
121
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
120
125
GMOFILES = @GMOFILES@
121
126
GMSGFMT = @GMSGFMT@
122
127
GREP = @GREP@
 
128
GTKDOC_CHECK = @GTKDOC_CHECK@
123
129
HELP_DIR = @HELP_DIR@
 
130
HTML_DIR = @HTML_DIR@
124
131
INSTALL = @INSTALL@
125
132
INSTALL_DATA = @INSTALL_DATA@
126
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
153
160
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
154
161
LCMS_CFLAGS = @LCMS_CFLAGS@
155
162
LCMS_LIBS = @LCMS_LIBS@
156
 
LD = @LD@
157
163
LDFLAGS = @LDFLAGS@
158
164
LIBJPEG = @LIBJPEG@
159
165
LIBOBJS = @LIBOBJS@
160
166
LIBS = @LIBS@
161
167
LIBTOOL = @LIBTOOL@
162
 
LIPO = @LIPO@
163
168
LN_S = @LN_S@
164
169
LTLIBOBJS = @LTLIBOBJS@
165
170
MAINT = @MAINT@
169
174
MSGFMT = @MSGFMT@
170
175
MSGFMT_OPTS = @MSGFMT_OPTS@
171
176
MSGMERGE = @MSGMERGE@
172
 
NM = @NM@
173
177
NMEDIT = @NMEDIT@
174
178
NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
175
179
OBJEXT = @OBJEXT@
176
180
OMF_DIR = @OMF_DIR@
177
 
OTOOL = @OTOOL@
178
 
OTOOL64 = @OTOOL64@
179
181
PACKAGE = @PACKAGE@
180
182
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
183
PACKAGE_NAME = @PACKAGE_NAME@
216
218
abs_top_builddir = @abs_top_builddir@
217
219
abs_top_srcdir = @abs_top_srcdir@
218
220
ac_ct_CC = @ac_ct_CC@
219
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
221
ac_ct_CXX = @ac_ct_CXX@
 
222
ac_ct_F77 = @ac_ct_F77@
220
223
am__include = @am__include@
221
224
am__leading_dot = @am__leading_dot@
222
225
am__quote = @am__quote@
247
250
libexecdir = @libexecdir@
248
251
localedir = @localedir@
249
252
localstatedir = @localstatedir@
250
 
lt_ECHO = @lt_ECHO@
251
253
mandir = @mandir@
252
254
mkdir_p = @mkdir_p@
253
255
oldincludedir = @oldincludedir@
264
266
srcdir = @srcdir@
265
267
sysconfdir = @sysconfdir@
266
268
target_alias = @target_alias@
267
 
top_build_prefix = @top_build_prefix@
268
269
top_builddir = @top_builddir@
269
270
top_srcdir = @top_srcdir@
270
271
noinst_LTLIBRARIES = \