[libjpeg-turbo] Fix usage of libjpeg-turbo (#33459)

* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* fix usage

* update version
This commit is contained in:
jim wang 2023-09-01 03:54:40 +08:00 committed by GitHub
parent 91a06afd7d
commit ad5baff2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -6,4 +6,4 @@ libjpeg-turbo is compatible with built-in implementation-agnostic CMake targets:
libjpeg-turbo provides CMake targets for the TurboJPEG C API:
find_package(libjpeg-turbo CONFIG REQUIRED)
target_link_libraries(main PRIVATE libjpeg-turbo::jpeg libjpeg-turbo::turbojpeg)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libjpeg-turbo::turbojpeg>,libjpeg-turbo::turbojpeg,libjpeg-turbo::turbojpeg-static>)

View File

@ -1,6 +1,7 @@
{
"name": "libjpeg-turbo",
"version": "3.0.0",
"port-version": 1,
"description": "libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems.",
"homepage": "https://github.com/libjpeg-turbo/libjpeg-turbo",
"license": "BSD-3-Clause",

View File

@ -4250,7 +4250,7 @@
},
"libjpeg-turbo": {
"baseline": "3.0.0",
"port-version": 0
"port-version": 1
},
"libjuice": {
"baseline": "1.0.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91d431c26902a8c0b21e7956caa136093b7d7d6b",
"version": "3.0.0",
"port-version": 1
},
{
"git-tree": "3cd08939c6dab1963ac5b309a4205b2f4534fb79",
"version": "3.0.0",