Gdk-Pixbuf

From CBLFS
Revision as of 15:56, 24 April 2011 by Jjdicharry (talk | contribs)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/gdk-pixbuf-2.23.3.tar.bz2

Introduction to Gdk-Pixbuf

An image loading library.

Project Homepage: http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf


Dependencies

If there are no dependencies, omit this section.

Required

Recommended

Optional

Runtime

Configuration Information

This section can contain options that you may want to include when configuring the package, but should be left as a choice. However, don't just reproduce the output of ./configure --help; be judicious in your selection. If there are no configuration options that warrant discussion, omit this section.

--enable-someoption: brief description of the non-default functionality provided by someoption.
--disable-someotheroption: brief description of the default functionality removed by disabling someotheroption.
--with-somepackage=DIR:

Generally speaking, CBLFS packages are installed in the /usr hierarchy although there are some exceptions. Even if you passed --prefix=/home/fubar/stuff/CBLFS/is/really/awesome/some/package/version/5.0/hope/this/works to the configure script, please use --prefix=/usr for the wiki. Thanks. Also, the instructions presume that the source package has been retrieved to the local machine, unpacked, and you have cd'd to the top of the source tree. Generally, we don't need those instructions unless there is something very unique about the process for the package you are adding.

Non-Multilib

Compile the package:

Please Contribute

Install the package:

Please Contribute

Multilib

If package documentation is not installed by the 'make install' step, only include the commands to install the documentation in the 64-bit section.

32Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    CC="gcc ${BUILD32}" CXX="g++ ${BUILD632}" \
    ./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc --localstatedir=/var &&
make

Install the package:

make install

N32

Compile the package:

Please Contribute

Install the package:

Please Contribute

64Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \

   CC="gcc ${BUILD64}" CXX="g++ ${BUILD664}" \
   ./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc --localstatedir=/var &&

make


Install the package:

make install

Configuring

This section should contain information about the post-installation configuration of a package, bootscript(s), other files, creating directories. Omit this section if there is no post-installation configuration required.

Contents

Installed Directories: /${GNOME_PREFIX}
Installed Programs: gdk-pixbuf-csource, gdk-pixbuf-query-loaders
Installed Libraries: libgdk_pixbuf-2.0.{a,so}, libgdk_pixbuf_xlib-2.0.{a,so}

Short Descriptions

gdk-pixbuf-csource please contribute to library description.
gdk-pixbuf-query-loaders please contribute to library description.
libgdk_pixbuf-2.0.{so,a} please contribute to library description.
libgdk_pixbuf_xlib-2.0.{so,a} please contribute to library description.

[[Category:<PUT APPROPRIATE CATEGORY HERE>]] See http://cblfs.cross-lfs.org/index.php/Special:Categories for a list of categories. Likely your package will fit in one of the existing categories. If not, and think long and hard about it, create a new category.