Package Details: f3d-git nightly.r2.gabca2cc5-1

Git Clone URL: https://aur.archlinux.org/f3d-git.git (read-only, click to copy)
Package Base: f3d-git
Description: A fast and minimalist 3D viewer
Upstream URL: https://github.com/f3d-app/f3d
Licenses: BSD
Conflicts: f3d
Provides: f3d
Submitter: Meak
Maintainer: Meak (GloW)
Last Packager: GloW
Votes: 5
Popularity: 0.000000
First Submitted: 2019-11-26 12:14 (UTC)
Last Updated: 2023-05-14 16:47 (UTC)

Latest Comments

1 2 3 Next › Last »

xiota commented on 2023-08-18 17:10 (UTC) (edited on 2023-08-18 18:19 (UTC) by xiota)

Having versions like "nightly.r2.gabca2cc5" is not useful. The following will produce versions that can be compared with the releases, like 2.1.0.r64.g48e9a7f2.

git describe --long --tags --exclude='*nightly*' --exclude='*RC*' | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'

FabioLolix commented on 2023-05-15 20:56 (UTC)

Hello, all points here https://aur.archlinux.org/packages/f3d-core-git#comment-915150 are valid except for libxcursor

GloW commented on 2023-05-14 16:47 (UTC)

Indeed, that a new VTK (optional) dependency which is missing from the VTK package. I've added it.

GloW commented on 2023-05-14 11:07 (UTC)

@xiota, upstream has been fixed, dependencies have been cleanedup. Please test again :)

GloW commented on 2023-05-14 10:57 (UTC)

As well as openmp and pugixml.

GloW commented on 2023-05-14 10:54 (UTC)

btw utf8cpp does not seem needed anymore, Ill remove it.

GloW commented on 2023-05-14 10:44 (UTC)

The issue is upstream, F3D is requiring modules it does not need (involuntarly)

Meak commented on 2023-05-14 10:34 (UTC)

We need to double check why the build is failing, but obviously we will not add something big like qt5-base in the dependency, we're not even linking against VTK QT modules.

GloW commented on 2023-05-14 10:26 (UTC)

The it means these are not truly optional dependencies of VTK, or maybe I'm missing something.

F3D do not use any the dependencies you list here, nor during its build or during its compilation.