From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] rendercheck: new package
Date: Tue, 3 Jun 2025 12:38:46 +0200 [thread overview]
Message-ID: <20250603103846.1194569-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250519145537.838252-1-l.stach@pengutronix.de>
Thanks, applied as 10719480f3e03ba64a8abf9c4c06334d8939a02b.
Michael
[sent from post-receive hook]
On Tue, 03 Jun 2025 12:38:46 +0200, Lucas Stach <l.stach@pengutronix.de> wrote:
> rendercheck is a set of simple tests for the X Render extension.
>
> While the X server is on its way out, rendercheck is still useful
> to test the glamor implementation in XWayland.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> Message-Id: <20250519145537.838252-1-l.stach@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/rendercheck.in b/rules/rendercheck.in
> new file mode 100644
> index 000000000000..fb2d1c96e7b5
> --- /dev/null
> +++ b/rules/rendercheck.in
> @@ -0,0 +1,13 @@
> +## SECTION=test_suites
> +
> +config RENDERCHECK
> + tristate
> + prompt "rendercheck"
> + select HOST_MESON
> + select XORG_LIB_XRENDER
> + select XORG_LIB_XEXT
> + select XORG_LIB_X11
> + select XORGPROTO
> + help
> + rendercheck is a set of simple tests for the X Render extension.
> + It is designed for authors of Render implementations in X Servers.
> diff --git a/rules/rendercheck.make b/rules/rendercheck.make
> new file mode 100644
> index 000000000000..208e90527359
> --- /dev/null
> +++ b/rules/rendercheck.make
> @@ -0,0 +1,52 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2016 by Lucas Stach <l.stach@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_RENDERCHECK) += rendercheck
> +
> +#
> +# Paths and names
> +#
> +RENDERCHECK_VERSION := 1.6
> +RENDERCHECK_MD5 := 4b3b862b4fad00a0ca9183df71b6bb42
> +RENDERCHECK := rendercheck-$(RENDERCHECK_VERSION)
> +RENDERCHECK_SUFFIX := tar.xz
> +RENDERCHECK_URL := https://www.x.org/releases/individual/test/$(RENDERCHECK).$(RENDERCHECK_SUFFIX)
> +RENDERCHECK_SOURCE := $(SRCDIR)/$(RENDERCHECK).$(RENDERCHECK_SUFFIX)
> +RENDERCHECK_DIR := $(BUILDDIR)/$(RENDERCHECK)
> +RENDERCHECK_LICENSE := HPND-sell-variant AND GPL-2.0-or-later
> +RENDERCHECK_LICENSE_FILES := \
> + file://COPYING;md5=ff84617f9d8cecf388d25880f32448b0
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +RENDERCHECK_CONF_TOOL := meson
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/rendercheck.targetinstall:
> + @$(call targetinfo)
> +
> + @$(call install_init, rendercheck)
> + @$(call install_fixup, rendercheck,PRIORITY,optional)
> + @$(call install_fixup, rendercheck,SECTION,base)
> + @$(call install_fixup, rendercheck,AUTHOR,"Lucas Stach <l.stach@pengutronix.de>")
> + @$(call install_fixup, rendercheck,DESCRIPTION,missing)
> +
> + @$(call install_copy, rendercheck, 0, 0, 0755, -, /usr/bin/rendercheck)
> +
> + @$(call install_finish, rendercheck)
> +
> + @$(call touch)
> +
> +# vim: syntax=make
prev parent reply other threads:[~2025-06-03 10:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-19 14:55 [ptxdist] [PATCH v2] " Lucas Stach
2025-06-03 10:38 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250603103846.1194569-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox