Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/f/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Ffmpeg < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 2
revision 3

head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

Expand Down
1 change: 1 addition & 0 deletions Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class FfmpegAT4 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 1

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
2 changes: 1 addition & 1 deletion Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FfmpegAT5 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 6
revision 7

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
2 changes: 1 addition & 1 deletion Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FfmpegAT6 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 9
revision 10

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
4 changes: 2 additions & 2 deletions Formula/r/rav1e.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rav1e < Formula

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)

Check notice on line 1 in Formula/r/rav1e.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for rav1e built at 34ec2a75f7e (Merge 4f50d522259b504b1a2bede6881ffa5b3bf4830c into 86dfcf5ab268faff292b0e575e356c42c5447b75, 2025-05-26)
desc "Fastest and safest AV1 video encoder"
homepage "https://github.com/xiph/rav1e"
url "https://github.com/xiph/rav1e/archive/refs/tags/v0.7.1.tar.gz"
sha256 "da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c"
url "https://github.com/xiph/rav1e/archive/refs/tags/v0.8.0.tar.gz"
sha256 "2580bb4b4efae50e0a228e8ba80db1f73805a0e6f6a8c22bee066c90afb35ba0"
license "BSD-2-Clause"
head "https://github.com/xiph/rav1e.git", branch: "master"

Expand Down
Loading