| Age | Commit message (Collapse) | Author |
|
|
|
Closes #37587.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36183.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This is needed for proper svg support for node-canvas:
https://github.com/Automattic/node-canvas#svg-support
Closes #33874.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #33751.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #29780.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
I'm tired of looking at this issue, and I doubt too many people are
using "without-x" anyway. Sorry!
Fixes #25175.
|
|
|
|
|
|
These dependencies are automatically detected from the URL, so declaring
them is redundant. If these formulae ever get a head or devel spec, then
explicit xz deps would need to be re-scoped appropriately. Thus we
should remove them.
|
|
|
|
Lots of stuff in Homebrew needs this, probably more than we are aware
of, and the vast majority of people installing cairo will have glib
anyway.
|
|
|
|
|
|
|
|
|
|
|
|
harfbuzz won't build without cairo-ft.
|
|
Fixes #19486.
|
|
Closes #19543.
|
|
|
|
|
|
|
|
|
|
Closes #16192.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15743.
|
|
Closes #15709.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15691.
Fixes #15650.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- Upgrade cairo to version 1.12.4
- Remove the patch that's not needed anymore.
- Add `env :std if build.universal?` to fix missing `__uint128_t`
Fixes #15029
Closes #15560.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15020.
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
We use PKG_CONFIG_LIBDIR to reset the default search path, overriding
whatever is baked into the pkg-config executable. This way, we can later
append XQuartz paths here while still allowing any brewed libs to take
precedence, keg-only or not.
Hopefully this will resolve any remaining issues, and let us get rid of
some per-formula hacks.
c.f. #14474.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Using :when_xquartz_installed will tell the keg-only machinery to activate
if XQuartz is installed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Older versions of XQuartz, including the one distributed by Apple with
OS X, contain an insufficient version of pixman for recent cairo.
Potentially the :pixman dep could be taught to only delegate to XQuartz
if it is up to date enough, but until then, always depend on our pixman.
Fixes #14072.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
This reverts commit 597928b77fb4947a13c10fb11b964f625460941e.
|
|
|
|
Closes #13172.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|