Skip to content

fix(jack-audio-connection-kit): remove dependency on opus to drop it#17123

Merged
reubeno merged 1 commit into
tomls/base/mainfrom
bphilip/opus-jack-audio-connection-kit-elide
May 12, 2026
Merged

fix(jack-audio-connection-kit): remove dependency on opus to drop it#17123
reubeno merged 1 commit into
tomls/base/mainfrom
bphilip/opus-jack-audio-connection-kit-elide

Conversation

@binujp
Copy link
Copy Markdown
Contributor

@binujp binujp commented May 11, 2026

Remove opus-devel BuildRequires and add --no-opus to waf configure
to prevent auto-detection. This is to allow removal of the opus package from AZL.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
Part of the effort to remove opus, opusfile, and mingw-opus from Azure Linux.

Copilot AI review requested due to automatic review settings May 11, 2026 05:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the jack-audio-connection-kit component to avoid linking/building against opus, enabling the broader effort to remove opus from Azure Linux while keeping JACK buildable.

Changes:

  • Removed opus-devel from BuildRequires for jack-audio-connection-kit.
  • Added --no-opus to the %build waf configure invocation to prevent auto-detection.
  • Introduced a dedicated component definition (.comp.toml) with overlays, and removed the now-nontrivial inline component entry from components.toml.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
specs/j/jack-audio-connection-kit/jack-audio-connection-kit.spec Rendered spec updates: drops opus-devel BR and disables opus via --no-opus.
locks/jack-audio-connection-kit.lock Updates component input fingerprint after config/spec overlay changes.
base/comps/jack-audio-connection-kit/jack-audio-connection-kit.comp.toml New component overlays to remove the opus BR and inject --no-opus during %build.
base/comps/components.toml Removes inline jack-audio-connection-kit entry since it now has a dedicated .comp.toml.

Comment thread base/comps/jack-audio-connection-kit/jack-audio-connection-kit.comp.toml Outdated
Comment thread base/comps/jack-audio-connection-kit/jack-audio-connection-kit.comp.toml Outdated
@binujp binujp force-pushed the bphilip/opus-jack-audio-connection-kit-elide branch from e2763a4 to 9278252 Compare May 11, 2026 15:03
Copy link
Copy Markdown
Collaborator

@christopherco christopherco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the regex anchor

Remove opus-devel BuildRequires and add --no-opus to waf configure
to prevent auto-detection. This is to allow removal of the opus package from AZL.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@binujp binujp force-pushed the bphilip/opus-jack-audio-connection-kit-elide branch from 9278252 to be84286 Compare May 12, 2026 23:05
@binujp binujp dismissed christopherco’s stale review May 12, 2026 23:16

Review comment addressed.

@reubeno reubeno merged commit 493e303 into tomls/base/main May 12, 2026
10 checks passed
@reubeno reubeno deleted the bphilip/opus-jack-audio-connection-kit-elide branch May 12, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants