pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/pixman
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 5 17:23:34 UTC 2024
Modified Files:
pkgsrc/x11/pixman: Makefile distinfo
Log Message:
Bill Roberts (2):
arm: add include guards on header
aarch64: support PAC and BTI
Changqing Li (1):
pixman-combine-float.c: fix inlining failed error
Even Rouault (1):
pixman-combine-float.c: fix typo in MAKE_NON_SEPARABLE_PDF_COMBINERS()
Julia DeMille (1):
mmx: Fix compilation with clang-cl
Lance Arsenault (1):
pixman: Add library destructor
Marco Trevisan (1):
pixman-region: Make translate a no-op when using 0 offsets
Marek Pikuła (28):
mips: Fix a typo in mips_dspr2_flags
ci: Add multiarch Docker image build
mips: Widen CPU family check for DSPr2
mips: Add option to force MIPS CPU feature discovery
ci: Build and test on the supported platforms
ci: Increase granularity of Docker build selection
ci: Add architecture coverage Docker images
ci: Add platform coverage targets
ci: Fix Docker change detection
ci: Use env files instead of awk script
ci: Unify target enable flag
ci: Unify Docker image as multi-stage build
ci: Unify build and test stage as job templates
ci: Add LLVM support to the CI workflow
ci: Add support for LLVM for Windows targets
ci: Add support for Windows on ARM
ci: Fix Docker image source for MRs
ci: Fix active target rule for Docker stage
ci: riscv64: Don't force enable RVV globally
ci: riscv64: Verify if tests run on target without RVV
ci: Add option to use different version of LLVM
ci: Add missing ":failing" suffix for linux-ppc job
ci: Disable OpenMP for Win32 target
ci: Remove MESON_TESTTHREADS workaround
ci: Pin gcovr version to 7.x
ci: Don't execute failing jobs
ci: Add auto_cancel policy
ci: Disable coverage for arm-v5 and mipsel targets
Matt Turner (3):
Post-release version bump to 0.43.5
iwmmxt: Drop support
Pre-release version bump to 0.44.0
Mike Hommey (1):
pixman: Adjust arm assembly for binutils change
Peter Hutterer (1):
ci: add workflow rules to allow for MR pipelines
f wasil (2):
RISC-V floating point operations
Fixed memory leak in tests
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/x11/pixman/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/pixman/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/pixman/Makefile
diff -u pkgsrc/x11/pixman/Makefile:1.92 pkgsrc/x11/pixman/Makefile:1.93
--- pkgsrc/x11/pixman/Makefile:1.92 Fri Mar 1 15:42:27 2024
+++ pkgsrc/x11/pixman/Makefile Tue Nov 5 17:23:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/03/01 15:42:27 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/11/05 17:23:34 wiz Exp $
-DISTNAME= pixman-0.43.4
+DISTNAME= pixman-0.44.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/pixman/distinfo
diff -u pkgsrc/x11/pixman/distinfo:1.78 pkgsrc/x11/pixman/distinfo:1.79
--- pkgsrc/x11/pixman/distinfo:1.78 Fri Mar 1 15:42:27 2024
+++ pkgsrc/x11/pixman/distinfo Tue Nov 5 17:23:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.78 2024/03/01 15:42:27 wiz Exp $
+$NetBSD: distinfo,v 1.79 2024/11/05 17:23:34 wiz Exp $
-BLAKE2s (pixman-0.43.4.tar.xz) = a593dba8f9db518c3e1cda594909fc2bc5b674687a16381c52172f23c0330c68
-SHA512 (pixman-0.43.4.tar.xz) = b40fb05bd58dc78f4e4e9b19c86991ab0611b708657c9a7fb42bfe82d57820a0fde01a34b00a0848a41da6c3fb90c2213942a70f435a0e9467631695d3bc7e36
-Size (pixman-0.43.4.tar.xz) = 636900 bytes
+BLAKE2s (pixman-0.44.0.tar.xz) = 715d823b3476907e8939d0e59b10ba4f28a5d62b32482ca11d133560f704fc5d
+SHA512 (pixman-0.44.0.tar.xz) = 3ea293cd308a4faeb600939df2c98148154cf1faf8e435b9f33df46c33acfeb32572cb0c1e148ee9f6f39f9e8a49fbda627edcac03da2000d89e22941849a04d
+Size (pixman-0.44.0.tar.xz) = 649200 bytes
Home |
Main Index |
Thread Index |
Old Index