[vlc-commits] [Git][videolan/vlc][master] 2 commits: tools: update Meson to 1.0.0

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jan 6 14:42:58 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5dede064 by Steve Lhomme at 2023-01-06T13:13:38+00:00
tools: update Meson to 1.0.0

- - - - -
545d52eb by Steve Lhomme at 2023-01-06T13:13:38+00:00
tools: raise the minimum Meson version to 0.60

This is the minimum version used to build VLC.

- - - - -


3 changed files:

- extras/tools/SHA512SUMS
- extras/tools/bootstrap
- extras/tools/packages.mak


Changes:

=====================================
extras/tools/SHA512SUMS
=====================================
@@ -17,5 +17,5 @@ e9785f3d620a204b7d20222888917dc065c2036cae28667065bf7862dfa1b25235095a12fd04efdb
 d24849b93de58b20f518c071687e7bfa653a96600382f36c4cf7fc1047656458f75f093b911b786b18b6931b2453cb60868ecbe07cc7d2984e5981a874b34942  help2man-1.47.6.tar.xz
 8d23dde18525dccaa648ca01df40151e7f00cec4846bd611c8970dbcfc1fb57a453facfe4d41462e7c3c8bb548d44b961a04e4fc3073ab6b65063e53f42bf6fd  nasm-2.14.tar.gz
 37b3a421419b16930e53181c431fe3b4afd55ac54733a5df08376641fd2fb88eeb73ee7abe3788f3e491e7c1b215c7f35aefa66f44b09008ad22b76ab2998830  ninja-1.11.1.tar.gz
-8d427261bb42d2bd1da7d4f7b5f53908044aa2cea6d020fb320b0ab9d9848e17cf28deb12ae6dc139807f9e377db0c8a546561e94301216b634bd77703f17cea  meson-0.63.0.tar.gz
+9b1195cfe856c1aa51bc79f6eb4d0f94925bb02d0a9fbd68a6a6ced6e5c252b09b22d9aac812640687e49b8d64a313ce48d0a69a3bf83ea8ffb8c9dab559fc23  meson-1.0.0.tar.gz
 27acef46d9eb67203d708b57d80b853f76fa4b9c2720ff36ec161e6cdf702249e7982214ddf60bae75511aa79bc7d92aa27e3eab7ef9c0f5c040e8e42e76a385  libtool-2.4.7.tar.gz


=====================================
extras/tools/bootstrap
=====================================
@@ -150,7 +150,7 @@ check flex
 check_nasm 2.14
 check gettext
 check help2man
-check meson 0.59.0
+check meson 0.60.0
 check_ninja
 
 DEPS_ONLY="help2man"


=====================================
extras/tools/packages.mak
=====================================
@@ -51,7 +51,7 @@ GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
 HELP2MAN_VERSION=1.47.6
 HELP2MAN_URL=$(GNU)/help2man/help2man-$(HELP2MAN_VERSION).tar.xz
 
-MESON_VERSION=0.63.0
+MESON_VERSION=1.0.0
 MESON_URL=https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)/meson-$(MESON_VERSION).tar.gz
 
 NINJA_VERSION=1.11.1



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/12ec5c85084959b233be549dc2a1b876a077634c...545d52eb83e56ba8e54c1373b121b9c81cbfe47b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/12ec5c85084959b233be549dc2a1b876a077634c...545d52eb83e56ba8e54c1373b121b9c81cbfe47b
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