gdk-pixbuf - Image library, replacement for imlib, used by lots of GTK-based programs ChangeLog

HOWTO


# gdk-pixbuf 0.22.0
# =================
# Slackware 9.0 comes with 0.17.0, Slackware 9.1 comes with 0.22.0
# GTK+ itself includes gdk-pixbuf 2.0, that library is
# /usr/lib/libgdk_pixbuf-2.0.*, this one is /usr/lib/libgdk_pixbuf.*
# I created this howto for someone else and haven't even tried it myself.
# I think this version is for Gnome 1.x and old apps that can't work with
# the version that comes with gtk.

# Prerequisites:
# make
# gcc
# binutils
# fileutils
# X
# glib >= 1.2.0
# gtk >= 1.2.0
# libpng >= 1.0.3
# zlib >= 1.1.3
# libjpeg >= v6b
# libtiff >= 3.4
# gtk-doc >= 0.6 (Slack includes this in sgml-tools, see below)
# db2html (Slack 9.0 includes 'sgml-tools' in extra, 9.1 includes it as a
#   regular package in 'ap', they're both version 1.0.9)

cd
test -f installed/gdk-pixbuf-0.22.0.tar.bz2 &&
mv installed/gdk-pixbuf-0.22.0.tar.bz2 .
test ! -f gdk-pixbuf-0.22.0.tar.bz2 &&
wget ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/\
gdk-pixbuf-0.22.0.tar.bz2

# Verify tarball w/ md5sum:
echo "05fcb68ceaa338614ab650c775efc2f2" ; md5sum gdk-pixbuf-0.22.0.tar.bz2

cd /usr/local/src
find -type d -maxdepth 1 -name "gdk-pixbuf-*" -exec rm -r {} \;
tar xjvf ~/gdk-pixbuf-0.22.0.tar.bz2
cd gdk-pixbuf-0.22.0
chown -R root.root .
./configure --prefix=/usr
make
removepkg gdk-pixbuf
make install
cd
mkdir -p -m 0700 installed
rm -f installed/gdk-pixbuf-*.tar.*
mv gdk-pixbuf-0.22.0.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2003-10-03 12:09pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]