dvd-slideshow _unstable_ port information

Package: dvd-slideshow
Version: 0.7.1
Revision: 10
###
Depends: dvdauthor (>= 0.6.9-1), ffmpeg, lame, mjpegtools, sox, imagemagick | imagemagick-nox, mkisofs, cdrecord
###
Source: mirror:sourceforge:%n/%n_%v.tar.gz
Source-MD5: 34c3455cc8b75f5ea3c199d447a34a9b
###
DocFiles: COPYING.txt INSTALL.txt TODO.txt doc/*
###
CompileScript: <<
echo None
<<
###
InstallScript: <<
#!/bin/sh -ev
INSTALLDIR="%i"
BUILDDIR="%b"

mkdir -p $INSTALLDIR/bin
mkdir -p $INSTALLDIR/share/man/man1

install -m 0755 $BUILDDIR/dir2slideshow $INSTALLDIR/bin
install -m 0755 $BUILDDIR/dvd-menu $INSTALLDIR/bin
install -m 0755 $BUILDDIR/dvd-slideshow $INSTALLDIR/bin
install -m 0755 $BUILDDIR/gallery2slideshow $INSTALLDIR/bin
install -m 0755 $BUILDDIR/jigl2slideshow $INSTALLDIR/bin
install -m 0755 $BUILDDIR/dvd-iso $INSTALLDIR/bin
install -m 0755 $BUILDDIR/dvd-encode $INSTALLDIR/bin
install -m 0755 $BUILDDIR/dvd-burn $INSTALLDIR/bin
install -m 0644 $BUILDDIR/man/dir2slideshow.1 $INSTALLDIR/share/man/man1
install -m 0644 $BUILDDIR/man/dvd-menu.1 $INSTALLDIR/share/man/man1
install -m 0644 $BUILDDIR/man/dvd-slideshow.1 $INSTALLDIR/share/man/man1
install -m 0644 $BUILDDIR/man/gallery2slideshow.1 $INSTALLDIR/share/man/man1
install -m 0644 $BUILDDIR/man/jigl2slideshow.1 $INSTALLDIR/share/man/man1
<<
###
Description: Makes a DVD-compatible slideshow video
DescDetail: <<
dvd-slideshow makes a DVD-compatible slideshow video with menus from a
batch of pictures. It consists of a set of scripts: dvd-slideshow reads
a text file list of all the pictures you want in one slideshow and creates
a DVD-compatible MPEG movie with your audio tracks and specified timing. It
supports effects such as fades, crops, and the Ken Burns effect.

o dvd-menu makes a top-level DVD menu with the output files from
dvd-slideshow.
o dir2slideshow makes a dvd-slideshow input file from a directory of
pictures.
o gallery2slideshow makes the input file from your Gallery album.
o jigl2slideshow makes the input file from your jigl album.

The output is fed through dvdauthor to create DVDs.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://dvd-slideshow.sourceforge.net