The `skip clean` no longer appears to be required. It was previously added in
https://github.com/Homebrew/homebrew/pull/15474 because this formula used
to potentially end up with an empty install, or only the presence of an empty
share directory.
Since we now install Perl modules required and have for some time now the
installation hasn't been "empty" in that way and the line is redundant.
Also fixes sandboxing, fixes perl module finding, etc.
ClosesHomebrew/homebrew#49338.
ClosesHomebrew/homebrew#49366.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
If you pass the prefix twice you end up with the Perl bindings installed in
a double prefix:
/usr/local/Cellar/subversion/1.9.3/usr/local/Cellar/subversion/1.9.3/Library
Rather than:
/usr/local/Cellar/subversion/1.9.3/Library
This fixes that.
Upstream fixed the following build error when using --with-opencl:
In file included from openclwrapper.cpp:10:
./openclwrapper.h:2:10: fatal error: 'allheaders.h' file not found
#include "allheaders.h"
^
1 error generated.
make[1]: *** [openclwrapper.lo] Error 1
make: *** [install-recursive] Error 1
ClosesHomebrew/homebrew#49352ClosesHomebrew/homebrew#49365.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
With Go 1.6 out, comes jump 0.7.0 as well. Minor improvements around
file locking and performance.
ClosesHomebrew/homebrew#49346.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
Boneyarding because:
1. Not compatible with FFmpeg 3.0 (#49178);
2. Not developed in the open, only release tarballs are available, so
tracking progress is hard;
3. Latest release is from April 2013;
4. Has to join a mailing list to report bugs, the archive of which was
last built in 2014.
In summary, there's no evidence that this library is not abandoned.
See also discussions in Homebrew/homebrew#49178.
ClosesHomebrew/homebrew#49268.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
* X11 linkage reworked since much has been fixed upstream (in
particular, there's the new --disable-x11 configure option);
* Added more substantial test.
ClosesHomebrew/homebrew#49355.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Upstream's next release may not be too soon (still awaiting maintainer
feedback on ETA). Meanwhile, maintainer has confirmed that r2779 on the
2.5 branch is the revision that fixes FFmpeg 3.0 compatibility (see
http://moc.daper.net/node/1496), and backporting it to 2.5.0 (the inline
patch in this commit) was a success.
The caveat is that we now need to run autoreconf unconditionally,
because Makefiles have to be regenerated after we patch ffmpeg.m4.
I also added a nonsubstantial test (there's no way to write a
substantial test, due to the nature of this tool).
ClosesHomebrew/homebrew#49359.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>