           SPELL=libgig
         VERSION=3.0.0
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
     SOURCE_HASH=sha512:db29b16c4ae8d2ed0b474f1ddd892ca93f4a17b38cad7eae101314374853b3f307a68e597d5cbdf8286053e83cfed67c559f4d43f2b1b8d795f641cb21ed44be
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.linuxsampler.org/
         ENTERED=20060726
      LICENSE[0]=GPL
           SHORT="Gigasampler file loader library."
cat << EOF
libgig actually consists of three parts:

- RIFF classes (RIFF.h, RIFF.cpp): Provides convenient methods to parse and
                                   access arbitrary RIFF files.
- DLS classes (DLS.h, DLS.cpp):    They're using the RIFF classes to parse
                                   DLS (Downloadable Sounds) Level 1 and 2
                                   files and provide abstract access to the
                                   data.
- gig classes (gig.h, gig.cpp):    These are based on the DLS classes and
                                   provide the necessary extensions for
                                   the Gigasampler file format.

Beside the actual library there are four example applications:

  gigdump:     Demo app that prints out the content of a .gig file.
  gigextract:  Extracts samples from a .gig file.
  dlsdump:     Demo app that prints out the content of a DLS file.
  rifftree:    Tool that prints out the RIFF tree of an arbitrary RIFF
               file.
EOF
