From patchwork Thu Sep 24 07:19:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9769 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 8301EC3B5C for ; Thu, 24 Sep 2020 07:19:34 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 16ADA62FE3; Thu, 24 Sep 2020 09:19:34 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="pKxotHmY"; dkim-atps=neutral Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 16D1360362 for ; Thu, 24 Sep 2020 09:19:32 +0200 (CEST) Received: by mail-wm1-x32c.google.com with SMTP id d4so2391019wmd.5 for ; Thu, 24 Sep 2020 00:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=+CJNolLP6JI88/hWgAum35HbVj8DSE6u/wS1uqOx70c=; b=pKxotHmY9TB850PbnIukfHS3z47HRA7OwVYyT2BSBijAvOEkRWI1fo3Tbctx4FQlcs rRCqE4XbBQI79SYn53Y4eT5nv6PhvCJ1V/bbu/frDyGH64zCkcAFU5IOOgdADrfnsHIe 4gMEpWMgpzxnerhwAey/0n8eCtGg7SrL9ud2az3hZfxR0cougw5taBgE8kD09HYcjTE2 p/MBE3iCIeDYvWh1lHrZU3nqGaX9mmJOw/zHCH6llXs6aGDjBSBa58eM/Vin07bZ8pa6 uUQm0+Py3cpEU/PdAzJsBR/IE8i07enK6QyD+bT+DoAD6Ttx4sJPPhrIs5l8ApNIfeL/ kOBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=+CJNolLP6JI88/hWgAum35HbVj8DSE6u/wS1uqOx70c=; b=jMFmOBUyEKxYAfXAln0VH9A95o8PjOvAm3EjnSAgDuzOMfZWKrfGvMSlJs22wfE40p jsEiIgUnPP6nWE9xKzdNsBvK0GdQB0ozR8e3gThZEO6dCDyVhCrAkemY3LNn+9FDE9qh 2VkLyJ89hhL6AuPw6ikoOEytc+6GjZiWXxxpN6yzDyLbYgUQkm5Kv80+eVslFtfP0EOw EUgO7D3e1glPKhIvEot+JgHEuyALFavrItlLEkjh72GI0d15hZX2Hdnwb3WZOjd5JpKJ dzI99FFdK77yt+XOs73TcBr2d09L+SlWPePFflzdqJO/NQ2aVAZ2/bSdNpWS6Yam2TUw IXdQ== X-Gm-Message-State: AOAM530Y6oCa9ot8C/SEZe35J21gmGeracR5zblYqAC5WXB8hK6EPGA2 VKl6TUbnjtzEslim57czEz5rRGoVQ5s2gA== X-Google-Smtp-Source: ABdhPJxYk/tykiXwpZCvpMQxp4fn5wxF0yvwR8YCXW1XKyzHixQ78eaGsdgMaHwoN2uMaPt187SZnA== X-Received: by 2002:a05:600c:2906:: with SMTP id i6mr3328714wmd.48.1600931968267; Thu, 24 Sep 2020 00:19:28 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:27 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:11 +0200 Message-Id: <20200924071922.231063-1-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 00/11] Fix README.rst X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" I have started to hack around libcamera inside a docker installation, and while doing that I discovered that some of the documentation is slightly outdated. As this is my first contribution I have splitted the changes maybe too much, please squash them if needed. Cheers! Changelog: v2: - Convert Documentation into features - Boost->dependency for Rpi - Python3-yaml: its own paragraph Ricardo Ribalda (11): README: Unify dependency names README: Move the required dependencies to the top README: Add libboost to list of dependencies README: Move pkg-config to Meson section README: Add missing package for Qt5 tools README: Add missing libtiff-dev package for qcam README: Add missing dependency for documentation Documentation: Search for dot binary Documentation: Move all dependencies into features meson: Bump meson version to 0.51 libcamera: Add a check for the yaml module Documentation/meson.build | 7 ++++--- README.rst | 28 ++++++++++++++++++++-------- meson.build | 6 ++---- meson_options.txt | 2 +- src/libcamera/meson.build | 1 + 5 files changed, 28 insertions(+), 16 deletions(-)