Add new dependency on OpenCV

Spotted by aja, merci
This commit is contained in:
rsadowski
2025-03-03 08:22:01 +00:00
parent dcab64fafe
commit 109dc40fbb
+4 -1
View File
@@ -5,6 +5,7 @@ COMMENT = planetarium simulator for KDE
V = 3.7.5
DISTNAME = kstars-${V}
EPOCH = 0
REVISION = 0
CATEGORIES = astro education
@@ -25,7 +26,8 @@ WANTLIB += KF5WindowSystem KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
WANTLIB += Qt5DataVisualization Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Qml Qt5QmlModels Qt5Quick Qt5Sql Qt5Svg Qt5WebSockets
WANTLIB += Qt5Widgets Qt5Xml X11 c cfitsio curl gsl gslcblas m
WANTLIB += nova qt5keychain raw stellarsolver wcs z
WANTLIB += nova opencv_core opencv_highgui opencv_imgproc qt5keychain
WANTLIB += raw stellarsolver wcs z
SITES = ${SITE_KDE:=stable/kstars/${V}/}
@@ -71,6 +73,7 @@ LIB_DEPENDS = astro/wcslib \
devel/kf5/kxmlgui \
devel/kf5/solid \
graphics/libraw \
graphics/opencv \
math/cfitsio \
net/curl \
security/qtkeychain \