From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:48 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOspI-0013Vz-29 for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:48 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOspI-0001IC-6l; Mon, 18 May 2026 09:55:48 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnc-0003mc-Nq; Mon, 18 May 2026 09:54:04 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnc-000YSz-0I; Mon, 18 May 2026 09:54:04 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsnc-00000000DWm-2Y6p; Mon, 18 May 2026 09:54:04 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:04 +0200 Message-ID: <20260518075404.51993-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125311.64543-1-t.scherer@eckelmann.de> References: <20260504125311.64543-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sdl-gfx: Remove after one year in staging X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 295dd942a3a612bb874caa93c58344d409585bb6. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:04 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125311.64543-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > 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 > -# > -# 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 ") > - @$(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