[vlc-commits] [Git][videolan/vlc][master] tools: require meson 1.2.3
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Jul 29 11:17:21 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
f45dcaf4 by Steve Lhomme at 2024-07-29T10:13:12+00:00
tools: require meson 1.2.3
This is necessary to work on machines with Python 3.12.
libplacebo fails to detect python with meson 1.2.0.
1.2.3 is the first to support Python 3.12 [1]
We download 1.4.2 since 3f852923b4d6b1c01f88d0e01b33528a42d3d5ea.
[1] https://mesonbuild.com/meson-python/reference/meson-compatibility.html
- - - - -
1 changed file:
- extras/tools/bootstrap
Changes:
=====================================
extras/tools/bootstrap
=====================================
@@ -166,7 +166,7 @@ check flex
check_nasm 2.14
check gettext
check help2man
-check meson 1.0.0
+check meson 1.2.3
check_ninja
check gperf
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f45dcaf4a3e3bdc214e579ef229718b52e9d4fed
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f45dcaf4a3e3bdc214e579ef229718b52e9d4fed
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list