Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Intel developer staging area for unmerged upstream patch contributions to libjpeg-turbo

Notifications You must be signed in to change notification settings

intel/cartwheel-libjpeg-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

cartwheel : libjpeg-turbo

Intel developer staging area for upstream patch contributions to libjpeg-turbo.

The upstream project is tracked as a submodule in this repo.

maintainers

  • @uartie @FocusLuo @Bin-CI for CI system

clone

$ git clone https://github.com/intel/cartwheel-libjpeg-turbo --recursive

apply patches

# at top-level directory
$ git submodule update --init --recursive
# at submodule directory
$ cd libjpeg-turbo
# It is recommended to create a branch before applying the patches
$ git checkout -b <my new branch>
$ git am ../patches/*.patch

rebase

# at top-level directory
$ git pull --rebase --recurse-submodule

administrators

To update the submodule reference commit id to the latest upstream:

# at top-level directory
$ git submodule update --remote --recursive
$ git commit -sam "$(git diff --submodule | head -1 | sed 's/:$//')"

...verify the patches still apply successfully. If they don't apply, fix them and include in new commit(s).

additional information

For more information and examples about Git Submodules, see https://git-scm.com/book/en/v2/Git-Tools-Submodules

About

Intel developer staging area for unmerged upstream patch contributions to libjpeg-turbo

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published