Digikam: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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 == | ||
| Line 22: | Line 22: | ||
* [[libkexiv2]] | * [[libkexiv2]] | ||
* [[LibXSLT]] | * [[LibXSLT]] | ||
* [[Libkdcraw]] | |||
=== Recommended === | === Recommended === | ||
* [[KdeBase]] | * [[KdeBase]] | ||
| Line 30: | Line 31: | ||
== Non-Multilib == | == Non-Multilib == | ||
Compile the package: | Compile the package: | ||
| Line 49: | Line 45: | ||
=== 32Bit === | === 32Bit === | ||
Compile the package: | Compile the package: | ||
| Line 68: | Line 59: | ||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package: | ||
| Line 87: | Line 73: | ||
=== 64Bit === | === 64Bit === | ||
Compile the package: | Compile the package: | ||
| Line 118: | Line 99: | ||
| ${KDE_PREFIX}/include/digikam | | ${KDE_PREFIX}/include/digikam | ||
|} | |} | ||
[[Category:Cameras]] | |||
Latest revision as of 17:52, 5 July 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
Compile the package:
./configure --prefix=${KDE_PREFIX} --sysconfdir=/etc/kde \
--disable-debug --disable-dependency-tracking &&
make
Install the package
make install
Multilib
32Bit
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
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
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 |