~ubuntu-branches/ubuntu/saucy/shotwell/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Alberto Mardegan
  • Date: 2013-03-19 19:34:19 UTC
  • mfrom: (1.2.18)
  • Revision ID: package-import@ubuntu.com-20130319193419-ed5bq7690j3c8pp1
Tags: 0.14.0-0ubuntu1
* New upstream version
* debian/control: drop leftover build-depends on libgnomevfs2-dev

[ Alberto Mardegan]
* debian/patches/06_uoa.patch: new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PROGRAM_THUMBNAILER = shotwell-video-thumbnailer
3
3
PROGRAM_MIGRATOR = shotwell-settings-migrator
4
4
 
5
 
VERSION = 0.14.0pr1
 
5
VERSION = 0.14.0
6
6
GETTEXT_PACKAGE = $(PROGRAM)
7
7
BUILD_ROOT = 1
8
8
 
117
117
        LConv.vapi \
118
118
        libexif.vapi \
119
119
        libraw.vapi \
120
 
        unique-3.0.vapi \
121
120
        webkitgtk-3.0.vapi
122
121
 
123
122
ifdef WITH_GPHOTO_25
311
310
        libsoup-2.4 \
312
311
        libxml-2.0 \
313
312
        sqlite3 \
314
 
        unique-3.0 \
315
313
        webkitgtk-3.0
316
314
ifdef UNITY_SUPPORT
317
315
EXT_PKGS += unity
327
325
 
328
326
EXT_PKG_VERSIONS = \
329
327
        gee-1.0 >= 0.5.0 \
330
 
        gexiv2 >= 0.4.1 \
 
328
        gexiv2 >= 0.4.90 \
331
329
        gio-unix-2.0 >= 2.20 \
332
330
        glib-2.0 >= $(MIN_GLIB_VERSION) \
333
331
        gmodule-2.0 >= 2.24.0 \
343
341
        libsoup-2.4 >= 2.26.0 \
344
342
        libxml-2.0 >= 2.6.32 \
345
343
        sqlite3 >= 3.5.9 \
346
 
        unique-3.0 >= 3.0.0 \
347
344
        webkitgtk-3.0 >= 1.4.0 
348
345
 
349
346
ifdef ENABLE_TESTS