mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
[libjpeg-turbo] update to 2.0.6 (#15936)
* [libjpeg-turbo] update to 2.0.6 * update version
This commit is contained in:
parent
1188a3fe9b
commit
2e2c9c7ccb
@ -1,6 +1,5 @@
|
|||||||
Source: libjpeg-turbo
|
Source: libjpeg-turbo
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Port-Version: 4
|
|
||||||
Homepage: https://github.com/libjpeg-turbo/libjpeg-turbo
|
Homepage: https://github.com/libjpeg-turbo/libjpeg-turbo
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ endif()
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libjpeg-turbo/libjpeg-turbo
|
REPO libjpeg-turbo/libjpeg-turbo
|
||||||
REF ae87a958613b69628b92088b313ded0d4f59a716 # 2.0.5
|
REF 10ba6ed3365615ed5c2995fe2d240cb2d5000173 # 2.0.6
|
||||||
SHA512 25e8857a3542cc74c48775959f11811529fe6a853990cb285f91a6218c1cde5dd1e58043208e81709fb7a71c376396b2de1f20b53b2c5b8595ca097fa02992fd
|
SHA512 219d01907e66dd0fc20ea13cfa51a8efee305810f1245d0648b6ad8ee3cf11bf0bbd43b1ceeeb142a6ebbbfa281ec6a3b4e283b2fc343c360cd3ad29e9d42528
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
add-options-for-exes-docs-headers.patch
|
add-options-for-exes-docs-headers.patch
|
||||||
|
@ -3045,8 +3045,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libjpeg-turbo": {
|
"libjpeg-turbo": {
|
||||||
"baseline": "2.0.5",
|
"baseline": "2.0.6",
|
||||||
"port-version": 4
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libjuice": {
|
"libjuice": {
|
||||||
"baseline": "0.6.0",
|
"baseline": "0.6.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "42aed1a37d04ecdc437a4f52c6dd71740339f478",
|
||||||
|
"version-string": "2.0.6",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0c5889f679a9404504230cb568df8f1f1263cbba",
|
"git-tree": "0c5889f679a9404504230cb568df8f1f1263cbba",
|
||||||
"version-string": "2.0.5",
|
"version-string": "2.0.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user