|
1 | 1 | class FfmpegSkyzyx < Formula
|
2 | 2 | desc "Play, record, convert, and stream audio and video"
|
3 | 3 | homepage "https://ffmpeg.org/"
|
4 |
| - url "https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz" |
5 |
| - sha256 "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082" |
6 |
| - revision 1 |
| 4 | + url "https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz" |
| 5 | + sha256 "488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270" |
7 | 6 | head "https://github.com/FFmpeg/FFmpeg.git"
|
8 | 7 |
|
9 |
| - conflicts_with "ffmpeg", :because => "ffmpeg-skyzyx also ships a ffmpeg binary" |
10 |
| - |
11 | 8 | depends_on "make" => :build
|
12 | 9 | depends_on "nasm" => :build
|
13 | 10 | depends_on "pkg-config" => :build
|
14 | 11 | depends_on "texi2html" => :build
|
15 |
| - |
16 | 12 | depends_on "aom"
|
17 | 13 | depends_on "automake"
|
18 | 14 | depends_on "coreutils"
|
@@ -71,6 +67,8 @@ class FfmpegSkyzyx < Formula
|
71 | 67 | depends_on "zimg"
|
72 | 68 | depends_on "zlib"
|
73 | 69 |
|
| 70 | + conflicts_with "ffmpeg", because: "ffmpeg-skyzyx also ships a ffmpeg binary" |
| 71 | + |
74 | 72 | def install
|
75 | 73 | # Work around Xcode 11 clang bug
|
76 | 74 | # https://bitbucket.org/multicoreware/x265/issues/514/wrong-code-generated-on-macos-1015
|
@@ -287,7 +285,7 @@ def install
|
287 | 285 | bin.install Dir["tools/*"].select { |f| File.executable? f }
|
288 | 286 |
|
289 | 287 | # Fix for Non-executables that were installed to bin/
|
290 |
| - mv bin/"python", pkgshare/"python", :force => true |
| 288 | + mv bin/"python", pkgshare/"python", force: true |
291 | 289 | end
|
292 | 290 |
|
293 | 291 | test do
|
|
0 commit comments