summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/DETAILS
blob: 34cdc7ca8c48d775f87cc9fb19c57ff05337aa01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
. ${GRIMOIRE}/FUNCTIONS &&
           SPELL=cairo
case "$CAIRO_BRANCH" in
   scm)
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://anongit.freedesktop.org/git/cairo:cairo-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;;

 devel)
         VERSION=1.15.8
     SOURCE_HASH=sha1:07cc2031b74d758299eeee3ec49ecbfbfb85f1c6:UPSTREAM_HASH
          SOURCE=$SPELL-$VERSION.tar.xz
   SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;

  stable)
         VERSION=1.14.10
     SOURCE_HASH=sha1:28c59d85d6b790c21b8b59ece73a6a1dda28d69a:UPSTREAM_HASH
          SOURCE=$SPELL-$VERSION.tar.xz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;
esac
        WEB_SITE=http://cairographics.org/
      LICENSE[0]=MIT
         ENTERED=20040617
        KEYWORDS="x11 libs"
           SHORT="multi-platform 2D graphics library"
cat << EOF
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
buffers. PostScript and PDF file output is planned. Cairo is designed to produce
identical output on all output media while taking advantage of display hardware
acceleration when available (eg. through the X Render Extension).
EOF