The `brew audit` check complains about the older /tarball/ URL scheme. Update
formulae to use the new /archive/ URL and update the SHA to match.
ClosesHomebrew/homebrew#18813.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
0.28 replaces the hardcoded makefile with autotools, for a *much*
cleaner formula. Hooray!
(Note on tarballs: the -dist versions include a prebuilt configure
script, while the regular numbered tarballs are just snapshots of
the git repo.)
jbig2enc's pdf.py demo program did not properly retain an image's DPI
when creating a PDF; it was hardcoded to 600, regardless of the actual
resolution of the input image. This patch corrects that by intelligently
extracting the DPI from the file being converted.
ClosesHomebrew/homebrew#7913.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>