mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update kimageannotator to 0.7.1 (Qt6)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user