summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesalib/DETAILS
blob: 779b4e68da0abcf27067ab48d0b497ef5f99f46e (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=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
  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
          SPELLX=MesaLib
         VERSION=10.2.6
     SOURCE_HASH=sha512:07775699fe29f373f84265f7f715b15a945c66cb98bef05faf3cb86fc34accbd9ace3a77b5dae928259118846867324375d9f48b1fef4a92681ecc091aa66266
      PATCHLEVEL=0
#              VX=`echo $VERSION | cut -d.  -f-2`
              SX=${SPELLX}-${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Mesa-$VERSION
          SOURCE=$SX.tar.bz2
   SOURCE_URL[0]=ftp://ftp.freedesktop.org/pub/mesa/${VERSION}/$SOURCE
      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