Thanks, applied as 295dd942a3a612bb874caa93c58344d409585bb6. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:04 +0200, Thorsten Scherer <[email protected]> wrote: > Signed-off-by: Thorsten Scherer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/sdl-gfx.in b/rules/sdl-gfx.in > deleted file mode 100644 > index d9fa218ab0e1..000000000000 > --- a/rules/sdl-gfx.in > +++ /dev/null > @@ -1,15 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=multimedia_sdl > - > -config SDL_GFX > - tristate > - select SDL > - prompt "SDL gfx" > - help > - SDL graphics drawing primitives and other support functions wrapped up > - in an addon library for the Simple Direct Media (SDL) cross-platform > - API layer. > - > - STAGING: remove in PTXdist 2026.03.0 > - Obsolete and replaced by SDL2. > diff --git a/rules/sdl-gfx.make b/rules/sdl-gfx.make > deleted file mode 100644 > index ef6d5bc65315..000000000000 > --- a/rules/sdl-gfx.make > +++ /dev/null > @@ -1,58 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2009 by Markus Rathgeb <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SDL_GFX) += sdl-gfx > - > -# > -# Paths and names > -# > -SDL_GFX_VERSION := 2.0.20 > -SDL_GFX_MD5 := 8a787e538a8e4d80d4927535be5af083 > -SDL_GFX := SDL_gfx-$(SDL_GFX_VERSION) > -SDL_GFX_SUFFIX := tar.gz > -SDL_GFX_URL := > http://www.ferzkopp.net/Software/SDL_gfx-2.0/$(SDL_GFX).$(SDL_GFX_SUFFIX) > -SDL_GFX_SOURCE := $(SRCDIR)/$(SDL_GFX).$(SDL_GFX_SUFFIX) > -SDL_GFX_DIR := $(BUILDDIR)/$(SDL_GFX) > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -SDL_GFX_CONF_TOOL := autoconf > -SDL_GFX_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --with-sdl-prefix=$(SYSROOT)/usr \ > - --disable-mmx \ > - --disable-sdltest > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/sdl-gfx.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, sdl-gfx) > - @$(call install_fixup, sdl-gfx,PRIORITY,optional) > - @$(call install_fixup, sdl-gfx,SECTION,base) > - @$(call install_fixup, sdl-gfx,AUTHOR,"Markus Rathgeb > <[email protected]>") > - @$(call install_fixup, sdl-gfx,DESCRIPTION,missing) > - > - @$(call install_lib, sdl-gfx, 0, 0, 0644, libSDL_gfx) > - > - @$(call install_finish, sdl-gfx) > - > - @$(call touch) > - > -# vim: syntax=make
