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

« back to all changes in this revision

Viewing changes to extensions/Exporters/PicasaWebExport/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/PicasaWebExport
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 =
113
116
  done; \
114
117
  reldir="$$dir2"
115
118
ACLOCAL = @ACLOCAL@
 
119
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
116
120
ALL_LINGUAS = @ALL_LINGUAS@
117
121
AMTAR = @AMTAR@
 
122
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
123
API_VERSION = @API_VERSION@
118
124
AR = @AR@
 
125
ASM_VERSION = @ASM_VERSION@
119
126
AUTOCONF = @AUTOCONF@
120
127
AUTOHEADER = @AUTOHEADER@
121
128
AUTOMAKE = @AUTOMAKE@
122
129
AWK = @AWK@
123
 
BEAGLE_CFLAGS = @BEAGLE_CFLAGS@
124
 
BEAGLE_DIR = @BEAGLE_DIR@
125
 
BEAGLE_LIBS = @BEAGLE_LIBS@
126
130
CATALOGS = @CATALOGS@
127
131
CATOBJEXT = @CATOBJEXT@
128
132
CC = @CC@
139
143
DATADIRNAME = @DATADIRNAME@
140
144
DEFS = @DEFS@
141
145
DEPDIR = @DEPDIR@
142
 
DIR_DBUS = @DIR_DBUS@
143
 
DIR_DBUS_GLIB = @DIR_DBUS_GLIB@
 
146
DISPLAY_VERSION = @DISPLAY_VERSION@
144
147
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
145
148
DOC_USER_FORMATS = @DOC_USER_FORMATS@
146
149
DSYMUTIL = @DSYMUTIL@
153
156
EXIF_CFLAGS = @EXIF_CFLAGS@
154
157
EXIF_LIBS = @EXIF_LIBS@
155
158
EXIF_SOVERSION = @EXIF_SOVERSION@
 
159
F77 = @F77@
 
160
FC = @FC@
156
161
FGREP = @FGREP@
157
162
F_CFLAGS = @F_CFLAGS@
158
163
F_LIBS = @F_LIBS@
 
164
GAPI2CODEGEN = @GAPI2CODEGEN@
 
165
GAPI2FIXUP = @GAPI2FIXUP@
 
166
GAPI2PARSER = @GAPI2PARSER@
159
167
GCONFTOOL = @GCONFTOOL@
160
168
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
161
169
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
204
212
LIBOBJS = @LIBOBJS@
205
213
LIBS = @LIBS@
206
214
LIBTOOL = @LIBTOOL@
207
 
LINK_BEAGLE = @LINK_BEAGLE@
208
 
LINK_DBUS = @LINK_DBUS@
209
215
LIPO = @LIPO@
210
216
LN_S = @LN_S@
211
217
LTLIBOBJS = @LTLIBOBJS@
212
218
MAINT = @MAINT@
 
219
MAKEFLAGS = @MAKEFLAGS@
213
220
MAKEINFO = @MAKEINFO@
214
221
MCS = @MCS@
215
222
MKDIR_P = @MKDIR_P@
 
223
MKINSTALLDIRS = @MKINSTALLDIRS@
216
224
MONO = @MONO@
 
225
MONO_MODULE_CFLAGS = @MONO_MODULE_CFLAGS@
 
226
MONO_MODULE_LIBS = @MONO_MODULE_LIBS@
217
227
MSGFMT = @MSGFMT@
218
228
MSGFMT_OPTS = @MSGFMT_OPTS@
219
229
MSGMERGE = @MSGMERGE@
224
234
NUNIT_CFLAGS = @NUNIT_CFLAGS@
225
235
NUNIT_DEFINES = @NUNIT_DEFINES@
226
236
NUNIT_LIBS = @NUNIT_LIBS@
 
237
OBJC = @OBJC@
227
238
OBJDUMP = @OBJDUMP@
228
239
OBJEXT = @OBJEXT@
229
240
OMF_DIR = @OMF_DIR@
234
245
PACKAGE_NAME = @PACKAGE_NAME@
235
246
PACKAGE_STRING = @PACKAGE_STRING@
236
247
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
248
PACKAGE_URL = @PACKAGE_URL@
237
249
PACKAGE_VERSION = @PACKAGE_VERSION@
238
 
PATH_DBUS = @PATH_DBUS@
239
250
PATH_SEPARATOR = @PATH_SEPARATOR@
240
251
PKG_CONFIG = @PKG_CONFIG@
241
252
POFILES = @POFILES@
242
253
POSUB = @POSUB@
243
254
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
244
255
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
256
Q = @Q@
245
257
RANLIB = @RANLIB@
246
258
SED = @SED@
247
259
SET_MAKE = @SET_MAKE@
248
260
SHELL = @SHELL@
249
261
STRIP = @STRIP@
250
262
TURTLEDIR = @TURTLEDIR@
 
263
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
264
UNIQUE_LIBS = @UNIQUE_LIBS@
251
265
USE_NLS = @USE_NLS@
 
266
V = @V@
252
267
VERSION = @VERSION@
253
268
WARN_CFLAGS = @WARN_CFLAGS@
254
269
XGETTEXT = @XGETTEXT@
276
291
docdir = @docdir@
277
292
dvidir = @dvidir@
278
293
exec_prefix = @exec_prefix@
 
294
expanded_bindir = @expanded_bindir@
 
295
expanded_datadir = @expanded_datadir@
279
296
expanded_libdir = @expanded_libdir@
280
297
host = @host@
281
298
host_alias = @host_alias@
300
317
psdir = @psdir@
301
318
sbindir = @sbindir@
302
319
sharedstatedir = @sharedstatedir@
 
320
shavedir = @shavedir@
303
321
srcdir = @srcdir@
304
322
sysconfdir = @sysconfdir@
305
323
target_alias = @target_alias@
306
324
top_build_prefix = @top_build_prefix@
307
325
top_builddir = @top_builddir@
308
326
top_srcdir = @top_srcdir@
309
 
DIR_ADDINS_ADDINS = $(top_builddir)/lib/mono-addins/Mono.Addins
310
 
DIR_ADDINS_GUI = $(top_builddir)/lib/mono-addins/Mono.Addins.Gui
311
 
DIR_ADDINS_SETUP = $(top_builddir)/lib/mono-addins/Mono.Addins.Setup
312
327
DIR_DOCS = $(top_builddir)/docs
313
328
DIR_EXTENSIONS = $(top_builddir)/extensions
314
 
DIR_GLITZ = $(top_builddir)/lib/glitz-sharp/src
315
329
DIR_GPHOTO2 = $(top_builddir)/lib/libgphoto2-sharp
316
330
DIR_ICONS = $(top_builddir)/icons
317
331
DIR_JPEGTRAN = $(top_builddir)/lib/libjpegtran
321
335
DIR_SRC = $(top_builddir)/src
322
336
DIR_GIOSHARP = $(top_builddir)/lib/gio-sharp/gio
323
337
DIR_GTKSHARPBEANS = $(top_builddir)/lib/gtk-sharp-beans
 
338
DIR_UNIQUESHARP = $(top_builddir)/lib/unique-sharp/unique
324
339
LINK_KEYRING = -r:$(DIR_KEYRING)/gnome-keyring-sharp.dll
325
 
LINK_GLITZ = -r:$(DIR_GLITZ)/NDesk.Glitz.dll 
326
340
LINK_GPHOTO2 = -r:$(DIR_GPHOTO2)/libgphoto2-sharp.dll
327
 
LINK_MONO_ADDINS = \
328
 
        -r:$(DIR_ADDINS_ADDINS)/Mono.Addins.dll         \
329
 
        -r:$(DIR_ADDINS_SETUP)/Mono.Addins.Setup.dll    \
330
 
        -r:$(DIR_ADDINS_GUI)/Mono.Addins.Gui.dll
331
 
 
332
341
LINK_SEMWEB = -r:$(DIR_SEMWEB)/SemWeb.dll
333
342
LINK_GIOSHARP = -r:$(DIR_GIOSHARP)/gio-sharp.dll
334
343
LINK_GTKSHARPBEANS = -r:$(DIR_GTKSHARPBEANS)/gtk-sharp-beans.dll
 
344
LINK_UNIQUESHARP = -r:$(DIR_UNIQUESHARP)/unique-sharp.dll
335
345
CSC_FLAGS = -debug
336
346
CSC = $(MCS) $(CSC_FLAGS) -target:exe
337
347
CSC_LIB = $(MCS) $(CSC_FLAGS) -target:library
344
354
        $(srcdir)/PicasaWebExport.cs
345
355
 
346
356
REFS = \
347
 
        -r:$(top_builddir)/src/f-spot.exe               \
 
357
        -r:$(top_builddir)/src/f-spot.exe       \
348
358
        -r:$(top_builddir)/src/FSpot.Core.dll   \
349
359
        -r:$(top_builddir)/src/FSpot.Utils.dll  \
350
 
        $(LINK_SEMWEB)                  \
351
 
        -r:google-sharp/Mono.Google.dll \
352
 
        $(LINK_KEYRING)                 \
353
 
        $(LINK_MONO_ADDINS)             \
 
360
        $(LINK_SEMWEB)                          \
 
361
        -r:google-sharp/Mono.Google.dll         \
 
362
        $(LINK_KEYRING)                         \
354
363
        $(LINK_GIOSHARP)                        \
355
 
        $(LINK_GPHOTO2)                 \
356
 
        $(LINK_DBUS)                    \
357
 
        -r:System.Web                   \
 
364
        $(LINK_GPHOTO2)                         \
 
365
        $(LINK_UNIQUESHARP)                     \
 
366
        -r:System.Web                           \
358
367
        -r:Mono.Posix
359
368
 
360
369
PKGS = \
395
404
              exit 1;; \
396
405
          esac; \
397
406
        done; \
398
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Exporters/PicasaWebExport/Makefile'; \
 
407
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/Exporters/PicasaWebExport/Makefile'; \
399
408
        $(am__cd) $(top_srcdir) && \
400
 
          $(AUTOMAKE) --gnu extensions/Exporters/PicasaWebExport/Makefile
 
409
          $(AUTOMAKE) --foreign extensions/Exporters/PicasaWebExport/Makefile
401
410
.PRECIOUS: Makefile
402
411
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403
412
        @case '$?' in \
450
459
#     (which will cause the Makefiles to be regenerated when you run `make');
451
460
# (2) otherwise, pass the desired values on the `make' command line.
452
461
$(RECURSIVE_TARGETS):
453
 
        @failcom='exit 1'; \
 
462
        @fail= failcom='exit 1'; \
454
463
        for f in x $$MAKEFLAGS; do \
455
464
          case $$f in \
456
465
            *=* | --[!k]*);; \
475
484
        fi; test -z "$$fail"
476
485
 
477
486
$(RECURSIVE_CLEAN_TARGETS):
478
 
        @failcom='exit 1'; \
 
487
        @fail= failcom='exit 1'; \
479
488
        for f in x $$MAKEFLAGS; do \
480
489
          case $$f in \
481
490
            *=* | --[!k]*);; \
763
772
        $(CSC_LIB) -out:$@ $(PLUGIN_SOURCES) $(REFS) $(PKGS) $(ASSEMBLIES) $(RESOURCES)
764
773
 
765
774
install-data-hook:
766
 
        rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml
 
775
        if [ -w $(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml ] ; then rm -f $(DESTDIR)$(plugindir)/$(PLUGIN_NAME).addin.xml; fi
767
776
 
768
777
# Tell versions [3.59,3.63) of GNU make to not export all variables.
769
778
# Otherwise a system limit (for SysV at least) may be exceeded.