Kipi-plugins: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://prdownloads.sourceforge.net/kipi/kipi-plugins- | | http://prdownloads.sourceforge.net/kipi/kipi-plugins-{{Kipi-plugins-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|kipi-plugins allows image applications to use a plugin architecture for additional functionality.|http://www.kipi-plugins.org/drupal/}} | |||
kipi-plugins allows image applications to use a plugin architecture for additional functionality. | |||
== Dependencies == | == Dependencies == | ||
| Line 15: | Line 13: | ||
=== Required === | === Required === | ||
* [[Pkg-config]] | * [[Pkg-config]] | ||
* [[libkdcraw]] | |||
* [[libkipi]] | * [[libkipi]] | ||
* [[libpng]] | * [[libpng]] | ||
| Line 34: | Line 33: | ||
Compile the package: | Compile the package: | ||
./configure --prefix= | ./configure --prefix=${KDE_PREFIX} --disable-debug \ | ||
--disable-dependency-tracking | |||
make | make | ||
| Line 45: | Line 45: | ||
=== 32Bit === | === 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 === | === 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 === | === 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 = | = Contents = | ||
| Line 68: | Line 98: | ||
| None | | None | ||
|} | |} | ||
[[Category:Graphics Libraries]] | |||
Latest revision as of 16:49, 20 September 2009
| Download Source: | http://prdownloads.sourceforge.net/kipi/kipi-plugins-0.1.5.tar.bz2 |
|---|
Introduction to Kipi-plugins
kipi-plugins allows image applications to use a plugin architecture for additional functionality.
Project Homepage: http://www.kipi-plugins.org/drupal/
Dependencies
Required
Recommended
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: | 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 |