Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
Search Criteria
Package Details: meshlab 2022.02-1
Package Actions
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.61 |
First Submitted: | 2020-09-18 22:35 (UTC) |
Last Updated: | 2022-05-21 12:44 (UTC) |
Dependencies (26)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- cgal (cgal-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- glu (glu-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- qt5-script (qt5-script-git)
- qt5-xmlpatterns (qt5-xmlpatterns-git)
- xerces-c
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- eigen (eigen-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- levmar (levmar-openmp) (make)
- lib3ds (make)
- mpir (make)
- muparser (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- openctm-tools (make)
- Show 6 more dependencies...
Required by (0)
Sources (4)
Latest Comments
bartus commented on 2022-03-14 10:35 (UTC)
mosgerila commented on 2022-01-05 09:44 (UTC)
Need update. Current version is 2021.10
bartus commented on 2021-08-26 07:04 (UTC) (edited on 2021-08-26 07:05 (UTC) by bartus)
@mahjong @winksaville: There's a simple trick to check if your home
config files have any negative effect, run meshlab from console with altered $HOME e.g: HOME=/tmp/home meshlab
〜( ̄▽ ̄〜)
wrvsrx commented on 2021-08-26 06:57 (UTC) (edited on 2021-08-26 07:06 (UTC) by wrvsrx)
I met the situation @mahjong said. But I fix by following method (I don't know which part solves the problem or why it works, but the white margin just disappears.)
Reboot. Log out from display. Connect to the PC by vnc (here white margin has disappeared). Log out from vnc. Remove kde config files. Log in to display.
I hope that can helps you.
mahjong commented on 2021-05-26 04:01 (UTC)
Does anyone else get that white area around mesh area (the area that has blue background)? https://imgur.com/6ZHMThA
Why am I getting it?
winksaville commented on 2020-07-02 23:19 (UTC)
I used pacman to install eigen:
sudo pacman -Syu eigen
But, I was still getting an error that eigen3 was missing:
$ makepkg -sir
==> Making package: meshlab 2020.06-1 (Thu 02 Jul 2020 01:16:09 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: eigen3
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> eigen3
==> ERROR: Could not resolve all dependencies.
So I changed "eigen3" to "eigen" in "makedepends" to get it working:
$ git diff PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 55b2e73..de27d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.meshlab.net"
license=('GPL2')
depends=('bzip2' 'glew' 'glu' 'openssl-1.0' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns')
-makedepends=('cmake' 'eigen3' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
+makedepends=('cmake' 'eigen' 'ninja' 'git' 'muparser' 'levmar' 'lib3ds' 'mpir')
optdepends=('u3d: for U3D and IDTF file support'
'lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support'
'levmar: for isoparametrization and mutualcorrs plugins'
bartus commented on 2020-06-08 14:58 (UTC) (edited on 2020-06-08 14:58 (UTC) by bartus)
@daren, I've made some adjustment to ninja
call. But at the end I have to find a way to recreate options=(!makeflags)
like behavior for ninja
, as in contrast to make
it starts nproc+2
build jobs by default where make
starts single one...
ulidtko commented on 2020-06-08 10:50 (UTC)
Hey! Thanks for maintaining this.
Would you drop gcc10.patch from here? It doesn't apply anymore, since the upstream has already merged your GCC 10 fix.
daren commented on 2020-06-08 07:56 (UTC) (edited on 2020-06-08 07:56 (UTC) by daren)
Could you remove the MAKEFLAGS
from the ninja
line?
I put VERBOSE=1
in my MAKEFLAGS
to see all the flags during compilation and this just breaks:
-- Build files have been written to: /build/meshlab/src/build
ninja: Entering directory `/build/meshlab/src/build'
ninja: error: unknown target 'VERBOSE=1'
Either edit the MAKEFLAGS
before using it with make
or don't mix it with this ninja
shenanigans at all.
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.
sl1pkn07 commented on 2020-04-07 09:10 (UTC) (edited on 2020-04-07 09:38 (UTC) by sl1pkn07)
fakepkg is not a official tool
tested in chroot (systemd-npawn) and makepkg
EDIT: fixed with
sed '1i#include <climits>' -i meshlab/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h
in prepare(). also need more workground for build with Qt5.15 from [kde-unstable], like
sed '1i#include <QPainterPath>' -i meshlab/src/meshlab/glarea.cpp
greetings
bartus commented on 2020-04-04 14:30 (UTC)
@sl1pkn07: Can't reproduce with either gcc:9.2/9.3. Could you please check if clean chroot build works fine for you?
mkdir -p /tmp/clean
sudo mount -t tmpfs -o suid tmpfs /tmp/clean
fakepkg levmar f2c lib3ds mpir muparser -o /tmp/clean -j $(nproc)
extra-x86_64-build -c -r /tmp/clean/ -- $(printf -- "-I %s " /tmp/clean/*pkg*)
sl1pkn07 commented on 2020-04-04 08:52 (UTC)
2020.04.r7.g3e89ebb8d not fix the error in the comment below
sl1pkn07 commented on 2020-03-18 15:54 (UTC)
FAILED: CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o
/usr/bin/c++ -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -Iexternal-ssynth_autogen/include -I/tmp/makepkg/meshlab-git/src/meshlab/vcglib -I/tmp/makepkg/meshlab-git/src/meshlab/src -I/usr/include/eigen3 -isystem /tmp/makepkg/meshlab-git/src/meshlab/src/external/structuresynth-1.5/ssynth -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtXml -isystem /usr/include/qt/QtOpenGL -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtScript -march=native -O2 -pipe -fno-plt -fPIC -fPIC -MD -MT CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o -MF CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o.d -o CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o -c /tmp/makepkg/meshlab-git/src/meshlab/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp
In file included from /tmp/makepkg/meshlab-git/src/meshlab/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp:1:
/tmp/makepkg/meshlab-git/src/meshlab/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:28:35: error: 'ULONG_MAX' was not declared in this scope
28 | bool wait(unsigned long time = ULONG_MAX) { wcm.lock(); bool w = wc.wait(&wcm,time); wcm.unlock(); return w; }
| ^~~~~~~~~
/tmp/makepkg/meshlab-git/src/meshlab/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:5:1: note: 'ULONG_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
4 | #include <QWaitCondition>
+++ |+#include <climits>
5 |
ninja: build stopped: subcommand failed.
bartus commented on 2020-01-07 20:08 (UTC)
@thgravo: [Fixed]
thgravo commented on 2020-01-07 11:31 (UTC)
Something is messed up with the install path:
> pacman -Ql meshlab-git
meshlab-git /home/
meshlab-git /home/f/
meshlab-git /home/f/.cache/
meshlab-git /home/f/.cache/yay/
meshlab-git /home/f/.cache/yay/meshlab-git/
meshlab-git /home/f/.cache/yay/meshlab-git/src/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/bin/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/bin/meshlab
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/bin/meshlabserver
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/libmeshlab-common.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/filter_measure.xml
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/filter_mutualinfo.xml
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/filter_screened_poisson.xml
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/filter_sketchfab.xml
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/filter_voronoi.xml
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libdecorate_background.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libdecorate_base.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libdecorate_raster_proj.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libdecorate_shadow.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_align.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_manipulators.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_measure.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_mutualcorrs.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_paint.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_point.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_quality.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_referencing.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libedit_select.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_ao.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_camera.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_clean.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_color_projection.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_colorproc.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_create.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_createiso.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_csg.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_dirt.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_fractal.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_func.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_geodesic.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_img_patch_param.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_isoparametrization.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_layer.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_measure.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_meshing.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_mls.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_mutualglobal.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_mutualinfo.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_plymc.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_qhull.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_quality.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_sampling.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_screened_poisson.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_sdfgpu.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_select.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_sketchfab.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_ssynth.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_texture.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_trioptimize.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_unsharp.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libfilter_voronoi.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_3ds.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_base.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_bre.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_collada.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_ctm.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_expe.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_json.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_pdb.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_tri.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_txt.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_u3d.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libio_x3d.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/librender_gdp.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/librender_radiance_scaling.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libsample_filtergpu.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libsampleedit.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libsamplefilter.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/lib/meshlab/plugins/libsamplefilterdyn.so
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/applications/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/applications/meshlab.desktop
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/icons/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/icons/hicolor/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/icons/hicolor/meshlab.png
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Cook-Torrance.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Cook-Torrance.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Cook-Torrance.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Hatch.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Hatch.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Hatch.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Oren-Nayar.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Oren-Nayar.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/Oren-Nayar.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/SEM.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/SEM.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/ambient_occlusion.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/ambient_occlusion4.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/ambient_occlusion8.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/depthmap.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/depthmap.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/depthmap.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/dimple.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/dimple.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/dimple.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/electronic microscope.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/envmap.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/envmap.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/envmap.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/glass.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/glass.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/glass.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/gooch.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/gooch.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/gooch.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/lattice.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/lattice.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/lattice.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/minnaert.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/minnaert.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/minnaert.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/normalmap.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/normalmap.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/normalmap.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/phong.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/phong.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/phong.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/polkadot3d.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/polkadot3d.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/polkadot3d.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/reflexion_lines.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/reflexion_lines.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/reflexion_lines.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/slicingplane.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/slicingplane.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/slicingplane.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/stripes2.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/stripes2.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/stripes2.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/toon.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/toon.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/toon.vert
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/xray.frag
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/xray.gdp
meshlab-git /home/f/.cache/yay/meshlab-git/src/;/usr""/share/meshlab/shaders/xray.vert
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
bartus commented on 2019-10-21 06:50 (UTC) (edited on 2019-10-21 06:50 (UTC) by bartus)
Ok, the issue on meshlb side meshlab
VS2017 compatibility patch
muparser
expects char
string when meshlab provides wchar_t
string :(
$ nm -CD /usr/lib/libmuparser.so|grep mu::ParserBase::SetExpr
00000000000236b0 T mu::ParserBase::SetExpr(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
nm -CD /usr/lib/meshlab/plugins/libfilter_func.so|grep mu::ParserBase::SetExpr
U mu::ParserBase::SetExpr(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)
Will patch this and report upstream.
bartus commented on 2019-10-21 05:49 (UTC) (edited on 2019-10-21 05:56 (UTC) by bartus)
Yep, there's is an issue:
pacman -Qql meshlab|xargs -I{} sh -c "file {}|grep -q ELF && echo {}"| LD_LIBRARY_PATH=/usr/lib/meshlab/ xargs ldd -r|c++filt
They doesn't prevent core meshlab
from working, but effects filter_func
plugin...
sl1pkn07 commented on 2019-10-20 22:59 (UTC) (edited on 2019-10-20 23:27 (UTC) by sl1pkn07)
the undefined symbol, seems is problem with muparser library (system one is too new)
and about the "missing" library
diff --git a/src/shared.pri b/src/shared.pri
index 2d51ad89..c842e247 100644
--- a/src/shared.pri
+++ b/src/shared.pri
@@ -23,6 +23,8 @@ linux-g++:LIBS += -L../../distrib -lcommon -lGL -lGLU
linux-g++-32:LIBS += -L../../distrib -lcommon -lGL -lGLU
linux-g++-64:LIBS += -L../../distrib -lcommon -lGL -lGLU
+linux:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
+
win32-msvc2013:DEFINES += GLEW_STATIC _USE_MATH_DEFINES
win32-msvc2015:DEFINES += GLEW_STATIC _USE_MATH_DEFINES
win32-msvc:DEFINES += GLEW_STATIC _USE_MATH_DEFINES
sl1pkn07 commented on 2019-10-20 22:00 (UTC)
└───╼ for i in $(find "/usr/lib/meshlab/plugins" -name *.so* -type f); do ldd "${i}" | grep "not found" && echo "${i}"; done
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_geodesic.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_sketchfab.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_csg.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_colorproc.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libdecorate_raster_proj.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_collada.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_createiso.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libsample_filtergpu.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_screened_poisson.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_mls.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_point.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_ssynth.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_sampling.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_align.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_img_patch_param.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_tri.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libsampleedit.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_texture.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_bre.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_referencing.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_txt.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_color_projection.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_ao.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_quality.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_manipulators.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/librender_radiance_scaling.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_select.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_plymc.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libdecorate_base.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_func.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_paint.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_u3d.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_mutualglobal.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_json.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_meshing.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_select.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_unsharp.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_create.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_voronoi.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_dirt.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_base.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_qhull.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_trioptimize.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_camera.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libsamplefilterdyn.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libdecorate_background.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_clean.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_sdfgpu.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_fractal.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libdecorate_shadow.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_measure.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_isoparametrization.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/librender_gdp.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_pdb.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_3ds.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_mutualinfo.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_expe.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_quality.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libio_ctm.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libsamplefilter.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_layer.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libedit_mutualcorrs.so
libcommon.so.1 => not found
/usr/lib/meshlab/plugins/libfilter_measure.so
libcommon.so.1 => not found
seems need add rpath in the plugin libraries
sl1pkn07 commented on 2019-10-20 19:29 (UTC)
when run meshlab
"No se puede cargar la biblioteca /usr/lib/meshlab/plugins/libfilter_func.so: (/usr/lib/meshlab/plugins/libfilter_func.so: undefined symbol: _ZN2mu10ParserBase7SetExprERKNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEEE)"
any hit what is the library culprit?
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
bartus commented on 2018-07-04 12:42 (UTC)
@zhou13: should be fixed now.
zhou13 commented on 2018-07-03 20:45 (UTC)
Could you change the dependency from IDTFConverter to u3d? It will make the life of AUR helper easiler. See https://github.com/Jguer/yay/issues/529. Thanks!
adjivas commented on 2018-06-30 23:04 (UTC)
This package not install the IDTFConverter? That required by the U3D support.
pars commented on 2018-06-10 17:05 (UTC)
@bartus Thanks a lot for your reply and patch!
bartus commented on 2018-06-08 15:49 (UTC) (edited on 2018-06-08 15:50 (UTC) by bartus)
Disclaimer: Every one having problem compiling meshlab with qt5(5.11) Meshlab won't build against qt5(5.11) but will work perfectly fine with one. Just build the package in chroot with downgraded qt5-base
package and install it in your production environment.
bartus commented on 2018-06-08 15:35 (UTC) (edited on 2018-06-08 15:45 (UTC) by bartus)
@pars: Development is pinned at qt5.9, current LTS version, and there's no plan to support the newer version for the time being.
bartus commented on 2018-06-08 13:07 (UTC) (edited on 2018-06-08 13:10 (UTC) by bartus)
@pars: Already reported upstream. If it won't be fixed soon, will try to come up with a patch. For now, one could ignore qt5 update, or build in chroot with qt5 downgraded and install with pacman -Udd
to skip deps check, and copy missing libs form chroot to a production server.
pars commented on 2018-06-08 11:21 (UTC)
Hi guys,
After the recent update to Qt 5.11, I no longer manage to build meshlab. Is this something that can be addressed here, or only with the original developers?
Thanks in advance!
russkel commented on 2018-06-07 12:37 (UTC) (edited on 2018-06-07 12:37 (UTC) by russkel)
Can't get this to build at this point.
Getting errors like this:
In file included from shaderDialog.cpp:24:
shaderDialog.h: At global scope:
shaderDialog.h:55:21: error: ‘QSlider’ was not declared in this scope
std::map<QString, QSlider*> sliders;
^~~~~~~
cmsigler commented on 2018-03-18 22:41 (UTC) (edited on 2018-03-18 22:48 (UTC) by cmsigler)
@bartus,
Superior :) Thanks for editing to improve the PKGBUILD. I'm usually just happy to get something to build without barfing....
P.S.: Wow. You did a thoroughly outstanding and time-consuming job. Fixed linking in the external/ tree the "right" way. Well done. Thank you.
Clemmitt
bartus commented on 2018-03-18 10:48 (UTC) (edited on 2018-03-18 19:54 (UTC) by bartus)
@cmsigler I made some refinements to the PKGBUILD and patches, should be working now.
Should finally create OpenCTM,libjhead,libssynth dedicated packages, but to lazy ;)
cmsigler commented on 2018-03-18 00:32 (UTC)
@bartus,
Genius! You're the best! It's a part of the package now and I'll test stuff like Geometric Measures when I have a bit of free time.
Thank you!
Clemmitt
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
Pinned Comments
bartus commented on 2022-03-14 10:35 (UTC)
Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
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 tocmake
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
andpatches
to github.com/AUR-meshlab