libgnomeprint-2.18.7

Introduction to libgnomeprint

The libgnomeprint package contains libgnomeprint libraries.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

libgnomeprint Dependencies

Required

Pango-1.29.4, intltool-0.50.0, libart_lgpl-2.3.21, libxml2-2.7.8, and XML::Parser-2.40

Optional

libgnomecups-0.2.3, GTK-Doc-1.18, and DocBook-utils-0.6.14

If you have Cups-1.5.0 installed, you must also have libgnomecups-0.2.3 installed or pass --without-cups to the configure command in the instructions below.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomeprint

Installation of libgnomeprint

[Note]

Note

The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).

Install libgnomeprint by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --disable-gtk-doc &&
make

The test suite requires Acroread-4 to be installed and passing --with-metadata-printer to the configure script. If the previous requirements are met and you wish to run the regression tests, change directories to the tests directory and issue: ./run-test.pl.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--disable-gtk-doc: This switch prevents rebuilding the documentation during the make command. Remove this parameter if you have GTK-Doc installed and wish to rebuild the documentation.

Contents

Installed Programs: None
Installed Libraries: libgnomeprint-2-2.{so,a}, libgnomeprint-clip.{so,a}, libgnomeprint-draft.{so,a}, libgnomeprint-frgba.{so,a}, libgnomeprint-multipage.{so,a}, libgnomeprint-position.{so,a}, libgnomeprint-reorder.{so,a}, libgnomeprint-reverse.{so,a}, libgnomeprint-rotate.{so,a}, libgnomeprint-select.{so,a}, libgnomeprint-zoom.{so,a}, libgnomeprintcups.{so,a}, libgnomeprintlpd.{so,a}, libgnomeprint-custom.{so,a}, libgnomeprint-file.{so,a}, and libgnomeprint-lpr.{so,a}
Installed Directories: $GNOME_PREFIX/{include/libgnomeprint-2.2/libgnomeprint/private, lib/libgnomeprint/2.18.7/modules/{filters,transports}, share/{gtk-doc/html/libgnomeprint, libgnomeprint/2.18.7/{models/uninstalled, printers/uninstalled}}}

Short Descriptions

libgnomeprint-2-2.{so,a}

implements the GNOME Printing Architecture.

Last updated on 2010-08-14 06:18:24 +0000