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:           Mon Dec  7 11:38:13 UTC 2020

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

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

-Added image size and path to statusbar.
-Added copy Path action.
-Fixed memory leaks in annotations.
-Show error message if saving with a format is not supported.
-Added resize image feature.
-Use QFlags default constructor.
-Prevent users from defining ambiguous shortcuts.
-Consult Qt for supported mimetypes.
-Start app on screen with mouse cursor when opening image.
-Added depreciation notice to screenshot command line options.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/lximage-qt/Makefile
cvs rdiff -u -r1.2 -r1.3 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.11 pkgsrc/graphics/lximage-qt/Makefile:1.12
--- pkgsrc/graphics/lximage-qt/Makefile:1.11    Thu Nov  5 09:08:25 2020
+++ pkgsrc/graphics/lximage-qt/Makefile Mon Dec  7 11:38:12 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/11/05 09:08:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/07 11:38:12 pin Exp $
 
-DISTNAME=      lximage-qt-0.15.0
-PKGREVISION=   3
+DISTNAME=      lximage-qt-0.16.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -22,7 +21,7 @@ CMAKE_ARG_PATH=       ..
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"

Index: pkgsrc/graphics/lximage-qt/distinfo
diff -u pkgsrc/graphics/lximage-qt/distinfo:1.2 pkgsrc/graphics/lximage-qt/distinfo:1.3
--- pkgsrc/graphics/lximage-qt/distinfo:1.2     Mon Jun  1 10:42:24 2020
+++ pkgsrc/graphics/lximage-qt/distinfo Mon Dec  7 11:38:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/01 10:42:24 pin Exp $
+$NetBSD: distinfo,v 1.3 2020/12/07 11:38:12 pin Exp $
 
-SHA1 (lximage-qt-0.15.0.tar.xz) = 338ce0f9cea13858144441f498d0f104077efa9e
-RMD160 (lximage-qt-0.15.0.tar.xz) = d1d6d4bc0d432807683eeb713a7feb67bae480cb
-SHA512 (lximage-qt-0.15.0.tar.xz) = 980fc401b31c5d937877ef35211892984def150a6db6072d9752fa78588ea8ca0827beb5880d46775092c42e93358d3e494e045a50756931129402ded4ecab23
-Size (lximage-qt-0.15.0.tar.xz) = 91444 bytes
+SHA1 (lximage-qt-0.16.0.tar.xz) = cbbdca74097d0991fcec7f88fb60d10f069a9afd
+RMD160 (lximage-qt-0.16.0.tar.xz) = 0165cc318b399edc88397a9ee8f6b240830a1dc2
+SHA512 (lximage-qt-0.16.0.tar.xz) = 2da46d23567cff7044a884e14b30de36b3a19d802768585b7c3332897b0af2fc42993ed9bb9d062db7988a0526cc7357a09fbac5f283a615b109ea8dfbf474b5
+Size (lximage-qt-0.16.0.tar.xz) = 100920 bytes



Home | Main Index | Thread Index | Old Index