@Drenn can you check if you are still having problems with the latest PKGBUILD (and libctru-git instead of ctrulib-git)? I haven't been able to replicate, but it doesn't seem to hurt to make the change.
Search Criteria
Package Details: sf2dlib-git r105.e9a23af-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sf2dlib-git.git (read-only, click to copy) |
---|---|
Package Base: | sf2dlib-git |
Description: | Simple and Fast 2D library for the Nintendo 3DS (using ctrulib) |
Upstream URL: | https://github.com/xerpi/sf2dlib |
Licenses: | MIT |
Provides: | sf2dlib |
Submitter: | yubimusubi |
Maintainer: | yubimusubi |
Last Packager: | yubimusubi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-18 23:53 (UTC) |
Last Updated: | 2017-02-08 23:15 (UTC) |
Dependencies (3)
- devkitarm (devkitarm)
- libctru (libctru-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Required by (2)
- sfillib-git (requires sf2dlib)
- sftdlib-git (requires sf2dlib)
Sources (1)
Latest Comments
yubimusubi commented on 2017-02-08 23:25 (UTC)
yubimusubi commented on 2017-02-08 23:19 (UTC)
This now depends on libctru (which is provided by libctru-git), since ctrulib-git is no longer on the AUR. This may require a full uninstall/reinstall of everything dependent on this package.
Drenn commented on 2016-12-14 23:56 (UTC)
I'm getting errors installing sf2dlib-git, sftdlib-git, and sfillib-git. In order to fix them, I had to change this line in each of the pkgbuilds:
make DEVKITPRO="$pkgdir$DEVKITPRO" install
to:
make DEVKITPRO="$pkgdir$DEVKITPRO" CTRULIB="$pkgdir$CTRULIB" install
Also, sf2dlib is missing a dependency on citro3d.
Pinned Comments
yubimusubi commented on 2017-02-08 23:19 (UTC)