Package Details: meshlab 2023.12-4

Git Clone URL: https://aur.archlinux.org/meshlab.git (read-only, click to copy)
Package Base: meshlab
Description: System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)
Upstream URL: https://www.meshlab.net
Licenses: GPL2
Submitter: bartus
Maintainer: bartus
Last Packager: bartus
Votes: 118
Popularity: 0.33
First Submitted: 2020-09-18 22:35 (UTC)
Last Updated: 2024-04-11 17:36 (UTC)

Pinned Comments

bartus commented on 2020-05-30 16:49 (UTC) (edited on 2020-05-30 16:49 (UTC) by bartus)

Some plugins (mainly render ones like SSAO) won't work with new cmake build system, will try to port qmake patches to cmake and fix those.

bartus commented on 2019-04-10 11:42 (UTC) (edited on 2021-08-26 06:58 (UTC) by bartus)

Please report issues and patches to github.com/AUR-meshlab

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

cmsigler commented on 2018-03-18 00:19 (UTC)

Hello,

I tried meshlab-git this morning and hacked at it until a current git pull built for me. YMMV. Patches:

https://pastebin.com/8spC1uRb -- Patch for PKGBUILD https://pastebin.com/riQUHmj6 -- New version of rpath.patch https://pastebin.com/0UfdBLMw -- New version of meshlabserver_GLU.patch https://pastebin.com/p4PN0Y9t -- New version of mpir.patch https://pastebin.com/41yLhtBs -- New version of plugin_dir.patch

NOTE the horrendous hack I did to fix the missing src/meshlab/src/external/lib/linux-g++ directory problem. HTH.

Clemmitt Sigler

bartus commented on 2018-03-17 19:19 (UTC)

@cmsigler: Should be working now, please confirm.

cmsigler commented on 2018-03-17 11:19 (UTC) (edited on 2018-03-17 18:19 (UTC) by cmsigler)

@bartus,

TY very much! :)

[UPDATE: Please see comment below about libgfortran.so.3 problem.]

Clemmitt

bartus commented on 2018-03-17 10:58 (UTC) (edited on 2018-03-17 11:03 (UTC) by bartus)

@cmsigler: You are correct, there are some files that are not copied to distrib\plugins by make script (mainly xmls for measure/mutualinfo/skechfab plugins). Will fix this asap.

strace meshlab

openat(AT_FDCWD, "/usr/lib/meshlab/plugins/libfilter_measure.xml", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

Please recompile package, as on my system nither edit_mutualcorrs nor filter_isoparametrization requires libfortran.so.3. They both links to libfortran.so.4 witch is a part of gcc-libs (7.3.0-1)

cmsigler commented on 2018-03-16 20:15 (UTC) (edited on 2018-03-17 19:06 (UTC) by cmsigler)

Hi,

I hope this isn't a noob-type question. I've installed meshlab from AUR. My build seems to be missing a few filter functions.

Under Help->Plugin Info, libfilter_measure.so provides no plugin functions (no pull-down arrow next to its listing). Most others have functions (although libfilter_mutualinfo.so and libfilter_sketchfab.so don't). Namely, I'm looking for "Compute Geometric Measures" and friends (see https://github.com/cnr-isti-vclab/meshlab/blob/master/src/meshlabplugins/filter_measure/filter_measure.xml).

I've tried Googling everything I can think of and haven't found any helpful hints. Is this my silly configuration problem? TIA.

Clemmitt Sigler

[P.S.: libgfortran.so.3 problem was stupid, an ancient, un-updated atlas-lapack-base package. Installing lapack along with blas and cblas fixed it. HTH.]

bartus commented on 2017-12-06 09:03 (UTC) (edited on 2017-12-06 09:03 (UTC) by bartus)

@paulmelis

The package doesn't compile with gcc 7.2, it needs the following patch.

No, meshlab do not include openmesh sources. Package compiles against gcc 7.2 just fine

paulmelis commented on 2017-11-30 16:11 (UTC)

The package doesn't compile with gcc 7.2, it needs the following patch: https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh/commit/acb62194f4268651250cda546dc8c93610893877

bartus commented on 2017-06-21 12:56 (UTC) (edited on 2017-06-21 12:57 (UTC) by bartus)

@chipbuster temporary fixed by removing unused functions from import_nvm,import_out. tests{ Bundle (out) working, sfm (nvm) not tested. }

chipbuster commented on 2017-06-17 22:44 (UTC)

I seem to be getting a variant on the errors in the bug report at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853545, which are related to the effects of the GCC-7 compiler. Is this supposed to affect this package as well (I don't see any mentions of it)?