mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[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:
parent
91a06afd7d
commit
ad5baff2b6
@ -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>)
|
||||
|
@ -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",
|
||||
|
@ -4250,7 +4250,7 @@
|
||||
},
|
||||
"libjpeg-turbo": {
|
||||
"baseline": "3.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libjuice": {
|
||||
"baseline": "1.0.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "91d431c26902a8c0b21e7956caa136093b7d7d6b",
|
||||
"version": "3.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3cd08939c6dab1963ac5b309a4205b2f4534fb79",
|
||||
"version": "3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user