Show a patch.

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

{
    "id": 2647,
    "url": "https://patchwork.libcamera.org/api/patches/2647/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2647/",
    "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": "<20200114184641.69674-1-nicolas.dufresne@collabora.com>",
    "date": "2020-01-14T18:46:41",
    "name": "[libcamera-devel] meson: Bump required version to 0.47",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "3b3c6fc6b2693c92af75a047c4071f14e4f20239",
    "submitter": {
        "id": 31,
        "url": "https://patchwork.libcamera.org/api/people/31/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas.dufresne@collabora.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/2647/mbox/",
    "series": [
        {
            "id": 625,
            "url": "https://patchwork.libcamera.org/api/series/625/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=625",
            "date": "2020-01-14T18:46:41",
            "name": "[libcamera-devel] meson: Bump required version to 0.47",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/625/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2647/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2647/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<nicolas.dufresne@collabora.com>",
        "Received": [
            "from bhuna.collabora.co.uk (bhuna.collabora.co.uk\n\t[IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id DCD5D6074F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 14 Jan 2020 19:46:57 +0100 (CET)",
            "from nicolas-tpx395.localdomain (unknown [IPv6:2610:98:8005::127])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits))\n\t(No client certificate requested) (Authenticated sender: nicolas)\n\tby bhuna.collabora.co.uk (Postfix) with ESMTPSA id 1D21728B982;\n\tTue, 14 Jan 2020 18:46:57 +0000 (GMT)"
        ],
        "From": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Cc": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
        "Date": "Tue, 14 Jan 2020 13:46:41 -0500",
        "Message-Id": "<20200114184641.69674-1-nicolas.dufresne@collabora.com>",
        "X-Mailer": "git-send-email 2.24.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-Mailman-Approved-At": "Tue, 14 Jan 2020 20:00:12 +0100",
        "Subject": "[libcamera-devel] [PATCH] meson: Bump required version to 0.47",
        "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>",
        "X-List-Received-Date": "Tue, 14 Jan 2020 18:46:58 -0000"
    },
    "content": "This is needed to use option type 'feature'. This is a tri-state\n(auto/enabled/disabled) which comes with utility to enable them all, or\ndisabled them all to avoid any dynamic selection happening. It can also\nbe used as value to any \"required\" field.\n\nThis will be used in GStreamer support. If you don't have a recent enough\nmeson in your distribution, you can always install or upgrate your version\nusing pip3.\n\n  pip3 install --user meson\n  pip3 install --user --upgrade meson\n\nSigned-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n---\n meson.build | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/meson.build b/meson.build\nindex 6344885..eec1dcf 100644\n--- a/meson.build\n+++ b/meson.build\n@@ -1,5 +1,5 @@\n project('libcamera', 'c', 'cpp',\n-    meson_version : '>= 0.40',\n+    meson_version : '>= 0.47',\n     version : '0.0.0',\n     default_options : [\n         'werror=true',\n",
    "prefixes": [
        "libcamera-devel"
    ]
}