-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
gstreamer 1.24.8 + break circular dependency between gstreamer and libnice #171902
Conversation
cc60a20
to
b692485
Compare
b692485
to
5aa831f
Compare
2f8ee2a
to
d81b906
Compare
d81b906
to
493b545
Compare
493b545
to
c031af2
Compare
788928e
to
547e259
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Would love to see this merged! ❤️ |
Will get back to this soon. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Signed-off-by: Rui Chen <rui@chenrui.dev>
This will allow us to build `gstreamer` with `libnice` as a dependency. Also, add `gettext` dependency on macOS, since this has indirect linkage to it.
This installs only the GStreamer plugin for libnice.
596ba98
to
4b278a6
Compare
Summary for @Homebrew/core: This implements a feature multiple users (and upstream) have asked for, which we broke recently when we merged the various The problem is that there is a circular dependency between Splitting |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Also, break circular dependency between
gstreamer
andlibnice
See Homebrew/discussions#3740, in particular, https://github.com/orgs/Homebrew/discussions/3740#discussioncomment-8566223.
gstreamer
plugin