[charls] update to 2.2.0 (#15857)

* [charls] update to 2.2.0

* update version

* delete TARGET_PATH

* update version
This commit is contained in:
JonLiu1993 2021-01-28 06:25:19 +08:00 committed by GitHub
parent f53d9799c3
commit 3b469cb563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Source: charls
Version: 2.1.0-1
Version: 2.2.0
Homepage: https://github.com/team-charls/charls
Description: CharLS, a C++ JPEG-LS library implementation.

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO team-charls/charls
REF 2.1.0
SHA512 456539243d984ebe6afe1bbb7c9422e642cf0346d25d220126ad8a6d04e945c6c340ab3c2b73a7db4ec390ed6a52236e5c6e9ad6d14e8b78b701937810fb327d
REF 0bafe4ecdc591f633303ad0d32f3f6c38d099802 #v2.2.0
SHA512 56acb0085a4f653660166c11982934d7f8c8836db63339aaca700aabade2bf7cff8cba77f9f04a68bbc119b5b15800bf01ffb10628703fb2188f6e654d0e5f22
HEAD_REF master
)
@ -12,10 +12,11 @@ vcpkg_configure_cmake(
OPTIONS
-DCHARLS_BUILD_TESTS=OFF
-DCHARLS_BUILD_SAMPLES=OFF
-DCHARLS_BUILD_FUZZ_TEST=OFF
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/charls)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -1145,7 +1145,7 @@
"port-version": 1
},
"charls": {
"baseline": "2.1.0-1",
"baseline": "2.2.0",
"port-version": 0
},
"chartdir": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12553ab1c13943bb8295052c2965bdbcbfc7f57f",
"version-string": "2.2.0",
"port-version": 0
},
{
"git-tree": "2fa61c15c3a5e28cb65a32bce7769942d8a8f061",
"version-string": "2.1.0-1",