From patchwork Tue Aug 24 14:15:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13454 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 AAB57BD87C for ; Tue, 24 Aug 2021 14:16:09 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id DA146688CA; Tue, 24 Aug 2021 16:16:08 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="EQjzA8UX"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4516160505 for ; Tue, 24 Aug 2021 16:16:07 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BB1182A5 for ; Tue, 24 Aug 2021 16:16:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1629814566; bh=+mQ18uy+8E5xsjJ1ON8gT0m8dG7JRDixITl1SGdxrCM=; h=From:To:Subject:Date:From; b=EQjzA8UXMWaR8Y8fdeeX4ub9RGLTBIqXWmQ1PByvmOfmV2+3qVwzfGkRKwBFlf9sZ R2QscSGwaJF+wx7YHHT/FOEzpftogJ2Jg6FVGzDKKV1kY8lSRJXRpnoEnmKN8tyrVY kUIBYIDiPfRfq90bt0YDhYVGyxWON8RhVTBJZikU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Tue, 24 Aug 2021 17:15:42 +0300 Message-Id: <20210824141546.10543-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 0/4] libcamera: Dust the Gentoo ebuild 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, The Gentoo ebuild has slowly aged, and while still working, suffers from a few issues. This series dusts it. Please see individual patches for details. Laurent Pinchart (4): package: gentoo: Update Python versions package: gentoo: Add dependencies on openssl and gnutls package: gentoo: Add USE flags to build documentation and tests package: gentoo: Select build type through debug USE flag .../media-libs/libcamera/libcamera-9999.ebuild | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Reviewed-by: Paul Elder Reviewed-by: Kieran Bingham