summaryrefslogtreecommitdiffstats
path: root/graphics-libs/ftgl/DETAILS
blob: b9b802e96540ab20509449ae4ba4e624c966650c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=ftgl
         VERSION=2.1.3-rc5
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-rc5/~rc5}
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
        WEB_SITE=http://ftgl.wiki.sourceforge.net/
     SOURCE_HASH=sha512:9841bdbe7e299dd0ae3bcbef08dc3a8787a863389bf242aa023b1c2442f3ffc8a2c6768a35d093d27e3ad7197c8228a9b15e795a36824424f05bef66b68c89a4
      LICENSE[0]=GPL
         ENTERED=20040709
        KEYWORDS="opengl fonts graphics libs"
           SHORT="an OpenGL font rendering library"
cat << EOF
FTGL is a free, open source library to enable developers to use arbitrary fonts
in their OpenGL (www.opengl.org) applications.
Unlike other OpenGL font libraries FTGL uses standard font file formats so
doesn't need a preprocessing step to convert the high quality font data into a
lesser quality, proprietary format.
FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the
fonts. It then takes that output and stores it in a format most efficient for
OpenGL rendering.
EOF