Skip to content

Commit

Permalink
ffmpeg-skyzyx 6.1 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sMtzDczDq authored Nov 24, 2023
1 parent 5d311ee commit 5948b48
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Formula/ffmpeg-skyzyx.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
class FfmpegSkyzyx < 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"
revision 1
url "https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz"
sha256 "488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270"
head "https://github.com/FFmpeg/FFmpeg.git"

conflicts_with "ffmpeg", :because => "ffmpeg-skyzyx also ships a ffmpeg binary"

depends_on "make" => :build
depends_on "nasm" => :build
depends_on "pkg-config" => :build
depends_on "texi2html" => :build

depends_on "aom"
depends_on "automake"
depends_on "coreutils"
Expand Down Expand Up @@ -71,6 +67,8 @@ class FfmpegSkyzyx < Formula
depends_on "zimg"
depends_on "zlib"

conflicts_with "ffmpeg", because: "ffmpeg-skyzyx also ships a ffmpeg binary"

def install
# Work around Xcode 11 clang bug
# https://bitbucket.org/multicoreware/x265/issues/514/wrong-code-generated-on-macos-1015
Expand Down Expand Up @@ -287,7 +285,7 @@ def install
bin.install Dir["tools/*"].select { |f| File.executable? f }

# Fix for Non-executables that were installed to bin/
mv bin/"python", pkgshare/"python", :force => true
mv bin/"python", pkgshare/"python", force: true
end

test do
Expand Down

0 comments on commit 5948b48

Please sign in to comment.