From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 05 Mar 2024 19:35:34 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rhZdW-009xX9-26 for lore@lore.pengutronix.de; Tue, 05 Mar 2024 19:35:34 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rhZdW-0000R0-F3; Tue, 05 Mar 2024 19:35:34 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rhZd7-0000PP-1j; Tue, 05 Mar 2024 19:35:09 +0100 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rhZd6-004bPn-Co; Tue, 05 Mar 2024 19:35:08 +0100 Received: from mtr by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rhZd6-003SQA-0z; Tue, 05 Mar 2024 19:35:08 +0100 Date: Tue, 5 Mar 2024 19:35:08 +0100 From: Michael Tretter To: ptxdist@pengutronix.de Message-ID: References: <20240305-feature-libcamera-0-2-0-v1-0-0625f2fd9dc6@wolfvision.net> <20240305-feature-libcamera-0-2-0-v1-2-0625f2fd9dc6@wolfvision.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240305-feature-libcamera-0-2-0-v1-2-0625f2fd9dc6@wolfvision.net> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 2/3] libcamera: version bump 0.0.5 -> 0.2.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Kieran Bingham , Michael Riesch Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, 05 Mar 2024 11:51:35 +0100, Michael Riesch wrote: > Due to an API breakage in libcamera it may be necessary to update the > consumers of the library. One example is pipewire, which needs to be > updated to at least 1.0.2. > > Signed-off-by: Michael Riesch > --- > rules/libcamera.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/libcamera.make b/rules/libcamera.make > index 928a95654..c9c4e2055 100644 > --- a/rules/libcamera.make > +++ b/rules/libcamera.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAMERA) += libcamera > # > # Paths and names > # > -LIBCAMERA_VERSION := 0.0.5 > -LIBCAMERA_MD5 := cc2f5c0c051319a7e853dc6916807ce5 > +LIBCAMERA_VERSION := 0.2.0 > +LIBCAMERA_MD5 := 08f0681221c654838e54e6b3a32f89b5 There is a new feature flag for udev support, which should be set explicitly. Michael > LIBCAMERA := libcamera-$(LIBCAMERA_VERSION) > LIBCAMERA_SUFFIX := tar.gz > LIBCAMERA_URL := https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX) > > -- > 2.34.1 > > >