Patch Detail
Show a patch.
GET /api/patches/24340/?format=api
{ "id": 24340, "url": "https://patchwork.libcamera.org/api/patches/24340/?format=api", "web_url": "https://patchwork.libcamera.org/patch/24340/", "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": "<20250911230514.26202-1-laurent.pinchart@ideasonboard.com>", "date": "2025-09-11T23:05:14", "name": "[libcamera-ci] Add sphinx-book-theme package to container images", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "076230d685a8c48767e2bf2407b4e994c7cec5c8", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/24340/mbox/", "series": [ { "id": 5436, "url": "https://patchwork.libcamera.org/api/series/5436/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5436", "date": "2025-09-11T23:05:14", "name": "[libcamera-ci] Add sphinx-book-theme package to container images", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5436/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/24340/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/24340/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 399B8BDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 11 Sep 2025 23:05:42 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id BDEE169371;\n\tFri, 12 Sep 2025 01:05:41 +0200 (CEST)", "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 3362362C3B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Sep 2025 01:05:40 +0200 (CEST)", "from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 3298343F0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 12 Sep 2025 01:04:25 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"EYedg0QP\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1757631865;\n\tbh=xhFGlmy5m5UPs2aNDh5DYhJ8VkJpBFgOjs1Gq/FgM0c=;\n\th=From:To:Subject:Date:From;\n\tb=EYedg0QP5S6vP046q1f+dR05S5PsErDqDHyUDiF4V4/AhvNmNYxxBfWTw52qZK8xf\n\tfdlRtc7Kr2idHXXI2w48vGZ3ArTi8+8hfw08si5Cg+XwEcAFB/MYrpMgCjTac9Z+9d\n\tx58wQ4oPHJse1o7wNHPBhtZjyaDROB8quPUfdZK4=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Subject": "[libcamera-ci] [PATCH] Add sphinx-book-theme package to container\n\timages", "Date": "Fri, 12 Sep 2025 02:05:14 +0300", "Message-ID": "<20250911230514.26202-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.49.1", "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": "libcamera will soon switch to sphinx-book-theme for documentation. Add\nthe corresponding package to container images.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .gitlab-ci/setup-container.sh | 5 +++++\n gitlab-ci.yml | 6 +++---\n 2 files changed, 8 insertions(+), 3 deletions(-)\n\n\nbase-commit: d58b30ed21a5663c5c6fd19da158de01b186831e", "diff": "diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\nindex 7029919c509c..444b870a09d0 100755\n--- a/.gitlab-ci/setup-container.sh\n+++ b/.gitlab-ci/setup-container.sh\n@@ -111,6 +111,7 @@ PKGS_VIRTME_RUNTIME=(\n PKGS_PIP_MIN_VERSIONS=(\n \t'meson meson 1.2.0 remove'\n \t'python3-pygments pygments 2.10.0 keep'\n+\t'python3-sphinx-book-theme python3-sphinx-book-theme 0.1.7 remove'\n \t'python3-sphinxcontrib.doxylink sphinxcontrib-doxylink 1.6.1 remove'\n )\n \n@@ -125,6 +126,8 @@ case $FDO_DISTRIBUTION_VERSION in\n \tPKGS_LIBCAMERA_RUNTIME+=( g++-9 )\n \t;;\n 'bookworm')\n+\t# Sphinx theme for the documentation.\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 cam and lc-compliance\n@@ -134,6 +137,8 @@ case $FDO_DISTRIBUTION_VERSION in\n 'trixie')\n \t# gcc 13 to expand compilation testing coverage.\n \tPKGS_LIBCAMERA_RUNTIME+=( g++-13 )\n+\t# Sphinx theme for the documentation.\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;;\ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex 57607dbfe7e4..c8ec345f14d2 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -59,17 +59,17 @@ include:\n .libcamera-ci.debian:11:\n variables:\n FDO_DISTRIBUTION_VERSION: 'bullseye'\n- FDO_DISTRIBUTION_TAG: '2025-07-27.1'\n+ FDO_DISTRIBUTION_TAG: '2025-09-08.0'\n \n .libcamera-ci.debian:12:\n variables:\n FDO_DISTRIBUTION_VERSION: 'bookworm'\n- FDO_DISTRIBUTION_TAG: '2025-07-27.1'\n+ FDO_DISTRIBUTION_TAG: '2025-09-08.0'\n \n .libcamera-ci.debian:13:\n variables:\n FDO_DISTRIBUTION_VERSION: 'trixie'\n- FDO_DISTRIBUTION_TAG: '2025-07-27.1'\n+ FDO_DISTRIBUTION_TAG: '2025-09-08.0'\n \n .container-debian:\n extends:\n", "prefixes": [ "libcamera-ci" ] }