From patchwork Thu Mar 7 22:18:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 19641 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 66D94C32C3 for ; Thu, 7 Mar 2024 22:18:33 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E50D76287B; Thu, 7 Mar 2024 23:18:32 +0100 (CET) Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 21E8862871 for ; Thu, 7 Mar 2024 23:18:29 +0100 (CET) Received: from nicolas-tpx395.lan (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nicolas) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 6927B37820C3; Thu, 7 Mar 2024 22:18:28 +0000 (UTC) From: Nicolas Dufresne 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 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nicolas Dufresne Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" From: Nicolas Dufresne Some new tests required appsink element. Install the required package. Signed-off-by: Nicolas Dufresne Reviewed-by: Kieran Bingham --- .gitlab-ci/setup-container.sh | 1 + gitlab-ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh index 6027433..29cdd2a 100755 --- a/.gitlab-ci/setup-container.sh +++ b/.gitlab-ci/setup-container.sh @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=( ) PKGS_LIBCAMERA_RUNTIME_MULTIARCH=( + gstreamer1.0-plugins-base libdrm-dev libdw-dev libexif-dev diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 105971d..8f455da 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -53,17 +53,17 @@ include: .libcamera-ci.debian:10: variables: FDO_DISTRIBUTION_VERSION: 'buster' - FDO_DISTRIBUTION_TAG: '2024-01-09.2' + FDO_DISTRIBUTION_TAG: '2024-04-07.3' .libcamera-ci.debian:12: variables: FDO_DISTRIBUTION_VERSION: 'bookworm' - FDO_DISTRIBUTION_TAG: '2024-01-09.1' + FDO_DISTRIBUTION_TAG: '2024-04-07.3' .libcamera-ci.debian:13: variables: FDO_DISTRIBUTION_VERSION: 'trixie' - FDO_DISTRIBUTION_TAG: '2024-01-09.0' + FDO_DISTRIBUTION_TAG: '2024-04-07.3' .container-debian: extends: