From unknown Thu Jun 19 13:58:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55816 <55816@debbugs.gnu.org> To: bug#55816 <55816@debbugs.gnu.org> Subject: Status: [PATCH] gnu: meshlab: Update to 2022.02. Reply-To: bug#55816 <55816@debbugs.gnu.org> Date: Thu, 19 Jun 2025 20:58:38 +0000 retitle 55816 [PATCH] gnu: meshlab: Update to 2022.02. reassign 55816 guix-patches submitter 55816 "Paul A. Patience" severity 55816 normal tag 55816 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 05 23:42:09 2022 Received: (at submit) by debbugs.gnu.org; 6 Jun 2022 03:42:09 +0000 Received: from localhost ([127.0.0.1]:34045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ny3cz-0004FE-TU for submit@debbugs.gnu.org; Sun, 05 Jun 2022 23:42:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:48370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ny3cn-0004Ef-Va for submit@debbugs.gnu.org; Sun, 05 Jun 2022 23:42:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ny3cn-0006dO-Om for guix-patches@gnu.org; Sun, 05 Jun 2022 23:41:53 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:54040) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ny3cj-0001Jz-GD for guix-patches@gnu.org; Sun, 05 Jun 2022 23:41:53 -0400 Date: Mon, 06 Jun 2022 03:41:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1654486898; x=1654746098; bh=mj6+K5LwDHFy5v3HsJMfzdYEQCyiN2DswYMYJZf5FFQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=PU9RXJeKS6opRafKgGJZs95xjfJhsKOX1SOcUxM9yh5AK/JzEpzw7NESeJyoNeIWQ wbMwm8hGveNykJ+X6mBDmf8Iq6GpnvRZSZFZkNd/8TVUZQmoqbXy7d7hY9oC7MFl1a 3s0/JqCdsgFBkBKh8L6c5OxWNy2nCGNcW8o7aMmGsVU9GPFLUgESyDANrWtO9q1Vgp mbxvDI6VlVfa9djtMGd5HNv24zvGBIp8k8pNEZiMNpwmJr+eUJMHJ28sxVIyJUyy9q 3mwPwSfw+/gFmp876EvnkjlQq8S8CorD3Lt22EIXUcsJf0tHLRCd6kVOHN/hmruOEq dWM+nLyp1EKbw== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: meshlab: Update to 2022.02. Message-ID: <20220606034115.803815-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.136; envelope-from=paul@apatience.com; helo=mail-40136.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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{}. --- gnu/packages/engineering.scm | 53 ++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6b11fc54f0..f782bb87fb 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2740,21 +2740,19 @@ (define-public lib3ds (define-public meshlab (package (name "meshlab") - (version "2020.06") + (version "2022.02") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/cnr-isti-vclab/meshlab") - (commit (string-append "Meshlab-" version)) + (commit (string-append "MeshLab-" version)) (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "1cgx24wxh2ah5pff51rcrk6x8qcdjpkxcdak7s4cfzmxvjlshy= dd")))) + (base32 "0dkh9qw9z2160s6gjiv0a601kp6hvl66cplvi8rfc892zcykgi= wd")))) (build-system cmake-build-system) (inputs (list qtbase-5 - qtscript - qtxmlpatterns mesa glu glew @@ -2764,34 +2762,29 @@ (define-public meshlab libfreenect lib3ds openctm - ;; FIXME: Compilation fails with system qhull: - ;; https://github.com/cnr-isti-vclab/meshlab/issues/678 - ;; ("qhull" ,qhull) - )) + qhull)) (arguments - `(#:tests? #f ; Has no tests - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'go-to-source-dir - (lambda _ (chdir "src") #t)) - (add-after 'install 'move-files - (lambda* (#:key outputs #:allow-other-keys) - (let ((lib (string-append (assoc-ref outputs "out") - "/lib"))) - (rename-file - (string-append lib "/meshlab/libmeshlab-common.so") - (string-append lib "/libmeshlab-common.so")) - #t)))))) + (list #:tests? #f ; Has no tests + #:configure-flags + #~(list (string-append "-DCMAKE_MODULE_LINKER_FLAGS=3D-Wl,-rpat= h=3D" + #$output "/lib/meshlab") + (string-append "-DCMAKE_SHARED_LINKER_FLAGS=3D-Wl,-rpat= h=3D" + #$output "/lib/meshlab") + (string-append "-DCMAKE_EXE_LINKER_FLAGS=3D-Wl,-rpath= =3D" + #$output "/lib/meshlab")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'go-to-source-dir + (lambda _ (chdir "src")))))) (synopsis "3D triangular mesh processing and editing software") (home-page "https://www.meshlab.net/") - (description "MeshLab is a system for the processing and -editing of unstructured large 3D triangular meshes. It is aimed to help t= he -processing of the typical not-so-small unstructured models arising in 3D -scanning, providing a set of tools for editing, cleaning, healing, inspect= ing, -rendering and converting this kind of meshes. These tools include MeshLab -proper, a versatile program with a graphical user interface, and meshlabse= rver, -a program that can perform mesh processing tasks in batch mode, without a -GUI.") + (description "MeshLab is a system for the processing and editing of la= rge, +unstructured, 3D triangular meshes. It is aimed to help the processing of= the +typical, not-so-small unstructured models arising in 3D scanning, providin= g a +set of tools for editing, cleaning, healing, inspecting, rendering and +converting this kind of meshes. These tools include MeshLab proper, a +versatile program with a graphical user interface, and @samp{meshlabserver= }, a +program that can perform mesh processing tasks in batch mode, without a GU= I.") (license license:gpl3+))) (define-public poke -- 2.36.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 10 17:28:26 2022 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#55816: [PATCH] gnu: meshlab: Update to 2022.02. 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55816-done Cc: 55816-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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. From unknown Thu Jun 19 13:58:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 09 Jul 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator