dvdauthor : new package
authorSteve Kenton <skenton@ou.edu>
Tue, 13 Jan 2015 01:55:56 +0000 (19:55 -0600)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Jan 2015 21:01:42 +0000 (22:01 +0100)
commit072ba39cee77bb2487a84627056900ad6be52c9b
treeacc26fd07a89c322cf502e360c55209321492854
parent141eba419c19edc8e8e1e46a03c12298b71f1445
dvdauthor : new package

DVDAuthor is a set of tools to help you author the file and directory
structure of a DVD-Video disc, including programmatic commands for
implementing interactive behaviour. It is driven by command lines and
XML control files, though there are other programs that provide
GUI-based front ends if you prefer

[Thomas:
 - Make the libdvdread dependency optional: it is only needed for the
   dvdunauthor program, which can be disabled using a configure
   option. So a separate Config.in option was added for dvdunauthor.
 - Adjust license to GPLv2+, as can be seen in the source code itself.
 - Add optional dependency on fontconfig and imagemagick. Make sure we
   don't pick up a host installed GraphicsMagick (which is different
   from ImageMagick!)
 - Add a hash file.]

Signed-off-by Stephen M. Kenton <skenton@ou.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/dvdauthor/Config.in [new file with mode: 0644]
package/dvdauthor/dvdauthor.hash [new file with mode: 0644]
package/dvdauthor/dvdauthor.mk [new file with mode: 0644]