{"id":15222,"url":"https://patchwork.libcamera.org/api/1.1/patches/15222/?format=json","web_url":"https://patchwork.libcamera.org/patch/15222/","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":"<mailman.780.1640579636.993.libcamera-devel@lists.libcamera.org>","date":"2021-12-27T04:33:43","name":"[libcamera-devel] readme: Convert tabs to spaces","commit_ref":"94a1afd0fc27216d6eca9506d8794c7a907f8121","pull_url":null,"state":"accepted","archived":false,"hash":"10dace5bcea7fde54a46baa0a43f470777fe32af","submitter":{"id":97,"url":"https://patchwork.libcamera.org/api/1.1/people/97/?format=json","name":"Nicolas Dufresne via libcamera-devel","email":"libcamera-devel@lists.libcamera.org"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/15222/mbox/","series":[{"id":2866,"url":"https://patchwork.libcamera.org/api/1.1/series/2866/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2866","date":"2021-12-27T04:33:43","name":"[libcamera-devel] readme: Convert tabs to spaces","version":1,"mbox":"https://patchwork.libcamera.org/series/2866/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/15222/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/15222/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 55E5BBE080\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 27 Dec 2021 04:33:58 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8473760905;\n\tMon, 27 Dec 2021 05:33:57 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org;\n\ts=mail; t=1640579637;\n\tbh=dPokbfdRUTzbGxf3TCgeDRVGA17zmEv9qjb9WTtk5hU=;\n\th=Date:To:List-Id:List-Post:From:List-Subscribe:List-Unsubscribe:\n\tList-Archive:Reply-To:List-Help:Subject:From;\n\tb=1+2pKTGWugRxO+MMnXjuR/2/FZuwQivBl6tyPOla9o6IM2qibREuEx26Vf0eu9N6K\n\teeFGO9VX819rH0jekA0xGSzlqT7tROanQAkwWsowEJKXXYneIKjZzw6jwgkJG3kolA\n\tZpbh4MPbNaB8BWa7owK6TzGsSlkp9uG9Gp9x27W4TI4//ot908hqBfRgZl4q8OG/69\n\tgNLKv1SYaE26FAYwB7KZIQh7MLTgZXcYx2GiOx+8CBWZ7qctkG/O/gEQH8uwtuWv7E\n\tACu3fimWARTz1VzBMleEIs5N2sLTCwIRU06H7Fo5ZZqIjjiEO37/nzXh3dVvzjrSiA\n\t3SJzuan1/47oA==","Date":"Mon, 27 Dec 2021 13:33:43 +0900","To":"libcamera-devel@lists.libcamera.org","MIME-Version":"1.0","Message-ID":"<mailman.780.1640579636.993.libcamera-devel@lists.libcamera.org>","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","From":"Johann Koenig via libcamera-devel <libcamera-devel@lists.libcamera.org>","Precedence":"list","X-Mailman-Version":"2.1.29","X-BeenThere":"libcamera-devel@lists.libcamera.org","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","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/>","Reply-To":"Johann Koenig <johannkoenig@google.com>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","Subject":"[libcamera-devel] [PATCH] readme: Convert tabs to spaces","Content-Type":"message/rfc822","Content-Disposition":"inline","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The initial commit (a146cdb) used tabs for all the dependencies. The\nfirst time a line was edited (2de7843/30f9624) it did not keep the\ntab. This makes them all consistent.\n\nSigned-off-by: johannkoenig@google.com\n---\n README.rst | 10 +++++-----\n 1 file changed, 5 insertions(+), 5 deletions(-)","diff":"diff --git a/README.rst b/README.rst\nindex c48b4dba..05f0e6f2 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -44,7 +44,7 @@ The following Debian/Ubuntu packages are required for building libcamera.\n Other distributions may have differing package names:\n \n A C++ toolchain: [required]\n-\tEither {g++, clang}\n+        Either {g++, clang}\n \n Meson Build system: [required]\n         meson (>= 0.55) ninja-build pkg-config\n@@ -78,19 +78,19 @@ for the Raspberry Pi IPA: [optional]\n          'pipelines' option to avoid this dependency.\n \n for device hotplug enumeration: [optional]\n-\tlibudev-dev\n+        libudev-dev\n \n for documentation: [optional]\n-\tpython3-sphinx doxygen graphviz texlive-latex-extra\n+        python3-sphinx doxygen graphviz texlive-latex-extra\n \n for gstreamer: [optional]\n-\tlibgstreamer1.0-dev libgstreamer-plugins-base1.0-dev\n+        libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev\n \n for cam: [optional]\n         libevent-dev\n \n for qcam: [optional]\n-\tqtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev\n+        qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev\n \n for tracing with lttng: [optional]\n         liblttng-ust-dev python3-jinja2 lttng-tools\n","prefixes":["libcamera-devel"]}