Patch Detail
Show a patch.
GET /api/patches/23176/?format=api
{ "id": 23176, "url": "https://patchwork.libcamera.org/api/patches/23176/?format=api", "web_url": "https://patchwork.libcamera.org/patch/23176/", "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": "<Z/oZIiLtzrTqJts9@duo.ucw.cz>", "date": "2025-04-12T07:41:22", "name": "doc: document libtiff dependency for cam", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "073babf62c1841d3e3d060555c940b47b803db08", "submitter": { "id": 49, "url": "https://patchwork.libcamera.org/api/people/49/?format=api", "name": "Pavel Machek", "email": "pavel@ucw.cz" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/23176/mbox/", "series": [ { "id": 5123, "url": "https://patchwork.libcamera.org/api/series/5123/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5123", "date": "2025-04-12T07:41:22", "name": "doc: document libtiff dependency for cam", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5123/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/23176/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/23176/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 19E0CC3213\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 12 Apr 2025 07:41:27 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 1C92C68AA9;\n\tSat, 12 Apr 2025 09:41:26 +0200 (CEST)", "from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id A64D86899E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 12 Apr 2025 09:41:23 +0200 (CEST)", "by jabberwock.ucw.cz (Postfix, from userid 1017)\n\tid 254BD1C013F; Sat, 12 Apr 2025 09:41:23 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ucw.cz header.i=@ucw.cz header.b=\"A/824Tzd\";\n\tdkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1;\n\tt=1744443683;\n\th=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n\tto:to:cc:mime-version:mime-version:content-type:content-type;\n\tbh=O3mCre7VcVgzxSIjJNLeceanT4wGe0y1pi6oZ4B3tXY=;\n\tb=A/824Tzd06b2aaQa5sbyN9qQ0KzWPz5Ap3Nzv8cD8Mj+td1ZHKFhPE8dFY+gA0DETGySBz\n\t0Aldf2UAzHCIVE+xkEDWE4JR1Ho5+07P1w7FyB/d2Zm6LhxYuadn4y/2rHbr7+l72lwZ+y\n\tKxm0lLdkELcG7ROSwJX/eG/JTk+wuo0=", "Date": "Sat, 12 Apr 2025 09:41:22 +0200", "From": "Pavel Machek <pavel@ucw.cz>", "To": "laurent.pinchart@ideasonboard.com, libcamera-devel@lists.libcamera.org", "Subject": "[PATCH] doc: document libtiff dependency for cam", "Message-ID": "<Z/oZIiLtzrTqJts9@duo.ucw.cz>", "MIME-Version": "1.0", "Content-Type": "multipart/signed; micalg=pgp-sha1;\n\tprotocol=\"application/pgp-signature\"; boundary=\"ZA5OSujMjKWWt9uA\"", "Content-Disposition": "inline", "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>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "DNG writing is useful when working with bayer data, but libtiff is\nneeded for that.\n \nSigned-off-by: Pavel Machek <pavel@ucw.cz>", "diff": "diff --git a/README.rst b/README.rst\nindex ae5126e2..31c27c87 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -83,6 +83,7 @@ for cam: [optional]\n - libdrm-dev: Enables the KMS sink\n - libjpeg-dev: Enables MJPEG on the SDL sink\n - libsdl2-dev: Enables the SDL sink\n+ - libtiff-dev: For dng writing\n \n for qcam: [optional]\n libtiff-dev qt6-base-dev qt6-tools-dev-tools\n", "prefixes": [] }