~ubuntu-branches/ubuntu/trusty/digikam/trusty

« back to all changes in this revision

Viewing changes to core/digikam/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-11-26 18:24:20 UTC
  • mfrom: (1.9.1) (3.1.23 experimental)
  • Revision ID: package-import@ubuntu.com-20121126182420-qoy6z0nx4ai0wzcl
Tags: 4:3.0.0~beta3-0ubuntu1
* New upstream release
  - Add build-deps :  libhupnp-dev, libqtgstreamer-dev, libmagickcore-dev
* Merge from debian, remaining changes:
  - Make sure libqt4-opengl-dev, libgl1-mesa-dev and libglu1-mesa-dev only
    install on i386,amd64 and powerpc
  - Depend on libtiff-dev instead of libtiff4-dev
  - Drop digikam breaks/replaces kipi-plugins-common since we're past the
    LTS release now
  - digikam to recommend mplayerthumbs | ffmpegthumbs. We currently only
    have latter in the archives, even though former is also supposed to
    be part of kdemultimedia. (LP: #890059)
  - kipi-plugins to recommend www-browser rather than konqueror directly
    since 2.8 no direct usage of konqueror is present in the flickr
    plugin anymore (LP: #1011211)
  - Keep kubuntu_mysqld_executable_name.diff
  - Don't install libkipi translations
  - Keep deps on libcv-dev, libcvaux-dev
  - Keep split packaging of libraries
  - Replace icons from KDE 3 time in debian/xpm.d/*.xpm with the new
    versions (LP: #658047)
* Update debian/not-installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        # utilities
53
53
        ${libslideshow_SRCS}
54
 
        ${libdimgcanvas_SRCS}
55
 
        ${libdimgeditorprintiface_SRCS}
56
 
        ${libdimgeditor_SRCS}
57
 
        ${librawimport_SRCS}
 
54
        ${libeditorcore_SRCS}
 
55
        ${libeditordlg_SRCS}
 
56
        ${libeditorprintiface_SRCS}
 
57
        ${libeditorrawimport_SRCS}
 
58
        ${libeditoriface_SRCS}
 
59
        ${libeditorplugin_SRCS}
58
60
)
59
61
 
60
62
KDE4_ADD_UI_FILES(digikamcore_LIB_SRCS
81
83
        ${KDE4_KDEUI_LIBS}
82
84
        ${KDE4_KUTILS_LIBS}
83
85
        ${KDE4_SOLID_LIBS}
 
86
        ${KDE4_THREADWEAVER_LIBRARIES}
84
87
 
85
88
        ${JPEG_LIBRARIES}
86
89
        ${TIFF_LIBRARIES}
125
128
    TARGET_LINK_LIBRARIES(digikamcore ${GLIB2_LIBRARIES} ${liblqr_LIBS} ${liblensfun_LIBS})
126
129
ENDIF(GLIB2_FOUND)
127
130
 
128
 
SET_TARGET_PROPERTIES(digikamcore PROPERTIES VERSION 2.0.0 SOVERSION 2)
 
131
SET_TARGET_PROPERTIES(digikamcore PROPERTIES VERSION 3.0.0 SOVERSION 3)
129
132
 
130
133
IF(WIN32)
131
134
    SET_TARGET_PROPERTIES(digikamcore PROPERTIES COMPILE_FLAGS -DJPEG_STATIC)
182
185
    TARGET_LINK_LIBRARIES(digikamdatabase ${PGF_LIBRARIES})
183
186
ENDIF(PGF_FOUND)
184
187
 
185
 
SET_TARGET_PROPERTIES(digikamdatabase PROPERTIES VERSION 2.0.0 SOVERSION 2)
 
188
SET_TARGET_PROPERTIES(digikamdatabase PROPERTIES VERSION 3.0.0 SOVERSION 3)
186
189
 
187
190
INSTALL(TARGETS digikamdatabase ${INSTALL_TARGETS_DEFAULT_ARGS} )
188
191
 
231
234
 
232
235
# digiKam binary progam #########################################################
233
236
 
234
 
SET(digikam_SRCS ${libdimgimagewindow_SRCS}
 
237
SET(digikam_SRCS ${libeditorgui_SRCS}
235
238
                 ${libdeletedialog_SRCS}
236
239
                 ${libimagepropertiesdigikam_SRCS}
237
240
                 ${libimageversionssidebar_SRCS}
238
241
                 ${libsetup_SRCS}
239
 
                 ${libcameragui_SRCS}
 
242
                 ${libimportui_SRCS}
240
243
                 ${liblighttable_SRCS}
241
244
                 ${libmaintenance_SRCS}
242
245
                 ${libkipiiface_SRCS}
278
281
        ${KDE4_KUTILS_LIBS}
279
282
        ${KDE4_KNOTIFYCONFIG_LIBRARY}
280
283
        ${KDE4_SOLID_LIBS}
 
284
        ${KDE4_THREADWEAVER_LIBRARIES}
281
285
 
282
286
        ${KFACE_LIBRARIES}
283
287
        ${KGEOMAP_LIBRARIES}
292
296
        digikamdatabase
293
297
        advancedrename
294
298
        queuemanager
295
 
        cameragui
 
299
 
 
300
        importui
296
301
 
297
302
        # See B.K.O #258931: libgphoto2 library must be the last arg for linker.
298
303
        ${GPHOTO2_LIBRARIES}