Skip to content

Commit 5275359

Browse files
authored
Merge pull request #1 from oleg68/release-3.2.1
Release 3.2.3
2 parents 7aa089f + 96d0ffd commit 5275359

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

build-scripts/for-win64/build-on-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
SRC_DIR=`dirname $0`/../..
66
PARALLEL_PRMS="-j$(nproc)"
7-
DEBIAN_PKG_NAME=wxwidgets3.0-mingw-w64
7+
DEBIAN_PKG_NAME=wxwidgets3-mingw-w64
88
VERSION=${1:-3.1.5}
99
BUILD_VERSION=${2:-0.go}
1010
MINGW64_PREFIX=/usr/x86_64-w64-mingw32
@@ -18,8 +18,8 @@ cp -Rv $SRC_DIR/submodules/WxWidgets build/win64/src
1818
pushd build/win64/src
1919

2020
patch -p1 <$SRC_DIR/patches/soversion.diff
21-
patch -p1 <$SRC_DIR/patches/16849.diff
22-
patch -p0 <$SRC_DIR/patches/fix-msw-ConvertToImage-alpha.patch
21+
# patch -p1 <$SRC_DIR/patches/16849.diff
22+
# patch -p0 <$SRC_DIR/patches/fix-msw-ConvertToImage-alpha.patch
2323

2424
export LIBPNG16_CONFIG=/usr/x86_64-w64-mingw32/bin/libpng16-config
2525
export HOST_CC=gcc

patches/soversion.diff

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
diff -Naur submodules/WxWidgets/Makefile.in build/win64/src/Makefile.in
2-
--- old/Makefile.in 2021-09-23 18:15:58.641661967 +0300
3-
+++ new/Makefile.in 2021-09-23 20:16:01.535100836 +0300
4-
@@ -37,7 +37,7 @@
1+
diff --git a/Makefile.in b/Makefile.in
2+
index 7b4438bcb5..5472f5bd54 100644
3+
--- a/Makefile.in
4+
+++ b/Makefile.in
5+
@@ -37,7 +37,7 @@ libdir = @libdir@
56
dlldir = @dlldir@
67
datadir = @datadir@
78
includedir = @includedir@
@@ -10,21 +11,19 @@ diff -Naur submodules/WxWidgets/Makefile.in build/win64/src/Makefile.in
1011
DLLPREFIX_MODULE = @DLLPREFIX_MODULE@
1112
LIBS = @LIBS@
1213
AR = @AR@
13-
@@ -2182,14 +2182,9 @@
14+
@@ -2230,12 +2230,9 @@ LOCALE_LINGUAS = ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_
1415
@COND_BUILD_debug@WXDEBUGFLAG = d
1516
@COND_UNICODE_1@WXUNICODEFLAG = u
1617
@COND_WXUNIV_1@WXUNIVNAME = univ
1718
-@COND_PLATFORM_WIN32_0@WXDLLNAMEPREFIX = wx_base$(WXBASEPORT)
1819
-@COND_PLATFORM_WIN32_1@WXDLLNAMEPREFIX = \
19-
-@COND_PLATFORM_WIN32_1@ wxbase$(WXBASEPORT)$(WX_VERSION_NODOT)
20+
-@COND_PLATFORM_WIN32_1@ wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)
2021
-@COND_PLATFORM_WIN32_0@WXDLLNAMEPREFIXGUI = wx_$(PORTNAME)$(WXUNIVNAME)
2122
-@COND_PLATFORM_WIN32_1@WXDLLNAMEPREFIXGUI = \
22-
-@COND_PLATFORM_WIN32_1@ wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)
23-
-@COND_PLATFORM_WIN32_0@WXDLLVERSIONTAG = -$(WX_RELEASE)
24-
-@COND_PLATFORM_WIN32_1@WXDLLVERSIONTAG =
23+
-@COND_PLATFORM_WIN32_1@ wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)
2524
+WXDLLNAMEPREFIX = wx_base$(WXBASEPORT)
2625
+WXDLLNAMEPREFIXGUI = wx_$(PORTNAME)$(WXUNIVNAME)
2726
+WXDLLVERSIONTAG = -1
27+
@COND_PLATFORM_WIN32_0@WXDLLVERSIONTAG = -$(WX_RELEASE)
28+
@COND_PLATFORM_WIN32_1@WXDLLVERSIONTAG =
2829
COND_wxUSE_REGEX_builtin___wxregex___depname = \
29-
$(LIBDIRNAME)/$(LIBPREFIX)wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)$(LIBEXT)
30-
@COND_wxUSE_REGEX_builtin@__wxregex___depname = $(COND_wxUSE_REGEX_builtin___wxregex___depname)

submodules/WxWidgets

Submodule WxWidgets updated 2864 files

0 commit comments

Comments
 (0)