# HG changeset patch # User Hans-G?nter Theisgen # Date 1643876373 -3600 # Node ID 5c73e095788a1a139881983f582d7fd0eea1c427 # Parent f73dc49d0a427f6375025ac75752f3342992d787 updated meson (0.53.2 -> 0.60.2) diff -r f73dc49d0a42 -r 5c73e095788a meson/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/meson/description.txt Thu Feb 03 09:19:33 2022 +0100 @@ -0,0 +1,19 @@ +Meson is an open source build system meant to be both extremely fast, +and, even more importantly, as user friendly as possible. + +The main design point of Meson is that every moment a developer spends +writing or debugging build definitions is a second wasted. +So is every second spent waiting for the build system to actually start +compiling code. + +Features + +- multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio + and others +- supported languages include C, C++, D, Fortran, Java, Rust +- build definitions in a very readable and user friendly non-Turing complete DSL +- cross compilation for many operating systems as well as bare metal +- optimized for extremely fast full and incremental builds without sacrificing + correctness +- built-in multiplatform dependency provider that works together with distro + packages diff -r f73dc49d0a42 -r 5c73e095788a meson/receipt --- a/meson/receipt Thu Feb 03 09:09:19 2022 +0100 +++ b/meson/receipt Thu Feb 03 09:19:33 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="meson" -VERSION="0.53.2" +VERSION="0.60.2" CATEGORY="development" SHORT_DESC="The Meson Build System." MAINTAINER="pascal.bellard@slitaz.org"