- Neither super-stable nor stable compile due to our new libpng.
- So swith to using the netpbm advanced and trunk branches.
- Upgrade to the newer advanced revision 1755, version 10.60.02.
- Remove the patches for devel and HEAD that have been merged.
- Works with superenv
FixesHomebrew/homebrew#15677.
ClosesHomebrew/homebrew#15762.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
If the Poppler configure script detects Glib libraries, it will set up for a
build but fail because superenv strips required utilities out of the `PATH`.
Also, fix use of conditional expression operators. `build.include?`
_must always_ have a set of parenthesis surrounding its argument when used in a
conditional expression.
FixesHomebrew/homebrew#15748.
The PGPLOT Graphics Subroutine Library is a Fortran-
or C-callable, device-independent graphics package
for making simple scientific graphs.
ClosesHomebrew/homebrew#11233.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fontconfig does not cache fonts in /Library/Fonts and ~/Library/Fonts.
The patch fixes this.
ClosesHomebrew/homebrew#15745.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Swatchbooker is a python program to view, convert and edit swatches
(colours mostly at the moment). It comprises command line tools and a
Qt GUI, hence the pyqt dependency. It requires little-cms to convert
colours and little-cms hence needs to be compiled with python bindings.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Rationale: java is an optional OS X component, so don't try to build
with Java by default.
Nothing in core uses the java components.
ClosesHomebrew/homebrew#14411.
- Upgrade to 2.0.6
- Add a patch: intializes variable length arrays to 1 for clang.
- Patch stops a variable length array non-POD element type error.
- Patch reported upstream via email and noted in comments.
- Add an LDFLAG for `-lboost_system-mt` because autoconf doesn't.
- Add a dep on boost because the build requires it and samtools.
- Works with superenv on ML with XCode-4.5.1.
ClosesHomebrew/homebrew#15716.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to 2.5.2
- Add a patch to add <sys/types.h> otherwise missing symbols
- Add a patch to make a non-void function return a `0`
- Add comments for the patch linking the upstream bug report.
- Works with superenv on 10.8.2
ClosesHomebrew/homebrew#15717.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>