# $Id: Portfile 89908 2012-02-14 19:45:22Z ryandesign@macports.org $

PortSystem 1.0
name		dvdauthor
version		0.7.0
categories	multimedia
platforms	darwin
maintainers	perry.ch:maurice
description	A simple set of tools to help author a DVD.

long_description	\
	A simple set of tools to help you author a DVD. The idea is to be \
	able to create menus, buttons, chapters, etc, but for now you can \
	just take an mpeg stream (as created by mplex -f 8 from mjpegtools \
	1.6.0) and write it to DVD.

homepage	http://dvdauthor.sourceforge.net/
master_sites	sourceforge:project/dvdauthor/dvdauthor/${version}

checksums	rmd160  fa45f92cfc18a9f3327abd3c5b94fae6d4de22d0 \
		sha256  aea6af7b99eba38ffa9dc5ad1521c2cc652e043cea0e7482e239d2a3fc2f34d0

depends_lib 	port:libdvdread \
		port:libxml2 \
		port:bzip2 \
		port:zlib \
		port:libpng \
		port:libiconv \
		port:freetype \
		port:fontconfig \
		port:ImageMagick

worksrcdir	${name}
