Skip to content
GitLab
Explore
Sign in
Register
FreeType
FreeType
Compare revisions
00b07598d96f7c6c96d2d32dbbb9cd11b3adeacd to aa5f00187491f839bbeec32706afb9f32e4a0879
Commits on Source (2)
builds/unix/configure.raw: Use variable to specify minimum Python version.
· e3ada2f7
Hugh McMaster
authored
Aug 21, 2023
and
Werner Lemberg
committed
Aug 24, 2023
e3ada2f7
* subprojects/*.wrap: Updated.
· aa5f0018
Werner Lemberg
authored
Aug 24, 2023
aa5f0018
Hide whitespace changes
Inline
Side-by-side
builds/unix/configure.raw
View file @
aa5f0018
...
...
@@ -966,14 +966,14 @@ esac
AX_PTHREAD([have_pthread=yes], [have_pthread=no])
# Check for Python and docwriter
PYTHON_MIN_VERSION=3.5
have_py3=no
have_docwriter=no
PIP=pip
AC_CHECK_PROGS([PYTHON], [python3 python], [missing])
if test "x$PYTHON" != "xmissing"; then
AX_PROG_PYTHON_VERSION([
3.5
], [have_py3=yes], [])
AX_PROG_PYTHON_VERSION([
$PYTHON_MIN_VERSION
], [have_py3=yes], [])
if test "x$have_py3" = "xyes"; then
PIP="$PYTHON -m $PIP"
...
...
@@ -1162,7 +1162,7 @@ if test $have_docwriter = no; then
`make refdoc' will fail since pip package `docwriter' is not installed.
To install, run `$PIP install docwriter', or to use a Python
virtual environment, run `make refdoc-venv' (requires pip package
`virtualenv'). These operations require Python >=
3.5
.
`virtualenv'). These operations require Python >=
$PYTHON_MIN_VERSION
.
])
fi
...
...
subprojects/libpng.wrap
View file @
aa5f0018
[wrap-file]
directory = libpng-1.6.
39
source_url = https://github.com/glennrp/libpng/archive/v1.6.
39
.tar.gz
source_filename = libpng-1.6.
39
.tar.gz
source_hash =
a00e9d2f2f664186e4202db9299397f851aea71b36a35e74910b8820e380d441
patch_filename = libpng_1.6.
39-3
_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.
39-3
/get_patch
patch_hash =
6af2a8d464e3f1d2e2832580896323ac7b0b786806c75f0eff0c8ec82dd603ec
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.
39-3
/libpng-1.6.
39
.tar.gz
wrapdb_version = 1.6.
39-3
directory = libpng-1.6.
40
source_url = https://github.com/glennrp/libpng/archive/v1.6.
40
.tar.gz
source_filename = libpng-1.6.
40
.tar.gz
source_hash =
62d25af25e636454b005c93cae51ddcd5383c40fa14aa3dae8f6576feb5692c2
patch_filename = libpng_1.6.
40-1
_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.
40-1
/get_patch
patch_hash =
bad558070e0a82faa5c0ae553bcd12d49021fc4b628f232a8e58c3fbd281aae1
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.
40-1
/libpng-1.6.
40
.tar.gz
wrapdb_version = 1.6.
40-1
[provide]
libpng = libpng_dep
subprojects/zlib.wrap
View file @
aa5f0018
[wrap-file]
directory = zlib-1.
2.1
3
source_url = http://zlib.net/fossils/zlib-1.
2.1
3.tar.gz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/zlib_1.
2.1
3-
4
/zlib-1.
2.1
3.tar.gz
source_filename = zlib-1.
2.1
3.tar.gz
source_hash =
b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
patch_filename = zlib_1.
2.1
3-
4
_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/zlib_1.
2.1
3-
4
/get_patch
patch_hash =
19636b7807e679b92240bc7a99aed85d1be908a45430b12c7687a825cb499d5e
wrapdb_version = 1.
2.1
3-
4
directory = zlib-1.3
source_url = http://zlib.net/fossils/zlib-1.3.tar.gz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/zlib_1.3-
1
/zlib-1.3.tar.gz
source_filename = zlib-1.3.tar.gz
source_hash =
ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e
patch_filename = zlib_1.3-
1
_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/zlib_1.3-
1
/get_patch
patch_hash =
ab9d6b8167bb34a7c52b60b0cd6138aa4e0c2d31f997343a5f506f3b97b32008
wrapdb_version = 1.3-
1
[provide]
zlib = zlib_dep