diff options
| author | Brett Koonce | 2012-11-04 11:09:09 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-04 09:25:25 -0800 |
| commit | 66906d8353a29cbdf46ed372976e3ba9d4354fb6 (patch) | |
| tree | 6d86568b2bbdafe2685c1c31d780f6eede1ac634 /Library/Formula | |
| parent | 6d4105b95deaca6cff4fbbefca999e615406ff0b (diff) | |
| download | homebrew-66906d8353a29cbdf46ed372976e3ba9d4354fb6.tar.bz2 | |
dvdauthor 0.7.1
stripped patch (fixed upstream)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dvdauthor.rb | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/Library/Formula/dvdauthor.rb b/Library/Formula/dvdauthor.rb index 2d91ec6f7..e2816853f 100644 --- a/Library/Formula/dvdauthor.rb +++ b/Library/Formula/dvdauthor.rb @@ -2,8 +2,8 @@ require 'formula' class Dvdauthor < Formula homepage 'http://dvdauthor.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/dvdauthor/dvdauthor/0.7.0/dvdauthor-0.7.0.tar.gz' - sha1 '39501f826ae9cc6b334160ebb9c01ce9c91b31d4' + url 'http://downloads.sourceforge.net/project/dvdauthor/dvdauthor/0.7.1/dvdauthor-0.7.1.tar.gz' + sha1 'a9636d165bf546e3e2b25b7397c33dbfa2895e6a' # Dvdauthor will optionally detect ImageMagick or GraphicsMagick, too. # But we don't add either as deps because they are big. @@ -12,14 +12,6 @@ class Dvdauthor < Formula depends_on 'libdvdread' depends_on :freetype - # Fix build with png-1.5. Patch has been applied upstream, but no tagged - # release has been made since 2010. See: - # http://bugs.gentoo.org/355039 - # https://github.com/ldo/dvdauthor/commit/c82aaa4eb1a1c36bf7e2b7ae3c9140d0bf8000b5 - def patches - DATA - end - def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", @@ -29,24 +21,3 @@ class Dvdauthor < Formula system "make install" end end - -__END__ ---- a/src/spuunmux.c 2010-05-10 11:27:55.000000000 +0400 -+++ b/src/spuunmux.c 2011-03-17 11:20:25.000000000 +0300 -@@ -39,6 +39,7 @@ - #include <netinet/in.h> - - #include <png.h> -+#include <zlib.h> - - #include "rgb.h" - #include "common.h" -@@ -610,7 +611,7 @@ - png_destroy_write_struct(&png_ptr, (png_infopp)NULL); - return -1; - } /*if*/ -- if (setjmp(png_ptr->jmpbuf)) -+ if (setjmp(png_jmpbuf(png_ptr))) - { - png_destroy_write_struct(&png_ptr, &info_ptr); - fclose(fp); |
