aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mupdf.rb
AgeCommit message (Collapse)Author
2014-12-27Migrate some formula with hard-X11 dependencies.Mike McQuaid
We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk).
2014-10-20mupdf: respect compiler selectionJack Nagel
Fixes #33365.
2014-10-06mupdf: update 1.6 bottle.BrewTestBot
2014-10-06mupdf 1.6chdiza
Closes #32975. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-17mupdf: add 1.5 bottle.BrewTestBot
Closes #30214. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-17mupdf 1.5ojab
2014-04-05mupdf: Remove unused dependenciesFelix Bùˆnemann
This removes all the dependencies, because they were not used. mupdf ships with bundles versions of all the libs in the directory thirdparty and those are used, even if the dependencies are specified. Closes #28154. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-08Batch convert http urls from Google Code to httpsIan Lancaster
Closes #27218.
2014-02-27mupdf: use Formula[]Adam Vandenberg
2013-09-15mupdf 1.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-19mupdf: also install mutoolYohann Bianchi
Closes #21015. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-18mupdf: use :macosAdam Vandenberg
2013-03-01mupdf 1.2Rommel G Custodio
Signed-off-by: Rommel G Custodio <sessyargc.jp@gmail.com> Closes #18160. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-27mupdf: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
2012-11-07mupdf: Fix freetype include pathCharlie Sharpsteen
Was missing a `-I` flag. Fixes #15890.
2012-10-30mupdf: Update to 1.1Charlie Sharpsteen
In this release, all command line tools have been centralized into the `mubusy` executable.
2012-09-04Avoid referencing MACOS_VERSION directlyJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-24MuPDF: Update to 1.0Charlie Sharpsteen
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-15Shore up a number of shell quoting issuesJack Nagel
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-04-17MuPDF: Add caveats and 10.6+ RequirementCharlie Sharpsteen
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-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-29New Formula: MuPDFCharlie Sharpsteen
MuPDF is a PDF and XPS rendering library written in C licensed under GPL v3.