~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to libs/3rdparty/lensfun/README

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rohan Garg, Philip Muškovac, Felix Geyer
  • Date: 2011-09-23 18:18:55 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: package-import@ubuntu.com-20110923181855-ifs67wxkugshev9k
Tags: 2:2.1.1-0ubuntu1
[ Rohan Garg ]
* New upstream release (LP: #834190)
  - debian/control
    + Build with libqtwebkit-dev
 - debian/kipi-plugins-common
    + Install libkvkontakte required by kipi-plugins
 - debian/digikam
    + Install panoramagui

[ Philip Muškovac ]
* New upstream release
  - debian/control:
    + Add libcv-dev, libcvaux-dev, libhighgui-dev, libboost-graph1.46-dev,
      libksane-dev, libxml2-dev, libxslt-dev, libqt4-opengl-dev, libqjson-dev,
      libgpod-dev and libqca2-dev to build-deps
    + Add packages for kipi-plugins, libmediawiki, libkface, libkgeomap and
      libkvkontakte
  - debian/rules:
    + Don't build with gphoto2 since it doesn't build with it.
  - Add kubuntu_fix_test_linking.diff to fix linking of the dngconverter test
  - update install files
  - update kubuntu_01_mysqld_executable_name.diff for new cmake layout
    and rename to kubuntu_mysqld_executable_name.diff
* Fix typo in digikam-data description (LP: #804894)
* Fix Vcs links

[ Felix Geyer ]
* Move library data files to the new packages libkface-data, libkgeomap-data
  and libkvkontakte-data.
* Override version of the embedded library packages to 1.0~digikam<version>.
* Exclude the library packages from digikam-dbg to prevent file conflicts in
  the future.
* Call dh_install with --list-missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This dir include Lensfun library in case of your system do not include it.
2
 
This is typically the case of Windows, where no Lensfun package exist.
3
 
 
4
 
To update lensfun dir, copy all .c, .h, .cpp files, excepted:
5
 
- lensfun/include/config.h
6
 
- lensfun/include/auxfun/*
7
 
- lensfin/include/regex/*
8
 
- lensfun/libs/lensfun/mod-color-sse2.cpp
9
 
- lensfun/libs/lensfun/mod-coord-sse.cpp
10
 
- lensfun/libs/lensfun/windows/auxfun.cpp
11
 
- lensfun/libs/auxfun/*
12
 
- lensfin/libs/regex/*
13
 
 
14
 
 
15
 
Lensfun config.h file is replaced in digiKam by digikam/libs/3rdparty/lensfun/include/config-lensfun.h
16
 
which is managed and configured by CMake.
17
 
 
18
 
lensfun/include/lensfun/lensfun.h file must be generated by lensfun package configured from your computer 
19
 
to set library version.
20
 
 
21
 
In all lensfun source code, replace all #include "config.h" by #include "config-lensfun.h".
22
 
 
23
 
The XML lens Database files must be copied in digikam/data/lensfun.
24