aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dvdauthor.rb
AgeCommit message (Collapse)Author
2011-08-11dvdauthor: fix compiling against libpng 1.5.xSteve Marshall
DVDAuthor on Lion suffers from the same issue as Gentoo appears to (https://bugs.gentoo.org/355039?id=355039) with libpng 1.5.x. Add an explicit reference to zlib.h, and fix dereferencing of pointer to incomplete type. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-14dvdauthor 0.7.0Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-03-07New formula: dvdauthor, a simple set of tools to help you author a DVD.Fred Wenzel
Signed-off-by: David Höppner <0xffea@gmail.com>