From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:55:41 +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 1wOspB-0013Uq-1v for lore@lore.pengutronix.de; Mon, 18 May 2026 09:55:41 +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 1wOspA-0000rk-W2; Mon, 18 May 2026 09:55:41 +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 1wOsna-0003dR-8T; Mon, 18 May 2026 09:54:02 +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 1wOsnZ-000YSl-1v; Mon, 18 May 2026 09:54:02 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsna-00000000DTu-0UFV; Mon, 18 May 2026 09:54:02 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:54:02 +0200 Message-ID: <20260518075402.51815-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260504125305.64497-1-t.scherer@eckelmann.de> References: <20260504125305.64497-1-t.scherer@eckelmann.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pslib: 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 28219f809970caddc5bc57f7aca8e1876692cd9f. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:54:02 +0200, Thorsten Scherer wrote: > Signed-off-by: Thorsten Scherer > Message-Id: <20260504125305.64497-1-t.scherer@eckelmann.de> > Signed-off-by: Michael Olbrich > > 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 > -# > -# 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 ") > - @$(call install_fixup, pslib,DESCRIPTION,missing) > - > - @$(call install_lib, pslib, 0, 0, 0644, libps) > - > - @$(call install_finish, pslib) > - > - @$(call touch) > - > -# vim: syntax=make