Skip to content

Commit 5948b48

Browse files
authored
ffmpeg-skyzyx 6.1 (#8)
1 parent 5d311ee commit 5948b48

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Formula/ffmpeg-skyzyx.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
class FfmpegSkyzyx < Formula
22
desc "Play, record, convert, and stream audio and video"
33
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"
76
head "https://github.com/FFmpeg/FFmpeg.git"
87

9-
conflicts_with "ffmpeg", :because => "ffmpeg-skyzyx also ships a ffmpeg binary"
10-
118
depends_on "make" => :build
129
depends_on "nasm" => :build
1310
depends_on "pkg-config" => :build
1411
depends_on "texi2html" => :build
15-
1612
depends_on "aom"
1713
depends_on "automake"
1814
depends_on "coreutils"
@@ -71,6 +67,8 @@ class FfmpegSkyzyx < Formula
7167
depends_on "zimg"
7268
depends_on "zlib"
7369

70+
conflicts_with "ffmpeg", because: "ffmpeg-skyzyx also ships a ffmpeg binary"
71+
7472
def install
7573
# Work around Xcode 11 clang bug
7674
# https://bitbucket.org/multicoreware/x265/issues/514/wrong-code-generated-on-macos-1015
@@ -287,7 +285,7 @@ def install
287285
bin.install Dir["tools/*"].select { |f| File.executable? f }
288286

289287
# 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
291289
end
292290

293291
test do

0 commit comments

Comments
 (0)