           SPELL=libgig
         VERSION=3.1.0
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
     SOURCE_HASH=sha512:24d0f0eba061ea02e0b2dc84150b693c3916d58094de439bd3f7611000cefdf707d2017e08b43ecb27927fdb0dc2dae60409d95c13537c5247974f75ef296223
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
