I already wrote you can email a few days ago. Is that fine for you?
Search Criteria
Package Details: meshroom-git 2021.1.0.r630.g8e9128be-1
Package Actions
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) |
Dependencies (20)
- alembic (alembic-gitAUR)
- alice-vision-gitAUR
- openimageio (openimageio-gitAUR)
- pyside2AUR
- python (python37AUR, python311AUR, python310AUR)
- python-psutil
- qt5-3d (qt5-3d-gitAUR)
- qt5-charts (qt5-charts-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-imageformats
- qt5-location
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-cx-freeze-qfix (make)
- python-idna (make)
- python-setuptools (make)
Required by (0)
Sources (4)
svenstaro commented on 2023-06-26 10:17 (UTC)
bartus commented on 2023-06-26 09:45 (UTC)
@Svenstaro: sure, start an issue on GitHub and will figure something out as my spare time allows me.
svenstaro commented on 2023-06-24 02:15 (UTC)
Hey bartus, are you interested in helping me fix the current package in repos to build with the updated version? It's quite icky.
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
Ralf_Mardorf commented on 2021-08-01 15:25 (UTC)
Hi, you need to update .SRCINFO. Regards, Ralf
attilaolah commented on 2020-02-13 18:23 (UTC)
Thanks, I'll retry later today with the wheel-based PySide2.
According to the bug you reported, we might also be able to get this to work with gcc-git, although I haven't tried that. Eventually we should be able to revert the wheel-pyside once GCC and Qt5 all get back to working well.
Thanks for all your work on this package!
bartus commented on 2020-02-10 20:52 (UTC)
@attilaolah:
Made an override for pyside2
now it runs for me (package size growth by ~180MB :)
bartus commented on 2020-02-10 20:15 (UTC) (edited on 2020-02-10 20:16 (UTC) by bartus)
@attilaolah:
The problem lays in Arch pyside2
build. As suggested by Christian@pyside-bugtracer the wheel package for pyside2=5.14.1
is free of this issue.
I've reported this to Arch-bagtracker, lets see what's they response - in worst case will pack pyside2
wheel with meshroom
and call it a quite.
attilaolah commented on 2020-02-08 16:09 (UTC)
I'll go ahead and re-build everything with debug symbols, maybe that will help us figure out what's the issue here.
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.
Please submit
patches
and reportissues
to AUR-meshroom-git/github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-meshroom-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_CUDA=1
disable CUDA components. (note: valid only whenalice-vision
builds with DISABLE_CUDA=1)ENABLE_QTALICEVISION=1
build Alice-Vision QT plugin (currently bugged: https://github.com/alicevision/meshroom/issues/1499 )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 callingmakepkg --sync
it can't follow dependencies logic defined inPKGBUILD
. That's why it's up to the user to provide dependencies to enable optional features, otherwiseyay
will throw a missing dependency error.Optional features:
popsift\cuda
: GPU accelerated feature matching for Alice-Vision