Missing utf8cpp
in makedepends
to build in clean chroot.
Search Criteria
Package Details: f3d-git 2.5.0.r13.g0e0b9b0-1
Package Actions
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-3-Clause |
Conflicts: | f3d |
Provides: | f3d |
Submitter: | Meak |
Maintainer: | xiota (GloW) |
Last Packager: | xiota |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-26 12:14 (UTC) |
Last Updated: | 2024-07-08 07:31 (UTC) |
Dependencies (32)
- alembic (alembic-gitAUR)
- assimp (assimp-gitAUR)
- boost-libs
- draco
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxcursor
- netcdf (netcdf-openmpi)
- nlohmann-json (nlohmann-json-gitAUR)
- onetbb
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- openexr (openexr-gitAUR)
- ospray
- pugixml (pugixml-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- usd
- verdict
- vtk (vtk-gitAUR)
- boost (boost-gitAUR) (make)
- Show 12 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
Technetium1 commented on 2022-12-12 04:02 (UTC)
GloW commented on 2022-11-27 16:46 (UTC)
package updated for plugin update
GloW commented on 2022-09-25 09:10 (UTC)
The issues have been fixed (long time ago, but never notified)
nvuaille commented on 2020-04-24 09:34 (UTC)
Also note that F3D_INSTALL_DEFAULT_CONFIGURATION_FILE
is off by default so no config file example is installed for now
nvuaille commented on 2020-04-24 09:05 (UTC) (edited on 2020-04-24 09:06 (UTC) by nvuaille)
makepkg -si
returns mv: cannot stat '/home/nicolas/AUR/f3d-git/pkg/f3d-git/usr/LICENSE': No such file or directory
This patch on PKGBUILD seems to fix it:
install -dv "${pkgdir}"/usr/share/licenses/f3d
- mv "${pkgdir}"/usr/LICENSE "${pkgdir}"/usr/share/licenses/f3d
+ mv "${pkgdir}"/usr/share/doc/f3d/LICENSE "${pkgdir}"/usr/share/licenses/f3d
install -dv "${pkgdir}"/usr/share/doc/f3d
- mv "${pkgdir}"/usr/README.md "${pkgdir}"/usr/share/doc/f3d
Pinned Comments
xiota commented on 2024-07-08 07:19 (UTC) (edited on 2024-07-08 07:27 (UTC) by xiota)
I figured out how to reproduce the
git-lfs
smudge error. This package now setsGIT_LFS_SKIP_SMUDGE=1
to prevent it. Anyone still having problems should build in clean chroot. (Runextra-x86_64-build
instead ofmakepkg
.)