~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to backend/tiff/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 10:30:12 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602103012-liwypsthciko6ae9
Tags: 2.27.1-0ubuntu1
* New upstream version:
  New Features and UI Improvements:
  - Use GtkPrintOperation when printing for the backends that
    support rendering into a cairo context 
  - Recover previous session when running evince after a crash
  - Preliminary annotations support
  - Rename Print Setup menu entry as Page Setup for consistency with
    the GTK+ dialog title 
  - Added F3 as a find-next accelerator key 
  - Support the free Gna! unrar tool in comics backend
  - Add evince-previewer as a separate applicaton that implements
    the printing preview 
  Bug fixes:
  - Fix handling of the tmp folder 
  - Abort dnd operations originated in the same Evince window  
  - Disable bouncing during scrolling 
  - Fix build without gconftool-2 
  - Fix documentation build 
  - Fix error handling of broken documents 
  - Fix several memory leaks in comics backend 
  - Escape URIs for display 
  - Resync with libegg to remove deprecated GTK+ symbols
  - Correct check for exit status of commands in comics backend
  - Add -no-undefined flag for Cygwin build 
  - Use g_file_make_symbolic_link to create symlinks 
  - Delete the temp symlink created when opening a copy
  - Don't redraw again when zoom is set more than once to the same
    scale factor 
  - Fix print preview of empty selection 
  - Don't prevent unmounting in case the initial cwd is on an external device 
  - Create and load the document based on the mime-type provided by
    nautilus instead of using our own documents factory.
  - Fix endianess issues in dvi and tiff backends 
  - Fix memory leak in tiff backend 
  - Fix path where accels file is saved 
  - Fix fading animations 
  - Translate the categories in the nautilus properties tab
* debian/control.in:
  - updated libpoppler and gtk requirements
* debian/patches/01_launchpad.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = backend/tiff
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
40
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
41
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/configure.ac
40
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
43
        $(ACLOCAL_M4)
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81
83
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
82
84
ALL_LINGUAS = @ALL_LINGUAS@
83
85
AMTAR = @AMTAR@
 
86
AM_MAKEFLAGS = @AM_MAKEFLAGS@
84
87
AR = @AR@
85
88
AUTOCONF = @AUTOCONF@
86
89
AUTOHEADER = @AUTOHEADER@
134
137
EV_VIEW_LT_VERSION_INFO = @EV_VIEW_LT_VERSION_INFO@
135
138
EXEEXT = @EXEEXT@
136
139
F77 = @F77@
 
140
FC = @FC@
137
141
FFLAGS = @FFLAGS@
138
142
FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
139
143
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
205
209
LN_S = @LN_S@
206
210
LTLIBOBJS = @LTLIBOBJS@
207
211
MAINT = @MAINT@
 
212
MAKEFLAGS = @MAKEFLAGS@
208
213
MAKEINFO = @MAKEINFO@
209
214
MKDIR_P = @MKDIR_P@
210
215
MKINSTALLDIRS = @MKINSTALLDIRS@
215
220
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
216
221
NAUTILUS_LIBS = @NAUTILUS_LIBS@
217
222
NMEDIT = @NMEDIT@
 
223
OBJC = @OBJC@
218
224
OBJEXT = @OBJEXT@
219
225
OMF_DIR = @OMF_DIR@
220
226
PACKAGE = @PACKAGE@
231
237
POSUB = @POSUB@
232
238
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
233
239
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
240
PREVIEWER_CFLAGS = @PREVIEWER_CFLAGS@
 
241
PREVIEWER_LIBS = @PREVIEWER_LIBS@
 
242
Q = @Q@
234
243
RANLIB = @RANLIB@
235
244
SED = @SED@
236
245
SET_MAKE = @SET_MAKE@
245
254
SPECTRE_LIBS = @SPECTRE_LIBS@
246
255
STRIP = @STRIP@
247
256
USE_NLS = @USE_NLS@
 
257
V = @V@
248
258
VERSION = @VERSION@
249
259
WARN_CFLAGS = @WARN_CFLAGS@
250
260
WARN_CXXFLAGS = @WARN_CXXFLAGS@
297
307
psdir = @psdir@
298
308
sbindir = @sbindir@
299
309
sharedstatedir = @sharedstatedir@
 
310
shavedir = @shavedir@
300
311
srcdir = @srcdir@
301
312
sysconfdir = @sysconfdir@
302
313
target_alias = @target_alias@