Skip to content

Commit b3caae5

Browse files
Merge pull request #119 from g-maxime/ffmpeg-7.1.1
ffmpeg-ma: Update to version 7.1.1
2 parents 235cab5 + 88b4d31 commit b3caae5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

ffmpeg-ma.rb

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
class FfmpegMa < Formula
22
desc "FFmpeg binaries with MediaArea's patches"
33
homepage "https://github.com/MediaArea/ffmpeg-ma-patch"
4-
url "https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz"
5-
sha256 "40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6"
6-
revision 1
4+
url "https://ffmpeg.org/releases/ffmpeg-7.1.1.tar.xz"
5+
sha256 "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1"
76
head "git://git.ffmpeg.org/ffmpeg.git", branch: "master"
87

98
livecheck do
@@ -28,37 +27,37 @@ class FfmpegMa < Formula
2827
end
2928

3029
patch do
31-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0001-EXR_consider_float16_as_uint16.patch"
32-
sha256 "449f90ce6b22470efa06f5a5722c41d5a40ed957f548c1e05840a51bec3f6723"
30+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0001-EXR_consider_float16_as_uint16.patch"
31+
sha256 "22eeefe6fb84326ecc84caf3ac949287592d46c2332bd8891423b2f505b0b104"
3332
end
3433

3534
patch do
36-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0002-libavcodec-flacenc-force-32-bit-output-for-32-bit-in.patch"
35+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0002-libavcodec-flacenc-force-32-bit-output-for-32-bit-in.patch"
3736
sha256 "713c924fe0b8809912887982c76ca4e32c9d928949f728957bf56e862e572d6e"
3837
end
3938

4039
patch do
41-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0003-matroskaenc-support-of-TimeCodeXml-input-20231219.patch"
42-
sha256 "0d33a8be8c0c436f0559fcb8971ac6e209fce8199526210705af3fbc64548a35"
40+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0003-matroskadec-enc-support-of-TimeCodeXml-input-add-mk-.patch"
41+
sha256 "82c56121ace8c35d5e7d0fb0a9b41b49b27d86ef53d995abd046a14f95d8d2e2"
4342
end
4443

4544
patch do
46-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0004-avcodec-jpeg2000dec-support-of-2-fields-in-1-AVPacke.patch"
45+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0004-avcodec-jpeg2000dec-support-of-2-fields-in-1-AVPacke.patch"
4746
sha256 "2901a5367e1882e4f0415b9b81049a06c240dfc642920426e6e691ab0cfd7fc1"
4847
end
4948

5049
patch do
51-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0006-avformat-add-DAT-demuxer.patch"
50+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0006-avformat-add-DAT-demuxer.patch"
5251
sha256 "2f19a29f7fa828d8c73aaf10f99a3daf7bbad0f4a8ec15b30463848d367bb514"
5352
end
5453

5554
patch do
56-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0007-configure-evaluate-toolchain-to-determine-suffix.patch"
55+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0007-configure-evaluate-toolchain-to-determine-suffix.patch"
5756
sha256 "2e6beada9cb915be7d920aae0f9e1277415acdaa3652ec8f17e7df0afe2c36d2"
5857
end
5958

6059
patch do
61-
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/8eae8c9dcba927d24e91b87d7d0d9f296187dad1/0008-DeckLinkSDK-12.4.2-public-headers.patch"
60+
url "https://raw.githubusercontent.com/MediaArea/ffmpeg-ma-patch/eb736d062433c4220b18815a36c108a452274223/0008-DeckLinkSDK-12.4.2-public-headers.patch"
6261
sha256 "4145f0d358660b7ad8427b549a7724a9df69e845e47c8792ee1eda4d5e2f548a"
6362
end
6463

0 commit comments

Comments
 (0)