Skip to content

Update libjpeg-turbo to 3.0.0 - #105

Merged
mattleibow merged 4 commits into
skiasharpfrom
dev/update-libjpeg-v3
Aug 25, 2023
Merged

Update libjpeg-turbo to 3.0.0#105
mattleibow merged 4 commits into
skiasharpfrom
dev/update-libjpeg-v3

Conversation

@mattleibow

@mattleibow mattleibow commented Aug 24, 2023

Copy link
Copy Markdown
Collaborator

Description of Change

This PR updates the libjpeg-turbo external dependency to the latest v3.0.0

SkiaSharp Issue

Related to mono/SkiaSharp#2578

API Changes

None.

Behavioral Changes

None.

Required SkiaSharp PR

Requires mono/SkiaSharp#2583

PR Checklist

  • Rebased on top of skiasharp at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow
mattleibow merged commit 7cdb539 into skiasharp Aug 25, 2023
@mattleibow
mattleibow deleted the dev/update-libjpeg-v3 branch August 25, 2023 14:51
@mattleibow mattleibow added the backport/release/2.x Backport this PR to release/2.x label Aug 25, 2023
@github-actions

Copy link
Copy Markdown

The backport to release/2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/2.x release/2.x
# Navigate to the new working tree
cd .worktrees/backport-release/2.x
# Create a new branch
git switch --create backport/pr-105-to-release/2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7cdb539fd0a506d82370f76513c6b39066cf3ee5
# Push it to GitHub
git push --set-upstream origin backport/pr-105-to-release/2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/2.x

Then, create a pull request where the base branch is release/2.x and the compare/head branch is backport/pr-105-to-release/2.x.

mattleibow added a commit that referenced this pull request Aug 25, 2023
mattleibow added a commit that referenced this pull request Jan 9, 2024
mattleibow added a commit that referenced this pull request Jan 10, 2024
* Revert "Update libjpeg-turbo to 3.0.0 (#105)"

This reverts commit 7cdb539.

* Update libjpeg-turbo to 2.1.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/release/2.x Backport this PR to release/2.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant