Thanks, applied as 28219f809970caddc5bc57f7aca8e1876692cd9f. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:02 +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/pslib.in b/rules/pslib.in > deleted file mode 100644 > index 7a3b85ee9cc3..000000000000 > --- a/rules/pslib.in > +++ /dev/null > @@ -1,34 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=multimedia_libs > - > -menuconfig PSLIB > - tristate > - select HOST_GETTEXT > - select LIBPNG if PSLIB_LIBPNG > - select LIBJPEG if PSLIB_LIBJPEG > - prompt "pslib " > - help > - pslib is a C-library to create PostScript files on the fly. It > - offers many drawing primitives, inclusion of png and eps images > - and a very sophisticated text rendering including hyphenation, > - kerning and ligatures. It can read external Type1 fonts and embed > - them into the output file. It supports pdfmarks which makes it in > - combination with ghostscript`s pdfwriter an alternative for > - libraries creating PDF. > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist and fails to build with current toolchains. > - Needs updating to the latest version. > - > -if PSLIB > - > -config PSLIB_LIBPNG > - bool > - prompt "PNG support" > - > -config PSLIB_LIBJPEG > - bool > - prompt "JPEG support" > - > -endif > diff --git a/rules/pslib.make b/rules/pslib.make > deleted file mode 100644 > index 64ec4eb3aa02..000000000000 > --- a/rules/pslib.make > +++ /dev/null > @@ -1,69 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2014 by Michael Olbrich <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_PSLIB) += pslib > - > -# > -# Paths and names > -# > -PSLIB_VERSION := 0.4.5 > -PSLIB_MD5 := 03f39393628a6d758799b9f845047e27 > -PSLIB := pslib-$(PSLIB_VERSION) > -PSLIB_SUFFIX := tar.gz > -PSLIB_URL := $(call ptx/mirror, SF, pslib/$(PSLIB).$(PSLIB_SUFFIX)) > -PSLIB_SOURCE := $(SRCDIR)/$(PSLIB).$(PSLIB_SUFFIX) > -PSLIB_DIR := $(BUILDDIR)/$(PSLIB) > -PSLIB_LICENSE := LGPL-2.0-or-later > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -PSLIB_CONF_ENV := \ > - $(CROSS_ENV) \ > - ac_cv_prog_DOC_TO_MAN= \ > - ac_cv_path_INTLTOOL_UPDATE=: \ > - ac_cv_path_INTLTOOL_MERGE=: \ > - ac_cv_path_INTLTOOL_EXTRACT=: > - > -# > -# autoconf > -# > -PSLIB_CONF_TOOL := autoconf > -PSLIB_CONF_OPT := \ > - $(CROSS_AUTOCONF_USR) \ > - --enable-bmp \ > - --with-png=$(call ptx/ifdef, PTXCONF_PSLIB_LIBPNG,$(SYSROOT)/usr,no) \ > - --with-jpeg=$(call ptx/ifdef, PTXCONF_PSLIB_LIBJPEG,$(SYSROOT)/usr,no) \ > - --without-gif \ > - --without-tiff \ > - --without-debug > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/pslib.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, pslib) > - @$(call install_fixup, pslib,PRIORITY,optional) > - @$(call install_fixup, pslib,SECTION,base) > - @$(call install_fixup, pslib,AUTHOR,"Michael Olbrich > <[email protected]>") > - @$(call install_fixup, pslib,DESCRIPTION,missing) > - > - @$(call install_lib, pslib, 0, 0, 0644, libps) > - > - @$(call install_finish, pslib) > - > - @$(call touch) > - > -# vim: syntax=make
