source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=ffmpegthumbnailer
         VERSION=2.2.2
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
     SOURCE_HASH=sha512:52760dcf59430e5e85024c9f19dc1fac1d5f0edb4f937b33feac2b3ca8f12bbf549b5f658fc16fc07bf773717b9e10048aa3eb24bf52811c5c88c995ef492612
   SOURCE_URL[0]=https://github.com/dirkvdb/ffmpegthumbnailer/releases/download/${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/"
      LICENSE[0]="GPLv2"
         ENTERED=20120601
        KEYWORDS=""
           SHORT="Thumbnailer to create thumbnails for video files."
cat << EOF
This thumbnailer uses ffmpeg to decode frames from the video files, so
supported videoformats depend on the configuration flags of ffmpeg.

This thumbnailer was designed to be as fast and lightweight as possible. The
only dependencies are ffmpeg, libpng and libjpeg.

The project also includes a C/C++ library that can be used by developers to
generate thumbnails in their projects
EOF
