Show a patch.

GET /api/patches/11685/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 11685,
    "url": "https://patchwork.libcamera.org/api/patches/11685/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/11685/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "<20210324112527.63701-2-jacopo@jmondi.org>",
    "date": "2021-03-24T11:25:21",
    "name": "[libcamera-devel,1/7] libcamera: List dependency for Android Camera3 HAL",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "4f29cd301baa122502e3e1884bda47844108f406",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "delegate": {
        "id": 15,
        "url": "https://patchwork.libcamera.org/api/users/15/?format=api",
        "username": "jmondi",
        "first_name": "Jacopo",
        "last_name": "Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/patch/11685/mbox/",
    "series": [
        {
            "id": 1826,
            "url": "https://patchwork.libcamera.org/api/series/1826/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1826",
            "date": "2021-03-24T11:25:20",
            "name": "android: Add support for HAL configuration file",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/1826/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/11685/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/11685/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 26578C32E7\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 24 Mar 2021 11:25:12 +0000 (UTC)",
            "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E406168D68;\n\tWed, 24 Mar 2021 12:25:11 +0100 (CET)",
            "from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net\n\t[217.70.183.193])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 935EA602E3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 24 Mar 2021 12:25:10 +0100 (CET)",
            "from uno.homenet.telecomitalia.it\n\t(host-82-63-7-72.business.telecomitalia.it [82.63.7.72])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay1-d.mail.gandi.net (Postfix) with ESMTPSA id E5BD224000C;\n\tWed, 24 Mar 2021 11:25:06 +0000 (UTC)"
        ],
        "X-Originating-IP": "82.63.7.72",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Wed, 24 Mar 2021 12:25:21 +0100",
        "Message-Id": "<20210324112527.63701-2-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.30.0",
        "In-Reply-To": "<20210324112527.63701-1-jacopo@jmondi.org>",
        "References": "<20210324112527.63701-1-jacopo@jmondi.org>",
        "MIME-Version": "1.0",
        "Subject": "[libcamera-devel] [PATCH 1/7] libcamera: List dependency for\n\tAndroid Camera3 HAL",
        "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>",
        "Content-Type": "text/plain; charset=\"us-ascii\"",
        "Content-Transfer-Encoding": "7bit",
        "Errors-To": "libcamera-devel-bounces@lists.libcamera.org",
        "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"
    },
    "content": "Add to the README.rst file the list of depdendencies for the\nAndroid Camera3 HAL.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n README.rst | 3 +++\n 1 file changed, 3 insertions(+)",
    "diff": "diff --git a/README.rst b/README.rst\nindex 1427c7143fa6..28c33871140a 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -87,6 +87,9 @@ for qcam: [optional]\n for tracing with lttng: [optional]\n         liblttng-ust-dev python3-jinja2 lttng-tools\n \n+for Android Camera3 HAL: [optional]\n+        libexif libjpeg\n+\n Using GStreamer plugin\n ~~~~~~~~~~~~~~~~~~~~~~\n \n",
    "prefixes": [
        "libcamera-devel",
        "1/7"
    ]
}