Patch Detail
Show a patch.
GET /api/1.1/patches/1809/?format=api
{ "id": 1809, "url": "https://patchwork.libcamera.org/api/1.1/patches/1809/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1809/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190814095817.13625-3-kieran.bingham@ideasonboard.com>", "date": "2019-08-14T09:58:16", "name": "[libcamera-devel,2/3] readme: Move index page content to README", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "a979d855e4aad522a6d802725069bb3bf8535040", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1809/mbox/", "series": [ { "id": 459, "url": "https://patchwork.libcamera.org/api/1.1/series/459/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=459", "date": "2019-08-14T09:58:15", "name": "README updates", "version": 1, "mbox": "https://patchwork.libcamera.org/series/459/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1809/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1809/checks/", "tags": {}, "headers": { "Return-Path": "<kieran.bingham@ideasonboard.com>", "Received": [ "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 F235E61919\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 14 Aug 2019 11:58:22 +0200 (CEST)", "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3DF8A592;\n\tWed, 14 Aug 2019 11:58:22 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1565776702;\n\tbh=OMwm+a3kiTzp0H2G+OAWiQPCg7it8m+zVFmqIe1+p4Q=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=XmJ6w8PgpIS8UT6eY1B/ZHy20Ws/iG9kpYthEqdXbUyczOAcblz7zdpxB34Q5VHmL\n\tFNE0zmTm+MXJsYqL5RRsQNhPmQGLtwzwfoEj5MVf8oFMCokx8GsDEG8N/EJOSguGad\n\tgtAoOkOPEgTqE/fkgvHbFnKJrPUHBpW2KHQCb0PM=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "Date": "Wed, 14 Aug 2019 10:58:16 +0100", "Message-Id": "<20190814095817.13625-3-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.20.1", "In-Reply-To": "<20190814095817.13625-1-kieran.bingham@ideasonboard.com>", "References": "<20190814095817.13625-1-kieran.bingham@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 2/3] readme: Move index page content to\n\tREADME", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Wed, 14 Aug 2019 09:58:23 -0000" }, "content": "Move the introduction content from the index.rst to the README.rst so\nthat it can also be found quickly from the top level.\n\nInclude the README.rst directly into the index.rst to continue serving\nit as the front page material.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n Documentation/index.rst | 19 ++-----------------\n Documentation/meson.build | 1 +\n README.rst | 17 +++++++++++++++++\n 3 files changed, 20 insertions(+), 17 deletions(-)", "diff": "diff --git a/Documentation/index.rst b/Documentation/index.rst\nindex e481f081f9a1..ec2222108e8a 100644\n--- a/Documentation/index.rst\n+++ b/Documentation/index.rst\n@@ -1,20 +1,5 @@\n-libcamera\n-=========\n-\n-Cameras are complex devices that need heavy hardware image processing\n-operations. Control of the processing is based on advanced algorithms that must\n-run on a programmable processor. This has traditionally been implemented in a\n-dedicated MCU in the camera, but in embedded devices algorithms have been moved\n-to the main CPU to save cost. Blurring the boundary between camera devices and\n-Linux often left the user with no other option than a vendor-specific\n-closed-source solution.\n-\n-To address this problem the Linux media community has very recently started\n-collaboration with the industry to develop a camera stack that will be\n-open-source-friendly while still protecting vendor core IP. libcamera was born\n-out of that collaboration and will offer modern camera support to Linux-based\n-systems, including traditional Linux distributions, ChromeOS and Android.\n-\n+.. Front page matter is defined in the project README file.\n+.. include:: ../README.rst\n \n .. toctree::\n :maxdepth: 2\ndiff --git a/Documentation/meson.build b/Documentation/meson.build\nindex b1720b05f5ee..a560d02abfa5 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -41,6 +41,7 @@ endif\n \n if sphinx.found()\n docs_sources = [\n+ '../README.rst',\n 'coding-style.rst',\n 'conf.py',\n 'contributing.rst',\ndiff --git a/README.rst b/README.rst\nindex 9a8261ac8502..0f64e076a9c0 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -4,6 +4,23 @@\n \n **A complex camera support library for Linux, Android, and ChromeOS**\n \n+Cameras are complex devices that need heavy hardware image processing\n+operations. Control of the processing is based on advanced algorithms that must\n+run on a programmable processor. This has traditionally been implemented in a\n+dedicated MCU in the camera, but in embedded devices algorithms have been moved\n+to the main CPU to save cost. Blurring the boundary between camera devices and\n+Linux often left the user with no other option than a vendor-specific\n+closed-source solution.\n+\n+To address this problem the Linux media community has very recently started\n+collaboration with the industry to develop a camera stack that will be\n+open-source-friendly while still protecting vendor core IP. libcamera was born\n+out of that collaboration and will offer modern camera support to Linux-based\n+systems, including traditional Linux distributions, ChromeOS and Android.\n+\n+Getting Started\n+---------------\n+\n To build and install:\n \n ::\n", "prefixes": [ "libcamera-devel", "2/3" ] }