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>
- Upgrade to 0.9.34
- Add a required dep on x11. It's an X window manager.
- Works well with superenv
ClosesHomebrew/homebrew#15718.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to rsyslog 5.10.1
- It's old, but newer ones, v6.x or 7.x, require linux & sysinfo.h
- Add an explicit dep on pkg-config
- Works with superenv
ClosesHomebrew/homebrew#15719.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to 2.3.0
- Switch to cmake because it's the only build system now.
- Add a dep on cmake.
- Add `-DENABLE_HELP=OFF` so it doesn't require latex.
- It still installs some man pages.
- It has an fltk option that doesn't work due to HB fltk issues.
- Works with superenv on ML with XCode-4.5.1
ClosesHomebrew/homebrew#15720.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The Genetic Algorithm Utility Library (or, GAUL for short) is a
flexible programming library designed to aid in the development
of applications that use genetic, or evolutionary, algorithms.
Gaul would be a dependency in the requested pgrouting formula.
Gaul builds well with superenv and is under active development.
It has no dependencies itself. Tested on 10.8.2 w/XCode-4.5.1.
ClosesHomebrew/homebrew#15708.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The fetch-crl utility will retrieve certificate revocation lists (CRLs)
for a set of installed trust anchors, based on crl_url files or IGTF-style
info files. It will install these for use with OpenSSL, NSS or third-party
tools.
ClosesHomebrew/homebrew#15269.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to version 3.2.0
- Use git and a tag for stable so that we pick up the submodule.
- Add options for 32-bit, Alignment, Google Perf Tools, and NoColor
- Add deps on 'automake' and 'libtool' to generate 'configure'
- Add a conditional dep on google-perftools if optioned.
- Add `env :std` and `fails_with :clang` otherwise missing symbols.
ClosesHomebrew/homebrew#15425.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Flake is a faster flac encoder/decoder. It is written in C and is completely opensource.
ClosesHomebrew/homebrew#15700.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>