Update kimageannotator to 0.7.1 (Qt6)

This commit is contained in:
rsadowski
2024-05-20 06:37:03 +00:00
parent 7b554881d6
commit 17dddd4a76
3 changed files with 23 additions and 19 deletions
+10 -9
View File
@@ -1,30 +1,31 @@
COMMENT = tool for annotating images COMMENT = tool for annotating images
V = 0.6.0 V = 0.7.1
PKGNAME = kimageannotator-${V} PKGNAME = kimageannotator-${V}
REVISION = 0
GH_ACCOUNT = ksnip GH_ACCOUNT = ksnip
GH_PROJECT = kImageAnnotator GH_PROJECT = kImageAnnotator
GH_TAGNAME = v${V} GH_TAGNAME = v${V}
SHARED_LIBS = kImageAnnotator 2.0 # 0.4.1 SHARED_LIBS += kImageAnnotator 3.0 # 0.0
CATEGORIES = graphics CATEGORIES = graphics
# LGPLv3 # LGPLv3
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Svg Qt5Widgets X11 m WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6Gui Qt6Svg Qt6Widgets
WANTLIB += kColorPicker WANTLIB += X11 kColorPicker m
MODULES = devel/cmake \ MODULES = devel/cmake \
x11/qt5 x11/qt6
LIB_DEPENDS = graphics/kcolorpicker>=0.2.0 \ LIB_DEPENDS = graphics/kcolorpicker>=0.3 \
x11/qt5/qtsvg x11/qt6/qtsvg
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_QT6=ON
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=Yes
CONFIGURE_ENV += LDFLAGS="-L${X11BASE}/lib" CONFIGURE_ENV += LDFLAGS="-L${X11BASE}/lib"
.include <bsd.port.mk> .include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (kImageAnnotator-0.6.0.tar.gz) = FI73A+1VNaDCPRFim1iNnLFjWYeYJhqnYNWzUXVmRqc= SHA256 (kImageAnnotator-0.7.1.tar.gz) = IzXFvhWl3eNMMzPBCmM52hFOIjLkxGQt6heT5JHglnc=
SIZE (kImageAnnotator-0.6.0.tar.gz) = 257662 SIZE (kImageAnnotator-0.7.1.tar.gz) = 266861
+11 -8
View File
@@ -1,15 +1,18 @@
include/kImageAnnotator/ include/kImageAnnotator-Qt6/
include/kImageAnnotator/KImageAnnotator.h include/kImageAnnotator-Qt6/kImageAnnotator/
include/kImageAnnotator/KImageAnnotatorExport.h include/kImageAnnotator-Qt6/kImageAnnotator/KImageAnnotator.h
lib/cmake/kImageAnnotator/ include/kImageAnnotator-Qt6/kImageAnnotator/KImageAnnotatorExport.h
lib/cmake/kImageAnnotator/kImageAnnotator-targets${MODCMAKE_BUILD_SUFFIX} lib/cmake/
lib/cmake/kImageAnnotator/kImageAnnotator-targets.cmake lib/cmake/kImageAnnotator-Qt6/
lib/cmake/kImageAnnotator/kImageAnnotatorConfig-version.cmake lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-Qt6Config-version.cmake
lib/cmake/kImageAnnotator/kImageAnnotatorConfig.cmake lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-Qt6Config.cmake
lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-targets${MODCMAKE_BUILD_SUFFIX}
lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-targets.cmake
@lib lib/libkImageAnnotator.so.${LIBkImageAnnotator_VERSION} @lib lib/libkImageAnnotator.so.${LIBkImageAnnotator_VERSION}
share/kImageAnnotator/ share/kImageAnnotator/
share/kImageAnnotator/translations/ share/kImageAnnotator/translations/
share/kImageAnnotator/translations/kImageAnnotator_ar.qm share/kImageAnnotator/translations/kImageAnnotator_ar.qm
share/kImageAnnotator/translations/kImageAnnotator_bg.qm
share/kImageAnnotator/translations/kImageAnnotator_ca.qm share/kImageAnnotator/translations/kImageAnnotator_ca.qm
share/kImageAnnotator/translations/kImageAnnotator_cs.qm share/kImageAnnotator/translations/kImageAnnotator_cs.qm
share/kImageAnnotator/translations/kImageAnnotator_da.qm share/kImageAnnotator/translations/kImageAnnotator_da.qm