libpixman: Update from 0.34.0 to 0.36.0
This commit is contained in:
parent
3efd32ae0e
commit
ef6b080214
@ -1,8 +1,8 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://www.pixman.org/
|
||||
TERMUX_PKG_DESCRIPTION="Low-level library for pixel manipulation"
|
||||
TERMUX_PKG_VERSION=0.34.0
|
||||
TERMUX_PKG_VERSION=0.36.0
|
||||
TERMUX_PKG_SHA256=1ca19c8d4d37682adfbc42741d24977903fec1169b4153ec05bb690d4acf9fae
|
||||
TERMUX_PKG_SRCURL=https://cairographics.org/releases/pixman-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-libpng"
|
||||
|
||||
termux_step_pre_configure () {
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- ../utils-prng.c.orig 2018-05-10 15:10:13.091304866 +0000
|
||||
+++ ./test/utils-prng.c 2018-05-10 15:11:09.662867182 +0000
|
||||
@@ -204,7 +204,7 @@
|
||||
{
|
||||
3, 2, 1, 0, 7, 6, 5, 4, 11, 10, 9, 8, 15, 14, 13, 12
|
||||
};
|
||||
- randdata.vb = __builtin_shuffle (randdata.vb, bswap_shufflemask);
|
||||
+ randdata.vb = __builtin_shufflevector (randdata.vb, bswap_shufflemask);
|
||||
store_rand_128_data (buf, &randdata, aligned);
|
||||
buf += 16;
|
||||
#else
|
Loading…
Reference in New Issue
Block a user