summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/gdk-pixbuf2/DETAILS
blob: f37b8ca748c6230f384a34fb48ffa81dde8e3381 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=gdk-pixbuf2
         VERSION=2.23.3
	  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_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
      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