           SPELL=gdk-pixbuf2
         VERSION=2.22.0
	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=gdk-pixbuf-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdk-pixbuf-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/gdk-pixbuf/$BRANCH/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/$BRANCH/$SOURCE
     SOURCE_HASH=sha512:e7fe88d45f14281c68a16e4e51c04172013539d2720e9be18e4f8ca9d245777169a087e6d3da0c6bf1754d482279f92e629a6a76110e09168401660fd1f84632
      LICENSE[0]=GPL
      LICENSE[1]=LGPL
        WEB_SITE=http://www.gnome.org
         ENTERED=20100817
           SHORT="gdk-pixbuf is a graphics library."
cat << EOF
The GdkPixbuf library provides a number of features:
        - GdkPixbuf structure for representing images.
        - Image loading facilities, both synchronous and progressive.
        - Rendering of a GdkPixbuf into various formats:
          drawables (windows, pixmaps), GdkRGB buffers.
        - Fast scaling and compositing of pixbufs.
        - Simple animation loading (ie. animated gifs).
EOF
