`xmlto` forces the `--nonet` flag on `xsltproc`, which means it throws up an
I/O error whenever it needs to hit the network to pull down any files. So we
patch out the forced flag, and additionally add `docbook-xsl` as a dependency,
which'll reduce the odds of having to hit the network in the first place.
FixesHomebrew/homebrew#21040.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Building from gstreamer master is required for development
purpose.
Also gest-plugins-* and gst-libav get --HEAD.
ClosesHomebrew/homebrew#21665.
Signed-off-by: Samuel John <github@SamuelJohn.de>
Cleaning up places that can use `opt_prefix` instead of
`#{HOMEBREW_PREFIX}/opt/<packagename>`
This package had a hardcoded `/usr/local/` instead of a
Homebrew path in the .plist file.
ClosesHomebrew/homebrew#22079.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Configuration files should be in /usr/local/etc (or equivalent), not in
the cellar, where git put them before.
ClosesHomebrew/homebrew#22082.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is where e.g. glib puts similar scripts; potentially gdb from
homebrew-versions needs to be configured to look here instead of in its
keg, but I'm not an expert.
... and not just installed ones. Of course, strictly speaking,
reinstalling not-yet-installed formulae makes semantically little
sense, but the big win is that we can tell people (after we have
resolved an issue) to `brew reinstall <formula>` and even if a user
has removed that formula in the meantime, reinstall will do the right
thing. Basically adding --force to uninstall. I think this makes
reinstall more robust.
Bumped pip and setuptools for python and python3.
I whish we had formula revisions already now.
But on the other hand there is no hurry as the
changes to pip/setuptools are not major.
Pip and setuptools can't be updated the way we write in the caveats.
This is because pip fails to remove the symlink from the
`brew --prefix`. Also we said that we don't like self-updating tools.
We will rather update the python formula, and bump the revision
(once we have the revision feature) when pip or setuptools get
updated.
* Stop shipping most binaries except llvm-config. Now llvm is supposed to be
used as a library only.
* Add caveat to point user to homebrew-versions for full featured llvms.