From 529942751d93a43f715a6c1076d6c52c8c18dd3b Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 8 May 2025 09:58:32 +0300 Subject: [PATCH 1/4] geeqie-2.6 --- multimedia/graphics/geeqie/pspec.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/multimedia/graphics/geeqie/pspec.xml b/multimedia/graphics/geeqie/pspec.xml index cee59df56a..dd33d437c0 100644 --- a/multimedia/graphics/geeqie/pspec.xml +++ b/multimedia/graphics/geeqie/pspec.xml @@ -13,8 +13,8 @@ multimedia.graphics Geeqie is a lightweight image viewer for Linux, BSDs and compatibles. Geeqie can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large collections of images. - - https://github.com/BestImageViewer/geeqie/releases/download/v2.5/geeqie-2.5.tar.xz + + https://github.com/BestImageViewer/geeqie/releases/download/v2.6/geeqie-2.6.tar.xz vim @@ -38,6 +38,8 @@ ffmpeg-devel libraw-devel libjxl-devel + cfitsio-devel + openexr-devel openssl-devel libheif-devel gettext-devel @@ -72,6 +74,8 @@ libgcc libraw libjxl + cfitsio + openexr gphoto2 libheif openjpeg2 @@ -94,6 +98,13 @@ + + 2025-05-06 + 2.6 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2025-02-08 2.5 From ae62ed6d5911bf4be52d6e07c6226bcd8aed1124 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 8 May 2025 09:59:30 +0300 Subject: [PATCH 2/4] putty: fix bad tarball link. --- network/misc/putty/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/misc/putty/pspec.xml b/network/misc/putty/pspec.xml index a85d3bc35f..4b603a4d7c 100644 --- a/network/misc/putty/pspec.xml +++ b/network/misc/putty/pspec.xml @@ -13,7 +13,7 @@ app:gui A terminal integrated SSH/Telnet client. A terminal integrated SSH/Telnet client. - https://the.earth.li/~sgtatham/putty/latest/putty-0.83.tar.gz + https://the.earth.li/~sgtatham/putty/0.83/putty-0.83.tar.gz cmake ninja From 1cb4310e1cbdab4bd2829781894f6eb9a001b66b Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 8 May 2025 10:12:56 +0300 Subject: [PATCH 3/4] libetonyek needs rebuild. --- office/misc/libetonyek/actions.py | 2 +- office/misc/libetonyek/files/mdds3.patch | 11 +++++++++++ office/misc/libetonyek/pspec.xml | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 office/misc/libetonyek/files/mdds3.patch diff --git a/office/misc/libetonyek/actions.py b/office/misc/libetonyek/actions.py index 13aed59b03..579b966eae 100644 --- a/office/misc/libetonyek/actions.py +++ b/office/misc/libetonyek/actions.py @@ -13,7 +13,7 @@ i = ''.join([ ' --disable-werror', ' --disable-static', ' --without-docs', - ' --with-mdds=2.1 ' + ' --with-mdds=3.0 ' ]) def setup(): diff --git a/office/misc/libetonyek/files/mdds3.patch b/office/misc/libetonyek/files/mdds3.patch new file mode 100644 index 0000000000..9d1d21dd86 --- /dev/null +++ b/office/misc/libetonyek/files/mdds3.patch @@ -0,0 +1,11 @@ +--- a/src/lib/IWORKTable.cpp 2024-11-05 15:56:01.000000000 -0600 ++++ b/src/lib/IWORKTable.cpp 2025-02-07 14:50:09.040442328 -0600 +@@ -168,7 +168,7 @@ + + void writeBorder(librevenge::RVNGPropertyList &props, const char *name, IWORKGridLine_t &line, unsigned index) + { +- if (!line.is_tree_valid()) ++ if (!line.valid_tree()) + line.build_tree(); + + IWORKStylePtr_t style; diff --git a/office/misc/libetonyek/pspec.xml b/office/misc/libetonyek/pspec.xml index 5cc03fb0b7..38506dac3b 100644 --- a/office/misc/libetonyek/pspec.xml +++ b/office/misc/libetonyek/pspec.xml @@ -27,6 +27,7 @@ + mdds3.patch @@ -64,9 +65,9 @@ - 2025-02-09 + 2025-05-08 0.1.12 - Version bump. + Rebuild. Pisi Linux Community admin@pisilinux.org From faba0447629120bb15ab1bce287d7e22e40ae2bb Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 8 May 2025 10:14:26 +0300 Subject: [PATCH 4/4] libdispatch needs build. --- programming/library/libdispatch/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/library/libdispatch/pspec.xml b/programming/library/libdispatch/pspec.xml index 5711f4c775..c6d3afe89a 100644 --- a/programming/library/libdispatch/pspec.xml +++ b/programming/library/libdispatch/pspec.xml @@ -49,9 +49,9 @@ - 2025-04-05 + 2025-05-08 6.1 - Version bump. + Rebuild. fury uglyside@yandex.ru