pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/rendercheck
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 23 21:25:58 UTC 2024
Modified Files:
pkgsrc/x11/rendercheck: Makefile distinfo
Log Message:
rendercheck: update to 1.6.
Aaron Plattner (1):
Skip shmblend if SHM pixmaps aren't supported
Adam Jackson (4):
triangles: Fix tests for conjoint and disjoint ops
Be valgrind-clean
Don't fail to find the a8r8g8b8 format pointlessly
Enable a few more formats
Alan Coopersmith (3):
Update bug tracker URL in man page
gitlab CI: add a basic build test
t_repeat.c, t_triangles.c: convert from ISO-8859-1 to UTF-8
Emil Velikov (1):
autogen.sh: use quoted string variables
Eric Anholt (10):
Start using stdbool.h instead of Xlib or custom bools.
Save the list of active formats in a global for use by tests.
Use ELF sections to make test setup easier.
shmblend: New test for XRenderComposite() from a pixmap in SHM.
autogen: Set a default prefix for patches if unset.
Fix a printf format warning.
Add a meson build system.
Remove the autotools build system.
Simplify manpage variable substitution for Meson.
Explain how to build using meson in the README.
Jeremy Huddleston Sequoia (4):
darwin: Build fix
Mark pointers to test structs as used to prevent dead symbol stripping
Prevent ASan from placing guards around test structs as we expect them to be laid out sequentially
Revert "Reduce the number of colors to speed up test execution."
Matt Turner (3):
meson: Set project version
meson: Set project license
rendercheck 1.6
Peter Hutterer (3):
autogen.sh: drop --enable-maintainer-mode
autogen.sh: honor NOCONFIGURE=1
Fix errx handling of va_list
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/rendercheck/Makefile \
pkgsrc/x11/rendercheck/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/rendercheck/Makefile
diff -u pkgsrc/x11/rendercheck/Makefile:1.6 pkgsrc/x11/rendercheck/Makefile:1.7
--- pkgsrc/x11/rendercheck/Makefile:1.6 Sat Jan 18 23:35:55 2020
+++ pkgsrc/x11/rendercheck/Makefile Tue Apr 23 21:25:58 2024
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:55 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/23 21:25:58 wiz Exp $
-DISTNAME= rendercheck-1.5
+DISTNAME= rendercheck-1.6
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_XORG:=test/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= XRender test application
-GNU_CONFIGURE= yes
USE_FEATURES= err
USE_TOOLS+= pkg-config
+.include "../../devel/meson/build.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/rendercheck/distinfo
diff -u pkgsrc/x11/rendercheck/distinfo:1.6 pkgsrc/x11/rendercheck/distinfo:1.7
--- pkgsrc/x11/rendercheck/distinfo:1.6 Tue Oct 26 11:34:25 2021
+++ pkgsrc/x11/rendercheck/distinfo Tue Apr 23 21:25:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:34:25 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/04/23 21:25:58 wiz Exp $
-BLAKE2s (rendercheck-1.5.tar.bz2) = 5598cb65fb6b991d0d2457d74abaed7459c443a724b79a3e4eba71c28d0607f1
-SHA512 (rendercheck-1.5.tar.bz2) = ffa1abf317f85a8bcef3544e3f810b34567553524ac0a784d2a67470e0811854d7983af8600a04aadecf42871ccb83ad5c0e9e25179142fda2a8f5853a07f616
-Size (rendercheck-1.5.tar.bz2) = 143656 bytes
+BLAKE2s (rendercheck-1.6.tar.xz) = 42b5b4e26d64f56b8d9806d759599342e837033b3e569227e38123a99cf1d6c5
+SHA512 (rendercheck-1.6.tar.xz) = 0cc5372a318d4a28d63d82a2efc42f15b810186ce91b226bc5b962520637b628b1ae991a9e7745f8239c4fd100bf8f8eab79bc3803a01cad6827022af49be1a3
+Size (rendercheck-1.6.tar.xz) = 23996 bytes
Home |
Main Index |
Thread Index |
Old Index