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

« back to all changes in this revision

Viewing changes to extensions/Exporters/GalleryExport/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,
38
38
        $(top_srcdir)/Makefile.include
39
39
subdir = extensions/Exporters/GalleryExport
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
 
        $(top_srcdir)/configure.ac
 
41
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
42
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
 
43
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
 
44
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
 
45
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
43
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
47
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
mkinstalldirs = $(install_sh) -d
46
49
CONFIG_HEADER = $(top_builddir)/config.h
47
50
CONFIG_CLEAN_FILES =
48
51
CONFIG_CLEAN_VPATH_FILES =
73
76
DATA = $(plugin_DATA)
74
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
78
ACLOCAL = @ACLOCAL@
 
79
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
80
ALL_LINGUAS = @ALL_LINGUAS@
77
81
AMTAR = @AMTAR@
 
82
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
83
API_VERSION = @API_VERSION@
78
84
AR = @AR@
 
85
ASM_VERSION = @ASM_VERSION@
79
86
AUTOCONF = @AUTOCONF@
80
87
AUTOHEADER = @AUTOHEADER@
81
88
AUTOMAKE = @AUTOMAKE@
82
89
AWK = @AWK@
83
 
BEAGLE_CFLAGS = @BEAGLE_CFLAGS@
84
 
BEAGLE_DIR = @BEAGLE_DIR@
85
 
BEAGLE_LIBS = @BEAGLE_LIBS@
86
90
CATALOGS = @CATALOGS@
87
91
CATOBJEXT = @CATOBJEXT@
88
92
CC = @CC@
99
103
DATADIRNAME = @DATADIRNAME@
100
104
DEFS = @DEFS@
101
105
DEPDIR = @DEPDIR@
102
 
DIR_DBUS = @DIR_DBUS@
103
 
DIR_DBUS_GLIB = @DIR_DBUS_GLIB@
 
106
DISPLAY_VERSION = @DISPLAY_VERSION@
104
107
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
105
108
DOC_USER_FORMATS = @DOC_USER_FORMATS@
106
109
DSYMUTIL = @DSYMUTIL@
113
116
EXIF_CFLAGS = @EXIF_CFLAGS@
114
117
EXIF_LIBS = @EXIF_LIBS@
115
118
EXIF_SOVERSION = @EXIF_SOVERSION@
 
119
F77 = @F77@
 
120
FC = @FC@
116
121
FGREP = @FGREP@
117
122
F_CFLAGS = @F_CFLAGS@
118
123
F_LIBS = @F_LIBS@
 
124
GAPI2CODEGEN = @GAPI2CODEGEN@
 
125
GAPI2FIXUP = @GAPI2FIXUP@
 
126
GAPI2PARSER = @GAPI2PARSER@
119
127
GCONFTOOL = @GCONFTOOL@
120
128
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
121
129
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
164
172
LIBOBJS = @LIBOBJS@
165
173
LIBS = @LIBS@
166
174
LIBTOOL = @LIBTOOL@
167
 
LINK_BEAGLE = @LINK_BEAGLE@
168
 
LINK_DBUS = @LINK_DBUS@
169
175
LIPO = @LIPO@
170
176
LN_S = @LN_S@
171
177
LTLIBOBJS = @LTLIBOBJS@
172
178
MAINT = @MAINT@
 
179
MAKEFLAGS = @MAKEFLAGS@
173
180
MAKEINFO = @MAKEINFO@
174
181
MCS = @MCS@
175
182
MKDIR_P = @MKDIR_P@
 
183
MKINSTALLDIRS = @MKINSTALLDIRS@
176
184
MONO = @MONO@
 
185
MONO_MODULE_CFLAGS = @MONO_MODULE_CFLAGS@
 
186
MONO_MODULE_LIBS = @MONO_MODULE_LIBS@
177
187
MSGFMT = @MSGFMT@
178
188
MSGFMT_OPTS = @MSGFMT_OPTS@
179
189
MSGMERGE = @MSGMERGE@
184
194
NUNIT_CFLAGS = @NUNIT_CFLAGS@
185
195
NUNIT_DEFINES = @NUNIT_DEFINES@
186
196
NUNIT_LIBS = @NUNIT_LIBS@
 
197
OBJC = @OBJC@
187
198
OBJDUMP = @OBJDUMP@
188
199
OBJEXT = @OBJEXT@
189
200
OMF_DIR = @OMF_DIR@
194
205
PACKAGE_NAME = @PACKAGE_NAME@
195
206
PACKAGE_STRING = @PACKAGE_STRING@
196
207
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
208
PACKAGE_URL = @PACKAGE_URL@
197
209
PACKAGE_VERSION = @PACKAGE_VERSION@
198
 
PATH_DBUS = @PATH_DBUS@
199
210
PATH_SEPARATOR = @PATH_SEPARATOR@
200
211
PKG_CONFIG = @PKG_CONFIG@
201
212
POFILES = @POFILES@
202
213
POSUB = @POSUB@
203
214
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
204
215
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
216
Q = @Q@
205
217
RANLIB = @RANLIB@
206
218
SED = @SED@
207
219
SET_MAKE = @SET_MAKE@
208
220
SHELL = @SHELL@
209
221
STRIP = @STRIP@
210
222
TURTLEDIR = @TURTLEDIR@
 
223
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
224
UNIQUE_LIBS = @UNIQUE_LIBS@
211
225
USE_NLS = @USE_NLS@
 
226
V = @V@
212
227
VERSION = @VERSION@
213
228
WARN_CFLAGS = @WARN_CFLAGS@
214
229
XGETTEXT = @XGETTEXT@
236
251
docdir = @docdir@
237
252
dvidir = @dvidir@
238
253
exec_prefix = @exec_prefix@
 
254
expanded_bindir = @expanded_bindir@
 
255
expanded_datadir = @expanded_datadir@
239
256
expanded_libdir = @expanded_libdir@
240
257
host = @host@
241
258
host_alias = @host_alias@
260
277
psdir = @psdir@
261
278
sbindir = @sbindir@
262
279
sharedstatedir = @sharedstatedir@
 
280
shavedir = @shavedir@
263
281
srcdir = @srcdir@
264
282
sysconfdir = @sysconfdir@
265
283
target_alias = @target_alias@
266
284
top_build_prefix = @top_build_prefix@
267
285
top_builddir = @top_builddir@
268
286
top_srcdir = @top_srcdir@
269
 
DIR_ADDINS_ADDINS = $(top_builddir)/lib/mono-addins/Mono.Addins
270
 
DIR_ADDINS_GUI = $(top_builddir)/lib/mono-addins/Mono.Addins.Gui
271
 
DIR_ADDINS_SETUP = $(top_builddir)/lib/mono-addins/Mono.Addins.Setup
272
287
DIR_DOCS = $(top_builddir)/docs
273
288
DIR_EXTENSIONS = $(top_builddir)/extensions
274
 
DIR_GLITZ = $(top_builddir)/lib/glitz-sharp/src
275
289
DIR_GPHOTO2 = $(top_builddir)/lib/libgphoto2-sharp
276
290
DIR_ICONS = $(top_builddir)/icons
277
291
DIR_JPEGTRAN = $(top_builddir)/lib/libjpegtran
281
295
DIR_SRC = $(top_builddir)/src
282
296
DIR_GIOSHARP = $(top_builddir)/lib/gio-sharp/gio
283
297
DIR_GTKSHARPBEANS = $(top_builddir)/lib/gtk-sharp-beans
 
298
DIR_UNIQUESHARP = $(top_builddir)/lib/unique-sharp/unique
284
299
LINK_KEYRING = -r:$(DIR_KEYRING)/gnome-keyring-sharp.dll
285
 
LINK_GLITZ = -r:$(DIR_GLITZ)/NDesk.Glitz.dll 
286
300
LINK_GPHOTO2 = -r:$(DIR_GPHOTO2)/libgphoto2-sharp.dll
287
 
LINK_MONO_ADDINS = \
288
 
        -r:$(DIR_ADDINS_ADDINS)/Mono.Addins.dll         \
289
 
        -r:$(DIR_ADDINS_SETUP)/Mono.Addins.Setup.dll    \
290
 
        -r:$(DIR_ADDINS_GUI)/Mono.Addins.Gui.dll
291
 
 
292
301
LINK_SEMWEB = -r:$(DIR_SEMWEB)/SemWeb.dll
293
302
LINK_GIOSHARP = -r:$(DIR_GIOSHARP)/gio-sharp.dll
294
303
LINK_GTKSHARPBEANS = -r:$(DIR_GTKSHARPBEANS)/gtk-sharp-beans.dll
 
304
LINK_UNIQUESHARP = -r:$(DIR_UNIQUESHARP)/unique-sharp.dll
295
305
CSC_FLAGS = -debug
296
306
CSC = $(MCS) $(CSC_FLAGS) -target:exe
297
307
CSC_LIB = $(MCS) $(CSC_FLAGS) -target:library
305
315
        $(srcdir)/GalleryRemote.cs
306
316
 
307
317
REFS = \
308
 
        -r:$(top_builddir)/src/f-spot.exe               \
 
318
        -r:$(top_builddir)/src/f-spot.exe       \
309
319
        -r:$(top_builddir)/src/FSpot.Core.dll   \
310
320
        -r:$(top_builddir)/src/FSpot.Utils.dll  \
311
321
        $(LINK_SEMWEB)                          \
312
 
        $(LINK_MONO_ADDINS)                     \
313
322
        $(LINK_GPHOTO2)                         \
314
 
        $(LINK_GIOSHARP)                                \
315
 
        $(LINK_GTKSHARPBEANS)           \
316
 
        $(LINK_DBUS)                            \
 
323
        $(LINK_GIOSHARP)                        \
 
324
        $(LINK_GTKSHARPBEANS)                   \
 
325
        $(LINK_UNIQUESHARP)                     \
317
326
        -r:Mono.Posix
318
327
 
319
328
PKGS = \
350
359
              exit 1;; \
351
360
          esac; \
352
361
        done; \
353
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Exporters/GalleryExport/Makefile'; \
 
362
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/Exporters/GalleryExport/Makefile'; \
354
363
        $(am__cd) $(top_srcdir) && \
355
 
          $(AUTOMAKE) --gnu extensions/Exporters/GalleryExport/Makefile
 
364
          $(AUTOMAKE) --foreign extensions/Exporters/GalleryExport/Makefile
356
365
.PRECIOUS: Makefile
357
366
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358
367
        @case '$?' in \