Libkipi: Difference between revisions

From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs)
No edit summary
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://prdownloads.sourceforge.net/kipi/libkipi-0.1.4.tar.bz2
| http://prdownloads.sourceforge.net/kipi/libkipi-{{Libkipi-Version}}.tar.bz2
|}
|}


----
----


== Introduction to libkipi ==
{{Package-Introduction|Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share image plugins among graphic applications.|http://www.kipi-plugins.org/drupal/}}
 
Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share image plugins among graphic applications.


== Dependencies ==
== Dependencies ==
Line 26: Line 24:
Compile the package:
Compile the package:


  ./configure --prefix=/usr --disable-debug --disable-dependency-tracking
  ./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
  make
  make


Install the package
Install the package:


  make install
  make install
Line 37: Line 36:
=== 32Bit ===
=== 32Bit ===


TO DO
Compile the package:
 
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --disable-dependency-tracking &&
make
 
Install the package:
 
make install


=== N32 ===
=== N32 ===


TO DO
Compile the package:
 
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --enable-libsuffix=32 --disable-dependency-tracking &&
make
 
Install the package:
 
make install


=== 64Bit ===
=== 64Bit ===


TO DO
Compile the package:
 
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${KDE_PREFIX} --disable-debug \
    --enable-libsuffix=64 --disable-dependency-tracking &&
make
 
Install the package:
 
make install


= Contents =
= Contents =
Line 58: Line 87:
|-valign="top"
|-valign="top"
! Installed Directories:
! Installed Directories:
| /usr/include/libkipi
| ${KDE_PREFIX}/include/libkipi
|}
|}
[[Category:Graphics Libraries]]

Latest revision as of 15:12, 19 March 2009

Download Source: http://prdownloads.sourceforge.net/kipi/libkipi-0.1.6.tar.bz2

Introduction to Libkipi

Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to share image plugins among graphic applications.

Project Homepage: http://www.kipi-plugins.org/drupal/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${KDE_PREFIX} --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} --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} --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} --disable-debug \
    --enable-libsuffix=64 --disable-dependency-tracking &&
make

Install the package:

make install

Contents

Installed Programs: None
Installed Libraries: libkipi.{la,so}
Installed Directories: ${KDE_PREFIX}/include/libkipi