mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1892] [CLOSED] [DOCS](mac): document -system-libs build mode for Homebrew compatibility #2680
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/1892
Author: @gaurav02081
Created: 12/24/2025
Status: ❌ Closed
Base:
master← Head:brew-gaurav📝 Commits (6)
609a53f[BUG] -out=spupng with EIA608/teletext: offset values in XML may be not correct #8932b708c4Enhance SPUPNG offset calculations and XML tag handling in EIA608 encoder6ed09eaSPUPNG: fix formatting to match clang-formatbf9841aMerge branch 'master' into gaurav-v1e42bc2bfixed the merged conflict in the ccx_encoders_common.h9ab6871docs(mac): document -system-libs build mode for Homebrew📊 Changes
6 files changed (+213 additions, -8 deletions)
View changed files
➕
docs/HOMEBREW.md(+158 -0)➕
src/_deps/corrosion-src(+1 -0)📝
src/lib_ccx/ccx_encoders_common.c(+1 -0)📝
src/lib_ccx/ccx_encoders_common.h(+1 -1)📝
src/lib_ccx/ccx_encoders_spupng.c(+50 -7)📝
src/lib_ccx/ccx_encoders_structs.h(+2 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
PR Summary
This PR documents the macOS -system-libs build mode introduced in #1862, which enables building CCExtractor using system-installed libraries instead of bundled dependencies.
This mode is required for Homebrew compatibility and uses pkg-config to link against Homebrew-provided libraries (e.g. gpac, freetype, libpng, zlib). The default bundled build remains unchanged.
The documentation explains:
When to use the default vs -system-libs build
Required Homebrew dependencies
How to verify the build
CI coverage for the system-libs path
This provides a clear upstream reference for package managers and unblocks future Homebrew formula work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.