Search Criteria
Package Details: fna3d-git 20.11.r19.g9d432ab-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fna3d-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fna3d-git |
| Description: | 3D graphics library for FNA |
| Upstream URL: | https://fna-xna.github.io/ |
| Licenses: | zlib |
| Conflicts: | fna3d |
| Provides: | fna3d |
| Submitter: | linkmauve |
| Maintainer: | None |
| Last Packager: | linkmauve |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-28 12:05 (UTC) |
| Last Updated: | 2020-11-28 12:05 (UTC) |
Dependencies (3)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2024-05-22 10:04 (UTC)
You need to add
ninjato themakedependsarray, or switch away fromninjaand just usemake.dreieck commented on 2024-05-22 10:03 (UTC)
Please add
libFNA3D.soto theprovidesarray!, and optionally=${pkgver}to thefna3dentry in theprovidesarray.Regards!
dreieck commented on 2024-05-22 09:54 (UTC)
Please use
-DCMAKE_INSTALL_PREFIX=/usr.dreieck commented on 2024-05-22 09:52 (UTC) (edited on 2024-05-22 10:02 (UTC) by dreieck)
Fails in
package():Fix:
Instead of manually installing a specific version, do
Regards and thanks for maintaining!
dreieck commented on 2024-05-22 09:47 (UTC)
Ahoj,
regarding this project's use use of git submodules:
Please follow the Arch Linux Guildelines on git submodules and download them in the
sourcearray and reference them inprepare().Regards and thanks for the package.
Popolon commented on 2021-05-08 22:05 (UTC)
There is an error with the last lib version (doesn't current PKGBUILD lib version).
you can get the last lib version and reuse it like this:
NAME=`readlink libFNA3D.so.0` install -Dm755 ${NAME} "$pkgdir"/usr/lib/ ln -s ${NAME} "$pkgdir"/usr/lib/libFNA3D.so.0