mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Stellarium 25.1-2: Enable Lens Distortion Estimator plugin (#12239)
* Enable Lens Distortion Estimator plugin * Fix extra whitespace issue * Fix whitespaces
This commit is contained in:
committed by
GitHub
parent
8972d69621
commit
d65c45a077
@@ -5,7 +5,7 @@ binoculars or a telescope."
|
||||
HOMEPAGE="https://stellarium.org"
|
||||
COPYRIGHT="2000-2024 Stellarium Developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2ecbc90f0bc7f1355e4d6497db2adc9119000d88eb18a3b4257ce249c4bea2f0"
|
||||
ADDITIONAL_FILES="stellarium.rdef.in"
|
||||
@@ -21,6 +21,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libmd4c_html$secondaryArchSuffix
|
||||
lib:libnlopt$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
lib:libQt6Charts$secondaryArchSuffix
|
||||
lib:libQt6Concurrent$secondaryArchSuffix
|
||||
@@ -36,6 +37,7 @@ REQUIRES="
|
||||
lib:libQt6SerialPort$secondaryArchSuffix
|
||||
lib:libQt6Widgets$secondaryArchSuffix
|
||||
lib:libQXlsxQt6$secondaryArchSuffix
|
||||
lib:libexiv2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -44,6 +46,7 @@ BUILD_REQUIRES="
|
||||
qt6_tools${secondaryArchSuffix}_devel
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libmd4c$secondaryArchSuffix
|
||||
devel:libnlopt$secondaryArchSuffix
|
||||
devel:libopenal$secondaryArchSuffix
|
||||
devel:libQt6Charts$secondaryArchSuffix
|
||||
devel:libQt6Core$secondaryArchSuffix
|
||||
@@ -55,6 +58,7 @@ BUILD_REQUIRES="
|
||||
devel:libQt6SerialPort$secondaryArchSuffix
|
||||
devel:libQt6Widgets$secondaryArchSuffix
|
||||
devel:libQXlsxQt6$secondaryArchSuffix
|
||||
devel:libexiv2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -75,8 +79,7 @@ BUILD()
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DENABLE_SHOWMYSKY=Off \
|
||||
-DENABLE_QTWEBENGINE=Off \
|
||||
-DENABLE_INDI=Off \
|
||||
-DUSE_PLUGIN_LENSDISTORTIONESTIMATOR=Off
|
||||
-DENABLE_INDI=Off
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user