This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
Git Clone URL: | https://aur.archlinux.org/sdlada.git (read-only, click to copy) |
---|---|
Package Base: | sdlada |
Description: | An Ada binding to SDL |
Upstream URL: | https://github.com/Lucretia/sdlada |
Keywords: | ada sdl2 |
Licenses: | zlib |
Submitter: | charlie5 |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-01 08:34 (UTC) |
Last Updated: | 2024-05-31 07:07 (UTC) |
This package is available in the Arch Ada Repository.
https://wiki.archlinux.org/title/Ada
Hi @xyproto,
Should be fixed now.
Thanks for the heads-up.
sdlada no longer builds:
gprbuild -p -gnat2012 -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Ptools.gpr Setup [mkdir] object directory for project Tools Compile [Ada] gen_keyboard.adb [Ada] scancodes.ads [Ada] utils.adb Bind [gprbind] gen_keyboard.bexch [Ada] gen_keyboard.ali Link [link] gen_keyboard.adb ./gen/release/tools/gen_keyboard > gen/src/sdl-events-keyboards.ads gprbuild -p -gnat2012 -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Psdlada.gpr Setup [mkdir] object directory for project SDLAda Compile [C] version_ttf.c [C] version_images.c [C] version.c [Ada] sdl-ttfs.adb sdl-video-pixel_formats.ads:642:04: representation item must appear after type is fully defined gprbuild: compilation phase failed make: [makefile:48: lib/libadasdl.a] Error 4
Thanks for maintaining this package!
Depends also on sdl2_image package.
src/image/version_images.c should include <SDL2/SDL_image.h> instead of <SDL_image.h>
Pinned Comments
charlie5 commented on 2023-07-09 16:47 (UTC)
This package is available in the Arch Ada Repository.