From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wCtJEb+3o2L2eQAAbAwnHQ (envelope-from ) for ; Fri, 10 Jun 2022 23:29:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id IEOHEL+3o2K2JgEAG6o9tA (envelope-from ) for ; Fri, 10 Jun 2022 23:29:35 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D27D770F2 for ; Fri, 10 Jun 2022 23:29:34 +0200 (CEST) Received: from localhost ([::1]:42450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzmCD-0002md-Ig for larch@yhetil.org; Fri, 10 Jun 2022 17:29:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzmBt-0002mS-Ve for guix-patches@gnu.org; Fri, 10 Jun 2022 17:29:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57549) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nzmBi-0005lV-0A for guix-patches@gnu.org; Fri, 10 Jun 2022 17:29:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nzmBh-0002w0-O3 for guix-patches@gnu.org; Fri, 10 Jun 2022 17:29:01 -0400 Subject: bug#55816: [PATCH] gnu: meshlab: Update to 2022.02. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 10 Jun 2022 21:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55816 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Paul A. Patience" Cc: 55816-done@debbugs.gnu.org Mail-Followup-To: 55816@debbugs.gnu.org, ludo@gnu.org, paul@apatience.com Received: via spool by 55816-done@debbugs.gnu.org id=D55816.165489650611232 (code D ref 55816); Fri, 10 Jun 2022 21:29:01 +0000 Received: (at 55816-done) by debbugs.gnu.org; 10 Jun 2022 21:28:26 +0000 Received: from localhost ([127.0.0.1]:51445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzmB7-0002v5-Qg for submit@debbugs.gnu.org; Fri, 10 Jun 2022 17:28:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzmB3-0002uo-V8 for 55816-done@debbugs.gnu.org; Fri, 10 Jun 2022 17:28:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38676) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzmAy-0005iw-F5; Fri, 10 Jun 2022 17:28:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=B0v7tCskcfpkGvV61OFhJrE16XSx9mIyI3ZrLWQkYwI=; b=YxSqLG89IAhM81rn0ktb nzMLJQt88wumkw3dfrnrdUzXHrU8SDBppp9BK/ZBJO1r2oH0VJQ2rqh1H69HkGyeLUjrgcuODVMsE 93J1J9E3ObHxJQRRvPGJERA1lN4YvYYmTawL+TMt68ah7zFmN6fHpVfpO7obrXj4Vr8yaI5l+2e2r Ht8uDx4wBOwk+dynx5U0oTBf84eMKIn5qIhab/4G5DJU7ctjkZdrbnXnv9/UY3QmCGeu+rVlmf9tv tRl6LpRNAyycYSfmItf2vnIy4MW+iKTjiIjDMeWlJZCDuot5bvarlhvWzUj9SoUVZg3k9cCD2K31P HrJZr7u0FYfTIw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53730 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzmAw-0000pS-TX; Fri, 10 Jun 2022 17:28:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220606034115.803815-1-paul@apatience.com> Date: Fri, 10 Jun 2022 23:28:12 +0200 In-Reply-To: <20220606034115.803815-1-paul@apatience.com> (Paul A. Patience's message of "Mon, 06 Jun 2022 03:41:35 +0000") Message-ID: <87wndoxl77.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654896574; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=B0v7tCskcfpkGvV61OFhJrE16XSx9mIyI3ZrLWQkYwI=; b=eLvjaLWzhmjQHpyDm1yk6yj10Rnd4wpXxOdA29cZosEeeTz0tO9eaSvuNRLSdl4oOjFZCe iG0BjeTGRf4hZGcA5iaoIUCacUZvnyNw4RgAFPyA4HBNHsoTsU9qyT2f1XFcIAig5WHQaT sD01X9lAggZJDoYK69QrnEopqi2sZFuGOpWH5nVuAyTC7wEkfBkULSewWpJVzy7ugqj9tB ibZfgiaECsljE8hdGzrZQ5h6ttHmM83hY9aezF/NS+/cP/pcZX/rnqLao6X5RfY2NdoTqZ rkEH74T5D/3aBB4umPsIhBWLnA3ZaS/3NcGTiUTGblZXNHUQMcHAfwN5PNj+Lw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654896574; a=rsa-sha256; cv=none; b=FT+loV7O/xTWeDnMAxKPbVBjMmUG/74xXv+QAXPwgzVzUlV3u4mnWXb5grfMKD616JcIrx 1TIzR5cqCJvF1//uvP46pdthAtysQX1xmLHB/V+htiqi7Fj4qmmxziZUxq+/k1KQHM6+np V4DZeOj0AB1rTbueG5mhGMk+afR4ePAuSz0xJXJoksMrW9X8jbsxHV1C8Qu/E1rYoLn7ht DFbc7gLTYhbCXEH4DbzEJpD7x4gEePdmogpdC8CfjmmN6SW0LqcFFvHqYv3irdOIwv/90Y xS90+0t63ZFqPWqP/4hRFQqjA0LefOKZv03fFnb666dGn506EapobAA8FG8iKQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YxSqLG89; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YxSqLG89; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D27D770F2 X-Spam-Score: -4.18 X-Migadu-Scanner: scn0.migadu.com X-TUID: olByGcar7fId Hi, "Paul A. Patience" skribis: > Note that the previous version no longer compiled (this one does). > > * gnu/packages/engineering.scm (meshlab): Update to 2022.02. > [inputs]: Remove the no longer required qtscript and > qtxmlpatterns. Add (uncomment) qhull. > [arguments]: Use G-expressions. > <#:configure-flags>: Set the rpath to fix missing libraries (presumably > new since the previous version) detected during the 'validate-runpath' > phase. > <#:phases>: Remove trailing boolean from 'go-to-source-dir' phase. > Remove the 'move-files' phase, which was made redundant by the manually > provided rpath. > [description]: Move a word and add some commas to improve the > readability. Typeset a program name in @samp{}. Applied, thanks! Ludo=E2=80=99.