Skip to content

Commit

Permalink
Merge pull request #106 from g-maxime/mediainfo-24.12
Browse files Browse the repository at this point in the history
mediainfo v24.12
  • Loading branch information
JeromeMartinez authored Dec 10, 2024
2 parents e71db73 + f71f10a commit 46dd5b4
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions mediainfo-gui.rb
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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 <new> //for size_t
+ #include <cstddef> //for size_t
#else /* __cplusplus */
#include <stddef.h> //for size_t
#endif /* __cplusplus */

0 comments on commit 46dd5b4

Please sign in to comment.