Package Details: fna3d-git 20.11.r19.g9d432ab-1

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)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-05-22 10:04 (UTC)

You need to add ninja to the makedepends array, or switch away from ninja and just use make.

dreieck commented on 2024-05-22 10:03 (UTC)

Please add libFNA3D.so to the provides array!, and optionally =${pkgver} to the fna3d entry in the provides array.

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():

==> Starting package()...
install: cannot stat 'libFNA3D.so.0.20.11': No such file or directory
==> ERROR: A failure occurred in package().

Fix:

Instead of manually installing a specific version, do

    cp -rv libFNA3D.so* "$pkgdir/usr/lib"
    chown root:root "$pkgdir/usr/lib"/libFNA3D.so*
    chmod 775 "$pkgdir/usr/lib"/libFNA3D.so*

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 source array and reference them in prepare().

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