Difference between revisions of "Gdk-Pixbuf"

From CBLFS
Jump to navigationJump to search
(Multilib)
Line 101: Line 101:
 
  ln -svf ${GNOME_PREFIX}/include/gdk-pixbuf-2.0/gdk-pixbuf \
 
  ln -svf ${GNOME_PREFIX}/include/gdk-pixbuf-2.0/gdk-pixbuf \
 
     ${GNOME_PREFIX}/include/gdk-pixbuf
 
     ${GNOME_PREFIX}/include/gdk-pixbuf
 
== Configuring ==
 
 
'''<font style="color: green">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.</font>'''
 
  
 
== Contents ==
 
== Contents ==

Revision as of 18:31, 24 April 2011

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

Required

Recommended

Optional

Configuration Information

--without-libpng: disable PNG loader for gdk-pixbuf.
--without-libjpeg: disable JPEG loader for gdk-pixbuf.
--without-libtiff: disable TIFF loader for gdk-pixbuf.
--with-libjasper: enable JPEG2000 loader for gdk-pixbuf.
--enable-gtk-doc: use Gtk-Doc to build documentation.
--enable-gtk-doc-html: use Gtk-Doc to build documentation in html format.
--enable-gtk-doc-pdf: use Gtk-Doc to build documentation in pdf format.

Non-Multilib

Compile the package:

Please Contribute

Install the package:

Please Contribute

Multilib

32Bit

Compile the package:

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

Install the package:

make install
mv -v ${GNOME_PREFIX}/bin/gdk-pixbuf-csource{,-32}
mv -v ${GNOME_PREFIX}/bin/gdk-pixbuf-query-loaders{,-32}

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++ ${BUILD64}" \
   ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc --localstatedir=/var &&
make


Install the package:

make install
mv -v ${GNOME_PREFIX}/bin/gdk-pixbuf-csource{,-64}
mv -v ${GNOME_PREFIX}/bin/gdk-pixbuf-query-loaders{,-64}
ln -sfv multiarch_wrapper ${GNOME_PREFIX}/bin/gdk-pixbuf-csource
ln -sfv multiarch_wrapper ${GNOME_PREFIX}/bin/gdk-pixbuf-query-loaders
ln -svf ${GNOME_PREFIX}/include/gdk-pixbuf-2.0/gdk-pixbuf \
    ${GNOME_PREFIX}/include/gdk-pixbuf

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.