summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesalib/DETAILS
blob: 3fc9fac86694256f2b99637367710088d977ec1d (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
           SPELL=mesalib
if [[ "$MESALIB_BRANCH" == "scm" ]]; then
         VERSION=10.6.2
          SOURCE=$SPELL-git.tar.xz
  FORCE_DOWNLOAD="on"
   SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/mesa:mesalib-git
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesalib-git
   SOURCE_IGNORE=volatile
else
         VERSION=10.6.2
     SOURCE_HASH=sha512:feaca60b7cc8310a613bd89d0008fb7807de403ce6782e0e62e47ecba040d3728602778f47c704751cb49f8e2d950de03153b84b66d28203e29a70987b96340b
      PATCHLEVEL=0
#              VX=`echo $VERSION | cut -d.  -f-2`
              SX=mesa-${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mesa-$VERSION
          SOURCE=$SX.tar.xz
   SOURCE_URL[0]=ftp://ftp.freedesktop.org/pub/mesa/${VERSION}/$SOURCE
fi
      LICENSE[0]=GPL
        WEB_SITE=http://www.mesa3d.org/
        KEYWORDS="graphics libs"
         ENTERED=20140414
  STAGED_INSTALL=off
           SHORT="Mesa implementation of the OpenGL(TM) API"
cat << EOF
Mesa is a 3-D graphics library with an API which is very similar to
that of OpenGL.* To the extent that Mesa utilizes the OpenGL command
syntax or state machine, it is being used with authorization from
Silicon Graphics, Inc.(SGI). However, the author does not possess an
OpenGL license from SGI, and makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with SGI. Those who
want a licensed implementation of OpenGL should contact a licensed
vendor.
EOF