From 6c653cb869e6a4a9d82e76b0db8b376afc868d70 Mon Sep 17 00:00:00 2001 From: Yuze Jiang Date: Sun, 2 Jun 2024 13:24:53 +0900 Subject: [PATCH] Upgraded FFmpeg to 7.0.1 b6b2f74 Picked Enable audiotoolbox 629e3a4 Dropped Temporary patch 272e60a Dropped Not related b3d1edc Picked Enable libjxl 20ea210 Dropped Has been reported as resolved: https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/pull/162 --- commit_msg | 2 ++ ffmpeg-iina.rb | 13 ++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 commit_msg diff --git a/commit_msg b/commit_msg new file mode 100644 index 0000000..c583464 --- /dev/null +++ b/commit_msg @@ -0,0 +1,2 @@ +b6b2f74 Picked Enable audiotoolbox +629e3a4 Dropped Temporary patch diff --git a/ffmpeg-iina.rb b/ffmpeg-iina.rb index a754285..060b6a2 100644 --- a/ffmpeg-iina.rb +++ b/ffmpeg-iina.rb @@ -1,11 +1,11 @@ -# Last check with upstream: 08af13cb54d88574e61985ea2ab479d7d85f89ab -# https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb +# Last check with upstream: 042325cd385225e055e2ccf676abe0072cd38dcb +# https://github.com/Homebrew/homebrew-core/blob/master/Formula/f/ffmpeg.rb class FfmpegIina < Formula desc "Play, record, convert, and stream audio and video" homepage "https://ffmpeg.org/" - url "https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz" - sha256 "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082" + url "https://ffmpeg.org/releases/ffmpeg-7.0.1.tar.xz" + sha256 "bce9eeb0f17ef8982390b1f37711a61b4290dc8c2a0c1a37b5857e85bfb0e4ff" head "https://github.com/FFmpeg/FFmpeg.git", branch: "master" keg_only <