Commit graph

30 commits

Author SHA1 Message Date
OPNA2608 c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Sandro Jäckel 9fa54ab2b8
opencolorio: move cmake file to correct place 2023-01-07 21:05:58 +01:00
Robert Scott 716cab1403
Merge pull request #208429 from risicle/ris-opencolorio-1-fix-output-references
opencolorio_1: fix output references
2023-01-07 17:42:23 +00:00
Robert Scott df3673d17b opencolorio_1: fix output references
cmake files belong in the dev output, and need to have their
references to binaries appropriately changed to the equivalent
paths in the bin output
2022-12-31 00:34:02 +00:00
Robert Scott 8a02212d0e opencolorio: 2.1.2 -> 2.2.0
openimageio is no longer required for the apps, so remove it in
favour of openexr_3 to avoid a circular dependency
2022-12-30 00:25:00 +00:00
Sandro ab5003daa5
Merge pull request #192566 from tjni/opencolorio-1 2022-09-29 23:22:36 +02:00
Theodore Ni e0ab9af396
opencolorio_1: fix build on aarch64-darwin 2022-09-22 23:15:34 -07:00
github-actions[bot] 5875423007
Merge master into staging-next 2022-09-18 00:02:44 +00:00
Robert Scott eb1df01d46 opencolorio: fix build on darwin x86_64
use macos sdk 11.0 to allow Metal support to compile, but revert
use of -hidden-l because our toolchain on darwin x86_64 is too old
to support that
2022-09-11 17:20:31 +01:00
Alexander Shpilkin d6ad6c4793 opencolorio: fix path in pkg-config file 2022-09-07 21:49:32 +03:00
Jonas Heinrich 518e2f8fff
opencolorio: 2.0.2 -> 2.1.2 (#182695)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-25 15:10:33 +02:00
Ryan Burns 2175b157ac treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
R. RyanTM 90b0fda38e opencolorio: 2.0.1 -> 2.0.2 2021-09-14 18:23:44 +00:00
Dmitry Kalinkin 74af05601c
Revert "opencolorio: combine dev and out outputs of expat when building"
This reverts commit 7d82e18159.
2021-07-03 19:30:45 -04:00
superwhiskers 7d82e18159
opencolorio: combine dev and out outputs of expat when building 2021-06-30 14:38:08 -05:00
Maxwell Beck a1d1b7e284
opencolorio_1: Remove top-level with lib 2021-06-23 19:43:47 -05:00
Maxwell Beck 4d367a2783
opencolorio2: Refactor dependencies
Python bindings and utility applications can now be disabled if desired.
GPU rendering is always enabled.
2021-06-23 19:43:37 -05:00
Maxwell Beck 26d63b55d0
opencolorio2: init at 2.0.1 2021-06-19 23:00:05 -05:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
c0bw3b 9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM e78b679b04 opencolorio: 1.1.0 -> 1.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencolorio/versions
2019-04-16 18:46:26 +02:00
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
Eelco Dolstra 8ea7ad67fd opencolorio: 1.0.9 -> 1.1.0 2018-08-24 11:17:55 +02:00
Matthew Bauer 80b8caf435 opencolorio: fix on darwin 2018-03-19 05:42:19 -05:00
Eelco Dolstra f0206aba5e opencolorio: Use separate outputs
Also, make the package name match the attribute (and upstream) name.
2016-09-01 18:57:43 +02:00
Cillian de Róiste f2b59904e5 opencolorio: update from 1.0.8 to 1.0.9 2014-02-19 22:49:07 +01:00
Cillian de Róiste 8ef25cf876 Add OpenColorIO, a color management framework. Used by Blender 2013-03-28 00:45:22 +01:00