mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1480] [MERGED] [IMPROVEMENT] Update Rust and fix windows build #2210
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1480
Author: @prateekmedia
Created: 2/16/2023
Status: ✅ Merged
Merged: 3/12/2023
Merged by: @cfsmp3
Base:
master← Head:patch-1📝 Commits (10+)
5b442a8fix: bump leptonica-sys to 0.4.3 and update Cargo.lock5fe6e7cfix: bump rust version to 1.57.0 and build vcpkg for window hardsubx builds2834fccfix: add Bcrypt dependency3f3d36efix: switch to rust stabled3e5ceachore: bump package versionsee5694bfix: try to remove i686 to fix errord999093fix: install tesseract and lint fixes1778dabfix: try using ffmpeg the third179c399fix: include headers4acfbf8fix: add rsmpeg📊 Changes
181 files changed (+793 additions, -34787 deletions)
View changed files
📝
.github/workflows/build_linux.yml(+10 -4)📝
.github/workflows/build_windows.yml(+59 -22)📝
.github/workflows/format.yml(+6 -3)📝
.github/workflows/release.yml(+2 -3)📝
.gitignore(+4 -0)📝
src/CMakeLists.txt(+1 -1)📝
src/lib_ccx/ccx_encoders_helpers.h(+5 -4)📝
src/lib_ccx/ccx_encoders_sami.c(+1 -1)📝
src/lib_ccx/ccx_encoders_smptett.c(+1 -1)📝
src/lib_ccx/ccx_encoders_spupng.c(+1 -1)📝
src/lib_ccx/ocr.c(+9 -4)📝
src/lib_ccx/params.c(+3 -3)📝
src/rust/Cargo.lock(+234 -161)📝
src/rust/Cargo.toml(+4 -4)📝
src/rust/src/decoder/service_decoder.rs(+1 -1)📝
src/rust/src/hardsubx/decoder.rs(+1 -1)📝
src/rust/src/hardsubx/mod.rs(+3 -1)📝
src/rust/src/hardsubx/utility.rs(+6 -4)📝
src/thirdparty/lib_hash/sha2.c(+39 -39)📝
src/thirdparty/lib_hash/sha2.h(+30 -30)...and 80 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
rusty_ffmpegandrsmpegfromffmpeg-sys-next🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.