fix(gstreamer1-plugins-bad-free): remove dependency on opus to drop it#17122
Merged
reubeno merged 1 commit intoMay 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Linux packaging for gstreamer1-plugins-bad-free to remove the build/runtime closure on opus, enabling opus (and related packages) to be dropped from the distro.
Changes:
- Removed
pkgconfig(opus)fromBuildRequires. - Disabled Opus support in the Meson build configuration and removed the Opus parse plugin from
%files. - Introduced a dedicated component definition (
.comp.toml) and updated the lock fingerprint accordingly.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| specs/g/gstreamer1-plugins-bad-free/gstreamer1-plugins-bad-free.spec | Rendered spec updates: drop opus BR, disable opus in Meson flags, remove opus plugin from %files. |
| locks/gstreamer1-plugins-bad-free.lock | Updates the component input fingerprint to reflect the config changes. |
| base/comps/gstreamer1-plugins-bad-free/gstreamer1-plugins-bad-free.comp.toml | New component overlays implementing the opus removal/disablement. |
| base/comps/components.toml | Removes the inline component entry now that a dedicated .comp.toml exists. |
reubeno
reviewed
May 11, 2026
56bb4c1 to
996a3af
Compare
christopherco
previously requested changes
May 12, 2026
Collaborator
christopherco
left a comment
There was a problem hiding this comment.
Fix anchor point for regex
996a3af to
a34a6ab
Compare
Remove pkgconfig(opus) BuildRequires, add -Dopus=disabled meson flag, and remove libgstopusparse.so from %files. This is to allow removal of the opus package from AZL. Co-authored-by: Copilot <[email protected]>
a34a6ab to
3d46910
Compare
reubeno
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove pkgconfig(opus) BuildRequires, add -Dopus=disabled meson flag,
and remove libgstopusparse.so from %files. This is to allow removal of the opus package from AZL.
Co-authored-by: Copilot [email protected]
Part of the effort to remove
opus,opusfile, andmingw-opusfrom Azure Linux.