{"id":13967,"url":"https://patchwork.libcamera.org/api/patches/13967/?format=json","web_url":"https://patchwork.libcamera.org/patch/13967/","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":"<20210928133407.526695-1-kieran.bingham@ideasonboard.com>","date":"2021-09-28T13:34:07","name":"[libcamera-devel] README: Add documentation package","commit_ref":"ccec150589a177654b9039d21163c36ccff85cff","pull_url":null,"state":"accepted","archived":false,"hash":"47554d2e6bef2df5bd31a6b16631afeaf1c21746","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/13967/mbox/","series":[{"id":2581,"url":"https://patchwork.libcamera.org/api/series/2581/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2581","date":"2021-09-28T13:34:07","name":"[libcamera-devel] README: Add documentation package","version":1,"mbox":"https://patchwork.libcamera.org/series/2581/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13967/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13967/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 14BD6C3243\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 28 Sep 2021 13:34:15 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 2C78B6918E;\n\tTue, 28 Sep 2021 15:34:14 +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 BAF6D69185\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 28 Sep 2021 15:34:12 +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 3F8F93F1;\n\tTue, 28 Sep 2021 15:34:12 +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=\"bZPQ0Z2z\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1632836052;\n\tbh=3MbmL/OQraNjeNvPPLjH2kS5fq3efm8B8wX0eEqj8t4=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=bZPQ0Z2zmNN01ZtQx0KdVsBM9SxDI3S9YSKmUMcocyRPJacnYE7BVnckuIt4bWclM\n\t46eU+MtiGJmJ6iTMZ7nQVhgZXDsjTdOGM+8J3fCfd+b7WSthXcsYVK6ZtmyyvmeYII\n\thM+BXY2AD7BTQl7NG2v683L5zgyEYWgJ7d4jF5iQ=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Tue, 28 Sep 2021 14:34:07 +0100","Message-Id":"<20210928133407.526695-1-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.30.2","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] README: Add documentation package","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":"When building the documentaion with Doxygen, an error will be\nreported if latex can not find the extra packages provided by\ntexlive-latex-extra.\n\nWhile this package is optional, document this requirement for\nDocumentation.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n README.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/README.rst b/README.rst\nindex a0cc45978b0b..63149fe04067 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -73,7 +73,7 @@ for device hotplug enumeration: [optional]\n \tlibudev-dev\n \n for documentation: [optional]\n-\tpython3-sphinx doxygen graphviz\n+\tpython3-sphinx doxygen graphviz texlive-latex-extra\n \n for gstreamer: [optional]\n \tlibgstreamer1.0-dev libgstreamer-plugins-base1.0-dev\n","prefixes":["libcamera-devel"]}