summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-07-28 21:11:45 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-07-29 19:54:38 +0100
commita575ee59ec7361df8e5d520add48c768cb1d34fb (patch)
tree135b2881a82c00d9f1b48cddadac09ee48ef2aba
parent6623d0e094b5679835473bb0f3b272ed38412a91 (diff)
downloadmidipix_build-a575ee59ec7361df8e5d520add48c768cb1d34fb.tar.bz2
midipix_build-a575ee59ec7361df8e5d520add48c768cb1d34fb.tar.xz
groups/251.native_packages_lib.group: librewdwg: bump to v0.10.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r--groups/251.native_packages_lib.group4
-rw-r--r--patches/libredwg-0.9.local.patch30
2 files changed, 2 insertions, 32 deletions
diff --git a/groups/251.native_packages_lib.group b/groups/251.native_packages_lib.group
index 23d3ffba..ed75a39b 100644
--- a/groups/251.native_packages_lib.group
+++ b/groups/251.native_packages_lib.group
@@ -126,8 +126,8 @@ libxslt libz libzip wolfssl")";
: ${PKG_LIBPNG_SHA256SUM:=505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca};
: ${PKG_LIBPNG_VERSION:=1.6.37};
: ${PKG_LIBPNG_URL:=https://sourceforge.mirrorservice.org/l/li/libpng/libpng16/${PKG_LIBPNG_VERSION}/libpng-${PKG_LIBPNG_VERSION}.tar.xz};
-: ${PKG_LIBREDWG_SHA256SUM:=954f74753860315eb313a3bbb83bf7e5ad03e84bd10408cc629ff2e4e4b3fd46};
-: ${PKG_LIBREDWG_VERSION:=0.9};
+: ${PKG_LIBREDWG_SHA256SUM:=0fa603d5f836dfceb8ae4aac28d1e836c09dce3936ab98703bb2341126678ec3};
+: ${PKG_LIBREDWG_VERSION:=0.10.1};
: ${PKG_LIBREDWG_URL:=https://ftp.gnu.org/gnu/libredwg/libredwg-${PKG_LIBREDWG_VERSION}.tar.xz};
: ${PKG_LIBREDWG_CONFIGURE_ARGS_EXTRA:="--disable-python"};
: ${PKG_LIBRESSL_SHA256SUM:=f91aad0c8fb9cbc67c910ad6dcffb401a819b4fd122007ea7f978638db044cf6};
diff --git a/patches/libredwg-0.9.local.patch b/patches/libredwg-0.9.local.patch
deleted file mode 100644
index 1c3f85c9..00000000
--- a/patches/libredwg-0.9.local.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -ru libredwg-0.9.orig/src/spec.h libredwg-0.9/src/spec.h
---- libredwg-0.9.orig/src/spec.h 2019-09-30 11:03:41.000000000 +0200
-+++ libredwg-0.9/src/spec.h 2019-10-20 12:19:02.446065755 +0200
-@@ -358,7 +358,7 @@
- for (rcount1 = 0; rcount1 < (BITCODE_BL)times; rcount1++)
- // checked with constant times
- # define REPEAT_N(times, name, type) \
-- if (dat->version >= R_2000 && (BITCODE_BL)times > 0x1000) \
-+ if (dat->version >= R_2000 && (BITCODE_BL)times > 0x7ff) \
- { \
- LOG_ERROR ("Invalid %s." #name " rcount1 %ld", SAFEDXFNAME, \
- (long)times); \
-@@ -369,7 +369,7 @@
-
- // checked with var. times
- # define _REPEAT(times, name, type, idx) \
-- if (dat->version >= R_2000 && (BITCODE_BL)_obj->times > 0x1000) \
-+ if (dat->version >= R_2000 && (BITCODE_BL)_obj->times > 0x7ff) \
- { \
- LOG_ERROR ("Invalid %s." #name " rcount" #idx " %ld", SAFEDXFNAME, \
- (long)_obj->times); \
-@@ -410,7 +410,7 @@
- #ifndef _REPEAT_NF
- // checked
- # define _REPEAT_NF(times, name, type, idx) \
-- if (dat->version >= R_2000 && times > 0x1000) \
-+ if (dat->version >= R_2000 && times > 0x7ff) \
- { \
- LOG_ERROR ("Invalid %s." #name " rcount" #idx " %ld", SAFEDXFNAME, \
- (long)times); \