2022-12-21 15:15:22 +00:00
|
|
|
package=native_qt
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_version=6.5.0-beta1
|
|
|
|
$(package)_download_path=https://download.qt.io/development_releases/qt/6.5/$($(package)_version)/submodules
|
2022-12-21 15:15:22 +00:00
|
|
|
$(package)_suffix=everywhere-src-$($(package)_version).tar.xz
|
|
|
|
$(package)_file_name=qtbase-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_sha256_hash=8357aa58c86ade1eeda535177b5e40578662a1a3f75571bfb799e1eae356b2ce
|
|
|
|
$(package)_dependencies=native_libxcb native_libxkbcommon native_libxcb_util native_libxcb_util_render native_libxcb_util_keysyms native_libxcb_util_image native_libxcb_util_wm native_libxcb_util_cursor
|
2023-01-07 16:23:01 +00:00
|
|
|
$(package)_mingw32_dependencies=native_cmake
|
2022-12-21 15:15:22 +00:00
|
|
|
$(package)_qt_libs=corelib network widgets gui plugins testlib
|
|
|
|
$(package)_linguist_tools = lrelease lupdate lconvert
|
2022-12-27 11:55:49 +00:00
|
|
|
$(package)_patches = dont_hardcode_pwd.patch
|
|
|
|
$(package)_patches += fast_fixed_dtoa_no_optimize.patch
|
|
|
|
$(package)_patches += guix_cross_lib_path.patch
|
2022-12-21 15:15:22 +00:00
|
|
|
$(package)_patches += mac-qmake.conf
|
2022-12-27 11:55:49 +00:00
|
|
|
$(package)_patches += no_pthread_cond_clockwait.patch
|
|
|
|
$(package)_patches += no-renameat2.patch
|
|
|
|
$(package)_patches += no-statx.patch
|
2022-12-21 15:15:22 +00:00
|
|
|
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
|
|
|
|
$(package)_patches += rcc_hardcode_timestamp.patch
|
2022-12-27 11:55:49 +00:00
|
|
|
$(package)_patches += root_CMakeLists.txt
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_qttranslations_sha256_hash=b2a9f1225d613d5958f0993e28cbdc75c115a430df2054a544cdd2bb87656982
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_qttools_file_name=qttools-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_qttools_sha256_hash=ee62073cf9e0866e15c4d4f643bca094329c57a534ad3f4b1789803be45ab1af
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_qtsvg_file_name=qtsvg-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_qtsvg_sha256_hash=20e96ef340491c49b4150e7153a37263dac064b9655f7944088f6d1cbfbfd446
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_qtmultimedia_file_name=qtmultimedia-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_qtmultimedia_sha256_hash=3cd15bee887d49593db1f3a075c7b4b5854c1816d665862d9b31b966eabee32e
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_qtshadertools_file_name=qtshadertools-$($(package)_suffix)
|
2023-01-03 12:48:32 +00:00
|
|
|
$(package)_qtshadertools_sha256_hash=58e37ea1fabcf383768c7fa93cb74d981ea95915a2802283deea8d82134668f8
|
2022-12-21 15:15:22 +00:00
|
|
|
|
|
|
|
$(package)_extra_sources = $($(package)_qttranslations_file_name)
|
|
|
|
$(package)_extra_sources += $($(package)_qttools_file_name)
|
|
|
|
$(package)_extra_sources += $($(package)_qtsvg_file_name)
|
|
|
|
$(package)_extra_sources += $($(package)_qtmultimedia_file_name)
|
|
|
|
$(package)_extra_sources += $($(package)_qtshadertools_file_name)
|
|
|
|
|
|
|
|
define $(package)_set_vars
|
|
|
|
$(package)_config_opts_release = -release
|
|
|
|
$(package)_config_opts_debug = -debug
|
|
|
|
$(package)_config_opts_debug += -optimized-tools
|
|
|
|
$(package)_config_opts += -libexecdir $(build_prefix)/qt-host/bin
|
|
|
|
$(package)_config_opts += -c++std c++17
|
|
|
|
$(package)_config_opts += -confirm-license
|
|
|
|
$(package)_config_opts += -no-cups
|
|
|
|
$(package)_config_opts += -no-egl
|
|
|
|
$(package)_config_opts += -no-eglfs
|
|
|
|
$(package)_config_opts += -no-evdev
|
|
|
|
$(package)_config_opts += -no-gif
|
|
|
|
$(package)_config_opts += -no-glib
|
|
|
|
$(package)_config_opts += -no-icu
|
|
|
|
$(package)_config_opts += -no-ico
|
|
|
|
$(package)_config_opts += -no-kms
|
|
|
|
$(package)_config_opts += -no-linuxfb
|
|
|
|
#$(package)_config_opts += -no-libjpeg # Needed
|
|
|
|
#$(package)_config_opts += -no-libproxy # Needed
|
|
|
|
$(package)_config_opts += -no-libudev
|
|
|
|
$(package)_config_opts += -no-mtdev
|
|
|
|
$(package)_config_opts += -no-openssl
|
|
|
|
#$(package)_config_opts += -openssl-linked
|
|
|
|
$(package)_config_opts += -no-openvg
|
|
|
|
$(package)_config_opts += -no-reduce-relocations
|
|
|
|
$(package)_config_opts += -no-schannel
|
|
|
|
$(package)_config_opts += -no-sctp
|
|
|
|
$(package)_config_opts += -no-securetransport
|
|
|
|
$(package)_config_opts += -no-system-proxies
|
|
|
|
$(package)_config_opts += -no-use-gold-linker
|
|
|
|
$(package)_config_opts += -no-zstd
|
|
|
|
$(package)_config_opts += -nomake examples
|
|
|
|
$(package)_config_opts += -nomake tests
|
|
|
|
$(package)_config_opts += -opensource
|
|
|
|
$(package)_config_opts += -pkg-config
|
|
|
|
$(package)_config_opts += -prefix $(build_prefix)/qt-host
|
|
|
|
$(package)_config_opts += -qt-libpng
|
|
|
|
$(package)_config_opts += -qt-pcre
|
|
|
|
$(package)_config_opts += -qt-harfbuzz
|
|
|
|
$(package)_config_opts += -qt-zlib
|
|
|
|
$(package)_config_opts += -static
|
|
|
|
$(package)_config_opts += -no-feature-colordialog
|
|
|
|
#$(package)_config_opts += -no-feature-concurrent # Needed
|
|
|
|
$(package)_config_opts += -no-feature-dial
|
|
|
|
$(package)_config_opts += -no-feature-fontcombobox
|
|
|
|
$(package)_config_opts += -no-feature-http
|
|
|
|
$(package)_config_opts += -no-feature-image_heuristic_mask
|
|
|
|
$(package)_config_opts += -no-feature-keysequenceedit
|
|
|
|
$(package)_config_opts += -no-feature-lcdnumber
|
|
|
|
$(package)_config_opts += -no-feature-networkdiskcache
|
|
|
|
#$(package)_config_opts += -no-feature-networkproxy # Needed
|
|
|
|
$(package)_config_opts += -no-feature-pdf
|
|
|
|
$(package)_config_opts += -no-feature-printdialog
|
|
|
|
$(package)_config_opts += -no-feature-printer
|
|
|
|
$(package)_config_opts += -no-feature-printpreviewdialog
|
|
|
|
$(package)_config_opts += -no-feature-printpreviewwidget
|
|
|
|
$(package)_config_opts += -no-feature-sessionmanager
|
|
|
|
#$(package)_config_opts += -no-feature-socks5 # Needed
|
|
|
|
$(package)_config_opts += -no-feature-sql
|
|
|
|
$(package)_config_opts += -no-feature-syntaxhighlighter
|
|
|
|
#$(package)_config_opts += -no-feature-textbrowser # Needed
|
|
|
|
$(package)_config_opts += -no-feature-textmarkdownwriter
|
|
|
|
$(package)_config_opts += -no-feature-textodfwriter
|
|
|
|
$(package)_config_opts += -no-feature-topleveldomain
|
|
|
|
#$(package)_config_opts += -no-feature-udpsocket # Neede
|
|
|
|
$(package)_config_opts += -no-feature-undocommand
|
|
|
|
$(package)_config_opts += -no-feature-undogroup
|
|
|
|
$(package)_config_opts += -no-feature-undostack
|
|
|
|
$(package)_config_opts += -no-feature-undoview
|
|
|
|
$(package)_config_opts += -no-feature-vnc
|
|
|
|
#$(package)_config_opts += -no-feature-wizard # Needed
|
|
|
|
$(package)_config_opts += -no-feature-fontconfig
|
|
|
|
|
|
|
|
$(package)_config_opts += -xcb
|
|
|
|
$(package)_config_opts += -no-xcb-xlib
|
|
|
|
$(package)_config_opts += -no-feature-xlib
|
|
|
|
#$(package)_config_opts += -feature-ffmpeg
|
|
|
|
#$(package)_config_opts += -feature-pulseaudio
|
|
|
|
|
|
|
|
# https://bugreports.qt.io/browse/QTBUG-99957
|
|
|
|
$(package)_config_opts += -no-pch
|
|
|
|
|
|
|
|
$(package)_config_opts += -no-opengl
|
|
|
|
$(package)_config_opts += -no-feature-vulkan
|
|
|
|
ifneq ($(LTO),)
|
|
|
|
$(package)_config_opts += -ltcg
|
|
|
|
endif
|
|
|
|
$(package)_config_opts += -platform linux-g++ -xplatform bitcoin-linux-g++
|
|
|
|
ifneq (,$(findstring -stdlib=libc++,$($(1)_cxx)))
|
|
|
|
$(package)_config_opts_x86_64 = -xplatform linux-clang-libc++
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(package)_config_opts_aarch64_android += -android-arch arm64-v8a
|
|
|
|
$(package)_config_opts_armv7a_android += -android-arch armeabi-v7a
|
|
|
|
$(package)_config_opts_x86_64_android += -android-arch x86_64
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_fetch_cmds
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_download_file),$($(package)_file_name),$($(package)_sha256_hash)) && \
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_qttranslations_file_name),$($(package)_qttranslations_file_name),$($(package)_qttranslations_sha256_hash)) && \
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_qttools_file_name),$($(package)_qttools_file_name),$($(package)_qttools_sha256_hash)) && \
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_qtsvg_file_name),$($(package)_qtsvg_file_name),$($(package)_qtsvg_sha256_hash)) && \
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_qtmultimedia_file_name),$($(package)_qtmultimedia_file_name),$($(package)_qtmultimedia_sha256_hash)) && \
|
|
|
|
$(call fetch_file,$(package),$($(package)_download_path),$($(package)_qtshadertools_file_name),$($(package)_qtshadertools_file_name),$($(package)_qtshadertools_sha256_hash))
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_extract_cmds
|
|
|
|
mkdir -p $($(package)_extract_dir) && \
|
|
|
|
echo "$($(package)_sha256_hash) $($(package)_source)" > $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
echo "$($(package)_qttranslations_sha256_hash) $($(package)_source_dir)/$($(package)_qttranslations_file_name)" >> $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
echo "$($(package)_qttools_sha256_hash) $($(package)_source_dir)/$($(package)_qttools_file_name)" >> $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
echo "$($(package)_qtsvg_sha256_hash) $($(package)_source_dir)/$($(package)_qtsvg_file_name)" >> $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
echo "$($(package)_qtmultimedia_sha256_hash) $($(package)_source_dir)/$($(package)_qtmultimedia_file_name)" >> $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
echo "$($(package)_qtshadertools_sha256_hash) $($(package)_source_dir)/$($(package)_qtshadertools_file_name)" >> $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
$(build_SHA256SUM) -c $($(package)_extract_dir)/.$($(package)_file_name).hash && \
|
|
|
|
mkdir qtbase && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source) -C qtbase && \
|
|
|
|
mkdir qttranslations && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source_dir)/$($(package)_qttranslations_file_name) -C qttranslations && \
|
|
|
|
mkdir qttools && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source_dir)/$($(package)_qttools_file_name) -C qttools && \
|
|
|
|
mkdir qtsvg && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source_dir)/$($(package)_qtsvg_file_name) -C qtsvg && \
|
|
|
|
mkdir qtmultimedia && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source_dir)/$($(package)_qtmultimedia_file_name) -C qtmultimedia && \
|
|
|
|
mkdir qtshadertools && \
|
|
|
|
$(build_TAR) --no-same-owner --strip-components=1 -xf $($(package)_source_dir)/$($(package)_qtshadertools_file_name) -C qtshadertools
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_preprocess_cmds
|
|
|
|
cp $($(package)_patch_dir)/root_CMakeLists.txt CMakeLists.txt && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/qtbase-moc-ignore-gcc-macro.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/rcc_hardcode_timestamp.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/fast_fixed_dtoa_no_optimize.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/guix_cross_lib_path.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/no-statx.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/no-renameat2.patch && \
|
|
|
|
patch -p1 -i $($(package)_patch_dir)/no_pthread_cond_clockwait.patch && \
|
|
|
|
mkdir -p qtbase/mkspecs/macx-clang-linux &&\
|
|
|
|
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
|
|
|
|
cp -f $($(package)_patch_dir)/mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \
|
|
|
|
cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-gcc|$($($(package)_type)_CC)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-g++|$($($(package)_type)_CXX)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-ar|$($($(package)_type)_AR)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-objcopy|$($($(package)_type)_OBJCOPY)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-nm|$($($(package)_type)_NM)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
sed -i.old "s|arm-linux-gnueabi-strip|$($($(package)_type)_STRIP)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
|
|
|
echo "!host_build: QMAKE_CFLAGS += $($(package)_cflags) $($(package)_cppflags)" >> qtbase/mkspecs/common/gcc-base.conf && \
|
|
|
|
echo "!host_build: QMAKE_CXXFLAGS += $($(package)_cxxflags) $($(package)_cppflags)" >> qtbase/mkspecs/common/gcc-base.conf && \
|
|
|
|
echo "!host_build: QMAKE_LFLAGS += $($(package)_ldflags)" >> qtbase/mkspecs/common/gcc-base.conf && \
|
|
|
|
sed -i.old "s|QMAKE_CC = \$$$$\$$$${CROSS_COMPILE}clang|QMAKE_CC = $($(package)_cc)|" qtbase/mkspecs/common/clang.conf && \
|
|
|
|
sed -i.old "s|QMAKE_CXX = \$$$$\$$$${CROSS_COMPILE}clang++|QMAKE_CXX = $($(package)_cxx)|" qtbase/mkspecs/common/clang.conf
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_config_cmds
|
|
|
|
export PKG_CONFIG_SYSROOT_DIR=/ && \
|
|
|
|
export PKG_CONFIG_LIBDIR=$(build_prefix)/lib/pkgconfig && \
|
|
|
|
export QT_MAC_SDK_NO_VERSION_CHECK=1 && \
|
|
|
|
cd qtbase && \
|
|
|
|
./configure -top-level $($(package)_config_opts)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_build_cmds
|
2023-01-03 12:48:32 +00:00
|
|
|
cmake --build . --target syncqt_build && \
|
2022-12-21 15:15:22 +00:00
|
|
|
$(MAKE)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define $(package)_stage_cmds
|
|
|
|
DESTDIR=$($(package)_staging_dir) cmake --install .
|
|
|
|
endef
|