Show a patch.

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

{
    "id": 1723,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/1723/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/1723/",
    "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": "<20190801155420.24694-3-jacopo@jmondi.org>",
    "date": "2019-08-01T15:54:17",
    "name": "[libcamera-devel,2/5] meson: options: Add 'android' configuration option",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "94bb6e0e1a6fe49750fffc9d0066496052a4d8b0",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/1723/mbox/",
    "series": [
        {
            "id": 444,
            "url": "https://patchwork.libcamera.org/api/1.1/series/444/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=444",
            "date": "2019-08-01T15:54:15",
            "name": "android: Add initial Camera HAL implementation",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/444/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/1723/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/1723/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net\n\t[217.70.183.196])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E6BEE61612\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  1 Aug 2019 17:53:05 +0200 (CEST)",
            "from uno.homenet.telecomitalia.it\n\t(host211-19-dynamic.58-82-r.retail.telecomitalia.it [82.58.19.211])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 6A8F8E0008;\n\tThu,  1 Aug 2019 15:53:05 +0000 (UTC)"
        ],
        "X-Originating-IP": "82.58.19.211",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Thu,  1 Aug 2019 17:54:17 +0200",
        "Message-Id": "<20190801155420.24694-3-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.22.0",
        "In-Reply-To": "<20190801155420.24694-1-jacopo@jmondi.org>",
        "References": "<20190801155420.24694-1-jacopo@jmondi.org>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 2/5] meson: options: Add 'android'\n\tconfiguration option",
        "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": "Thu, 01 Aug 2019 15:53:06 -0000"
    },
    "content": "Add an 'android' configuration option, set to false by default, which\nenables the compilation of the Android HAL adaption layer on top of\nlibcamera.\n\nTo enable compiling the Camera HAL wrapper in:\n$ meson configure -Dandroid=true\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n meson_options.txt | 5 +++++\n 1 file changed, 5 insertions(+)",
    "diff": "diff --git a/meson_options.txt b/meson_options.txt\nindex 97efc85b4412..5fa8176b8e8b 100644\n--- a/meson_options.txt\n+++ b/meson_options.txt\n@@ -1,3 +1,8 @@\n+option('android',\n+        type : 'boolean',\n+\tvalue : false,\n+        description : 'Compile libcamera with Android Camera3 HAL interface')\n+\n option('documentation',\n         type : 'boolean',\n         description : 'Generate the project documentation')\n",
    "prefixes": [
        "libcamera-devel",
        "2/5"
    ]
}