~ubuntu-branches/ubuntu/quantal/digikam/quantal-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-06-08 00:31:19 UTC
  • mfrom: (1.2.39) (3.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20120608003119-qn0l1eo3rf5jdh9w
Tags: 4:2.6.0-0ubuntu1
* Merge from debian, remaining changes (LP: #885324, #1009943)
  - keep seperate binary packages:
    + libkface1, libkface-data, libkface-dev
    + libkgeomap1, libkgeomap-data, libkgeomap-dev
    + libvkontakte1, libkvkontakte-dev
    + libmediawiki1, libmediawiki-dev
  - keep patches:
    + kubuntu_mysqld_executable_name.diff
  - don't fail on missing files in dh_install
  - install oxygen icons for kipi-plugins
  - digikam breaks/replaces kipi-plugins-common << 4:2.5.0~
  - digikam-doc breaks/replaces digikam-data << 4:2.5.0~
  - digikam-data breaks/replaces kipi-plugins << 4:2.5.0~
  - kipi-plugins-common breaks/replaces kipi-plugins << 4:2.5.0~
* Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
- PERL <http://www.perl.org>
14
14
- GIT  <http://git-scm.com>
 
15
- RUBY <http://www.ruby-lang.org> (optional, to extract translations files from KDE repositories)
15
16
 
16
17
To download all needed git repositories, execute download script like this: perl ./download-repos
17
18
 
77
78
libkdcraw        : https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw
78
79
libksane         : https://projects.kde.org/projects/kde/kdegraphics/libs/libksane
79
80
 
 
81
- CMAKE OPTIONS --------------------------------------------------------------
 
82
 
 
83
"-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on" : Force to use local libkipi, libkexiv2, and libkdcraw implementation
 
84
                                           instead KDE version installed on your computer.
 
85
"-DDIGIKAMSC_COMPILE_DOC=on"               Build handbook files.
 
86
"-DDIGIKAMSC_CHECKOUT_PO=on"               Extract po files from KDE repositories.
 
87
"-DDIGIKAMSC_COMPILE_PO=on"                Build translations files. It require to checkout po files before from KDE repositories
 
88
                                           using ./project/release/fetch_l10n.rb Ruby script.
 
89
 
 
90
Look README files from sub-dirs for more options available to configure compilation environnement.
80
91
 
81
92
------------
82
93
digiKam team