Skip to content

Commit

Permalink
[libjpeg-turbo] Fix usage of libjpeg-turbo (#33459)
Browse files Browse the repository at this point in the history
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* fix usage

* update version
  • Loading branch information
jimwang118 committed Aug 31, 2023
1 parent 91a06af commit ad5baff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/libjpeg-turbo/usage
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions ports/libjpeg-turbo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@
},
"libjpeg-turbo": {
"baseline": "3.0.0",
"port-version": 0
"port-version": 1
},
"libjuice": {
"baseline": "1.0.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libjpeg-turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "91d431c26902a8c0b21e7956caa136093b7d7d6b",
"version": "3.0.0",
"port-version": 1
},
{
"git-tree": "3cd08939c6dab1963ac5b309a4205b2f4534fb79",
"version": "3.0.0",
Expand Down

0 comments on commit ad5baff

Please sign in to comment.