meshlab: 20180627-beta -> 20190129-beta #70937
Merged
+84
−44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note this is the backport for
release-19.09
(because I tested this first). We may or may not merge this as a backport. See #70973 for themaster
version.Motivation for this change
I couldn't get the existing version to run with nix on Ubuntu (it complained about the QT hook stuff from #65399), so I tried to migrate it to the QT
mkDerivation
from https://hydra.nixos.org/build/96804884/download/1/nixpkgs/manual.html#sec-language-qt; that failed with clang errors, so I tried to upgrade it, that failed with lots of file problems, so I patched it like Arch does.Now it compiles, but still doesn't run on Ubuntu (same error as #34894), so I can't test it.
But maybe it works on NixOS; I wanted to share the WIP work here. Please somebody try it on NixOS.
Patches Based on Arch Linux versions:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=meshlab-git&id=f7250ea818470f07dc9b86726407091d39c0be6f
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @viric