~ubuntu-branches/ubuntu/precise/shotwell/precise-updates

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/Makefile

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-28 11:59:51 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120328115951-c63mrdyoqrro0bek
Tags: 0.12.0-0ubuntu1
* New upstream release:
  (Changes since 0.11.6)
  - Adds straighten tool
  - Ported from GTK 2 to GTK 3
  - Better handling of importing from Android devices
  - Facebook and Flickr login now use OAuth authentication
  - Numerous enhancements to the plugin subsystem
  - The F-Spot importer is now implemented as a plugin
  - Many, many bugfixes and stability enhancements
* debian/control:
  - Bump build-depends on gexiv2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PROGRAM = shotwell
2
2
PROGRAM_THUMBNAILER = shotwell-video-thumbnailer
3
3
 
4
 
VERSION = 0.11.93
 
4
VERSION = 0.12.0
5
5
GETTEXT_PACKAGE = $(PROGRAM)
6
6
BUILD_ROOT = 1
7
7
 
24
24
 
25
25
-include configure.mk
26
26
 
27
 
CORE_SUPPORTED_LANGUAGES=fr de it es pl et sv sk lv pt bg bn nl da zh_CN el ru pa hu en_GB uk \
28
 
    ja fi zh_TW cs nb id th sl hr ar ast ro sr lt gl tr ca ko kk pt_BR eu he mk te ta vi
 
27
CORE_SUPPORTED_LANGUAGES= ia hi ta_IN te_IN fr de it es pl et sv sk lv pt bg bn nl da zh_CN \
 
28
    el ru pa hu en_GB uk ja fi zh_TW cs nb id th sl hr ar ast ro sr lt gl tr ca ko kk pt_BR \
 
29
    eu he mk te ta vi
29
30
 
30
31
EXTRAS_SUPPORTED_LANGUAGES=fr de it es pl et sv sk lv pt bg bn nl da zh_CN el ru pa hu en_GB uk \
31
32
    ja fi zh_TW cs nb id th sl hr ar ast ro sr lt gl tr ca ko kk pt_BR eu he mk te ta vi
136
137
        tags.ui \
137
138
        trash.ui \
138
139
        search_sidebar_context.ui \
 
140
        top.ui \
 
141
        photo_context.ui \
139
142
        tag_sidebar_context.ui
140
143
 
141
144
SYS_INTEGRATION_FILES = \
185
188
        publish.png \
186
189
        redeye.png \
187
190
        rejected.svg \
188
 
        searchbox-clear.svg \
189
 
        searchbox-find.svg \
190
191
        shotwell-16.svg \
191
192
        shotwell-24.svg \
192
193
        shotwell.ico \
305
306
# should be added to this list
306
307
EXT_PKG_VERSIONS = \
307
308
        gee-1.0 >= 0.5.0 \
308
 
        gexiv2 >= 0.3.90 \
 
309
        gexiv2 >= 0.3.92 \
309
310
        gio-unix-2.0 >= 2.20 \
310
311
        glib-2.0 >= 2.30.0 \
311
312
        gmodule-2.0 >= 2.24.0 \