Skip to content

Commit

Permalink
Upgraded FFmpeg to 7.0.1
Browse files Browse the repository at this point in the history
b6b2f74 Picked Enable audiotoolbox
629e3a4 Dropped Temporary patch
272e60a Dropped Not related
b3d1edc Picked Enable libjxl
20ea210 Dropped Has been reported as resolved: homebrew-ffmpeg/homebrew-ffmpeg#162
  • Loading branch information
uiryuu committed Jun 2, 2024
1 parent 99e878e commit 5eedfe7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ffmpeg-iina.rb
Original file line number Diff line number Diff line change
@@ -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 <ffmpeg: update 6.0_2 bottle>
# 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 <<EOS
Expand All @@ -30,7 +30,7 @@ class FfmpegIina < Formula
depends_on "xz"
depends_on "zeromq"
depends_on "zimg"
# depends_on "jpeg-xl" # for JPEG-XL format screenshot
depends_on "jpeg-xl" # for JPEG-XL format screenshot
depends_on "webp" # for webp format screenshot

on_intel do
Expand Down Expand Up @@ -67,9 +67,12 @@ def install
--enable-libspeex
--enable-libsoxr
--enable-videotoolbox
--enable-audiotoolbox
--enable-libzmq
--enable-libzimg
--enable-libwebp
--enable-libjxl
--enable-libuavs3d
--disable-libjack
--disable-indev=jack
--disable-programs
Expand Down

0 comments on commit 5eedfe7

Please sign in to comment.