commit 03c62af
hovercats
·
2024-10-13 17:09:21 +0000 UTC
parent 6daf59a
pixman: 0.43.3
5 files changed,
+31,
-80
+0,
-75
1@@ -1,75 +0,0 @@
2-/* #undef AC_APPLE_UNIVERSAL_BUILD */
3-#define HAVE_ALARM 1
4-#ifdef HAVE___BUILTIN_CLZ
5-# define HAVE_BUILTIN_CLZ /**/
6-#endif
7-#define HAVE_DLFCN_H 1
8-#define HAVE_FEDIVBYZERO 1
9-/* #undef HAVE_FEENABLEEXCEPT */
10-#define HAVE_FENV_H 1
11-#define HAVE_FLOAT128 /**/
12-#define HAVE_GCC_VECTOR_EXTENSIONS /**/
13-/* #undef HAVE_GETISAX */
14-#define HAVE_GETPAGESIZE 1
15-#define HAVE_GETTIMEOFDAY 1
16-#define HAVE_INTTYPES_H 1
17-/* #undef HAVE_LIBPIXMAN_1 */
18-/* #undef HAVE_LIBPNG */
19-#define HAVE_MEMORY_H 1
20-#define HAVE_MMAP 1
21-#define HAVE_MPROTECT 1
22-#define HAVE_POSIX_MEMALIGN 1
23-#define HAVE_PTHREADS /**/
24-#define HAVE_SIGACTION 1
25-#define HAVE_STDINT_H 1
26-#define HAVE_STDLIB_H 1
27-#define HAVE_STRINGS_H 1
28-#define HAVE_STRING_H 1
29-#define HAVE_SYS_MMAN_H 1
30-#define HAVE_SYS_STAT_H 1
31-#define HAVE_SYS_TYPES_H 1
32-#define HAVE_UNISTD_H 1
33-#define LT_OBJDIR ".libs/"
34-#define PACKAGE "pixman"
35-#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
36-#define PACKAGE_NAME "pixman"
37-#define PACKAGE_STRING "pixman 0.40.0"
38-#define PACKAGE_TARNAME "pixman"
39-#define PACKAGE_URL ""
40-#define PACKAGE_VERSION "0.40.0"
41-/* #undef PIXMAN_GNUPLOT */
42-/* #undef PIXMAN_TIMERS */
43-#define SIZEOF_LONG 8
44-#define STDC_HEADERS 1
45-#ifdef HAVE__THREAD_LOCAL
46-# define TLS _Thread_local
47-#endif
48-#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
49-/* #undef USE_ARM_IWMMXT */
50-/* #undef USE_ARM_NEON */
51-/* #undef USE_ARM_SIMD */
52-#define USE_GCC_INLINE_ASM 1
53-/* #undef USE_LOONGSON_MMI */
54-/* #undef USE_MIPS_DSPR2 */
55-/* #undef USE_OPENMP */
56-/* #undef USE_VMX */
57-#define VERSION "0.40.0"
58-#if defined AC_APPLE_UNIVERSAL_BUILD
59-# if defined __BIG_ENDIAN__
60-# define WORDS_BIGENDIAN 1
61-# endif
62-#else
63-# ifndef WORDS_BIGENDIAN
64-/* # undef WORDS_BIGENDIAN */
65-# endif
66-#endif
67-#ifndef __cplusplus
68-/* #undef inline */
69-#endif
70-/* #undef sqrtf */
71-
72-#ifdef __x86_64__
73-# define USE_SSE2 1
74-# define USE_SSE3 1
75-# define USE_X86_MMX 1
76-#endif
+3,
-3
1@@ -4,10 +4,10 @@ cflags{
2 '-I $outdir/include',
3 }
4
5-build('cat', '$outdir/config.h', {
6+build('cat', '$outdir/pixman-config.h', {
7 '$builddir/probe/HAVE__THREAD_LOCAL',
8 '$builddir/probe/HAVE___BUILTIN_CLZ',
9- '$dir/config.h',
10+ '$dir/pixman-config.h',
11 })
12
13 build('sed', '$outdir/include/pixman-version.h', '$srcdir/pixman/pixman-version.h.in', {
14@@ -24,7 +24,7 @@ pkg.hdrs = {
15 }
16 pkg.deps = {
17 '$gendir/headers',
18- '$outdir/config.h',
19+ '$outdir/pixman-config.h',
20 }
21
22 -- x86_64
+26,
-0
1@@ -0,0 +1,26 @@
2+#pragma once
3+#define ASM_HAVE_FUNC_DIRECTIVE 1
4+#define HAVE_ALARM 1
5+#define HAVE_BUILTIN_CLZ 1
6+#define HAVE_FEDIVBYZERO 1
7+#define HAVE_FENV_H 1
8+#define HAVE_FLOAT128 1
9+#define HAVE_GCC_VECTOR_EXTENSIONS 1
10+#define HAVE_GETPAGESIZE 1
11+#define HAVE_GETTIMEOFDAY 1
12+#define HAVE_LIBPNG 1
13+#define HAVE_MMAP 1
14+#define HAVE_MPROTECT 1
15+#define HAVE_POSIX_MEMALIGN 1
16+#define HAVE_PTHREADS 1
17+#define HAVE_SIGACTION 1
18+#define HAVE_SYS_MMAN_H 1
19+#define HAVE_UNISTD_H 1
20+#define PACKAGE foo
21+#define SIZEOF_LONG 8
22+#define TLS __thread
23+#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR 1
24+#define USE_GCC_INLINE_ASM 1
25+#define USE_SSE2 1
26+#define USE_SSSE3 1
27+#define USE_X86_MMX 1
+1,
-1
1@@ -1 +1 @@
2-Subproject commit e8df10eea9609609568bf4cbc05796594c1b978d
3+Subproject commit 54cad71674ec485cbbbf49876feaa8a69b97c828
+1,
-1
1@@ -1 +1 @@
2-0.40.0 r0
3+0.43.4 r0