Package Details: meshroom-git 2021.1.0.r630.g8e9128be-1

Git Clone URL: https://aur.archlinux.org/meshroom-git.git (read-only, click to copy)
Package Base: meshroom-git
Description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
Upstream URL: https://alicevision.github.io/
Licenses: MPL2
Conflicts: meshroom
Provides: meshroom
Submitter: bartus
Maintainer: bartus
Last Packager: bartus
Votes: 2
Popularity: 0.000000
First Submitted: 2018-12-09 15:49 (UTC)
Last Updated: 2022-11-18 21:42 (UTC)

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 2019-04-10 11:42 (UTC) (edited on 2021-08-12 13:35 (UTC) by bartus)

This is a package is also hosted on GitHub.
Use env vars to control build process:
Usage cases:
  • makepkg DISABLE_CUDA=1
  • export DISABLE_CUDA=1 before build
  • {yay,paru} -S alice-vision --mflags "DISABLE_CUDA=1"
  • DISABLE_CUDA=1 ~your-aur-helper~
Notice for Yay users:

Since yay relies solely on aur-rpc to solve dependencies instead of calling makepkg --sync it can't follow dependencies logic defined in PKGBUILD. That's why it's up to the user to provide dependencies to enable optional features, otherwise yay will throw a missing dependency error.

Optional features:
  • popsift\cuda: GPU accelerated feature matching for Alice-Vision

Latest Comments

« First ‹ Previous 1 2 3

bartus commented on 2019-04-10 11:42 (UTC) (edited on 2021-08-12 13:35 (UTC) by bartus)

This is a package is also hosted on GitHub.
Use env vars to control build process:
Usage cases:
  • makepkg DISABLE_CUDA=1
  • export DISABLE_CUDA=1 before build
  • {yay,paru} -S alice-vision --mflags "DISABLE_CUDA=1"
  • DISABLE_CUDA=1 ~your-aur-helper~
Notice for Yay users:

Since yay relies solely on aur-rpc to solve dependencies instead of calling makepkg --sync it can't follow dependencies logic defined in PKGBUILD. That's why it's up to the user to provide dependencies to enable optional features, otherwise yay will throw a missing dependency error.

Optional features:
  • popsift\cuda: GPU accelerated feature matching for Alice-Vision

hrehfeld commented on 2019-02-26 20:16 (UTC)

nothing really seems to work:

  • missing a desktop file

$ /usr/bin/Meshroom Plugins loaded: CameraCalibration, CameraInit, CameraLocalization, CameraRigCalibration, CameraRigLocalization, ConvertSfMFormat, DepthMap, DepthMapFilter, ExportAnimatedCamera, ExportMaya, FeatureExtraction, FeatureMatching, ImageMatching, ImageMatchingMultiSfM, KeyframeSelection, MeshDecimate, MeshDenoising, MeshFiltering, MeshResampling, Meshing, PrepareDenseScene, Publish, SfMAlignment, SfMTransform, StructureFromMotion, Texturing WARNING:root:== The following plugins could not be loaded == * simpleFarmSubmitter: No module named 'simpleFarm'

Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/cx_Freeze/initscripts/startup.py", line 14, in run module.run() File "/tmp/makepkg/meshroom-git/src/meshroom/setupInitScriptUnix.py", line 39, in run File "meshroom/ui/main.py", line 10, in <module> File "/tmp/makepkg/meshroom-git/src/meshroom/meshroom/ui/app.py", line 12, in <module> File "/tmp/makepkg/meshroom-git/src/meshroom/meshroom/ui/components/scene3D.py", line 8, in <module> File "/tmp/makepkg/meshroom-git/src/meshroom/meshroom/ui/utils.py", line 6, in <module> ImportError: cannot import name 'shiboken2' from 'PySide2' (/usr/lib/Meshroom-2018.1.0/lib/PySide2/init.pyc)

hrehfeld commented on 2019-02-26 20:00 (UTC)

(1/1) checking for file conflicts [#####################################################################] 100% error: failed to commit transaction (conflicting files) meshroom-git: /usr/bin/Meshroom exists in filesystem (owned by meshroom-bin) meshroom-git: /usr/bin/meshroom_photogrammetry exists in filesystem (owned by meshroom-bin) Errors occurred, no packages were upgraded.