Patch Detail
Show a patch.
GET /api/1.1/patches/24946/?format=api
{ "id": 24946, "url": "https://patchwork.libcamera.org/api/1.1/patches/24946/?format=api", "web_url": "https://patchwork.libcamera.org/patch/24946/", "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": "<20251102153746.8459-1-laurent.pinchart@ideasonboard.com>", "date": "2025-11-02T15:37:46", "name": "[libcamera-ci] Install libyuv instead of relying on wrap", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "68325955ce8e99396429a3f262b32f603ffc0b6a", "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/24946/mbox/", "series": [ { "id": 5552, "url": "https://patchwork.libcamera.org/api/1.1/series/5552/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5552", "date": "2025-11-02T15:37:46", "name": "[libcamera-ci] Install libyuv instead of relying on wrap", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5552/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/24946/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/24946/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 1DF99C3241\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 2 Nov 2025 15:38:02 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8CC3C6096B;\n\tSun, 2 Nov 2025 16:38:01 +0100 (CET)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E8BB7606E6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 2 Nov 2025 16:37:59 +0100 (CET)", "from pendragon.ideasonboard.com (82-203-160-149.bb.dnainternet.fi\n\t[82.203.160.149])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 7A84310D4\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 2 Nov 2025 16:36:07 +0100 (CET)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"qFRx0CXk\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1762097767;\n\tbh=Jp9ECLOqdeplaUlV/V88jKYZJ67tGUTRaptn3YdbkEw=;\n\th=From:To:Subject:Date:From;\n\tb=qFRx0CXkrf8TklauZMM0BrEXDk8p3OpG9eUbLejXkgLGwbAcVwel2FLOvpzC1Oas2\n\tMQ5927RdN64Az2JKXgBECwxdoqBdOuy3yjgIeD1jVEQCCOXp2GzHcG4ZtzbTRUC6Cl\n\tiEnloJIZy7fFa322276nd+2+GwcXeFNr2wXvO4K8=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Subject": "[libcamera-ci] [PATCH] Install libyuv instead of relying on wrap", "Date": "Sun, 2 Nov 2025 17:37:46 +0200", "Message-ID": "<20251102153746.8459-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.51.0", "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>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Debian Bookworm and Trixie ship libyuv. Use the distribution package\ninstead of relying on meson wraps. This better matches how libcamera is\npackaged on Debian, and shortens the compilation time.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\nSuccessful CI run: https://gitlab.freedesktop.org/pinchartl/libcamera/-/pipelines/1539181\n\nCompilation on armhf reduces the number of build steps from 629\n(https://gitlab.freedesktop.org/pinchartl/libcamera/-/jobs/87115344#L348)\nto 584 (https://gitlab.freedesktop.org/pinchartl/libcamera/-/jobs/87115378).\n---\n .gitlab-ci/setup-container.sh | 4 ++++\n gitlab-ci.yml | 4 ++--\n 2 files changed, 6 insertions(+), 2 deletions(-)\n\n\nbase-commit: 9e09d8787ad4ca30b392351f4cf8fdccdd450c7a", "diff": "diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\nindex 9d8319c9779b..2ba94bbefca3 100755\n--- a/.gitlab-ci/setup-container.sh\n+++ b/.gitlab-ci/setup-container.sh\n@@ -130,6 +130,8 @@ case $FDO_DISTRIBUTION_VERSION in\n \tPKGS_LIBCAMERA_RUNTIME+=( python3-sphinx-book-theme )\n \t# libclang-rt-dev for the clang ASan runtime.\n \tPKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libclang-rt-dev )\n+\t# For the Android camera HAL and the virtual pipeline handler.\n+\tPKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libyuv-dev )\n \t# For cam and lc-compliance\n \t# libevent-dev cannot be used here, see build-libcamera-common.sh\n \tPKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libevent-2.1-7 libevent-pthreads-2.1-7 )\n@@ -141,6 +143,8 @@ case $FDO_DISTRIBUTION_VERSION in\n \tPKGS_LIBCAMERA_RUNTIME+=( python3-sphinx-book-theme )\n \t# libclang-rt-dev for the clang ASan runtime.\n \tPKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libclang-rt-dev )\n+\t# For the Android camera HAL and the virtual pipeline handler.\n+\tPKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libyuv-dev )\n \t;;\n esac\n \ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex d18460534da2..a67618dd4ada 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -64,12 +64,12 @@ include:\n .libcamera-ci.debian:12:\n variables:\n FDO_DISTRIBUTION_VERSION: 'bookworm'\n- FDO_DISTRIBUTION_TAG: '2025-09-12.2'\n+ FDO_DISTRIBUTION_TAG: '2025-11-02.0'\n \n .libcamera-ci.debian:13:\n variables:\n FDO_DISTRIBUTION_VERSION: 'trixie'\n- FDO_DISTRIBUTION_TAG: '2025-09-12.2'\n+ FDO_DISTRIBUTION_TAG: '2025-11-02.0'\n \n .container-debian:\n extends:\n", "prefixes": [ "libcamera-ci" ] }