mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] brew.sh formula no longer available #791
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?
Originally created by @superbonaci on GitHub (Dec 2, 2023).
brew.sh formula mentioned in website https://ccextractor.org/public/general/downloads/ is no longer available:
https://github.com/Homebrew/homebrew-core/blob/master/Formula/ccextractor.rb
@IshanGrover2004 commented on GitHub (Dec 21, 2023):
@cfsmp3 This issue is resolved by this PR.
@alebcay commented on GitHub (Jan 20, 2024):
FWIW - https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/ccextractor.rb (the link pointed to in https://github.com/CCExtractor/website/pull/40) is also gone; the formula was previously disabled and subsequently deleted after one year of disablement.
I do provide a formula at https://github.com/alebcay/homebrew-ccextractor/blob/main/Formula/ccextractor.rb but this is even less-maintained and has no prebuilt binaries - I may revisit it once in a while to try and keep things working but no guarantees that it continues to compile on newer versions of macOS.
@seidnerj commented on GitHub (Feb 25, 2024):
For anyone stumbling here looking for a quick two liner to install ccextractor on macOS:
@seidnerj commented on GitHub (Aug 5, 2024):
I saw that this was merged already, if so - do you know why is the formula unavailable on brew.sh?
@superbonaci commented on GitHub (Aug 5, 2024):
It was merged on ccextractor website, not brew.sh.
@seidnerj commented on GitHub (Aug 5, 2024):
I get that, but who is the maintainer of the formula on brew.sh? Is there one?
@superbonaci commented on GitHub (Aug 5, 2024):
But that's not the reason, adding ccextractor to brew.sh has to be accepted first, since it's not there.
@seidnerj commented on GitHub (Aug 5, 2024):
It was already there in the past, who added it then? Maybe they will be willing to add it again.
@seidnerj commented on GitHub (Sep 28, 2025):
I created the attached scripts so I won't need to deal with this in the future. Hope somebody finds this useful. Tested on macOS Tahoe 26.0 (25A354).
brew-new-tap-ccextractor-1c7e2a0.sh
mpg2mkv-eia2srt.sh
@cfsmp3 commented on GitHub (Dec 20, 2025):
@alebcay Can you help us get CCExtractor on homebrew again? Hopefully the blockers are gone. PR #1862 is where we'll making the changes that at least help with the CI build, don't know if it's correct for brew though.
@alebcay commented on GitHub (Dec 25, 2025):
I see someone has opened a PR for re-inclusion over at https://github.com/Homebrew/homebrew-core/pull/260163. I'll provide feedback/guidance over there.
@alebcay commented on GitHub (Dec 25, 2025):
I noticed that there's no equivalent of the
-system-libsflag in the Linux build script. Homebrew supports both macOS and Linux at this point, so it would be preferable to rely on system libs in Linux too.@bbgdzxng1 commented on GitHub (Jan 2, 2026):
Cross referencing the most recent homebrew PR for ccextractor, since the one for 0.96.1 is closed.
https://github.com/Homebrew/homebrew-core/pull/260293
@x15sr71 commented on GitHub (Jan 5, 2026):
Update: CCExtractor has now been reintroduced to Homebrew🎉
The formula was merged into homebrew-core and CCExtractor
v0.96.3is available on both macOS and Linux:Thanks to everyone involved in resolving the upstream and Homebrew-side issues.