Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (64632e46b450cc60028dfa7e7938c19b34fe6d2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (64632e46b450cc60028dfa7e7938c19b34fe6d2b)
  • Date: Tue, 22 Aug 2023 15:53:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

xorg-app/rendercheck/DETAILS | 39 ++++++++++++++++++---------------------
xorg-app/rendercheck/HISTORY | 6 ++++++
2 files changed, 24 insertions(+), 21 deletions(-)

New commits:
commit 64632e46b450cc60028dfa7e7938c19b34fe6d2b
Author: Stephane Fontaine <esselfe16 AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

rendercheck: version bumped to 1.5

diff --git a/xorg-app/rendercheck/DETAILS b/xorg-app/rendercheck/DETAILS
index eb51fdd..ef65943 100755
--- a/xorg-app/rendercheck/DETAILS
+++ b/xorg-app/rendercheck/DETAILS
@@ -1,27 +1,24 @@
SPELL=rendercheck
- PKG=rendercheck
- VERSION=1.3
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
- SOURCE_URL[0]=ftp://ftp.x.org/pub/individual/app/$SOURCE
-
SOURCE_HASH=sha512:711083adbace701979bb56b708eab004f4e421ba0ea919d636abdfd3ad0ce98c9b0c3cd0c0320bcf4c2ab39f9ae254047c9cffc9b061a81bde262f1106a2b9e3
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org/wiki
+ VERSION=1.5
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
+
SOURCE_HASH=sha512:ffa1abf317f85a8bcef3544e3f810b34567553524ac0a784d2a67470e0811854d7983af8600a04aadecf42871ccb83ad5c0e9e25179142fda2a8f5853a07f616
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=https://xorg.freedesktop.org/wiki
ENTERED=20060828
LICENSE[0]=XCL
- SHORT="Module mkcomposecache for xorg"
+ SHORT="Rendering test program for Xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
+rendercheck is a program to test a Render extension implementation against
+separate calculations of expected output.

-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+Tests currently include:
+- Destination coordinates correctness
+- Source coordinates correctness
+- Transformed (FilterNearest) source coordinates correctness.
+- Composite with and without mask (with/without component alpha), with 1x1
+ repeating Pictures and 10x10 Pictures.
+- Linear gradients
+- Repeating sources/masks at POT and non-POT sizes
+- Some regression tests for bugs from freedesktop.org bugzilla.
EOF
diff --git a/xorg-app/rendercheck/HISTORY b/xorg-app/rendercheck/HISTORY
index bcb5105..d2c54b5 100644
--- a/xorg-app/rendercheck/HISTORY
+++ b/xorg-app/rendercheck/HISTORY
@@ -1,3 +1,9 @@
+2023-08-22 Stephane Fontaine <esselfe16 AT gmail.com>
+ * DETAILS: updated to 1.5
+ Correct SOURCE_URL and use HTTPS links
+ Remove PKG and XORG_VER
+ Update short and long descriptions
+
2008-03-20 Andraž ruskie Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.3
fixed WEB_SITE



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (64632e46b450cc60028dfa7e7938c19b34fe6d2b), Pavel Vinogradov, 08/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page