From f71f10acaf859ea86debc23372f56d586ae61871 Mon Sep 17 00:00:00 2001 From: Maxime Gervais Date: Mon, 9 Dec 2024 21:03:12 +0100 Subject: [PATCH] mediainfo v24.12 Signed-off-by: Maxime Gervais --- mediainfo-gui.rb | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/mediainfo-gui.rb b/mediainfo-gui.rb index 57171d6..6faae8a 100644 --- a/mediainfo-gui.rb +++ b/mediainfo-gui.rb @@ -1,16 +1,14 @@ class MediainfoGui < Formula desc "Unified display of technical and tag data for audio/video" homepage "https://mediaarea.net/" - url "https://mediaarea.net/download/binary/mediainfo-gui/24.11/MediaInfo_GUI_24.11_GNU_FromSource.tar.xz" - sha256 "e48003f8a347e12675ea47fb1a5e1bf4e98c5858afe80d3bda040046ca1fbd57" + url "https://mediaarea.net/download/binary/mediainfo-gui/24.12/MediaInfo_GUI_24.12_GNU_FromSource.tar.xz" + sha256 "d78b8541133036955efdb92dd5e7a538ebc4cb38e8dce913c9f96be9c40e35a1" depends_on "pkg-config" => :build # fails to build against Leopard's older libcurl depends_on "curl" depends_on "wxwidgets" - patch :DATA - def install cd "ZenLib/Project/GNU/Library" do args = ["--disable-debug", @@ -39,18 +37,3 @@ def install assert_predicate `bin/mediainfo-gui`, :exist? end end - -__END__ -diff --git a/ZenLib/Source/ZenLib/Conf.h b/ZenLib/Source/ZenLib/Conf.h -index 792f313..735aa33 100644 ---- a/ZenLib/Source/ZenLib/Conf.h -+++ b/ZenLib/Source/ZenLib/Conf.h -@@ -208,7 +208,7 @@ - //--------------------------------------------------------------------------- - //(-1) is known to be the MAX of an unsigned int but GCC complains about it - #ifdef __cplusplus -- #include //for size_t -+ #include //for size_t - #else /* __cplusplus */ - #include //for size_t - #endif /* __cplusplus */