Package Details: f3d-git 2.5.0.r13.g0e0b9b0-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-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)

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 sets GIT_LFS_SKIP_SMUDGE=1 to prevent it. Anyone still having problems should build in clean chroot. (Run extra-x86_64-build instead of makepkg.)

Latest Comments

« First ‹ Previous 1 2 3 4

Technetium1 commented on 2022-12-12 04:02 (UTC)

Missing utf8cpp in makedepends to build in clean chroot.

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