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

« back to all changes in this revision

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