Received: from theta.ikke.info (theta.ikke.info [178.21.117.236]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 05CB32236D9 for ; Tue, 17 Jan 2023 06:32:33 +0000 (UTC) Received: from bbea3f19b1bb (mutt_mutt_run_145a96208cdf.postfix_default [192.168.80.4]) by theta.ikke.info (Postfix) with ESMTPS id 8233814081B; Tue, 17 Jan 2023 06:30:09 +0000 (UTC) Date: Tue, 17 Jan 2023 06:30:09 +0000 From: Kevin Daudt To: Jacopo Mondi Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH 1/2] community/libcamera: remove boost from dependencies Message-ID: References: <20230114163844.10487-1-jacopo.mondi@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230114163844.10487-1-jacopo.mondi@ideasonboard.com> On Sat, Jan 14, 2023 at 05:38:43PM +0100, Jacopo Mondi wrote: > Boost is not required anymore to build libcamera since the dependency > has been dropped in commit c1597f989654 ("ipa: raspberrypi: Use > YamlParser to replace dependency on boost"). > > Signed-off-by: Jacopo Mondi > --- > community/libcamera/APKBUILD | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD > index 1399bcda0f74..1bf0015ec127 100644 > --- a/community/libcamera/APKBUILD > +++ b/community/libcamera/APKBUILD > @@ -8,7 +8,6 @@ url="https://libcamera.org/" > arch="all" > license="LGPL-2.1-or-later AND GPL-2.0-or-later" > depends_dev=" > - boost-dev > eudev-dev > glib-dev > gnutls-dev > -- > 2.39.0 > FYI, you need to bump the pkgrel, otherwise the package does not get rebuilt.