Commit Graph

10 Commits

Author SHA1 Message Date
Luke A. Guest c3ef5cbe96 sdlada 2.5.20 (#959) 2024-01-15 16:55:52 +01:00
Luke A. Guest a2cae8b9a4 SDLAda-2.5.5 release (#705)
* SDLAda-2.5.5 release

Latest revision update to 2.5.5.

* Fix the package names and distribution.

* Fix the package names and distribution.

* Remove the depends stuff to see if it builds without it, can always come back.

* Try again to get at least debian based oses to compile with the correct depends.

* Fix type, missing ticks.

* AMove the available distributions section to before actions.

* Another attempt to get this right.

* Final attempt, remove all that depends-on stuff, think that's for other crates.
Add external hints for the various oses.

* Remove all other OSes from external bar debian and ubuntu.

* Add a hint.

* Remove the external stuff.
I give up on trying to get this thing to depend on the C libs, for now.

* Finally back on track?
Removed all the old external/depends-on stuff.

* Finally back on track?
Removed all the old external/depends-on stuff.

* Temporary fix to get around CI/CD until I can sort out a fix.

* Add fix for msys2.

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
2023-01-13 19:23:16 +01:00
Fabien Chouteau 584eba5487 SDLAda missing make dependency (#429)
* Update sdlada-2.3.1.toml

* Update sdlada-2.5.4-1.toml

* Update sdlada-2.3.1.toml

Fix GNAT version dependency
2022-01-13 14:40:33 +01:00
Alejandro R Mosteo a8f7ca71fa Re-enable Arch (#265) 2021-03-26 23:12:30 +01:00
Alejandro R Mosteo ca016d0aba sdlada 2.5.4-1 (#263)
* sdlada 2.5.4

* Try alternative TOML syntax

* Disable on arch

* Disable gnat CE2020

This gnat version causes errors with access types not trivial to fix (to me).

* Fix for CE2020
2021-03-24 13:22:56 +01:00
Fabien Chouteau 697f096eb0 Convert licenses to SPDX expressions (#226) 2021-01-13 14:12:03 +01:00
Alejandro R Mosteo f92f8dae34 SDLAda on Windows, reprise (#167)
* sdlada.toml: add C_INLCUDE_PATH on Windows msys2

* sdlada.toml: only compile tools on post-fetch

The other make file targets are not required.

Also define SDL_PLATFORM for all targets so we don't have to user a different post-fetch for each OS.

* sdlada.toml: remove SDL_MODE definition

This means the users of the lib can define the build mode they want.

* libsdl2*.toml: add msys2 package

* ada_voxel_space_demo.toml: set sdlada build mode

* Migrated to 0.4 manifest version

Co-authored-by: Fabien Chouteau <fabien.chouteau@gmail.com>
2020-10-05 18:17:34 +02:00
Alejandro R Mosteo 4d509d4411 Mark that it doesn't work with GNAT CE 2020 (#166)
This way our tests depending on this crate should skip this compiler version,
and users know this is an expected failure.

Once SDLAda 2.5.4 is released with the fix a new release for CE 2020 will fix
the issue for good.
2020-10-05 17:43:24 +02:00
Alejandro R. Mosteo 873aeb6196 Migration to separate [origin] table 2020-09-01 16:33:27 +02:00
Alejandro R. Mosteo 31e9c543b3 Migrated index format to per-release manifests
Also applied the rest of transformations described in alire#227: no top-level
[genera] table, name/version keys, [[depends-on]] array instead of table.
2020-09-01 16:33:27 +02:00