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-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- netcdf (netcdf-openmpi)
- ospray
- python (python37AUR, python311AUR, python310AUR)
- vtk (vtk-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, zing-21-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (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