Thanks, applied as b0e8123660cbfd1a957917d710028d1c25c2e5b3. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:06 +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_image.in b/rules/sdl_image.in > deleted file mode 100644 > index b003a94729c3..000000000000 > --- a/rules/sdl_image.in > +++ /dev/null > @@ -1,58 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=multimedia_sdl > - > -menuconfig SDL_IMAGE > - tristate > - select SDL > - prompt "SDL image " > - select LIBPNG if SDL_IMAGE__PNG > - select LIBJPEG if SDL_IMAGE__JPG > - select LIBTIFF if SDL_IMAGE__TIF > - help > - This is a simple library to load images of various > - formats as SDL surfaces. This library currently supports > - BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM formats. > - > - STAGING: remove in PTXdist 2026.03.0 > - Obsolete and replaced by SDL2. > - > -if SDL_IMAGE > - > -config SDL_IMAGE__BMP > - bool "bmp support" > - > -config SDL_IMAGE__GIF > - bool "gif support" > - > -config SDL_IMAGE__JPG > - bool "jpeg support" > - > -config SDL_IMAGE__LBM > - bool "lbm support" > - > -config SDL_IMAGE__PCX > - bool "pcx support" > - > -config SDL_IMAGE__PNG > - bool "png support" > - > -config SDL_IMAGE__PNM > - bool "pnm support" > - > -config SDL_IMAGE__TGA > - bool "tga support" > - > -config SDL_IMAGE__TIF > - bool "tiff support" > - > -config SDL_IMAGE__XCF > - bool "xcf support" > - > -config SDL_IMAGE__XPM > - bool "xpm support" > - > -config SDL_IMAGE__XV > - bool "xv support" > - > -endif > diff --git a/rules/sdl_image.make b/rules/sdl_image.make > deleted file mode 100644 > index 5c980c8d6df8..000000000000 > --- a/rules/sdl_image.make > +++ /dev/null > @@ -1,73 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2006 by Erwin Rol > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SDL_IMAGE) += sdl_image > - > -# > -# Paths and names > -# > -SDL_IMAGE_VERSION := 1.2.12 > -SDL_IMAGE_MD5 := a0f9098ebe5400f0bdc9b62e60797ecb > -SDL_IMAGE := SDL_image-$(SDL_IMAGE_VERSION) > -SDL_IMAGE_SUFFIX := tar.gz > -SDL_IMAGE_URL := > https://www.libsdl.org/projects/SDL_image/release/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX) > -SDL_IMAGE_SOURCE := $(SRCDIR)/$(SDL_IMAGE).$(SDL_IMAGE_SUFFIX) > -SDL_IMAGE_DIR := $(BUILDDIR)/$(SDL_IMAGE) > -SDL_IMAGE_LICENSE := LGPL-2.1-only > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -# > -# autoconf > -# > -SDL_IMAGE_CONF_TOOL := autoconf > -SDL_IMAGE_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --with-sdl-prefix=$(SYSROOT)/usr \ > - --disable-sdltest \ > - --disable-jpg-shared \ > - --disable-png-shared \ > - --disable-tif-shared \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__BMP)-bmp \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__GIF)-gif \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__JPG)-jpg \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__LBM)-lbm \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__PCX)-pcx \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__PNG)-png \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__PNM)-pnm \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__TGA)-tga \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__TIF)-tif \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__XCF)-xcf \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__XPM)-xpm \ > - --$(call ptx/endis, PTXCONF_SDL_IMAGE__XV)-xv > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/sdl_image.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, sdl_image) > - @$(call install_fixup, sdl_image,PRIORITY,optional) > - @$(call install_fixup, sdl_image,SECTION,base) > - @$(call install_fixup, sdl_image,AUTHOR,"Robert Schwebel > <[email protected]>") > - @$(call install_fixup, sdl_image,DESCRIPTION,missing) > - > - @$(call install_lib, sdl_image, 0, 0, 0644, libSDL_image-1.2) > - > - @$(call install_finish, sdl_image) > - > - @$(call touch) > - > -# vim: syntax=make
