summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/cogl/DETAILS
blob: 6e1addbbce5a09c47b2a306a4f2f6147cfccad11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=cogl
         VERSION=1.18.2
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
     SOURCE_HASH=sha512:c8903a10c476850c77f71eba584854bccf26adae6f62a9232adf8baf728fe2b69273bd5cd5418e7cd72801a2c0e4c85ef8afc08e28ebd5016b81693aef2ecab8
      LICENSE[0]=GPL
        WEB_SITE=http://developer.gnome.org/cogl/
         ENTERED=20110929
           SHORT="library for using 3D graphics hardware for rendering"
cat << EOF
Cogl is a small open source library for using 3D graphics hardware for
rendering. The API departs from the flat state machine style of OpenGL and is
designed to make it easy to write orthogonal components that can render without
stepping on each others toes.
EOF