From alan.coopersmith at oracle.com Sat Apr 5 16:55:27 2025 From: alan.coopersmith at oracle.com (Alan Coopersmith) Date: Sat, 5 Apr 2025 09:55:27 -0700 Subject: Update to ssh access to freedesktop gitlab Message-ID: As part of the migration of the freedesktop.org gitlab, the hostname used for accessing the git repos over ssh will be changing from gitlab.freedesktop.org to ssh.gitlab.freedesktop.org. You can manually update all of your local clones with 'git remote set-url', or you can also add a simple snippet in your .ssh/config: Host gitlab.freedesktop.org Hostname=ssh.gitlab.freedesktop.org This will transparently update all the addresses of your clones. For more information on this & other aspects of the migration, see: https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/2076#note_2831847 -- -Alan Coopersmith- alan.coopersmith at oracle.com Oracle Solaris Engineering - https://blogs.oracle.com/solaris -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xA2FB9E081F2D130E.asc Type: application/pgp-keys Size: 8712 bytes Desc: OpenPGP public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From dickey at his.com Sun Apr 20 15:19:17 2025 From: dickey at his.com (Thomas Dickey) Date: Sun, 20 Apr 2025 11:19:17 -0400 Subject: [ANNOUNCE] libXft 2.3.9 Message-ID: Alan Coopersmith (4): Remove support for building with pre-X11R7 versions of X Remove support for building with pre-C89 versions of C Require xproto >= 7.0.22 for _X_UNUSED meson: Add option to build with meson Peter Harris (1): fix potential buffer overrun in _XftGlyphDefault Thomas E. Dickey (6): issue 19: Problem loading "SourceCodePro-Regular" font in Fedora build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021 issue 21: remove redundant/out-of-place prototype for XftNameUnparse manpage formatting-fixes libXft 2.3.9 libXft 2.3.9 git tag: libXft-2.3.9 https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.9.tar.gz SHA256: 47c157fb4d0308f8b9604b74c29bb902b019eb97031f8fbf5ab62aa9f147a104 libXft-2.3.9.tar.gz SHA512: 5f05802c4aca4a7ce20276cb2160e1976858759f72f52315dc54a1b792ba0720b7ab75056b277c98076204937537897f5b156e675208f53b09a38fc633779151 libXft-2.3.9.tar.gz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.9.tar.gz.sig https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.9.tar.xz SHA256: 60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5 libXft-2.3.9.tar.xz SHA512: 493e4475c0eeab04a510819446eaa871ba9e1695e42d05bb7791d2ed59f7faff31e910dae95efa4b0ac4a7a2da38614b5740a4ca9388134bea80d348e9ad57e5 libXft-2.3.9.tar.xz PGP: https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.9.tar.xz.sig -- Thomas E. Dickey https://invisible-island.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: From mattst88 at gmail.com Wed Apr 30 03:53:49 2025 From: mattst88 at gmail.com (Matt Turner) Date: Tue, 29 Apr 2025 23:53:49 -0400 Subject: [ANNOUNCE] pixman release 0.46.0 now available Message-ID: A new pixman release 0.46.0 is now available. This release notably adds fast paths for RISC-V using the "V" vector extension, contributed by developers at Samsung. tar.gz: https://cairographics.org/releases/pixman-0.46.0.tar.gz https://www.x.org/releases/individual/lib/pixman-0.46.0.tar.gz tar.xz: https://cairographics.org/releases/pixman-0.46.0.tar.xz https://www.x.org/releases/individual/lib/pixman-0.46.0.tar.xz Hashes: SHA512: 1cd2d2293538b05e2f8494735a377ce3a69f82f879a054b0af44d7d7a21c867ea071dfc34ee5d24fc9046f7e48aa1d6462d48039daa2c7279c7159eeee92c82b pixman-0.46.0.tar.gz SHA512: c7ef987b7db89c58278c537f862bc9eb17c19f8288a3b7e88f8501a0486662f1e2cb6a2c0b81d4bf0464310475192428d6e29d05a6ae3cfc1d2c0941fbb0b9a3 pixman-0.46.0.tar.xz PGP signature: https://cairographics.org/releases/pixman-0.46.0.tar.gz.sha512.asc https://cairographics.org/releases/pixman-0.46.0.tar.xz.sha512.asc https://www.x.org/releases/individual/lib/pixman-0.46.0.tar.gz.sha512.asc https://www.x.org/releases/individual/lib/pixman-0.46.0.tar.xz.sha512.asc Git: https://gitlab.freedesktop.org/pixman/pixman.git tag: pixman-0.46.0 Log: Charlie Jenkins (1): RISC-V: Only enable RVV on linux if hwcap headers are available Joel May (2): Test case for compositing with a negative stride Fix arm64 advanced prefetcher Loukas Agorgianitis (7): region: add parametric primitive type to generalize implementation detail region: make print specifier parametric region: add fractional implementation based on 64bit floating point numbe region: add rectf convenience functions region: add pixman_region32_copy_from_region64f utility function region: add image clip and composite functions for fractional regions test/region: add fractional region tests Manuel Stoeckl (2): Add a16b16g16r16 format test/stress-test: add a16b16g16r16 Marek Piku?a (23): ci: Improve coverage and artifact handling ci: Use newer version of QEMU for Bookworm test: Increase timeout for alpha-loop test ci: Enable cross PPC tests ci: Clean up after disabling failing targets ci: Add option to change the default runner tag ci: Move Docker build to a CI template ci: Use native ARM runners for Linux ARM targets ci: Improve Windows images ci: Use regular Debian as base Windows for ARM ci: Fix runner tag variable expansion Fix some build warning rvv: Pass through clang-format docker: Update Wine to 10.5 and update LLVM-MinGW docker: Update Meson to 1.7 docker: Move LLVM archive to a separate thin layer docker: Decrease build time for gcovr test: Add lowlevel-blt-bench result comparison script rvv: Add float suffix to float implementation rvv: Add integer operations ci: Build Wine for windows-amd64 from source ci: Use untagged runners if possible ci: Increase number of retries for Windows targets Matt Turner (23): Post-release version bump to 0.44.3 vmx: Remove unnecessary variable vmx: Remove unpack_565_to_8888() and associated constants vmx: Remove unpack_128_2x128_16() vmx: Remove unpack{hi,lo}_128_8x16 functions vmx: Move and use unpack{hi,lo}_128_16x8 in pix_multiply() vmx: Use create_mask_32_128() more places vmx: Use appropriate types vmx: Add and use create_mask_16_128() function vmx: Use selector variables vmx: Add and use `vzero` constant vmx: Simplify over() function vmx: Make in_over() a real function vmx: Simplify unpack{hi,lo}_128_16x8() function vmx: Move create_mask_32_128() function vmx: Avoid two shifts in pix_multiply() function vmx: Optimize pix_multiply() vmx: Declare iterator variable in for loop vmx: Disable clang-format around some data structure declarations vmx: Run clang-format ci: Enable LLVM testing on linux-arm-v7 ci: Allow failures in windows-amd64 jobs Pre-release version bump to 0.46.0 Mike Hommey (1): arm: Move the .fpu neon directive around f.wasil (1): .clang-format: Add -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 376 bytes Desc: not available URL: