nixpkgs/pkgs/development/libraries/opencolorio
Tom Hall 43110d8af5 opencolorio: refactor to use system lcms2 and tinyxml
The version of LCMS bundled with opencolorio is too old to build on
aarch64, simply because its config files date from before aarch64
was announced. However, it can use the system lcms2 if it is found.

Also de-vendor tinyxml.

In addition, the version had been bumped to 1.1.0, but 1.0.9 was still
hard-coded in the fetch uri. Some changes were necessary for 1.1.0 to build.

As the sources are fetched from github, use fetchFromGitHub instead of
fetchurl.
2018-08-30 18:03:21 +00:00
..
default.nix opencolorio: refactor to use system lcms2 and tinyxml 2018-08-30 18:03:21 +00:00