From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1484C61DA4 for ; Sun, 12 Feb 2023 00:10:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229533AbjBLAKn (ORCPT ); Sat, 11 Feb 2023 19:10:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbjBLAKm (ORCPT ); Sat, 11 Feb 2023 19:10:42 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F6B012F1A for ; Sat, 11 Feb 2023 16:10:41 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C35C0706; Sun, 12 Feb 2023 01:10:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1676160637; bh=8g6wQzL6NQJDWs7DXWuZHEji/yGHI2kjMQFsPyvjOkk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PxttmBJRI76nKXykGYB0kGMaoiUdeB84K2aIMRO8c/3cAJc/UhzNxajOwQzHmpMFh VTjMPBPnFaqXHfVddHDBFVeq9/iPZY4qYRwR47zkeO6XL04ML5U4svb9Z5zAxTJsj/ oltdkJHuHffJpmguUgJxS7HRbbH4VeOW2PmydwFk= Date: Sun, 12 Feb 2023 02:10:35 +0200 From: Laurent Pinchart To: Hans Verkuil Cc: Gregor Jasny , linux-media@vger.kernel.org, ezequiel@collabora.com, kieran.bingham@ideasonboard.com, mchehab@kernel.org, nicolas@ndufresne.ca, p.zabel@pengutronix.de, rosenp@gmail.com, sakari.ailus@iki.fi, sean@mess.org, user.vdr@gmail.com, xavier.claessens@collabora.com Subject: Re: [PATCH v7 0/5] Switch build system to meson Message-ID: References: <20220909134412.21934-1-laurent.pinchart@ideasonboard.com> <67fa379a-07f9-e19c-22da-6fda931ad8ca@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Hans, On Tue, Sep 13, 2022 at 11:51:01AM +0300, Laurent Pinchart wrote: > On Tue, Sep 13, 2022 at 08:15:43AM +0100, Hans Verkuil wrote: > > On 9/12/22 23:29, Laurent Pinchart wrote: > > > On Mon, Sep 12, 2022 at 04:41:33PM +0200, Gregor Jasny wrote: > > >> Hello Laurent and all the other helping hands, > > >> > > >> On 9/9/22 3:44 PM, Laurent Pinchart wrote: > > >>> This series is the latest (and greatest) attempt to switch v4l-utils > > >>> from autotools to meson. > > >>> > > >>> Compared to v6, the first noticeable change is that fixups have been > > >>> squashed into their corresponding commit. Detailed changelogs are now > > >>> included in individual patches. > > >> > > >> Tested-by: Gregor Jasny > > >> > > >> v7 is still working as expected with my Debian and Ubuntu packaging scripts. > > > > > > Thanks for testing. I'll post a v8 with the improvements suggested in > > > the review comments. I will also include updates to the > > > v4l-utils.spec.in file, and would appreciate help testing it. > > > > > >> What would you think would be a good time to release these changes? > > >> Should I do a release shortly after the this change has landed? > > > > > > I think that would be a good idea. Once v8 is out, if there are no more > > > issues, I think it could be merged. > > > > Two questions: for meson, what is the equivalent to 'make distclean'? > > Just rm -rf build? > > That's correct. Meson doesn't make *any* change to the source directory. > > > And another: if I enable building for v4l2-ctl-32 and > > v4l2-compliance-32, then those targets aren't build AFAICS. > > I'll check that (a bit busy this week with ELC and LPC). They get built for me. I've rebased meson support on top of the latest master branch and fixed lots of small issues, so I may have fixed this at the same time. I'll post v8 soon, if you still experience the problem, I'll debug it with you. > > It's needed for testing 32-bit compat code. -- Regards, Laurent Pinchart