From bee27d4d716fc624cf210c1e74c34aed2abc3712 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 24 Apr 2026 11:11:41 +0300 Subject: [PATCH] ntfs-3g imagemagick valgrind fftw3 ver. bump --- hardware/disk/ntfs-3g/pspec.xml | 11 +++++++++-- multimedia/graphics/imagemagick/pspec.xml | 11 +++++++++-- multimedia/misc/libgme/pspec.xml | 11 +++++++++-- programming/profiler/valgrind/pspec.xml | 9 ++++++++- science/mathematics/fftw3/actions.py | 1 + science/mathematics/fftw3/pspec.xml | 11 +++++++++-- 6 files changed, 45 insertions(+), 9 deletions(-) diff --git a/hardware/disk/ntfs-3g/pspec.xml b/hardware/disk/ntfs-3g/pspec.xml index 896b55b54a..55e6994a2f 100644 --- a/hardware/disk/ntfs-3g/pspec.xml +++ b/hardware/disk/ntfs-3g/pspec.xml @@ -1,5 +1,5 @@ - + ntfs-3g @@ -14,7 +14,7 @@ app:console Userspace driver for NTFS read/write support ntfs-3g allows regular users read/write access to NTFS filesystems. - https://github.com/tuxera/ntfs-3g/archive/refs/tags/2022.10.3.tar.gz + https://github.com/tuxera/ntfs-3g/archive/refs/tags/2026.2.25.tar.gz autoconf libgcrypt-devel @@ -71,6 +71,13 @@ + + 2026-04-22 + 2026.2.25 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2022-10-31 2022.10.3 diff --git a/multimedia/graphics/imagemagick/pspec.xml b/multimedia/graphics/imagemagick/pspec.xml index 9954b5bb58..70f949abd6 100644 --- a/multimedia/graphics/imagemagick/pspec.xml +++ b/multimedia/graphics/imagemagick/pspec.xml @@ -14,7 +14,7 @@ imagemagick A collection of tools and libraries for many image file formats ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. You can use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. - https://imagemagick.org/archive/releases/ImageMagick-7.1.2-12.tar.xz + https://imagemagick.org/archive/releases/ImageMagick-7.1.2-21.tar.xz xz-devel djvu-devel @@ -43,7 +43,7 @@ ghostscript-devel - libraw-0.22.patch + @@ -122,6 +122,13 @@ + + 2026-04-22 + 7.1.2.21 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-01-14 7.1.2.12 diff --git a/multimedia/misc/libgme/pspec.xml b/multimedia/misc/libgme/pspec.xml index a093ce4a22..ce37fa5a41 100644 --- a/multimedia/misc/libgme/pspec.xml +++ b/multimedia/misc/libgme/pspec.xml @@ -1,5 +1,5 @@ - + libgme @@ -11,7 +11,7 @@ LGPL Video game music file emulation/playback library Video game music file emulation/playback library - https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz + https://github.com/libgme/game-music-emu/releases/download/0.6.5/libgme-0.6.5-src.tar.gz cmake libgcc @@ -44,6 +44,13 @@ + + 2026-04-22 + 0.6.5 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-03-07 0.6.3 diff --git a/programming/profiler/valgrind/pspec.xml b/programming/profiler/valgrind/pspec.xml index 173c8e1ecd..7540133779 100644 --- a/programming/profiler/valgrind/pspec.xml +++ b/programming/profiler/valgrind/pspec.xml @@ -12,7 +12,7 @@ app:console Memory access debugger for X86 and PPC Linux platforms Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. - ftp://sourceware.org/pub/valgrind/valgrind-3.26.0.tar.bz2 + ftp://sourceware.org/pub/valgrind/valgrind-3.27.0.tar.bz2 glibc-devel boost-devel @@ -52,6 +52,13 @@ + + 2026-04-22 + 3.27.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-12-27 3.26.0 diff --git a/science/mathematics/fftw3/actions.py b/science/mathematics/fftw3/actions.py index d88e3a2f1b..963f5d2b15 100644 --- a/science/mathematics/fftw3/actions.py +++ b/science/mathematics/fftw3/actions.py @@ -65,6 +65,7 @@ def setup(): -D ENABLE_FLOAT=ON \ -D ENABLE_LONG_DOUBLE=ON \ -D ENABLE_QUAD_PRECISION=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ ") # -D ENABLE_AVX2=ON \ # -D ENABLE_AVX=ON \ diff --git a/science/mathematics/fftw3/pspec.xml b/science/mathematics/fftw3/pspec.xml index 8e2855eb66..662c798f6a 100644 --- a/science/mathematics/fftw3/pspec.xml +++ b/science/mathematics/fftw3/pspec.xml @@ -1,5 +1,5 @@ - + fftw3 @@ -12,7 +12,7 @@ library A library for computing the discrete Fourier transform (DFT) fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST). - ftp://ftp.fftw.org/pub/fftw/fftw-3.3.10.tar.gz + ftp://ftp.fftw.org/pub/fftw/fftw-3.3.11.tar.gz cmake libgfortran @@ -49,6 +49,13 @@ + + 2026-04-22 + 3.3.11 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-11-02 3.3.10