Main reasons for boneyard:
* As this formula now stands, it fails to build (with a mysterious
error) against FFmpeg 3.0 (#49178);
* This is a GUI-only tool (look at its awkward test), so it doesn't
quite belong to core to begin with; and due to the build issue above,
work is needed if it is to be revived in homebrew/gui;
* There's not enough interest, seeing that we are two releases or half a
year behind, and no user even proposed a version bump;
* Upstream's preferred method of installation is the app bundle (which
seems to be a much more complete solution, given the app bundle's
size), distributed in binary disk images.
More discussions in Homebrew/homebrew#49178.
ClosesHomebrew/homebrew#49378.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
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>