-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcaption 0.7 (new formula) #34453
libcaption 0.7 (new formula) #34453
Conversation
- Added formula for libcaption https://github.com/szatmary/libcaption ``` $ brew info libcaption libcaption: stable 0.7, HEAD Library for the creation and parsing of closed caption data https://github.com/szatmary/libcaption ``` ``` $ brew install --dry-run libcaption ``` ``` $ brew test libcaption ```
|
Thanks for the contribution @bbgdzxng1 and welcome to the Homebrew community! I've left some comments on the formula and feel free to ask any questions you might have. |
# system "ffprobe", "-i", INPUT_VIDEO
Removed revision, as requested.
Updated... ``` depends_on "ffmpeg" => [:build, :test] ```
Removed --HEAD version, since not required for new formula
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hi @bbgdzxng1 this is a nice software, but not notable enough for us to package in Homebrew for now. This is not a decision on the merits of the software, but we cannot distribute every single piece of software and have to draw a line on “notability” somewhere. Of course, we would be happy to reconsider in the future. Please consider hosting it in a personal tap, which is very easy to do: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap |
Added a formula for libcaption https://github.com/szatmary/libcaption, an open source, cross platform library for the creation and parsing of EIA608, CEA708 closed caption data in video files.
Strict Audit
Build from Source
Test
Dry Run
Info
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?