XCB is a more "modern" way of communicating with X11 servers than
straight XLib. It is required by some X11 applications. Enabling
support in cairo should not affect applications which don't use it
explicitly.
ClosesHomebrew/homebrew#9598.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- new download link for mapnik 2.0.0 - and tweaks to avoid needing
external scons and to properly set the CC/CXX/JOBS so that the mapnik
build scripts will pick them up
ClosesHomebrew/homebrew#8177.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* update to version 3.44.4
* url is tied to the specific version of the file
ClosesHomebrew/homebrew#9927.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Some configure scripts are checking for nss via pkg-config since most
Linux distros seem to add that to their package.
ClosesHomebrew/homebrew#9705.
Note: upstream has been asked several times over the last few years to
provide pkg-config files, but nothing has come of it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Some configure scripts are checking for nspr via pkg-config since most
Linux distros seem to add that to their package.
ClosesHomebrew/homebrew#9705.
Note: upstream has been asked several times over the last few years to
provide pkg-config files, but nothing has come of it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is a head-only source build; stable releases are pre-built .app
bundles.
We'd take this as a submission to Homebrew-alt.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
ClosesHomebrew/homebrew#8909.
[jn: use std_cmake_parameters, style. Note that this is a separate
project from libssh2.]
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
These things are picked up if they are installed, and as they are pretty
lightweight we may as well mark them as optional deps.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Given the API incompatibilities between 1.x an 2.x, it is easier to
maintain separate formulae for the time being. Luckily, the developers
have made sure that the two can be installed alongside each other: the
binaries have different names, the library is versioned, &c.
ClosesHomebrew/homebrew#7345.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
STORMfs is a FUSE abstraction layer for cloud storage.
STORMfs allows you to mount cloud storage as a local filesystem. Currently
supporting Amazon S3, Eucalyptus (Walrus S3), and Google Cloud Storage[1].
This is the first (alpha) release, primarily focused on users who whish to
contribute feedback and bug reports.
[1] Interoperable Access (non-native API)
ClosesHomebrew/homebrew#9873.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This changes the cmake call to use release builds instead of debug builds, as
debug builds print to stderr etc (which is pretty ugly). This cannot be turned
of runtime, only compile time.
It also cleans it up by using `std_cmake_parameters`.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Ocaml packages that need to install here will cause the site-lib
directory to be created, and the symlink in the ocaml keg will work as
intended. This is necessary for the ocaml bottle to work properly.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>