VOOZH about

URL: https://pkgsrc.se/x11/pixman

⇱ pkgsrc.se | The NetBSD package collection


Skip to main content.
πŸ‘ https://pkgsrc.se
Useful links: www.pkgsrc.org | www.netbsd.org | www.netbsd.se
Navigation:
Home | Browse by maintainer | Search | RSS | Info | Statistics | Help | Contact
+ virtual
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wayland
wip
wm
www
πŸ‘ pil
 x11
  πŸ‘ pil
 pixman

* = Virtual Category
πŸ‘ new
New packages:
  Today
  Yesterday
  Last week
  Last month

Path to this page:

./x11/pixman, Library of low-level pixel manipulation routines

[ πŸ‘ Image
CVSweb ] [ πŸ‘ Image
Homepage ] [ πŸ‘ Image
RSS ] [ πŸ‘ Image
Required by ]


Branch: CURRENT, Version: 0.46.4, Package name: pixman-0.46.4, Maintainer: pkgsrc-users

Pixel manipulation library for modular X.org.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 645.055 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-20 23:15:03 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.46.4.

Matt Turner (2):
Post-release version bump to 0.46.3
Pre-release version bump to 0.46.4

f wasil (1):
RISC-V: Use hwprobe interface to check for RVV 1.0
   2025-06-10 07:04:50 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.46.2.

Loukas Agorgianitis (2):
 region: add translatef function for fractional regions
 region: add contains_pointf function for fractional regions

Marek PikuΕ‚a (2):
 ci: Disable OpenMP for Windows targets
 Revert "ci: Allow failures in windows-amd64 jobs"

Matt Turner (3):
 Post-release version bump to 0.46.1
 release.sh: Sign the git tag
 Pre-release version bump to 0.46.2
   2025-04-30 09:23:02 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.46.0.

This release notably adds fast paths for RISC-V using the "V" vector
extension, contributed by developers at Samsung.
   2024-12-26 20:18:55 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
pixman: do not use openmp for tests
   2024-12-14 13:44:10 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.44.2.

	Matt Turner (4):
	 build: Add a64-neon-test.S to EXTRA_DIST
	 Revert "Fix signed-unsigned semantics in reduce_32"
	 Avoid integer overflow leading to out-of-bounds write
	 Pre-release version bump to 0.42.2

	Simon Ser (3):
	 Post-release version bump to 0.42.1
	 meson: override pixman-1 dependency
	 meson: explicitly set C standard to gnu99

	Thomas Klausner (2):
	 configure.ac: avoid unportable test(1) operator
	 Makefile.am: increase shell portability
   2024-03-01 16:42:27 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.43.4.

Gayathri Berli (1):
 Revert the changes to fix the problem in big-endian architectures

Heiko Lewin (1):
 Allow to build pixman on clang/arm32

Makoto Kato (1):
 pixman-arm: Fix build on clang/arm32

Matt Turner (5):
 pixman-x86: Use cpuid.h header
 pixman-x86: Move #include "cpuid.h" inside conditionals
 Revert "Allow to build pixman on clang/arm32"
 pixman-arm: Use unified syntax
 Pre-release version bump to 0.43.4

Simon Ser (1):
 Post-release version bump to 0.43.3
   2024-01-28 14:54:11 by Thomas Klausner | Files touched by this commit (2) | πŸ‘ Package updated
Log message:
pixman: update to 0.43.2.

Simon Ser (5):
 Post-release version bump to 0.43.1
 Drop automatic DEBUG define
 Drop ChangeLog
 Drop contrib/ci.sh
 Pre-release version bump to 0.43.2
   2024-01-04 12:33:38 by Thomas Klausner | Files touched by this commit (6) | πŸ‘ Package updated
Log message:
pixman: update to 0.43.0.

	Benjamin Gilbert (3):
	 meson: don't dllexport when built as static library
	 mmx: use xmmintrin.h if building with SSE2
	 meson: avoid linking with -pthread if we don't have pthreads

	Claude Heiland-Allen (2):
	 implement r8g8b8 sRGB (without alpha)
	 add r8g8b8 sRGB to test suite

	Dylan Baker (2):
	 autotools: remove autotools
	 delete win32 make files

	Emanuel Schmidt (3):
	 Separate meson build options for demos and tests
	 Changed name of the config-header to "pixman-config.h"
	 Fixed missing dependency in libdemo

	Gauthier Γ–stervall (1):
	 Update build instructions to meson and ninja

	Havard Eidnes (2):
	 vmx: Simplify scaled_nearest_scanline_vmx_8888_8888_OVER
	 vmx: Reimplement create_mask_32_128 and use it in vmx_fill

	Heiko Lewin (2):
	 Fix signed-unsigned semantics in reduce_32
	 pixman-arma64: Adjustments to build with llvm integrated assembler

	Matt Turner (9):
	 Post-release version bump to 0.42.3
	 test: Revert to including pixman-private.h
	 Remove generic build system information
	 Use more Markdown-friendly syntax
	 meson: Fix syntax
	 pixman-sse2: Remove unused functions
	 pixman-mmx: Don't redefine _MM_SHUFFLE
	 pixman-access: Mark __dummy__ variables with MAYBE_UNUSED
	 test: Use fabsl on float128

	Pavel Labath (1):
	 Fix alignment problem in pixman-fast-path.c

	Sam James (1):
	 pixman-bits-image: fix -Walloc-size

	Simon Ser (5):
	 Add pixman_region{,32}_empty()
	 Constify pixman_image_set_clip_region()
	 Fix const warnings in pixman_image_set_clip_region()
	 ci: upgrade to Fedora 39
	 Pre-release version bump to 0.43.0


This site is operated by pkgsrc.pub, Contact