mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
teams/sdl: add members, adopt and drop packages (#407049)
This commit is contained in:
commit
11f1ef64f2
9 changed files with 18 additions and 7 deletions
|
|
@ -1119,9 +1119,17 @@ with lib.maintainers;
|
|||
};
|
||||
|
||||
sdl = {
|
||||
members = [ ];
|
||||
scope = "Maintain SDL libraries.";
|
||||
members = [
|
||||
evythedemon
|
||||
grimmauld
|
||||
jansol
|
||||
marcin-serwin
|
||||
pbsds
|
||||
];
|
||||
githubTeams = [ "SDL" ];
|
||||
scope = "Maintain core SDL libraries.";
|
||||
shortName = "SDL";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
sphinx = {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://www.gnu.org/software/guile-sdl/";
|
||||
description = "Guile bindings for SDL";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
teams = [ lib.teams.sdl ];
|
||||
maintainers = [ ];
|
||||
inherit (guile.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "playsound";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.zlib;
|
||||
teams = [ lib.teams.sdl ];
|
||||
homepage = "https://www.icculus.org/SDL_sound/";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
description = "SDL 1.2 patched with libsixel support";
|
||||
license = lib.licenses.lgpl21;
|
||||
mainProgram = "sdl-config";
|
||||
teams = [ lib.teams.sdl ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://sdl-stretch.sourceforge.net/";
|
||||
description = "Stretch Functions For SDL";
|
||||
license = lib.licenses.lgpl2;
|
||||
teams = [ lib.teams.sdl ];
|
||||
maintainers = [ ];
|
||||
inherit (SDL.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -103,9 +103,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.zlib;
|
||||
maintainers = with lib.maintainers; [
|
||||
nadiaholmquist
|
||||
grimmauld
|
||||
marcin-serwin
|
||||
];
|
||||
teams = [ lib.teams.sdl ];
|
||||
platforms = lib.platforms.all;
|
||||
pkgConfigModules = [
|
||||
"sdl2-compat"
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/libsdl-org/SDL_image";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ lib.maintainers.evythedemon ];
|
||||
teams = [ lib.teams.sdl ];
|
||||
inherit (sdl3.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
charain
|
||||
Emin017
|
||||
];
|
||||
teams = [ lib.teams.sdl ];
|
||||
pkgConfigModules = [ "sdl3-ttf" ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -226,6 +226,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/libsdl-org/SDL/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
teams = [ lib.teams.sdl ];
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
pkgConfigModules = [ "sdl3" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue