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

« back to all changes in this revision

Viewing changes to extra/kipi-plugins/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
KIPIPLUGINS PROJECT (http://www.kipi-plugins.org)
 
2
 
 
3
-- AUTHORS ------------------------------------------------------------
 
4
 
 
5
See AUTHORS file for details.
 
6
 
 
7
-- ABOUT --------------------------------------------------------------
 
8
 
 
9
Libkipi and kipi-plugins allow image applications such as digiKam (http://www.digikam.org)
 
10
to use a plugin architecture for additional functionalities.
 
11
 
 
12
Notes:
 
13
 
 
14
Most of the Kipi-plugins have previously been DigikamPlugins.
 
15
kipi-plugins is based in part on the work of the Independent JPEG Group.
 
16
 
 
17
Current plugins ported to Qt4/KDE4:
 
18
 
 
19
AcquireImages      : A tool to acquire images using flat scanner.
 
20
Calendar           : A tool to create calendars.
 
21
DngConverter       : A tool to convert Raw Image to Digital NeGative (DNG - http://en.wikipedia.org/wiki/Digital_Negative_(file_format)).
 
22
Facebook           : A tool to import/export images to/from a remote Facebook web service (http://www.facebook.com).
 
23
FlickrExport       : A tool to export images to a remote Flickr based web service (http://www.flickr.com). Also compatible with Zooomr and 23HQ 
 
24
GalleryExport      : A tool to export images to a remote Gallery (and Gallery 2) server (http://gallery.sf.net).
 
25
GPSSync            : A tool to geolocalize pictures.
 
26
HTMLExport         : A tool to export images collections into a static XHTML page.
 
27
ImageViewer        : A tool to preview images using OpenGL.
 
28
JpegLossLess       : A tool to rotate/flip images without losing quality.
 
29
MetadataEdit       : A tool to edit EXIF, IPTC and XMP metadata.
 
30
PicasaWebExport    : A tool to export images to a remote Picasa web service (http://www.picasaweb.com).
 
31
PrintImage         : A tool to print images in various format.
 
32
RawConverter       : A tool to convert Raw Image to JPEG/PNG/TIFF.
 
33
RemoveRedEyes      : A tool to remove red eyes on image automatically.
 
34
SendImages         : A tool to send images by e-mail.
 
35
SimpleViewerExport : A tool to export images to Flash using SimpleViewer (http://www.airtightinteractive.com/simpleviewer).
 
36
SlideShow          : A tool to Slide images with 2D and 3D effects using OpenGL.
 
37
Smug               : A tool to import/export images to/from a remote SmugMug web service (http://www.smugmug.com).
 
38
TimeAdjust         : A tool to adjust date and time.
 
39
IpodExport         : A tool to export pictures to an Ipod device.
 
40
BatchProcess       : A tool to batch process images (convert, resize, rename, etc.).
 
41
KIOExport          : A tool to export images to remote computer using network protocol (FTP, SSH, SAMBA, etc...).
 
42
Shwup              : A tool to export images to Shwup web service (http://www.shwup.com).
 
43
ExpoBlending       : A tool to create pseudo HDR image with a stack of bracketed images.
 
44
PiwigoExport       : A tool to export images to a remote Piwigo (PHPWebGallery) server (http://piwigo.org).
 
45
DebianScreenshots  : A tool to export images to Debian Screenshots web service (http://screenshots.debian.net).
 
46
Kopete             : A tool to export images to an instant messaging contact.
 
47
YandexFotki        : A tool to export images to Yandex web service (http://fotki.yandex.ru).
 
48
MediaWiki          : A tool to export images to Mediawiki based web service (http://www.mediawiki.org).
 
49
RajceExport        : A tool to export images to Rajce web service (http://www.rajce.idnes.cz).
 
50
Vkontakte          : A tool to export images to VKontakte web service (http://www.vkontakte.ru)
 
51
 
 
52
Porting under progress to Qt4/KDE4:
 
53
 
 
54
WallPaper          : A tool to set image as background on your desktop.
 
55
 
 
56
Not yet ported to Qt4/KDE4:
 
57
 
 
58
CDArchiving        : A tool to archive your image collections to a CD or DVD.
 
59
MpegEncoder        : A tool to create an MPEG slideshow with a set of images.
 
60
 
 
61
-- DEPENDENCIES -------------------------------------------------------
 
62
 
 
63
CMake           >= 2.4.5                        http://www.cmake.org
 
64
libqt           >= 4.3.x                        http://www.qtsoftware.com
 
65
libkde          >= 4.0.x                        http://www.kde.org
 
66
libtiff         >= 3.6.x (>=3.8.2 recommended)  http://www.remotesensing.org/libtiff
 
67
libjpeg         >= 6b                           http://www.ijg.org
 
68
libpng          >= 1.2.x                        http://www.libpng.org/pub/png/libpng.html
 
69
libkipi         >= 2.0.0                        http://www.digikam.org/sharedlibs          Version from master KDE git repository.
 
70
libkexiv2       >= 2.0.0                        http://www.digikam.org/sharedlibs          Version from master KDE git repository.
 
71
libkdcraw       >= 2.0.0                        http://www.digikam.org/sharedlibs          Version from master KDE git repository.
 
72
ImageMagick     >= 5.5.4 (runtime dependency)   http://www.imagemagick.org
 
73
Hugin           >= 0.8.0 (runtime dependency)   http://hugin.sourceforge.net
 
74
Enblend         >= 3.0.0 (runtime dependency)   http://enblend.sourceforge.net
 
75
 
 
76
Optional:
 
77
 
 
78
libxslt         >= 1.1                          http://xmlsoft.org/XSLT
 
79
libxml2         >= 2.7.x                        http://xmlsoft.org
 
80
libX11          >= 1.1.5                        http://www.x11.org                         Linux Only.
 
81
libexpat        >= 2.0.1                        http://expat.sourceforge.net
 
82
libqtopengl     >= 4.3.x                        http://www.trolltech.com
 
83
Mesa3D          >= 7.0.4                        http://mesa3d.sourceforge.net
 
84
libopencv       >= 2.x                          http://opencv.willowgarage.com
 
85
libgpod         >= 0.7.0                        http://www.gtkpod.org/libgpod.html
 
86
libgdk          >= 2.0.0                        http://library.gnome.org/devel/gdk-pixbuf
 
87
libqca          >= 2.0.0                        http://delta.affinix.com/qca
 
88
libqjson        >= 0.6.0                        http://qjson.sourceforge.net
 
89
libgomp         >= 4.3.x                        http://gcc.gnu.org/projects/gomp
 
90
libksane        >= 0.3.0                        http://www.digikam.org/sharedlibs          Version from master KDE git repository.
 
91
libkmap         >= 2.0.0                        http://www.digikam.org/sharedlibs          Version from master KDE git repository.
 
92
libmediawiki    >= 1.0.0                        http://www.digikam.org/sharedlibs
 
93
libkvkontakte   >= 0.1.0                        http://www.digikam.org/sharedlibs
 
94
 
 
95
Plugin Specific Dependencies (for compiling and for running) :
 
96
 
 
97
SlideShow          : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
 
98
ImageViewer        : X11 (Linux Only), Mesa3D, and OpenGL support for libqt
 
99
DngConverter       : libexpat and libkdcraw 0.4.0
 
100
AcquireImages      : libksane
 
101
HtmlZxport         : libxslt and libxml2
 
102
JpegLossless       : imagemagick (runtime dependency)
 
103
WallPaper          : kdebase (runtime dependency)
 
104
RemoveRedEyes      : libopencv.
 
105
IpodExport         : libgpod, libgdk.
 
106
Calendar           : libkcal (kdepimlibs).
 
107
Shwup              : libqca.
 
108
YandexFotki        : libqca.
 
109
DebianScreenshots  : libqjson.
 
110
FaceBook           : libqjson.
 
111
ExpoBlending       : align_image_stack from Hugin project and enfuse from Enblend project (runtime dependency), libgomp.
 
112
GPSSync            : libkmap.
 
113
Mediawiki          : libmediawiki.
 
114
Vkontakte          : libkvkontakte.
 
115
 
 
116
-- CONTACT ------------------------------------------------------------
 
117
 
 
118
If you have questions, comments, suggestions to make send an email to :
 
119
 
 
120
kde-imaging@kde.org
 
121
 
 
122
IRC channel from irc.freenode.org server: #kde-imaging
 
123
                                          #digikam
 
124
 
 
125
IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
 
126
system who can be contacted by the standard Kde help menu of plugins dialog. 
 
127
A mail will be automaticly sent to the Kipi mailing list.
 
128
There is no need to contact directly the Kipi mailing list for a bug report 
 
129
or a devel wish.
 
130
 
 
131
The current Kipi bugs and devel wishes reported to the Kde bugs report can be
 
132
seen at this url :
 
133
 
 
134
http://bugs.kde.org/buglist.cgi?product=kipiplugins&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
 
135
 
 
136
-- INSTALL ------------------------------------------------------------
 
137
 
 
138
In order to compile, especially when QT3/Qt4 are installed at the same time, 
 
139
just use something like that:
 
140
 
 
141
# export VERBOSE=1
 
142
# export QTDIR=/usr/lib/qt4/  
 
143
# export PATH=$QTDIR/bin:$PATH 
 
144
# cmake .
 
145
# make
 
146
# sudo make install
 
147
 
 
148
Usual CMake options :
 
149
 
 
150
-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
 
151
-DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debugfull", "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).
 
152
 
 
153
Compared to old KDE3 autoconf options:
 
154
 
 
155
"cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
 
156
"cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"
 
157
 
 
158
More details can be found at this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
 
159
 
 
160
Note: To know KDE install path on your computer, use 'kde-config --prefix' command line like this (with full debug object enabled):
 
161
 
 
162
"cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`"