| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This commits adds recommended deps on png, jpeg, and libtiff
to FontForge, otherwise it will get various build errors and
runtime problems doing some font conversions. Lilypond for one
needs this. Also add an option to build in Gif support to round
out the image handling.
Closes #16001.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
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>
|
|
|
|
fontforge fails to build on 10.8 due to being designed for 10.7
through the use of `<FlatCarbon/Files.h>`. Force the formula
to use 10.7 SDK. Patch the hard-coded paths with the HB variable
`MacOS.sdk_path(10.7)}` as needed. Tested on 10.8 using clang
and from XCode-4.4.1.
Fixes #14421
Closes #14482.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14437.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14357.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Shouldn't break for previous versions. We hope.
Fixes #13635. Fixes #14097.
|
|
Closes #14241.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #13911.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Build the Python extension by default and install it to the right location.
Fixes #4689.
Closes #12535.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Find the developer prefix and use that, like MaPorts
- @adamv
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Tried this build with Xcode 4.2/LLVM 2336.1.00 - still fails. Builds fine with
Clang.
Fixes #8589.
Closes #9711.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Be more specific about the edits we do to the make file.
We only want to change paths in the install section near the bottom.
Also take out `sudo` from the app linking instructions.
|
|
FontForge will compile with newer Homebrew-built versions of Python, but
I have an older one and needed this to work to test Lilypad builds.
|
|
To make it easier to copy and paste multiline scripts from caveats,
no longer use $ as a prompt marker.
|
|
|
|
|
|
Fontforge recently switched to git:
http://sourceforge.net/mailarchive/message.php?msg_id=27054558
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Version bump to 20110222
Add fails_with_llvm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Make formula installable as non-superuser
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Outline font editor.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|