update glib to 2.66.4

built for x86_64 and arm64
This commit is contained in:
alexey.lysiuk 2020-12-30 11:18:54 +02:00
parent c55087a23e
commit 725b89d24d
10 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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;

View file

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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

View file

@ -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

View file

@ -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