summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/DETAILS
blob: 3de42a4c3009fe38f492c387f9c6cb8d0bdba2bf (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
           SPELL=cairo
if [[ $CAIRO_DEVEL == y ]]; then
         VERSION=1.12.2
      PATCHLEVEL=0
     SOURCE_HASH=sha512:149e55e206175220448c520624980ba0081a3e2336202f6c5d5ba9098a51c01f6d89843c3c3f0d5bed3473a5ff49dee6530e2cacec93a94c9d78767cb881f847
          SOURCE=$SPELL-$VERSION.tar.xz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
         VERSION=1.12.2
      PATCHLEVEL=0
     SOURCE_HASH=sha512:149e55e206175220448c520624980ba0081a3e2336202f6c5d5ba9098a51c01f6d89843c3c3f0d5bed3473a5ff49dee6530e2cacec93a94c9d78767cb881f847
          SOURCE=$SPELL-$VERSION.tar.xz
   SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        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