Difference between revisions of "Kipi-plugins"

From CBLFS
Jump to navigationJump to search
(Added a patch to fix compilation with recent versions of exiv2.)
Line 3: Line 3:
 
!Download Source:
 
!Download Source:
 
| http://prdownloads.sourceforge.net/kipi/kipi-plugins-{{Kipi-plugins-Version}}.tar.bz2
 
| http://prdownloads.sourceforge.net/kipi/kipi-plugins-{{Kipi-plugins-Version}}.tar.bz2
 +
|-
 +
!Required Patch:
 +
| http://svn.cross-lfs.org/svn/repos/patches/kipi-plugins/kipi-plugins-0.1.3-exiv2_fix-1.patch
 
|}
 
|}
  
Line 29: Line 32:
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch
  
 
Compile the package:
 
Compile the package:
Line 43: Line 50:
  
 
=== 32Bit ===
 
=== 32Bit ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch
  
 
Compile the package:
 
Compile the package:
Line 57: Line 68:
  
 
=== N32 ===
 
=== N32 ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch
  
 
Compile the package:
 
Compile the package:
Line 71: Line 86:
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
Apply the patch:
 +
 +
patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch
  
 
Compile the package:
 
Compile the package:

Revision as of 04:31, 19 April 2007

Download Source: http://prdownloads.sourceforge.net/kipi/kipi-plugins-0.1.5.tar.bz2
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/kipi-plugins/kipi-plugins-0.1.3-exiv2_fix-1.patch

Introduction to Kipi-plugins

kipi-plugins allows image applications to use a plugin architecture for additional functionality.

Project Homepage: Unknown

Dependencies

Required

Recommended

Optional

Non-Multilib

Apply the patch:

patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch

Compile the package:

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

Install the package

make install

Multilib

32Bit

Apply the patch:

patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch

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

Apply the patch:

patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch

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

Apply the patch:

patch -Np1 -i ../kipi-plugins-0.1.3-exiv2_fix-1.patch

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: kipiplugin_timeadjust.{la,so}, kipiplugin_jpeglossless.{la,so}, kipiplugin_htmlexport.{la,so}, kipiplugin_acquireimages.{la,so}, kipiplugin_sendimages.{la,so}, kipiplugin_rawconverter.{la,so}, kipiplugin_slideshow.{la,so}, kipiplugin_simpleviewer.{la,so}, kipiplugin_mpegencoder.{la,so}, kipiplugin_kameraklient.{la,so}, kipiplugin_flickrexport.{la,so}, kipiplugin_cdarchiving.{la,so}, kipiplugin_calendar.{la,so}, kipiplugin_batchprocessimages.{la,so}, kipiplugin_wallpaper.{la,so}, kipiplugin_printwizard.{la,so}, kipiplugin_galleryexport.{la,so}, kipiplugin_findimages.{la,so}
Installed Directories: None