Patch Detail
Show a patch.
GET /api/1.1/patches/19641/?format=api
{ "id": 19641, "url": "https://patchwork.libcamera.org/api/1.1/patches/19641/?format=api", "web_url": "https://patchwork.libcamera.org/patch/19641/", "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": "<20240307221810.2109348-5-nicolas@ndufresne.ca>", "date": "2024-03-07T22:18:09", "name": "[v1,4/5] docker: Install appsink element", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "fa9ee808b9135362291eaf26dd1133e38655548e", "submitter": { "id": 30, "url": "https://patchwork.libcamera.org/api/1.1/people/30/?format=api", "name": "Nicolas Dufresne", "email": "nicolas@ndufresne.ca" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/19641/mbox/", "series": [ { "id": 4205, "url": "https://patchwork.libcamera.org/api/1.1/series/4205/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4205", "date": "2024-03-07T22:18:05", "name": "Fix various CI issues", "version": 1, "mbox": "https://patchwork.libcamera.org/series/4205/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/19641/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/19641/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 66D94C32C3\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 7 Mar 2024 22:18:33 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E50D76287B;\n\tThu, 7 Mar 2024 23:18:32 +0100 (CET)", "from madrid.collaboradmins.com (madrid.collaboradmins.com\n\t[46.235.227.194])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 21E8862871\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 7 Mar 2024 23:18:29 +0100 (CET)", "from nicolas-tpx395.lan (cola.collaboradmins.com [195.201.22.229])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\tkey-exchange X25519 server-signature RSA-PSS (4096 bits)\n\tserver-digest SHA256)\n\t(No client certificate requested) (Authenticated sender: nicolas)\n\tby madrid.collaboradmins.com (Postfix) with ESMTPSA id 6927B37820C3; \n\tThu, 7 Mar 2024 22:18:28 +0000 (UTC)" ], "From": "Nicolas Dufresne <nicolas@ndufresne.ca>", "To": "libcamera-devel@lists.libcamera.org", "Subject": "[PATCH v1 4/5] docker: Install appsink element", "Date": "Thu, 7 Mar 2024 17:18:09 -0500", "Message-ID": "<20240307221810.2109348-5-nicolas@ndufresne.ca>", "X-Mailer": "git-send-email 2.43.2", "In-Reply-To": "<20240307221810.2109348-1-nicolas@ndufresne.ca>", "References": "<20240307221810.2109348-1-nicolas@ndufresne.ca>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "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>", "Cc": "Nicolas Dufresne <nicolas.dufresne@collabora.com>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n\nSome new tests required appsink element. Install the required package.\n\nSigned-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n---\n .gitlab-ci/setup-container.sh | 1 +\n gitlab-ci.yml | 6 +++---\n 2 files changed, 4 insertions(+), 3 deletions(-)", "diff": "diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\nindex 6027433..29cdd2a 100755\n--- a/.gitlab-ci/setup-container.sh\n+++ b/.gitlab-ci/setup-container.sh\n@@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n )\n \n PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n+\tgstreamer1.0-plugins-base\n \tlibdrm-dev\n \tlibdw-dev\n \tlibexif-dev\ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex 105971d..8f455da 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -53,17 +53,17 @@ include:\n .libcamera-ci.debian:10:\n variables:\n FDO_DISTRIBUTION_VERSION: 'buster'\n- FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n+ FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n \n .libcamera-ci.debian:12:\n variables:\n FDO_DISTRIBUTION_VERSION: 'bookworm'\n- FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n+ FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n \n .libcamera-ci.debian:13:\n variables:\n FDO_DISTRIBUTION_VERSION: 'trixie'\n- FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n+ FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n \n .container-debian:\n extends:\n", "prefixes": [ "v1", "4/5" ] }