{"id":13485,"url":"https://patchwork.libcamera.org/api/patches/13485/?format=json","web_url":"https://patchwork.libcamera.org/patch/13485/","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":"<20210825102937.3740405-3-kieran.bingham@ideasonboard.com>","date":"2021-08-25T10:29:34","name":"[libcamera-devel,2/5] Documentation: application-developer: Clean up build instructions","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"995b50be546f2831893e479f6980a7bfa844ebd9","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13485/mbox/","series":[{"id":2392,"url":"https://patchwork.libcamera.org/api/series/2392/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2392","date":"2021-08-25T10:29:32","name":"application-developer: Clean up","version":1,"mbox":"https://patchwork.libcamera.org/series/2392/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13485/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13485/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 2CCB0BD87D\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 25 Aug 2021 10:29:46 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8126F688A5;\n\tWed, 25 Aug 2021 12:29:44 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 40A4560504\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 25 Aug 2021 12:29:42 +0200 (CEST)","from Monstersaurus.local\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E5C2024F;\n\tWed, 25 Aug 2021 12:29:41 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"SVtyXCkW\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1629887382;\n\tbh=+77L0Ce0EN4tecp0krQE96tYw1/P0PiPYN5IedfGpvo=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=SVtyXCkWLYUgKJaOq26oH6miy45MfdTJhT1k4+cIgMA+E33D6WBlV8IKvmHe8nP1X\n\tCxW8GMfvWZ1soT/xuAunaog1uPT60h9jeSDrYftCu9Nz3LnyalK9sKookrb5ZIciij\n\tFIpJFYmxP57WxcwweQABwjtJ3qbF5EW4/9HxZ6sk=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Wed, 25 Aug 2021 11:29:34 +0100","Message-Id":"<20210825102937.3740405-3-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.30.2","In-Reply-To":"<20210825102937.3740405-1-kieran.bingham@ideasonboard.com>","References":"<20210825102937.3740405-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH 2/5] Documentation: application-developer:\n\tClean up build instructions","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":"The build and run instructions read as if meson is the only way to\ncompile the application. Although this is recommended, it is not\nrequired - adapt the language to fit better.\n\nWhile here, fix the naming of the simple_cam meson object to match\nthe other usages of 'simple-cam'.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n Documentation/guides/application-developer.rst | 6 +++---\n 1 file changed, 3 insertions(+), 3 deletions(-)","diff":"diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst\nindex b79241bd9317..442d8e6a512e 100644\n--- a/Documentation/guides/application-developer.rst\n+++ b/Documentation/guides/application-developer.rst\n@@ -563,8 +563,8 @@ uses, so needs to do the following:\n Build and run instructions\n --------------------------\n \n-To build the application, use the `Meson build system`_ which is also the\n-official build system of the libcamera library.\n+To build the application, we recommend that you use the `Meson build system`_\n+which is also the official build system of the libcamera library.\n \n Make sure both ``meson`` and ``libcamera`` are installed in your system. Please\n refer to your distribution documentation to install meson and install the most\n@@ -617,7 +617,7 @@ accordingly. In this example, the application file has been named\n \n    project('simple-cam', 'cpp')\n \n-   simpler_cam = executable('simple-cam',\n+   simple_cam = executable('simple-cam',\n        'simple-cam.cpp',\n        dependencies: dependency('libcamera', required : true))\n \n","prefixes":["libcamera-devel","2/5"]}