Skip to content

Commit

Permalink
Enable patches in mpv-iina.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed Jun 2, 2024
1 parent 216982d commit 4ab4051
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mpv-iina.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ class MpvIina < Formula
# depends_on "vapoursynth"
depends_on "yt-dlp"

stable do
patch do
url "https://raw.githubusercontent.com/iina/homebrew-mpv-iina/master/other/13348.patch"
sha256 "f73b5e68ea31d69beb3163b2a19801e9aeb730196483f002622a8184df53eaa9"
end

patch do
url "https://raw.githubusercontent.com/iina/homebrew-mpv-iina/master/other/14092.patch"
sha256 "5f67187ec7474cece4a0aabb9c7f484d4553c1782e61c6e708600c97eaac863f"
end
end

def install
# LANG is unset by default on macOS and causes issues when calling getlocale
# or getdefaultlocale in docutils. Force the default c/posix locale since
Expand Down

0 comments on commit 4ab4051

Please sign in to comment.