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

« back to all changes in this revision

Viewing changes to lib/libgphoto2-sharp/Makefile.am

  • 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
SUBDIRS = glue
 
2
 
1
3
include $(top_srcdir)/Makefile.include
2
4
 
3
5
ASSEMBLY_NAME = libgphoto2-sharp
4
6
 
5
 
ASSEMBLY_SOURCES =                      \
6
 
        $(srcdir)/AssemblyInfo.cs       \
7
 
        $(srcdir)/Camera.cs             \
8
 
        $(srcdir)/CameraAbilitiesList.cs\
9
 
        $(srcdir)/CameraFile.cs         \
10
 
        $(srcdir)/CameraFilesystem.cs   \
11
 
        $(srcdir)/CameraList.cs         \
12
 
        $(srcdir)/CameraWidget.cs       \
13
 
        $(srcdir)/Context.cs            \
14
 
        $(srcdir)/ErrorCodes.cs         \
15
 
        $(srcdir)/Object.cs             \
16
 
        $(srcdir)/Port.cs               \
17
 
        $(srcdir)/PortInfo.cs           \
18
 
        $(srcdir)/PortInfoList.cs
 
7
ASSEMBLY_SOURCES =                              \
 
8
        $(srcdir)/AssemblyInfo.cs               \
 
9
        $(srcdir)/Camera.cs                     \
 
10
        $(srcdir)/CameraAbilities.cs            \
 
11
        $(srcdir)/CameraAbilitiesList.cs        \
 
12
        $(srcdir)/CameraCaptureType.cs          \
 
13
        $(srcdir)/CameraDriverStatus.cs         \
 
14
        $(srcdir)/CameraEventType.cs            \
 
15
        $(srcdir)/CameraFile.cs                 \
 
16
        $(srcdir)/CameraFilePath.cs             \
 
17
        $(srcdir)/CameraFilesystem.cs           \
 
18
        $(srcdir)/CameraFileOperation.cs        \
 
19
        $(srcdir)/CameraFolderOperation.cs      \
 
20
        $(srcdir)/CameraList.cs                 \
 
21
        $(srcdir)/CameraOperation.cs            \
 
22
        $(srcdir)/CameraText.cs                 \
 
23
        $(srcdir)/Context.cs                    \
 
24
        $(srcdir)/ContextFeedback.cs            \
 
25
        $(srcdir)/DeviceType.cs                 \
 
26
        $(srcdir)/ErrorCodes.cs                 \
 
27
        $(srcdir)/GPList.cs                     \
 
28
        $(srcdir)/GPObject.cs                   \
 
29
        $(srcdir)/Port.cs                       \
 
30
        $(srcdir)/PortInfo.cs                   \
 
31
        $(srcdir)/PortInfoList.cs               \
 
32
        $(srcdir)/PortSerialParity.cs           \
 
33
        $(srcdir)/PortType.cs
19
34
 
20
35
REFS =  -r:Mono.Posix
21
36
 
35
50
 
36
51
EXTRA_DIST =                            \
37
52
        $(ASSEMBLY_SOURCES)             \
38
 
        $(ASSEMBLY).config              \
 
53
        $(ASSEMBLY).config.in           \
39
54
        AUTHORS                         \
40
55
        COPYING
41
56
 
42
57
CLEANFILES =                    \
43
58
        $(ASSEMBLY)             \
44
 
        $(ASSEMBLY).mdb
 
59
        $(ASSEMBLY).mdb         \
 
60
        $(ASSEMBLY).config