{"id":23179,"url":"https://patchwork.libcamera.org/api/patches/23179/?format=json","web_url":"https://patchwork.libcamera.org/patch/23179/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<Z/wagPywlDR2HAyL@duo.ucw.cz>","date":"2025-04-13T20:11:44","name":"doc: mention right meson version","commit_ref":"886f877dd39d3c7baec9d7a8b99c804e05aed598","pull_url":null,"state":"accepted","archived":false,"hash":"68fae700b8fce74908946dea5661e51c71e6570d","submitter":{"id":49,"url":"https://patchwork.libcamera.org/api/people/49/?format=json","name":"Pavel Machek","email":"pavel@ucw.cz"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/23179/mbox/","series":[{"id":5126,"url":"https://patchwork.libcamera.org/api/series/5126/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5126","date":"2025-04-13T20:11:44","name":"doc: mention right meson version","version":1,"mbox":"https://patchwork.libcamera.org/series/5126/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/23179/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/23179/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 50899C327D\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 13 Apr 2025 20:11:48 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8202468AB8;\n\tSun, 13 Apr 2025 22:11:47 +0200 (CEST)","from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 6531568A99\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 13 Apr 2025 22:11:45 +0200 (CEST)","by jabberwock.ucw.cz (Postfix, from userid 1017)\n\tid D87B01C013F; Sun, 13 Apr 2025 22:11:44 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ucw.cz header.i=@ucw.cz header.b=\"LIL3TjOi\";\n\tdkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1;\n\tt=1744575104;\n\th=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n\tto:to:cc:mime-version:mime-version:content-type:content-type;\n\tbh=dbzy7+om8IMOlYwgHMqPruE5Ta1w8JAcVWfCIaii88s=;\n\tb=LIL3TjOi5kIR+ogXCFhVM5bD6wDjTKMy8RXbfY7GzN2vPbLoOfAowBapwnJdRabIh6bM1t\n\twd5690TQyJ4bCqMwfqbox0UKoA4LhGFFHffK/t3s+NBh1Vxqh6wIgsiedWA5tcwmPbj90t\n\tW0VrC2hLtJx2m4sckfFranK5RVmNaNs=","Date":"Sun, 13 Apr 2025 22:11:44 +0200","From":"Pavel Machek <pavel@ucw.cz>","To":"laurent.pinchart@ideasonboard.com, libcamera-devel@lists.libcamera.org","Subject":"[PATCH] doc: mention right meson version","Message-ID":"<Z/wagPywlDR2HAyL@duo.ucw.cz>","MIME-Version":"1.0","Content-Type":"multipart/signed; micalg=pgp-sha1;\n\tprotocol=\"application/pgp-signature\"; boundary=\"UIOhDIA3LgsNyb5J\"","Content-Disposition":"inline","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Documentation says 0.60, but in fact 0.63 is required.\n    \nSigned-off-by: Pavel Machek <pavel@ucw.cz>","diff":"diff --git a/README.rst b/README.rst\nindex 31c27c87..88351c38 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -44,7 +44,7 @@ A C++ toolchain: [required]\n         Either {g++, clang}\n \n Meson Build system: [required]\n-        meson (>= 0.60) ninja-build pkg-config\n+        meson (>= 0.63) ninja-build pkg-config\n \n for the libcamera core: [required]\n         libyaml-dev python3-yaml python3-ply python3-jinja2\n","prefixes":[]}