pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/lximage-qt



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Feb 13 11:23:34 UTC 2025

Modified Files:
        pkgsrc/graphics/lximage-qt: Makefile PLIST distinfo

Log Message:
graphics/lximage-qt: update to 2.1.1

lximage-qt-2.1.1 / 2025-01-29
==============================
 * Don't set a limit for image size (Qt6 had set an allocation limit of 256 MiB).
 * Fixed invalid `nullptr` parameter in `QObject::connect` (and so, silenced a warning).
 * Fixed a small miscalculation in selection screenshot.
 * Ensure the current thumbnail is in the visible part of the thumbnail bar.
 * Fixed a problem in rectangular annotations.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/lximage-qt/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/lximage-qt/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/lximage-qt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/lximage-qt/Makefile
diff -u pkgsrc/graphics/lximage-qt/Makefile:1.41 pkgsrc/graphics/lximage-qt/Makefile:1.42
--- pkgsrc/graphics/lximage-qt/Makefile:1.41    Fri Nov 15 12:31:28 2024
+++ pkgsrc/graphics/lximage-qt/Makefile Thu Feb 13 11:23:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/11/15 12:31:28 pin Exp $
+# $NetBSD: Makefile,v 1.42 2025/02/13 11:23:34 pin Exp $
 
-DISTNAME=      lximage-qt-2.1.0
+DISTNAME=      lximage-qt-2.1.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/lximage-qt/PLIST
diff -u pkgsrc/graphics/lximage-qt/PLIST:1.9 pkgsrc/graphics/lximage-qt/PLIST:1.10
--- pkgsrc/graphics/lximage-qt/PLIST:1.9        Fri Nov 15 12:31:28 2024
+++ pkgsrc/graphics/lximage-qt/PLIST    Thu Feb 13 11:23:34 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/11/15 12:31:28 pin Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/02/13 11:23:34 pin Exp $
 bin/lximage-qt
 share/applications/lximage-qt.desktop
 share/icons/hicolor/48x48/apps/lximage-qt.svg
@@ -28,6 +28,8 @@ share/lximage-qt/translations/lximage-qt
 share/lximage-qt/translations/lximage-qt_is.qm
 share/lximage-qt/translations/lximage-qt_it.qm
 share/lximage-qt/translations/lximage-qt_ja.qm
+share/lximage-qt/translations/lximage-qt_ka.qm
+share/lximage-qt/translations/lximage-qt_kab.qm
 share/lximage-qt/translations/lximage-qt_ko.qm
 share/lximage-qt/translations/lximage-qt_lg.qm
 share/lximage-qt/translations/lximage-qt_lt.qm

Index: pkgsrc/graphics/lximage-qt/distinfo
diff -u pkgsrc/graphics/lximage-qt/distinfo:1.13 pkgsrc/graphics/lximage-qt/distinfo:1.14
--- pkgsrc/graphics/lximage-qt/distinfo:1.13    Fri Nov 15 12:31:28 2024
+++ pkgsrc/graphics/lximage-qt/distinfo Thu Feb 13 11:23:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/11/15 12:31:28 pin Exp $
+$NetBSD: distinfo,v 1.14 2025/02/13 11:23:34 pin Exp $
 
-BLAKE2s (lximage-qt-2.1.0.tar.xz) = a193d1b311e2654cec16537ca002a4796a32915658d25f29e04033095f051b64
-SHA512 (lximage-qt-2.1.0.tar.xz) = f94f6ee07e83524ac37f2377d5e5fec4926e2fdd33af67213cbe91ce1e40215774c2a79b81f16ac9d88e44e8bb55750a48cc4d68266d03d9c8973e1319f393c5
-Size (lximage-qt-2.1.0.tar.xz) = 852988 bytes
+BLAKE2s (lximage-qt-2.1.1.tar.xz) = 242f3ad6f0bce8e1307c080b1aaf176b05f46322cbf923c164f43ade2d02ec05
+SHA512 (lximage-qt-2.1.1.tar.xz) = c0f070dbee821fc86bdebb09c09a5a1cac5d23033c73bdefe8d2ff62deee4d4ecdec18319f9d9badba1808f2cf94c7e87660d6193caed85900b68d7b59ccaa6f
+Size (lximage-qt-2.1.1.tar.xz) = 857380 bytes



Home | Main Index | Thread Index | Old Index