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: 117
Popularity: 0.000008
First Submitted: 2020-09-18 22:35 (UTC)
Last Updated: 2024-04-11 17:36 (UTC)

Dependencies (26)

Required by (0)

Sources (2)

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 .. 15 Next › Last »

bartus commented on 2020-01-06 09:16 (UTC) (edited on 2020-01-06 09:17 (UTC) by bartus)

@sl1pkn07: [extra]/qhull is to new for meshlab to use. It depends on version 2013 <_<. I've added flag to ignore system qhull library, please report how it's working for you.

In case of similar issue in the future you can always build with extra-x86_64-build from devtools (wrapper around clean chroot build, which prevent aberration from locally installed packages)

sl1pkn07 commented on 2020-01-05 13:27 (UTC) (edited on 2020-01-05 13:28 (UTC) by sl1pkn07)

CMake Error at meshlabplugins/filter_qhull/CMakeLists.txt:13 (add_library):
  Target "filter_qhull" links to target "Qhull::qhull" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

qhull is installed (1 extra/qhull 2019.1-3 (732.7 KiB 3.3 MiB) (Installed))

thgravo commented on 2019-12-12 09:39 (UTC)

~> cat meshlab/src/meshlabplugins/io_ctm/io_ctm.pro.rej

--- src/meshlabplugins/io_ctm/io_ctm.pro
+++ src/meshlabplugins/io_ctm/io_ctm.pro
@@ -3,10 +3,9 @@ HEADERS += io_ctm.h \
     $$VCGDIR/wrap/io_trimesh/import_ctm.h \
     $$VCGDIR/wrap/io_trimesh/export_ctm.h
 SOURCES += io_ctm.cpp
+INCLUDEPATH += ../../external/OpenCTM-1.0.3/lib
 TARGET = io_ctm

-!CONFIG(system_openctm): INCLUDEPATH *= ../../external/OpenCTM-1.0.3/lib
-
 win32-msvc.net:QMAKE_CXXFLAGS += /DOPENCTM_STATIC
 win32-msvc2005:QMAKE_CXXFLAGS += /DOPENCTM_STATIC
 win32-msvc2008:QMAKE_CXXFLAGS += /DOPENCTM_STATIC

sl1pkn07 commented on 2019-12-10 15:17 (UTC)

Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file src/meshlabplugins/io_ctm/io_ctm.pro.rej
patching file src/meshlabplugins/render_radiance_scaling/render_radiance_scaling.pro
patching file src/meshlabserver/meshlabserver.pro

bartus commented on 2019-12-10 08:34 (UTC)

@pingplug: should be fixed now, have to drop a few upstream applied patches.

pingplug commented on 2019-12-08 01:08 (UTC)

patching file src/external/external.pro
Hunk #1 FAILED at 2.
1 out of 1 hunk FAILED -- saving rejects to file src/external/external.pro.rej
patching file src/external/ext_common.pri
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/external/ext_common.pri.rej
patching file src/meshlab/meshlab.pro
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file src/meshlab/meshlab.pro.rej

sl1pkn07 commented on 2019-10-21 16:09 (UTC)

build ok. the undefined symbol is gone, the "missing library" still here, but i forgot

Error While parsing the XML filter plugin descriptors: We are trying to load a xml file that does not correspond to any dll or javascript code; please delete all the spurious xml files
Error While parsing the XML filter plugin descriptors: We are trying to load a xml file that does not correspond to any dll or javascript code; please delete all the spurious xml files
Error While parsing the XML filter plugin descriptors: We are trying to load a xml file that does not correspond to any dll or javascript code; please delete all the spurious xml files
Error While parsing the XML filter plugin descriptors: We are trying to load a xml file that does not correspond to any dll or javascript code; please delete all the spurious xml files
Error While parsing the XML filter plugin descriptors: We are trying to load a xml file that does not correspond to any dll or javascript code; please delete all the spurious xml files

i'm not sure what means

also i have a little problem with UI in my 4K non-Hidpi screen (with meshlab and meshlab-git)

https://i.ibb.co/mB0FtWx/Screenshot-20191021-180813.png

seems a upstream

greeting

sl1pkn07 commented on 2019-10-21 13:57 (UTC)

in testing

note: the .install file is not need anymore because pacman hooks

bartus commented on 2019-10-21 13:08 (UTC) (edited on 2019-10-21 13:33 (UTC) by bartus)

@sl1pkn07: I've hacked a patch stripping Unicode form filter_func. Could you try it out and report how it's working for you?

git clone https://github.com/bartoszek/AUR-meshlab-git meshlab
cd meshlab
makepkg -si

If it fail please check with-muparser branch which includes internal muparser lib.

git clone --branch=with-muparser https://github.com/bartoszek/AUR-meshlab-git meshlab

bartus commented on 2019-10-21 13:07 (UTC)

@sl1pkn07: I've hacked a patch stripping Unicode form filter_func. Could you try it out and report how it's working for you? ```sh git clone https://github.com/bartoszek/AUR-meshlab-git meshlab cd meshlab makepk