~ubuntu-branches/debian/sid/f-spot/sid

« back to all changes in this revision

Viewing changes to lib/libjpegtran/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-05-17 11:59:58 UTC
  • mfrom: (2.4.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100517115958-rplbws9ddda5ikcp
* New upstream release 0.6.2:
 + Stable release before starting large cleanup refactorings, mostly 
   usability, bug fixes and translations as well as some modernization.
   A large part of this comes from the Ubuntu one hundred papercuts effort.
 + Replaced the old slow slideshow code with new fast SlideShow
   (Gabriel Burt)
 + Wording changes for clarity (Edit Tag) (Jeffrey Finkelstein)
 + Fix version selection tooltip (Lorenzo Milesi)
 + Add gconf schema (Jeffrey Stedfast)
 + Added a border to filmstrip thumbnails (Matt Perry) (LP: #513036)
 + Fix display names of color profiles (Pascal de Bruijn)
 + Fix histogram colors on theme change (Paul Wellner Bou)
 + Always update ImageView adjustments when scaling.
   (Wojciech Dzierżanowski)
 + Correctly set attributes on copying (Yann Leprince)
 + Correct mnemonics in create tag dialog (Yves Kurz)
 + Provide sane defaults for image resize size (Yves Kurz)
 + Updates to the build system, including fixes for distcheck
   (Ruben Vermeersch)
 + Fix wording for duplicate hashing (Matt Perry)
 + Fix wording for imported tags tag (Ian Churcher)
 + Fix label alignment in preferences dialog (Pascal de Bruijn)
 + Add unique# and use it to handle our activation (Stephane Delcroix)
 + Stop bundling Mono.Addins (Stephane Delcroix)
 + Avoid leakage in straighten and softfocus editor (Stephane Delcroix)
 + Allow to copy files to clipboard (Stephane Delcroix)
 + Large number of color management related fixes (Stephane Delcroix)
 + Removed the Beagle plugin at the request of the openSUSE team
   (Ruben Vermeersch)
 + A pile of other cleanups and fixes (Ruben Vermeersch)
   - Including '"Import tags" category sounds like an action' (LP: #488784)
 + Two performance improvement patches for our database interaction
   (Michal Nánási)
 + Fix the longstanding issue of F-Spot changing photo timestamps
   (Paul Wellner Bou) (Closes: #445511) (LP: #175191)
 + Tons of translation updates (seriously)
* debian/control, debian/rules: Drop gnome-screensaver build-dep and set
  variables at configure time. Should reduce the BD chain significantly. 
* debian/control: Increase minimum version on libgphoto2-dev BD in line with
  configure requirements.
* debian/control: Add build-dependency on libunique-dev to build new
  unique-sharp bindings which f-spot now uses to handle activation.
* debian/patches/debian_link-system-mono-addins.patch: Drop, now upstream 
* debian/patches/*: Refresh to apply to new upstream version 
* debian/rules: Pass include directories to autoreconf to have the correct
  macros in scope for the new build system 
* debian/patches/ubuntu*: Steal patches from Ubuntu package to improve
  --view mode and add an undo/redo stack. Rebase on new upstream version.
  Thanks to Chris Halse Rogers.
* debian/patches/ubuntu_fname_quote_percent.patch: Drop, now upstream.
* debian/patches/git_transition_duration.patch: Cherrypick patch from
  upstream to reduce the transition duration when entering fullscreen to
  600ms. 
* debian/rules: Incorporate Ubuntu specific changes, and guard by a call to
  dpkg-vendor.
* debian/rules: Don't try to install the gconf schemas when building 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
37
37
subdir = lib/libjpegtran
38
38
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
 
        $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
41
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
42
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
43
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
44
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
42
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
46
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
mkinstalldirs = $(install_sh) -d
45
48
CONFIG_HEADER = $(top_builddir)/config.h
46
49
CONFIG_CLEAN_FILES =
47
50
CONFIG_CLEAN_VPATH_FILES =
91
94
CTAGS = ctags
92
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93
96
ACLOCAL = @ACLOCAL@
 
97
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
94
98
ALL_LINGUAS = @ALL_LINGUAS@
95
99
AMTAR = @AMTAR@
 
100
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
101
API_VERSION = @API_VERSION@
96
102
AR = @AR@
 
103
ASM_VERSION = @ASM_VERSION@
97
104
AUTOCONF = @AUTOCONF@
98
105
AUTOHEADER = @AUTOHEADER@
99
106
AUTOMAKE = @AUTOMAKE@
100
107
AWK = @AWK@
101
 
BEAGLE_CFLAGS = @BEAGLE_CFLAGS@
102
 
BEAGLE_DIR = @BEAGLE_DIR@
103
 
BEAGLE_LIBS = @BEAGLE_LIBS@
104
108
CATALOGS = @CATALOGS@
105
109
CATOBJEXT = @CATOBJEXT@
106
110
CC = @CC@
117
121
DATADIRNAME = @DATADIRNAME@
118
122
DEFS = @DEFS@
119
123
DEPDIR = @DEPDIR@
120
 
DIR_DBUS = @DIR_DBUS@
121
 
DIR_DBUS_GLIB = @DIR_DBUS_GLIB@
 
124
DISPLAY_VERSION = @DISPLAY_VERSION@
122
125
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
123
126
DOC_USER_FORMATS = @DOC_USER_FORMATS@
124
127
DSYMUTIL = @DSYMUTIL@
131
134
EXIF_CFLAGS = @EXIF_CFLAGS@
132
135
EXIF_LIBS = @EXIF_LIBS@
133
136
EXIF_SOVERSION = @EXIF_SOVERSION@
 
137
F77 = @F77@
 
138
FC = @FC@
134
139
FGREP = @FGREP@
135
140
F_CFLAGS = @F_CFLAGS@
136
141
F_LIBS = @F_LIBS@
 
142
GAPI2CODEGEN = @GAPI2CODEGEN@
 
143
GAPI2FIXUP = @GAPI2FIXUP@
 
144
GAPI2PARSER = @GAPI2PARSER@
137
145
GCONFTOOL = @GCONFTOOL@
138
146
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
139
147
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
182
190
LIBOBJS = @LIBOBJS@
183
191
LIBS = @LIBS@
184
192
LIBTOOL = @LIBTOOL@
185
 
LINK_BEAGLE = @LINK_BEAGLE@
186
 
LINK_DBUS = @LINK_DBUS@
187
193
LIPO = @LIPO@
188
194
LN_S = @LN_S@
189
195
LTLIBOBJS = @LTLIBOBJS@
190
196
MAINT = @MAINT@
 
197
MAKEFLAGS = @MAKEFLAGS@
191
198
MAKEINFO = @MAKEINFO@
192
199
MCS = @MCS@
193
200
MKDIR_P = @MKDIR_P@
 
201
MKINSTALLDIRS = @MKINSTALLDIRS@
194
202
MONO = @MONO@
 
203
MONO_MODULE_CFLAGS = @MONO_MODULE_CFLAGS@
 
204
MONO_MODULE_LIBS = @MONO_MODULE_LIBS@
195
205
MSGFMT = @MSGFMT@
196
206
MSGFMT_OPTS = @MSGFMT_OPTS@
197
207
MSGMERGE = @MSGMERGE@
202
212
NUNIT_CFLAGS = @NUNIT_CFLAGS@
203
213
NUNIT_DEFINES = @NUNIT_DEFINES@
204
214
NUNIT_LIBS = @NUNIT_LIBS@
 
215
OBJC = @OBJC@
205
216
OBJDUMP = @OBJDUMP@
206
217
OBJEXT = @OBJEXT@
207
218
OMF_DIR = @OMF_DIR@
212
223
PACKAGE_NAME = @PACKAGE_NAME@
213
224
PACKAGE_STRING = @PACKAGE_STRING@
214
225
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
226
PACKAGE_URL = @PACKAGE_URL@
215
227
PACKAGE_VERSION = @PACKAGE_VERSION@
216
 
PATH_DBUS = @PATH_DBUS@
217
228
PATH_SEPARATOR = @PATH_SEPARATOR@
218
229
PKG_CONFIG = @PKG_CONFIG@
219
230
POFILES = @POFILES@
220
231
POSUB = @POSUB@
221
232
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
222
233
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
234
Q = @Q@
223
235
RANLIB = @RANLIB@
224
236
SED = @SED@
225
237
SET_MAKE = @SET_MAKE@
226
238
SHELL = @SHELL@
227
239
STRIP = @STRIP@
228
240
TURTLEDIR = @TURTLEDIR@
 
241
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
242
UNIQUE_LIBS = @UNIQUE_LIBS@
229
243
USE_NLS = @USE_NLS@
 
244
V = @V@
230
245
VERSION = @VERSION@
231
246
WARN_CFLAGS = @WARN_CFLAGS@
232
247
XGETTEXT = @XGETTEXT@
254
269
docdir = @docdir@
255
270
dvidir = @dvidir@
256
271
exec_prefix = @exec_prefix@
 
272
expanded_bindir = @expanded_bindir@
 
273
expanded_datadir = @expanded_datadir@
257
274
expanded_libdir = @expanded_libdir@
258
275
host = @host@
259
276
host_alias = @host_alias@
278
295
psdir = @psdir@
279
296
sbindir = @sbindir@
280
297
sharedstatedir = @sharedstatedir@
 
298
shavedir = @shavedir@
281
299
srcdir = @srcdir@
282
300
sysconfdir = @sysconfdir@
283
301
target_alias = @target_alias@
317
335
              exit 1;; \
318
336
          esac; \
319
337
        done; \
320
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/libjpegtran/Makefile'; \
 
338
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/libjpegtran/Makefile'; \
321
339
        $(am__cd) $(top_srcdir) && \
322
 
          $(AUTOMAKE) --gnu lib/libjpegtran/Makefile
 
340
          $(AUTOMAKE) --foreign lib/libjpegtran/Makefile
323
341
.PRECIOUS: Makefile
324
342
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
343
        @case '$?' in \