Received: from theta.ikke.info (theta.ikke.info [178.21.117.236]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 163F82236F3 for ; Mon, 23 Jan 2023 11:20:31 +0000 (UTC) Received: from 7a0aac3667e2 (mutt_mutt_run_70332a8d0d6a.postfix_default [192.168.80.4]) by theta.ikke.info (Postfix) with ESMTPS id 9B7E114081C; Mon, 23 Jan 2023 11:18:38 +0000 (UTC) Date: Mon, 23 Jan 2023 11:18:38 +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> <20230123111724.pz2ixbmrjvr5i3ua@uno.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123111724.pz2ixbmrjvr5i3ua@uno.localdomain> On Mon, Jan 23, 2023 at 12:17:24PM +0100, Jacopo Mondi wrote: > Hi Kevin > > On Tue, Jan 17, 2023 at 06:30:09AM +0000, Kevin Daudt wrote: > > 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. > > Ah thanks, will fix and resend soon! FYI, the MR[0] has already been merged. [0]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/43267