commit a6ee1f6

hovercats  ·  2024-10-08 15:30:30 +0000 UTC
parent 0616368
fontconfig: 2.15.0
6 files changed,  +66, -24
+1, -1
1@@ -1,2 +1,2 @@
2-/fontconfig-2.13.1.tar.gz
3+/fontconfig-2.15.0.tar.gz
4 /src
+6, -6
 1@@ -10,9 +10,9 @@ Generated with
 2 	./configure \
 3 		--disable-nls \
 4 		--with-default-fonts=/share/fonts \
 5-		FREETYPE_CFLAGS=-I/src/oasis/out/pkg/freetype/include \
 6-		FREETYPE_LIBS=/src/oasis/out/pkg/freetype/libfreetype.a \
 7-		UUID_CFLAGS=-I/src/oasis/out/pkg/util-linux/include \
 8-		UUID_LIBS=/src/oasis/out/pkg/util-linux/libuuid.a \
 9-		EXPAT_CFLAGS=-I/src/oasis/out/pkg/expat/include \
10-		EXPAT_LIBS='/src/oasis/out/pkg/expat/libexpat.a /src/oasis/out/pkg/openbsd/libbsd.a'
11+		FREETYPE_CFLAGS=-I/src/oakiss/out/pkg/freetype/include \
12+		FREETYPE_LIBS=/src/oakiss/out/pkg/freetype/libfreetype.a \
13+		UUID_CFLAGS=-I/src/oakiss/out/pkg/util-linux/include \
14+		UUID_LIBS=/src/oakiss/out/pkg/util-linux/libuuid.a \
15+		EXPAT_CFLAGS=-I/src/oakiss/out/pkg/expat/include \
16+		EXPAT_LIBS='/src/oakiss/out/pkg/expat/libexpat.a /src/oakiss/out/pkg/openbsd/libbsd.a'
+56, -14
  1@@ -2,7 +2,7 @@
  2 #define FC_NO_MT /* we don't use fontconfig in multi-threaded programs */
  3 #define FC_TEMPLATEDIR "/share/fontconfig/conf.avail"
  4 #define FONTCONFIG_PATH "/etc/fonts"
  5-
  6+#define CONFIGDIR "/etc/conf.d"
  7 /* #undef AC_APPLE_UNIVERSAL_BUILD */
  8 #define ALIGNOF_DOUBLE 8
  9 #define ALIGNOF_VOID_P 8
 10@@ -40,7 +40,7 @@
 11 #define HAVE_LINK 1
 12 #define HAVE_LRAND48 1
 13 #define HAVE_LSTAT 1
 14-#define HAVE_MEMORY_H 1
 15+/* #undef HAVE_MINIX_CONFIG_H */
 16 #define HAVE_MKDTEMP 1
 17 #define HAVE_MKOSTEMP 1
 18 #define HAVE_MKSTEMP 1
 19@@ -48,6 +48,7 @@
 20 /* #undef HAVE_NDIR_H */
 21 #define HAVE_POSIX_FADVISE 1
 22 #define HAVE_PTHREAD 1
 23+/* Have PTHREAD_PRIO_INHERIT. */
 24 #define HAVE_PTHREAD_PRIO_INHERIT 1
 25 #define HAVE_RAND 1
 26 #define HAVE_RANDOM 1
 27@@ -57,7 +58,9 @@
 28 /* #undef HAVE_SCHED_H */
 29 /* #undef HAVE_SCHED_YIELD */
 30 /* #undef HAVE_SOLARIS_ATOMIC_OPS */
 31+#define HAVE_STDATOMIC_PRIMITIVES 1
 32 #define HAVE_STDINT_H 1
 33+#define HAVE_STDIO_H 1
 34 #define HAVE_STDLIB_H 1
 35 #define HAVE_STRERROR 1
 36 #define HAVE_STRERROR_R 1
 37@@ -80,8 +83,8 @@
 38 #define HAVE_SYS_VFS_H 1
 39 #define HAVE_UNISTD_H 1
 40 #define HAVE_VPRINTF 1
 41-/* Can use #warning in C files */
 42 #define HAVE_WARNING_CPP_DIRECTIVE 1
 43+#define HAVE_WCHAR_H 1
 44 /* #undef HAVE_XMLPARSE_H */
 45 #define HAVE_XML_SETDOCTYPEDECLHANDLER 1
 46 /* #undef HAVE__MKTEMP_S */
 47@@ -89,10 +92,10 @@
 48 #define PACKAGE "fontconfig"
 49 #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new"
 50 #define PACKAGE_NAME "fontconfig"
 51-#define PACKAGE_STRING "fontconfig 2.13.1"
 52+#define PACKAGE_STRING "fontconfig 2.15.0"
 53 #define PACKAGE_TARNAME "fontconfig"
 54 #define PACKAGE_URL ""
 55-#define PACKAGE_VERSION "2.13.1"
 56+#define PACKAGE_VERSION "2.15.0"
 57 /* #undef PTHREAD_CREATE_JOINABLE */
 58 /* #undef SIZEOF_CHAR */
 59 /* #undef SIZEOF_INT */
 60@@ -105,19 +108,64 @@
 61 #ifndef _ALL_SOURCE
 62 # define _ALL_SOURCE 1
 63 #endif
 64+#ifndef _DARWIN_C_SOURCE
 65+# define _DARWIN_C_SOURCE 1
 66+#endif
 67+#ifndef __EXTENSIONS__
 68+# define __EXTENSIONS__ 1
 69+#endif
 70 #ifndef _GNU_SOURCE
 71 # define _GNU_SOURCE 1
 72 #endif
 73+#ifndef _HPUX_ALT_XOPEN_SOCKET_API
 74+# define _HPUX_ALT_XOPEN_SOCKET_API 1
 75+#endif
 76+#ifndef _MINIX
 77+/* # undef _MINIX */
 78+#endif
 79+#ifndef _NETBSD_SOURCE
 80+# define _NETBSD_SOURCE 1
 81+#endif
 82+#ifndef _OPENBSD_SOURCE
 83+# define _OPENBSD_SOURCE 1
 84+#endif
 85+#ifndef _POSIX_SOURCE
 86+/* # undef _POSIX_SOURCE */
 87+#endif
 88+#ifndef _POSIX_1_SOURCE
 89+/* # undef _POSIX_1_SOURCE */
 90+#endif
 91 #ifndef _POSIX_PTHREAD_SEMANTICS
 92 # define _POSIX_PTHREAD_SEMANTICS 1
 93 #endif
 94+#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
 95+# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
 96+#endif
 97+#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
 98+# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
 99+#endif
100+#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
101+# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
102+#endif
103+#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
104+# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
105+#endif
106+#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
107+# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
108+#endif
109+#ifndef __STDC_WANT_LIB_EXT2__
110+# define __STDC_WANT_LIB_EXT2__ 1
111+#endif
112+#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
113+# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
114+#endif
115 #ifndef _TANDEM_SOURCE
116 # define _TANDEM_SOURCE 1
117 #endif
118-#ifndef __EXTENSIONS__
119-# define __EXTENSIONS__ 1
120+#ifndef _XOPEN_SOURCE
121+/* # undef _XOPEN_SOURCE */
122 #endif
123-#define VERSION "2.13.1"
124+#define VERSION "2.15.0"
125 #if defined AC_APPLE_UNIVERSAL_BUILD
126 # if defined __BIG_ENDIAN__
127 #  define WORDS_BIGENDIAN 1
128@@ -127,14 +175,8 @@
129 /* #  undef WORDS_BIGENDIAN */
130 # endif
131 #endif
132-#ifndef _DARWIN_USE_64_BIT_INODE
133-# define _DARWIN_USE_64_BIT_INODE 1
134-#endif
135 /* #undef _FILE_OFFSET_BITS */
136 /* #undef _LARGE_FILES */
137-/* #undef _MINIX */
138-/* #undef _POSIX_1_SOURCE */
139-/* #undef _POSIX_SOURCE */
140 /* #undef const */
141 #ifndef __cplusplus
142 /* #undef inline */
+1, -1
1@@ -1 +1 @@
2-9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66dbbfa7f  fontconfig-2.13.1.tar.gz
3+f5f359d6332861bd497570848fcb42520964a9e83d5e3abe397b6b6db9bcaaf4  fontconfig-2.15.0.tar.gz
+1, -1
1@@ -1 +1 @@
2-url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.gz"
3+url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.15.0.tar.gz"
+1, -1
1@@ -1 +1 @@
2-2.13.1 r1
3+2.15.0 r0