Kdegraphics-3.5.13
Introduction to Kdegraphics
Kdegraphics provides KDE programs to manage the video display and
graphical output. Applications include PDF, DVI, and Postscript
viewers, an application to adjust monitor gamma correction, a 3D
modeling application to generate POV-Ray scenes, and a scanner
application.
This package is known to build and work properly using an LFS-7.0
platform.
Package Information
Kdegraphics Dependencies
Required
kdebase-3.5.13
Recommended
libjpeg-8c, libxml2-2.7.8,
and libart_lgpl-2.3.21
Optional
LibTIFF-4.0.0, Imlib (not
recommended: obsolete, abandoned upstream, needed only for the
kuickshow image
viewer, little cms-1.19, Poppler-0.14.4
(libpoppler-qt.so
must have been
built), SANE-1.0.19, TeX
Live-20110705, FriBidi-0.10.9, libgphoto2, t1lib, OpenEXR, libpaper,
KADMOS (a
commercial OCR engine), Ghostview,
Graphviz-2.26.3, and Doxygen-1.7.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdegraphics
Run-Time Dependencies
The kooka utility is
a scanning and OCR program. In order for kooka to utilize the OCR
capabilities, you must install an OCR engine. kooka provides full OCR support
using the KADMOS and GOCR engines and
partial support using the Ocrad engine.
The kghostview
program requires a ghostscript interpreter from GPL
Ghostscript-9.04 to process PS or PDF files.
The kpovmodeler
program requires POV-Ray to render 3D scenes.
Installation of Kdegraphics
Install kdegraphics with:
KDEGRAPHICS=`pwd` &&
rm -rf $MAKEDIR &&
mkdir -p $MAKEDIR &&
cd $MAKEDIR &&
cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DQT_VERSION=3 \
-DCMAKE_CXX_FLAGS="-fpermissive" \
-DWITH_TIFF=ON \
-DWITH_PAM=ON \
-DBUILD_ALL=ON \
-DBUILD_KAMERA=OFF \
-DBUILD_KSVG=OFF \
-DBUILD_KUICKSHOW=OFF \
-DBUILD_LIBKSCAN=OFF \
-DBUILD_KOOKA=OFF \
-DBUILD_KGHOSTVIEW=OFF \
-DBUILD_KFILE_PLUGINS=OFF \
$KDEGRAPHICS &&
unset KDEGRAPHICS MAKEDIR &&
make
Note
If you wish to create the API documentation and you have
Doxygen and Graphviz installed, make apidox must be done before
make install.
This package does not come with a test suite.
Now, as the root
user:
make install
Command Explanations
-DBUILD_KAMERA
: Requires libgphoto2.
-DBUILD_KSVG
: Requires fribidi.
-DBUILD_KUICKSHOW
: Requires imlib
(obsolete).
-DBUILD_LIBKSCAN
: Requires sane.
-DBUILD_KFILE_PLUGINS
: Requires
poppler.
-DBUILD_KOOKA
: Requires LIBKSCAN.
-DWITH_LIBPAPER
: Requires libpaper
(manage paper characteristics).
-DWITH_T1LIB
: Requires t1lib (generate
glyphs from Type 1 fonts).
-DWITH_OPENEXR
: Requires OpenEXR (High
def image format).
Contents
Installed Programs:
kcolorchooser, kcoloredit, kdvi, kfax,
kfaxview, kghostview, kiconedit, kolourpaint, kooka, kpdf,
kpovmodeler, kruler, ksnapshot, kuickshow, kview, kviewshell,
mrmlsearch, printnodetest, svgdisplay, and xf86gammacfg
Installed Libraries:
kio_kamera and several other kdegraphics
specific libraries and support modules
Installed Directories:
The following subdirectories in
$KDE_PREFIX: include/{svg, kviewshell, libtext2path-0.1},
share/applnk/Graphics, share/apps/{too many to list}, and
share/config/magic
Short Descriptions
kcolorchooser
|
is a color chooser for a given pallette.
|
kcoloredit
|
is a color pallette editor.
|
kdvi
|
is a DVI viewer.
|
kfax
|
is a FAX viewer.
|
kfaxview
|
is a FAX previewer used with kviewshell.
|
kghostview
|
is a PS/PDF viewer.
|
kiconedit
|
is an icon editor.
|
kolourpaint
|
is a paint program.
|
kooka
|
is a raster image scan program.
|
kpdf
|
is a PDF viewer.
|
kpovmodeler
|
is a graphical 3D modeler, which can generate scenes for
POV-Ray.
|
kruler
|
is a screen ruler.
|
ksnapshot
|
is a screen capture program.
|
kuickshow
|
is an image viewer.
|
kview
|
is another image viewer.
|
kviewshell
|
is a generic framework for the KDE viewer applications.
|
xf86gammacfg
|
is a simple tool for monitor gamma correction.
|
kio_kamera
|
is an ioslave that allows you to view and download images
from a digital camera using the kamera:/ URL in
konqueror.
|
Last updated on 2012-01-08 17:42:27 +0000