Skip to content

ffmpeg 8.0 #234498

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

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

ffmpeg 8.0 #234498

wants to merge 38 commits into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` alias labels Aug 22, 2025
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Aug 22, 2025
@chenrui333 chenrui333 removed the automerge-skip `brew pr-automerge` will skip this pull request label Aug 22, 2025
@carlocab carlocab added long build Set a long timeout for formula testing CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. CI-linux-self-hosted Build on Linux self-hosted runner labels Aug 22, 2025
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Aug 22, 2025
@cho-m cho-m added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Aug 22, 2025
@github-actions github-actions bot added the new formula PR adds a new formula to Homebrew/homebrew-core label Aug 23, 2025
@@ -19,7 +19,7 @@ class Chromaprint < Formula
end

depends_on "cmake" => :build
depends_on "ffmpeg"
depends_on "ffmpeg@7"
Copy link
Member

Choose a reason for hiding this comment

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

Can probably stay with latest ffmpeg with -DCMAKE_POLICY_VERSION_MINIMUM=3.5.

Copy link
Contributor

Choose a reason for hiding this comment

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

cmake minimum has already been bumped to 3.10 in the project's git head: acoustid/chromaprint@6ce6c4d

Prior to that it was bumped to 3.5...3.10: acoustid/chromaprint@1120d82

Copy link
Contributor

Choose a reason for hiding this comment

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

This project has also bumped cmake_minimum_version in HEAD (to 3.10): mgba-emu/mgba@e95b81f

Copy link
Contributor

@mitchblank mitchblank Aug 23, 2025

Choose a reason for hiding this comment

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

The error here is due to the removal of a deprecated feature in zig build: https://ziglang.org/download/0.15.1/release-notes.html#Removed-Deprecated-Implicit-Root-Module

Amusingly, the zig docs have this exact same failure, apparently inserted by a CI run that shows the output of their example commands: https://ziglang.org/learn/build-system/

/home/ci/actions-runner-website/_work/www.ziglang.org/www.ziglang.org/zig-code/build-system/unit-testing/build.zig:20:14: error: no field named 'root_source_file' in struct 'Build.TestOptions'

EDIT: filed seatedro/glyph#32 upstream for tracking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alias automerge-skip `brew pr-automerge` will skip this pull request bump-formula-pr PR was created using `brew bump-formula-pr` CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. long build Set a long timeout for formula testing new formula PR adds a new formula to Homebrew/homebrew-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants