Search Criteria
Package Details: f3d-core-git nightly.r4.gb0f4b37f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/f3d-core-git.git (read-only, click to copy) |
---|---|
Package Base: | f3d-core-git |
Description: | A fast and minimalist 3D viewer |
Upstream URL: | https://github.com/f3d-app/f3d |
Licenses: | BSD |
Conflicts: | f3d, f3d-core |
Provides: | f3d, f3d-core |
Submitter: | GloW |
Maintainer: | GloW |
Last Packager: | GloW |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-05-15 18:46 (UTC) |
Last Updated: | 2023-05-15 18:46 (UTC) |
Dependencies (13)
- fmt (fmt-git)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- netcdf (netcdf-openmpi)
- ospray
- python (python36, python32, python37, python39, python38, python310, python312)
- vtk (vtk-git, vtk-nowraps)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- git-lfs (git-lfs-git) (make)
- help2man (help2man-git, python-help2man) (make)
- jdk-openjdk (jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk18-beta-temurin, jdk18-temurin, jdk11-microsoft-openjdk, jdk11-openjdk-dcevm, jdk-temurin, jdk-microsoft-openjdk, jdk11-temurin, jdk17-temurin) (make)
- nlohmann-json (nlohmann-json-git) (make)
- pybind11 (pybind11-git) (make)
Required by (4)
- f3d-plugin-alembic-git (requires f3d-core)
- f3d-plugin-assimp-git (requires f3d-core)
- f3d-plugin-draco-git (requires f3d-core)
- f3d-plugin-occt-git (requires f3d-core)
Latest Comments
GloW commented on 2023-05-15 21:02 (UTC)
Thanks for the feedback !
FabioLolix commented on 2023-05-15 20:51 (UTC)
Hello,
licenses
package need to be installed in"${pkgdir}/usr/share/licenses/${pkgname}"
libxcursor
as makedepnds otherwise it fail to build with devtoolsfor pkgver() please use
git describe --long --tags --exclude nightly | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
which will exclude nightly tags to make versioning consistent and will cut thev
prefixcould be added more makedepends but don't know the benefit of that