fix(opus): remove opus and opusfile components#17217
Open
binujp wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the opus and opusfile components from Azure Linux as the final phase of the codec-removal effort after dependent packages were adjusted to build without them.
Changes:
- Removes
opusandopusfilecomponent entries from the base component list. - Deletes their lock files.
- Deletes rendered spec/source artifacts for both components.
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
base/comps/components.toml |
Removes inline opus and opusfile component definitions. |
locks/opus.lock |
Deletes the opus component lock. |
locks/opusfile.lock |
Deletes the opusfile component lock. |
specs/o/opus/opus.spec |
Deletes rendered opus spec. |
specs/o/opus/opus.azl.macros |
Deletes rendered opus macro file. |
specs/o/opus/sources |
Deletes rendered opus source checksum. |
specs/o/opus/rfc8251.txt |
Deletes rendered opus RFC source artifact. |
specs/o/opusfile/opusfile.spec |
Deletes rendered opusfile spec. |
specs/o/opusfile/CVE-2022-47021.patch |
Deletes rendered opusfile patch artifact. |
specs/o/opusfile/sources |
Deletes rendered opusfile source checksum. |
6dbd9b7 to
4364e46
Compare
Remove opus and opusfile from Azure Linux. Opus codec requires CELA review per Microsoft codec guidance. - Remove opus and opusfile inline entries from components.toml - Remove opus from base-packages group in components-publish-channels.toml - Remove opus from mingw-disabled group in component-mingw-disablement.toml - Delete rendered specs and lock files for both components Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4364e46 to
ba0b979
Compare
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.
Summary
Remove opus and opusfile from Azure Linux. Opus requires CELA codec review per Microsoft codec guidance. All 12 dependent packages have already been updated via overlays to build without opus/opusfile support.
Changes
[components.opus]and[components.opusfile]entries from components.tomlspecs/o/opus/,specs/o/opusfile/) and lock filesContext
This is Phase 3 (final phase) of the opus removal effort: