summaryrefslogtreecommitdiff
path: root/pkg/pixman
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 19:13:39 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commit3f29b7c2446aebb22afeac8b9ff1e191eb0bb7c7 (patch)
tree417df4224531b01d87ba10d704ef0dbafe5b1e2c /pkg/pixman
parentaa88bc5a246115552ddabe4bb4f1e928cfe6cb72 (diff)
pixman: Update to 0.38.0
Diffstat (limited to 'pkg/pixman')
-rw-r--r--pkg/pixman/config.h6
-rw-r--r--pkg/pixman/gen.lua2
m---------pkg/pixman/src0
-rw-r--r--pkg/pixman/ver2
4 files changed, 5 insertions, 5 deletions
diff --git a/pkg/pixman/config.h b/pkg/pixman/config.h
index e3dc6d12..8fe93c37 100644
--- a/pkg/pixman/config.h
+++ b/pkg/pixman/config.h
@@ -31,10 +31,10 @@
#define PACKAGE "pixman"
#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
#define PACKAGE_NAME "pixman"
-#define PACKAGE_STRING "pixman 0.36.0"
+#define PACKAGE_STRING "pixman 0.38.0"
#define PACKAGE_TARNAME "pixman"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "0.36.0"
+#define PACKAGE_VERSION "0.38.0"
/* #undef PIXMAN_GNUPLOT */
/* #undef PIXMAN_TIMERS */
#define SIZEOF_LONG 8
@@ -49,7 +49,7 @@
/* #undef USE_MIPS_DSPR2 */
/* #undef USE_OPENMP */
/* #undef USE_VMX */
-#define VERSION "0.36.0"
+#define VERSION "0.38.0"
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
diff --git a/pkg/pixman/gen.lua b/pkg/pixman/gen.lua
index 477b560e..addc5bd7 100644
--- a/pkg/pixman/gen.lua
+++ b/pkg/pixman/gen.lua
@@ -7,7 +7,7 @@ cflags{
build('sed', '$outdir/include/pixman-version.h', '$srcdir/pixman/pixman-version.h.in', {
expr={
'-e s,@PIXMAN_VERSION_MAJOR@,0,',
- '-e s,@PIXMAN_VERSION_MINOR@,34,',
+ '-e s,@PIXMAN_VERSION_MINOR@,38,',
'-e s,@PIXMAN_VERSION_MICRO@,0,',
},
})
diff --git a/pkg/pixman/src b/pkg/pixman/src
-Subproject 0313f35ab96365016264920c91035ea99dd0931
+Subproject 5d2cf8fc2149b9b632aafcde59734a7ea74f2b9
diff --git a/pkg/pixman/ver b/pkg/pixman/ver
index 26487e7a..7bc32051 100644
--- a/pkg/pixman/ver
+++ b/pkg/pixman/ver
@@ -1 +1 @@
-0.36.0 r0
+0.38.0 r0