Commit graph

13 commits

Author SHA1 Message Date
Adam Vandenberg
02a8f7f23e mupdf: style nits 2013-01-27 14:54:51 -08:00
Jack Nagel
60003eecc3 Use new requirement syntax 2013-01-21 17:36:34 -06:00
Jack Nagel
041c9c193f Use fatal DSL method in requirements 2013-01-18 19:30:43 -06:00
Charlie Sharpsteen
119f74774a mupdf: Fix freetype include path
Was missing a `-I` flag.

Fixes Homebrew/homebrew#15890.
2012-11-07 17:16:05 -08:00
Charlie Sharpsteen
b05f1923d0 mupdf: Update to 1.1
In this release, all command line tools have been centralized into the `mubusy`
executable.
2012-10-30 23:17:37 -07:00
Jack Nagel
018dabf584 Avoid referencing MACOS_VERSION directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04 18:15:31 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Charlie Sharpsteen
af77e06391 MuPDF: Update to 1.0
Make requirement on Snow Leopard or newer fatal.

Remove code that prefixes command line tools with `mu` as this has been done
upstream.
2012-05-24 12:32:43 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Charlie Sharpsteen
9b7288978c MuPDF: Add caveats and 10.6+ Requirement
The incompatibility with Leopard is now expressed as a requirement. Caveats
added explaining that the names of the command line tools have been altered to
prevent clashes with other packages.
2012-04-17 11:38:24 -07:00
Brett Koonce
7b65d5ade8 Fix spelling mistakes
Closes Homebrew/homebrew#9449.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 09:43:54 -06:00
Charlie Sharpsteen
2a1ab865ba New Formula: MuPDF
MuPDF is a PDF and XPS rendering library written in C licensed under GPL v3.
2011-09-29 11:10:41 -07:00