summaryrefslogtreecommitdiffstats
path: root/graphics-libs/ftgl/DETAILS
blob: 65a6ba3efee5a0f108158f4eeec5f8aceef2f46b (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.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/-rc5/~rc5}
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/FTGL%20Source/${VERSION/-/%7E}/${SOURCE}
        WEB_SITE=http://ftgl.wiki.sourceforge.net/
     SOURCE_HASH=sha512:77518c4546b53662b45a5c9af2418697b1a4a6250316c1e11ee71ccffc58ce03d5f19c901021b0e1cd05fec8444c84197e4bef77c662513dd6da8c29800cc3cd
      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