From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 30 Aug 2022 11:10:18 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oSxGE-001Xem-Ud for lore@lore.pengutronix.de; Tue, 30 Aug 2022 11:10:18 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oSxGC-0002Zk-Hp; Tue, 30 Aug 2022 11:10:16 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSxFU-00023t-Np; Tue, 30 Aug 2022 11:09:32 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oSxFU-002ppx-21; Tue, 30 Aug 2022 11:09:32 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oSxFT-003qRh-7E; Tue, 30 Aug 2022 11:09:31 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 30 Aug 2022 11:09:31 +0200 Message-Id: <20220830090931.914422-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220811104551.1545447-1-l.stach@pengutronix.de> References: <20220811104551.1545447-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libxcvt: new package 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: Lucas Stach 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as b01c0ad3f2d192370ea33dc6dfe058a073620f53. Michael [sent from post-receive hook] On Tue, 30 Aug 2022 11:09:30 +0200, Lucas Stach wrote: > libxcvt is a library providing a standalone version of the X server > implementation of the VESA CVT standard timing modelines generator. > > Signed-off-by: Lucas Stach > Message-Id: <20220811104551.1545447-1-l.stach@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libxcvt.in b/rules/libxcvt.in > new file mode 100644 > index 000000000000..ec2645b791f8 > --- /dev/null > +++ b/rules/libxcvt.in > @@ -0,0 +1,19 @@ > +## SECTION=multimedia_xorg_lib > + > +config LIBXCVT > + tristate > + select HOST_MESON > + prompt "libxcvt" > + help > + libxcvt is a library providing a standalone version of the X server > + implementation of the VESA CVT standard timing modelines generator. > + > +if LIBXCVT > + > +config LIBXCVT_TOOL > + bool > + prompt "install cvt cmdline tool" > + help > + Install cvt commandline tool to generate CVT timings. > + > +endif > diff --git a/rules/libxcvt.make b/rules/libxcvt.make > new file mode 100644 > index 000000000000..66ba622d0980 > --- /dev/null > +++ b/rules/libxcvt.make > @@ -0,0 +1,59 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2022 by Lucas Stach > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_LIBXCVT) += libxcvt > + > +# > +# Paths and names > +# > +LIBXCVT_VERSION := 0.1.2 > +LIBXCVT_MD5 := b553fdb6024c5a137ff925bf4c337724 > +LIBXCVT := libxcvt-$(LIBXCVT_VERSION) > +LIBXCVT_SUFFIX := tar.xz > +LIBXCVT_URL := https://www.x.org/pub/individual/lib/$(LIBXCVT).$(LIBXCVT_SUFFIX) > +LIBXCVT_SOURCE := $(SRCDIR)/$(LIBXCVT).$(LIBXCVT_SUFFIX) > +LIBXCVT_DIR := $(BUILDDIR)/$(LIBXCVT) > +LIBXCVT_LICENSE := MIT > +LIBXCVT_LICENSE_FILES := \ > + file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > +# > +# meson > +# > +LIBXCVT_CONF_TOOL := meson > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/libxcvt.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, libxcvt) > + @$(call install_fixup, libxcvt,PRIORITY,optional) > + @$(call install_fixup, libxcvt,SECTION,base) > + @$(call install_fixup, libxcvt,AUTHOR,"Lucas Stach ") > + @$(call install_fixup, libxcvt,DESCRIPTION,missing) > + > + @$(call install_lib, libxcvt, 0, 0, 0644, libxcvt) > + > +ifdef PTXCONF_LIBXCVT_TOOL > + @$(call install_copy, libxcvt, 0, 0, 0755, -, /usr/bin/cvt) > +endif > + > + @$(call install_finish, libxcvt) > + > + @$(call touch) > + > +# vim: syntax=make