labs_solar_system 1.1.0 (#1091)

* labs_solar_system 1.1.0 (via `alr publish --submit`)

* Add Fedora/CentOS SDL definitions

---------

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
This commit is contained in:
Léo Germond
2024-06-17 23:02:35 +02:00
committed by GitHub
parent 7d01104b71
commit 978bd4916f
5 changed files with 27 additions and 0 deletions
@@ -0,0 +1,20 @@
name = "labs_solar_system"
description = "A set of SDL-based exercises to learn Ada"
version = "1.1.0"
website = "https://public-training.adacore.com/doc/labs/solar_system/index.html"
authors = ["Léo Germond"]
maintainers = ["Léo Germond <germond@adacore.com>"]
maintainers-logins = ["leogermond"]
licenses = "GPL-3.0-or-later"
executables = ["getting_started_main"]
tags = ["training", "labs", "graphics", "windowed"]
[[depends-on]]
mage = "~0.6.1"
[origin]
commit = "97d507076b673b05ea57588a7fec4b670eb4cb2a"
url = "git+https://github.com/adacore/training_labs_solar_system.git"
+1
View File
@@ -9,6 +9,7 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-dev"]
'arch' = ["sdl2"]
'centos|fedora' = ["SDL2-devel"]
'homebrew' = ["sdl2"]
'macports' = ["libsdl2"]
'msys2' = ["mingw-w64-x86_64-SDL2"]
@@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-image-dev"]
'arch' = ["sdl2_image"]
'centos' = ["SDL2_image-devel"]
'fedora' = ["SDL2_image-devel"]
'homebrew' = ["sdl2_image"]
'macports' = ["libsdl2_image"]
'msys2' = ["mingw-w64-x86_64-SDL2_image"]
@@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-mixer-dev"]
'arch' = ["sdl2_mixer"]
'centos' = ["SDL2_mixer-devel"]
'fedora' = ["SDL2_mixer-devel"]
'homebrew' = ["sdl2_mixer"]
'macports' = ["libsdl2_mixer"]
'msys2' = ["mingw-w64-x86_64-SDL2_mixer"]
@@ -9,6 +9,8 @@ kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-ttf-dev"]
'arch' = ["sdl2_ttf"]
'centos' = ["SDL2_ttf-devel"]
'fedora' = ["SDL2_ttf-devel"]
'homebrew' = ["sdl2_ttf"]
'macports' = ["libsdl2_ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]