aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dvdauthor.rb
AgeCommit message (Collapse)Author
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-21dvdauthor: depends_on :libpngMisty De Meo
Fixes #18001.
2012-11-04dvdauthor 0.7.1Brett Koonce
stripped patch (fixed upstream) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22dvdauthor: don't depend on x11 unnecessarily.Mike McQuaid
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-03-17dvdauthor: use a p1 patchAdam Vandenberg
2012-03-17dvdauthor: add patch documentationAdam Vandenberg
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>