mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 20:36:21 +01:00
Merge bitcoin/bitcoin#33952: depends: update freetype and document remaining bitcoin-qt runtime libs
41e657aacfguix: add bitcoin-qt runtime libs doc in symbol-check (fanquake)ef4ce19a15depends: freetype 2.11.1 (fanquake) Pull request description: Update freetype to `2.11.1`. Updating fontconfig (currently `2.12.6`) to `2.13.1` requires what looks like a hard dep on gperf; leaving that as-is for now. Document expectations in `symbol-check.py`. Closes #29977 (changes are based on discussion there). ACKs for top commit: sedited: ACK41e657aacfTree-SHA512: 71c4ccc442df0b90bebc475003eb325564111b8312c42bc7d7a9c81a2fc166fdc0814c9ddde3cfe562c3c835556e7f97107458b02a07b981b1a199bf65d5ac1d
This commit is contained in:
@@ -26,6 +26,13 @@ import lief
|
||||
#
|
||||
# - libc version 2.34 (https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/)
|
||||
#
|
||||
# bitcoin-qt
|
||||
#
|
||||
# Ubuntu 22.04 is currently the baseline for ELF_ALLOWED_LIBRARIES:
|
||||
#
|
||||
# libfontconfig version 2.13.1 (https://packages.ubuntu.com/jammy/libfontconfig1)
|
||||
#
|
||||
# libfreetype version 2.11.1 (https://packages.ubuntu.com/jammy/libfreetype6)
|
||||
|
||||
MAX_VERSIONS = {
|
||||
'GLIBC': {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package=freetype
|
||||
$(package)_version=2.11.0
|
||||
$(package)_version=2.11.1
|
||||
$(package)_download_path=https://download.savannah.gnu.org/releases/$(package)
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.xz
|
||||
$(package)_sha256_hash=8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7
|
||||
$(package)_file_name=$(package)-$($(package)_version).tar.gz
|
||||
$(package)_sha256_hash=f8db94d307e9c54961b39a1cc799a67d46681480696ed72ecf78d4473770f09b
|
||||
$(package)_build_subdir=build
|
||||
$(package)_patches += cmake_minimum.patch
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ build: set minimum required CMake to 3.12
|
||||
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -97,7 +97,7 @@
|
||||
@@ -109,7 +109,7 @@
|
||||
# FreeType explicitly marks the API to be exported and relies on the compiler
|
||||
# to hide all other symbols. CMake supports a C_VISBILITY_PRESET property
|
||||
# starting with 2.8.12.
|
||||
|
||||
Reference in New Issue
Block a user