diff options
| author | Wolfgang Stöggl <c72578@yahoo.de> | 2021-09-08 00:19:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 15:19:07 -0700 |
| commit | 7fae7f5923c706568710aadfcbe8aa4799478a5f (patch) | |
| tree | fc523219176fb7c5e6aff0745893c92be3e99c28 /versions | |
| parent | 8307923c6aebccfec9a92c4378bbb887c73078a7 (diff) | |
| download | vcpkg-7fae7f5923c706568710aadfcbe8aa4799478a5f.tar.gz vcpkg-7fae7f5923c706568710aadfcbe8aa4799478a5f.zip | |
[lcms] Update to 2.12 (#19551)
In addition to updating the version to 2.12, the following
modifications were applied to the port:
- Use the name lcms2 for the library, as it is called upstream since
version 2 of Little-CMS.
Remark: In the past, the library has already been called lcms2 for
a while in vcpkg (1e53c60 until 726c111).
The ports in vcpkg, which currently require the port lcms
(devil, libraw and opencolorio), use and support lcms2 include/lib.
- Add generating a pkg-config file
- Add quotes to file commands in portfile.cmake
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/lcms.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0363c0775..37380854f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3069,7 +3069,7 @@ "port-version": 2 }, "lcms": { - "baseline": "2.11", + "baseline": "2.12", "port-version": 0 }, "leaf": { diff --git a/versions/l-/lcms.json b/versions/l-/lcms.json index 91b03084a..8155efcc4 100644 --- a/versions/l-/lcms.json +++ b/versions/l-/lcms.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0020f124dcd6fa36e8ab5edad1efc85c59c51a56", + "version-string": "2.12", + "port-version": 0 + }, + { "git-tree": "87ed3cf04e19a238f357a256419016aa49f88eb4", "version-string": "2.11", "port-version": 0 |
