Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mozjpeg] update to v4.1.1 #27274

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/mozjpeg/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mozilla/mozjpeg
REF 512a7c3a51071981e4b314c9bc029f1daa3fb72b #2021-09-27
SHA512 bdada9757bec5e02533d976a988210e59e37a07aa9dd321d29f18161d4143a1398c004b210d05748aa61a9005411b46e9e0bfa37af2b45570e45020fbc28f551
REF a2d2907ff023227e80c1e4efa809812410275a12 #v4.1.1
SHA512 77c003406a0b86859c461d92bd216168d6c4f5d55735e4a9ab473d3dbcad03fd4e398204f884dfd03f0fa883da296ac05a8c5242aa40792a3e179627e51db154
HEAD_REF master
PATCHES
fix-install-error.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/mozjpeg/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mozjpeg",
"version-date": "2021-09-27",
"version": "4.1.1",
"description": "MozJPEG reduces file sizes of JPEG images while retaining quality and compatibility with the vast majority of the world's deployed decoders. It's compatible with libjpeg API and ABI, and can be used as a drop-in replacement for libjpeg.",
"homepage": "https://github.com/mozilla/mozjpeg",
"license": "IJG AND BSD-3-Clause AND Zlib",
"dependencies": [
"libpng",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4797,7 +4797,7 @@
"port-version": 0
},
"mozjpeg": {
"baseline": "2021-09-27",
"baseline": "4.1.1",
"port-version": 0
},
"mp-units": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mozjpeg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0eb278a28c1706df4c9ce1413968d9e2a40edda8",
"version": "4.1.1",
"port-version": 0
},
{
"git-tree": "7713d74fddfa5b02228fdc489661c9ba15686cb6",
"version-date": "2021-09-27",
Expand Down