pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/kimageannotator



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Aug 24 04:24:47 UTC 2024

Modified Files:
        pkgsrc/graphics/kimageannotator: Makefile PLIST buildlink3.mk distinfo

Log Message:
kimageannotator: update to 0.7.1

Release 0.7.1
* Fixed: Crash after pressing key when no tab exists or closing last tab.

Release 0.7.0
* New: Allow copying items between tabs.
* New: CTRL + A does not select all text typed.
* New: Open text edit mode when double-click on textbox figure in Text tool.
* New: Add reflowing capability to the text tool.
* New: Editing text, no mouse cursor edit functions.
* New: Mouse click within a text box for setting specific editing position
  and selecting text.
* Fixed: Text isn't reflowed the next line within the box and text overlaps
  when resizing box.
* Fixed: Can't wrap long text line when I resize Text box area.
* Fixed: Key press operations affect items across different tabs.
* Fixed: Clipboard cleared when new tab added.

Release 0.6.1
* Fixed: Fix for unnecessary scrollbars when a screenshot has a smaller size
  than the previous one.
* Fixed: Add KDE support for scale factor.
* Fixed: Show tab tooltips on initial tabs.
* Fixed: Sticker resizing is broken when bounding rect flipped.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/kimageannotator/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/kimageannotator/PLIST \
    pkgsrc/graphics/kimageannotator/buildlink3.mk \
    pkgsrc/graphics/kimageannotator/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/kimageannotator/Makefile
diff -u pkgsrc/graphics/kimageannotator/Makefile:1.13 pkgsrc/graphics/kimageannotator/Makefile:1.14
--- pkgsrc/graphics/kimageannotator/Makefile:1.13       Wed May 29 16:32:57 2024
+++ pkgsrc/graphics/kimageannotator/Makefile    Sat Aug 24 04:24:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/05/29 16:32:57 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/24 04:24:47 markd Exp $
 
-DISTNAME=      kimageannotator-0.6.0
-PKGREVISION=   12
+DISTNAME=      kimageannotator-0.7.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ksnip/}
 GITHUB_PROJECT=        kImageAnnotator
@@ -12,10 +11,11 @@ HOMEPAGE=   https://github.com/ksnip/kImag
 COMMENT=       Tool for annotating images
 LICENSE=       gnu-lgpl-v3
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 
-CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
+.include "../../devel/cmake/build.mk"
+
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
 
 .include "../../graphics/kcolorpicker/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"

Index: pkgsrc/graphics/kimageannotator/PLIST
diff -u pkgsrc/graphics/kimageannotator/PLIST:1.1 pkgsrc/graphics/kimageannotator/PLIST:1.2
--- pkgsrc/graphics/kimageannotator/PLIST:1.1   Thu Sep 29 00:09:28 2022
+++ pkgsrc/graphics/kimageannotator/PLIST       Sat Aug 24 04:24:47 2024
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2022/09/29 00:09:28 markd Exp $
-include/kImageAnnotator/KImageAnnotator.h
-include/kImageAnnotator/KImageAnnotatorExport.h
-lib/cmake/kImageAnnotator/kImageAnnotator-targets-noconfig.cmake
-lib/cmake/kImageAnnotator/kImageAnnotator-targets.cmake
-lib/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake
-lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake
+@comment $NetBSD: PLIST,v 1.2 2024/08/24 04:24:47 markd Exp $
+include/kImageAnnotator-Qt5/kImageAnnotator/KImageAnnotator.h
+include/kImageAnnotator-Qt5/kImageAnnotator/KImageAnnotatorExport.h
+lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-Qt5Config-version.cmake
+lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-Qt5Config.cmake
+lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-targets-noconfig.cmake
+lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-targets.cmake
 lib/libkImageAnnotator.so
 lib/libkImageAnnotator.so.0
 lib/libkImageAnnotator.so.${PKGVERSION}
 share/kImageAnnotator/translations/kImageAnnotator_ar.qm
+share/kImageAnnotator/translations/kImageAnnotator_bg.qm
 share/kImageAnnotator/translations/kImageAnnotator_ca.qm
 share/kImageAnnotator/translations/kImageAnnotator_cs.qm
 share/kImageAnnotator/translations/kImageAnnotator_da.qm
Index: pkgsrc/graphics/kimageannotator/buildlink3.mk
diff -u pkgsrc/graphics/kimageannotator/buildlink3.mk:1.1 pkgsrc/graphics/kimageannotator/buildlink3.mk:1.2
--- pkgsrc/graphics/kimageannotator/buildlink3.mk:1.1   Thu Sep 29 00:09:28 2022
+++ pkgsrc/graphics/kimageannotator/buildlink3.mk       Sat Aug 24 04:24:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/09/29 00:09:28 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2024/08/24 04:24:47 markd Exp $
 
 BUILDLINK_TREE+=       kimageannotator
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        kimageannotator
 KIMAGEANNOTATOR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.kimageannotator+=        kimageannotator>=0.6.0
+BUILDLINK_ABI_DEPENDS.kimageannotator?=        kimageannotator>=0.7.1
 BUILDLINK_PKGSRCDIR.kimageannotator?=  ../../graphics/kimageannotator
 
 .include "../../graphics/kcolorpicker/buildlink3.mk"
Index: pkgsrc/graphics/kimageannotator/distinfo
diff -u pkgsrc/graphics/kimageannotator/distinfo:1.1 pkgsrc/graphics/kimageannotator/distinfo:1.2
--- pkgsrc/graphics/kimageannotator/distinfo:1.1        Thu Sep 29 00:09:28 2022
+++ pkgsrc/graphics/kimageannotator/distinfo    Sat Aug 24 04:24:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/09/29 00:09:28 markd Exp $
+$NetBSD: distinfo,v 1.2 2024/08/24 04:24:47 markd Exp $
 
-BLAKE2s (kimageannotator-0.6.0.tar.gz) = df8efa939400bd5633f838b46104a63d158733a4e84c89e589d712c242f34bee
-SHA512 (kimageannotator-0.6.0.tar.gz) = 5782acd552af2297813164c0612810ec0d2127c174773040d99ec9d281f3575832b06667736a5521e88fa2d57ea6410e42a5d95232cb2dbdd9608917e5d6e896
-Size (kimageannotator-0.6.0.tar.gz) = 257662 bytes
+BLAKE2s (kimageannotator-0.7.1.tar.gz) = cc528e2e7651e3d93c7acbb088ea9c3b125b7eb709e44bca16d832d54ff2f830
+SHA512 (kimageannotator-0.7.1.tar.gz) = cb5e7e87f1b7c72108a8ace7fb60ef644e2de19e78b3e61e50e6d534b235710e5e62464f8d136ee46b7f96cb3235601eb80b09b41d972d8df9ef6fe09cb34c95
+Size (kimageannotator-0.7.1.tar.gz) = 266861 bytes



Home | Main Index | Thread Index | Old Index