mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 02:51:43 +00:00
update glib to 2.66.4
built for x86_64 and arm64
This commit is contained in:
parent
c55087a23e
commit
725b89d24d
10 changed files with 7 additions and 7 deletions
2
deps/glib/bin/glib-genmarshal
vendored
2
deps/glib/bin/glib-genmarshal
vendored
|
@ -22,7 +22,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
|
||||
VERSION_STR = '''glib-genmarshal version 2.66.3
|
||||
VERSION_STR = '''glib-genmarshal version 2.66.4
|
||||
glib-genmarshal comes with ABSOLUTELY NO WARRANTY.
|
||||
You may redistribute copies of glib-genmarshal under the terms of
|
||||
the GNU General Public License which can be found in the
|
||||
|
|
2
deps/glib/bin/glib-mkenums
vendored
2
deps/glib/bin/glib-mkenums
vendored
|
@ -19,7 +19,7 @@ import errno
|
|||
import codecs
|
||||
import locale
|
||||
|
||||
VERSION_STR = '''glib-mkenums version 2.66.3
|
||||
VERSION_STR = '''glib-mkenums version 2.66.4
|
||||
glib-mkenums comes with ABSOLUTELY NO WARRANTY.
|
||||
You may redistribute copies of glib-mkenums under the terms of
|
||||
the GNU General Public License which can be found in the
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* enumerations from "../../../../source/glib/glib-2.66.3/gobject/../glib/gunicode.h" */
|
||||
/* enumerations from "../../../../../source/glib/glib-2.66.4/gobject/../glib/gunicode.h" */
|
||||
GLIB_AVAILABLE_IN_2_60 GType g_unicode_type_get_type (void) G_GNUC_CONST;
|
||||
#define G_TYPE_UNICODE_TYPE (g_unicode_type_get_type ())
|
||||
GLIB_AVAILABLE_IN_2_60 GType g_unicode_break_type_get_type (void) G_GNUC_CONST;
|
||||
|
|
2
deps/glib/lib/glib-2.0/include/glibconfig.h
vendored
2
deps/glib/lib/glib-2.0/include/glibconfig.h
vendored
|
@ -110,7 +110,7 @@ typedef unsigned long guintptr;
|
|||
|
||||
#define GLIB_MAJOR_VERSION 2
|
||||
#define GLIB_MINOR_VERSION 66
|
||||
#define GLIB_MICRO_VERSION 3
|
||||
#define GLIB_MICRO_VERSION 4
|
||||
|
||||
#define G_OS_UNIX
|
||||
|
||||
|
|
BIN
deps/glib/lib/libglib-2.0.a
vendored
BIN
deps/glib/lib/libglib-2.0.a
vendored
Binary file not shown.
BIN
deps/glib/lib/libgobject-2.0.a
vendored
BIN
deps/glib/lib/libgobject-2.0.a
vendored
Binary file not shown.
BIN
deps/glib/lib/libgthread-2.0.a
vendored
BIN
deps/glib/lib/libgthread-2.0.a
vendored
Binary file not shown.
2
deps/glib/lib/pkgconfig/glib-2.0.pc
vendored
2
deps/glib/lib/pkgconfig/glib-2.0.pc
vendored
|
@ -9,7 +9,7 @@ glib_mkenums=${bindir}/glib-mkenums
|
|||
|
||||
Name: GLib
|
||||
Description: C Utility Library
|
||||
Version: 2.66.3
|
||||
Version: 2.66.4
|
||||
Requires.private: libpcre >= 8.31
|
||||
Libs: -L${libdir} -lglib-2.0 -lintl -liconv
|
||||
Libs.private: -Wl,-framework,CoreFoundation -Wl,-framework,Carbon -Wl,-framework,Foundation -Wl,-framework,AppKit -lm
|
||||
|
|
2
deps/glib/lib/pkgconfig/gobject-2.0.pc
vendored
2
deps/glib/lib/pkgconfig/gobject-2.0.pc
vendored
|
@ -4,7 +4,7 @@ includedir=${prefix}/include
|
|||
|
||||
Name: GObject
|
||||
Description: GLib Type, Object, Parameter and Signal Library
|
||||
Version: 2.66.3
|
||||
Version: 2.66.4
|
||||
Requires: glib-2.0
|
||||
Requires.private: libffi >= 3.0.0
|
||||
Libs: -L${libdir} -lgobject-2.0
|
||||
|
|
2
deps/glib/lib/pkgconfig/gthread-2.0.pc
vendored
2
deps/glib/lib/pkgconfig/gthread-2.0.pc
vendored
|
@ -4,7 +4,7 @@ includedir=${prefix}/include
|
|||
|
||||
Name: GThread
|
||||
Description: Thread support for GLib
|
||||
Version: 2.66.3
|
||||
Version: 2.66.4
|
||||
Requires: glib-2.0
|
||||
Libs: -L${libdir} -lgthread-2.0
|
||||
Libs.private: -lintl -liconv
|
||||
|
|
Loading…
Reference in a new issue