Digikam: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
Chipster19 (talk | contribs) mNo edit summary |
||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{Package-Introduction|digiKam is an advanced digital photo management application for linux. With digikam you can view, manage, edit, enhance, organize, tag, and share photographs.}} | {{Package-Introduction|digiKam is an advanced digital photo management application for linux. With digikam you can view, manage, edit, enhance, organize, tag, and share photographs.|http://www.digikam.org}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 08:21, 2 January 2008
| Download Source: | http://downloads.sourceforge.net/digikam/digikam-0.9.4.tar.bz2 |
|---|
Introduction to Digikam
digiKam is an advanced digital photo management application for linux. With digikam you can view, manage, edit, enhance, organize, tag, and share photographs.
Project Homepage: http://www.digikam.org
Dependencies
Required
Recommended
Optional
Non-Multilib
Fix a compilation error with recent versions of exiv2:
sed -i 's@e\.what()\.c_str()@e.what()@g' \
digikam/libs/widgets/*/*.cpp
Compile the package:
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug --disable-dependency-tracking &&
make
Install the package
make install
Multilib
32Bit
Fix a compilation error with recent versions of exiv2:
sed -i 's@e\.what()\.c_str()@e.what()@g' \
digikam/libs/widgets/*/*.cpp
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug --disable-dependency-tracking &&
make
Install the package:
make install
N32
Fix a compilation error with recent versions of exiv2:
sed -i 's@e\.what()\.c_str()@e.what()@g' \
digikam/libs/widgets/*/*.cpp
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug --enable-libsuffix=32 --disable-dependency-tracking &&
make
Install the package:
make install
64Bit
Fix a compilation error with recent versions of exiv2:
sed -i 's@e\.what()\.c_str()@e.what()@g' \
digikam/libs/widgets/*/*.cpp
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug --enable-libsuffix=64 --disable-dependency-tracking &&
make
Install the package:
make install
Contents
| Installed Programs: | digikam, digikamdcraw, digitaglinktree, showfoto |
|---|---|
| Installed Libraries: | libdigikam.{la,so}, kio_digikampreview.{la,so}, kio_digikamalbums.{la,so}, kio_digikamdates.{la,so}, kio_digikamthumbnail.{la,so}, kio_digikamtags.{la,so}, kio_digikamsearch.{la,so} |
| Installed Directories: | ${KDE_PREFIX}/include/digikam |