Missing utf8cpp in makedepends to build in clean chroot.
Search Criteria
Package Details: f3d-git 3.1.0.r140.g041870f-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: | 2025-07-07 08:07 (UTC) |
Dependencies (25)
- alembic (alembic-gitAUR)
- assimp (assimp-gitAUR, assimp-gitAUR)
- draco
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxcursor
- netcdf (netcdf-openmpi)
- onetbb
- opencascade (opencascade-gitAUR)
- openexr (openexr2AUR, openexr-gitAUR)
- openmp
- openvdb
- ospray
- python
- vtk (vtk-gitAUR, vtk93AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- fast_float (fast_float-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk23-temurinAUR, zing-23-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica-full-binAUR, zing-21-binAUR, zing-17-binAUR, jdk16-temurinAUR, jdk25-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, jdk-temurinAUR) (make)
- Show 5 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-lfssmudge error. This package now setsGIT_LFS_SKIP_SMUDGE=1to prevent it. Anyone still having problems should build in clean chroot. (Runextra-x86_64-buildinstead ofmakepkg.)