| Age | Commit message (Collapse) | Author |
|
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).
|
|
Fixes #33365.
|
|
|
|
Closes #32975.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30214.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
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>
|
|
|
|
Closes #27218.
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21015.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Rommel G Custodio <sessyargc.jp@gmail.com>
Closes #18160.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Was missing a `-I` flag.
Fixes #15890.
|
|
In this release, all command line tools have been centralized into the `mubusy`
executable.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #14653.
|
|
|
|
Make requirement on Snow Leopard or newer fatal.
Remove code that prefixes command line tools with `mu` as this has been done
upstream.
|
|
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>
|
|
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.
|
|
Closes #9449.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
MuPDF is a PDF and XPS rendering library written in C licensed under GPL v3.
|