{"id":13794,"url":"https://patchwork.libcamera.org/api/1.1/patches/13794/?format=json","web_url":"https://patchwork.libcamera.org/patch/13794/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20210909150137.4011590-1-kieran.bingham@ideasonboard.com>","date":"2021-09-09T15:01:37","name":"[libcamera-devel] README: Fix android dependencies","commit_ref":"84acaac8b73ad4740ce0eff45421241f88ea0c7c","pull_url":null,"state":"accepted","archived":false,"hash":"66e8d8cd693c86f82aa2dc35e0eed0c3379becde","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/1.1/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13794/mbox/","series":[{"id":2509,"url":"https://patchwork.libcamera.org/api/1.1/series/2509/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2509","date":"2021-09-09T15:01:37","name":"[libcamera-devel] README: Fix android dependencies","version":1,"mbox":"https://patchwork.libcamera.org/series/2509/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13794/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13794/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 4E4B9BDC71\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu,  9 Sep 2021 15:01:43 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id B13526916E;\n\tThu,  9 Sep 2021 17:01:42 +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 270D86916B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  9 Sep 2021 17:01:41 +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 78D67DA1;\n\tThu,  9 Sep 2021 17:01:40 +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=\"qvENXu/C\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1631199700;\n\tbh=c+Di3EregEUCb9Iw3e9tsRBi7/Tc00/qHc+bLMdSIDQ=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=qvENXu/CEaPlAmMIgWC67h18IV8m6ko/ogjNPyaZB/vV8ZlafgacDLC8qxryeBu5G\n\tE23lNcM1EJnD1ILLsenG1le9tLWqU09D3E1hlVN3G7fFo8FRn3EXHzQmAWGtwB3mn5\n\tjrtkrSMS+vZD3mVhhwPanDYnTh8/Y+IEJUpKHQy8=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Thu,  9 Sep 2021 16:01:37 +0100","Message-Id":"<20210909150137.4011590-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: Fix android dependencies","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":"While the distribution is unspecified, The README.rst gives\ndebian/ubuntu named dependencies for all except the android\nrequirements.\n\nUpdate the android dependencies to match the others, by showing that the\n-dev package is required.\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 cf81eca42149..6eb25c708180 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -88,7 +88,7 @@ for tracing with lttng: [optional]\n         liblttng-ust-dev python3-jinja2 lttng-tools\n \n for android: [optional]\n-        libexif libjpeg libyaml\n+        libexif-dev libjpeg-dev libyaml-dev\n \n Using GStreamer plugin\n ~~~~~~~~~~~~~~~~~~~~~~\n","prefixes":["libcamera-devel"]}