Show a patch.

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

{
    "id": 3686,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/3686/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/3686/",
    "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": "<20200504092829.10099-7-laurent.pinchart@ideasonboard.com>",
    "date": "2020-05-04T09:28:29",
    "name": "[libcamera-devel,6/6] libcamera: raspberrypi: Add components to meson build",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "b7dfbb65a2acd9736fc1d7f4e54560e3dd862d42",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/3686/mbox/",
    "series": [
        {
            "id": 880,
            "url": "https://patchwork.libcamera.org/api/1.1/series/880/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=880",
            "date": "2020-05-04T09:28:23",
            "name": "libcamera: Raspberry Pi camera support",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/880/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/3686/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/3686/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@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 6B52661758\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  4 May 2020 11:28:42 +0200 (CEST)",
            "from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id B340511FC;\n\tMon,  4 May 2020 11:28:41 +0200 (CEST)"
        ],
        "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"O7Pb9coR\"; dkim-atps=neutral",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1588584522;\n\tbh=eoOqXeesVEjAUZEjf1NoKwaZxGzmUN1vJebIbcb4bVw=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=O7Pb9coRMDPciSMcTRZ4Xg4jKKh9VdznASIyWn4QefiAMtk1Rz4rsveR+Usf18bMZ\n\t9LxLgeCMzp1o2Vmd66BC17fXPsXUYSMkbhQv8+dvk+VozIYCo/i+SrftZScEBAF1si\n\tRSGhwuwj+NZifAp17yFayj7KUH5kFo6uGoxkeUMk=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon,  4 May 2020 12:28:29 +0300",
        "Message-Id": "<20200504092829.10099-7-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.26.2",
        "In-Reply-To": "<20200504092829.10099-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20200504092829.10099-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 6/6] libcamera: raspberrypi: Add\n\tcomponents to meson build",
        "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": "Mon, 04 May 2020 09:28:42 -0000"
    },
    "content": "From: Naushir Patuck <naush@raspberrypi.com>\n\nAdd the Raspberry Pi pipeline handler and IPA as targets in the\nmeson build system.\n\nSigned-off-by: Naushir Patuck <naush@raspberrypi.com>\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n meson_options.txt   | 2 +-\n src/ipa/meson.build | 2 +-\n 2 files changed, 2 insertions(+), 2 deletions(-)",
    "diff": "diff --git a/meson_options.txt b/meson_options.txt\nindex 6464df837cc3..2c7ab07bff91 100644\n--- a/meson_options.txt\n+++ b/meson_options.txt\n@@ -14,7 +14,7 @@ option('gstreamer',\n \n option('pipelines',\n         type : 'array',\n-        choices : ['ipu3', 'rkisp1', 'uvcvideo', 'vimc'],\n+        choices : ['ipu3', 'raspberrypi', 'rkisp1', 'uvcvideo', 'vimc'],\n         description : 'Select which pipeline handlers to include')\n \n option('test',\ndiff --git a/src/ipa/meson.build b/src/ipa/meson.build\nindex 56e65eaa7426..e0f6e14afd3e 100644\n--- a/src/ipa/meson.build\n+++ b/src/ipa/meson.build\n@@ -18,7 +18,7 @@ subdir('libipa')\n \n ipa_sign = find_program('ipa-sign.sh')\n \n-ipas = ['rkisp1', 'vimc']\n+ipas = ['raspberrypi', 'rkisp1', 'vimc']\n \n foreach pipeline : get_option('pipelines')\n     if ipas.contains(pipeline)\n",
    "prefixes": [
        "libcamera-devel",
        "6/6"
    ]
}