           SPELL=video-info
         VERSION=0.993
          SOURCE="Video-Info-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AL/ALLENDAY/${SOURCE}
     SOURCE_HASH=sha512:a53f58ba6b5fda2d00f7a55f26d9b84a12a25690909cdf92133c833c9a1f1a9f09ca5246dd8f1bce1a98032049bb9055be3418605e6ced6af06269688ec03d00
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Video-Info-${VERSION}"
        WEB_SITE="http://search.cpan.org/~allenday/Video-Info-0.993/Info.pm"
      LICENSE[0]=AFPL
         ENTERED=20070510
           SHORT="Retrieve video properties such as: height width codec fps"
cat << EOF
Video::Info is a factory class for working with video files. When you create
a new Video::Info object (see methods), something like this will happen:
1) open file, determine type. See Video::Info::Magic.  2) attempt to create
object of appropriate class (ie, MPEG::Info for
   MPEG files, RIFF::Info for AVI files).
3) Probe the file for various attributes 4) return the created object,
or a Video::Info object if the
   appropriate class is unavailable.
EOF
