Stellarium 24.4 (#11514)

This commit is contained in:
Alexander V. Wolf
2024-12-23 20:04:23 +07:00
committed by GitHub
parent 924aa93d41
commit b0dd577f39

View File

@@ -5,9 +5,9 @@ binoculars or a telescope."
HOMEPAGE="https://stellarium.org"
COPYRIGHT="2000-2024 Stellarium Developers"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/Stellarium/stellarium/releases/download/v$portVersion/stellarium-$portVersion.tar.gz"
CHECKSUM_SHA256="c3ffb56a049061c7754bafab176146a2c4474ecede108d650f3c7551e1eae50a"
CHECKSUM_SHA256="433bb8a0380313e6d9e4caf62395b724f4d74262c8aae426a0fe1a5e61a29cbb"
ADDITIONAL_FILES="stellarium.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -73,11 +73,9 @@ BUILD()
-DCMAKE_INSTALL_PREFIX=$prefix \
-DENABLE_SHOWMYSKY=Off \
-DENABLE_QTWEBENGINE=Off \
-DENABLE_INDI=Off \
-DUSE_PLUGIN_LENSDISTORTIONESTIMATOR=Off
sed -e '/#include <algorithm>/a #include <sys/select.h>' -i _deps/indiclient-src/libs/indibase/baseclient.cpp
sed -e '/if (bt == 0 && ioctl(t_fd, TIOCEXCL) == -1)/c if (0)' -i _deps/indiclient-src/libs/indicom.c
make
}