package/stellarium: bump version to 26.1

https://stellarium.org/release/2026/04/05/stellarium-26.1.html

Added dependency to qt5svg needed since upstream commit
a5c374bfa3
which was added with this release.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2026-05-30 17:57:16 +02:00
committed by Thomas Petazzoni
parent 1607ed75db
commit ce9bbefb56
3 changed files with 6 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ config BR2_PACKAGE_STELLARIUM
select BR2_PACKAGE_QT5CHARTS
select BR2_PACKAGE_QT5LOCATION
select BR2_PACKAGE_QT5MULTIMEDIA
select BR2_PACKAGE_QT5SVG
select BR2_PACKAGE_ZLIB
help
Stellarium is a free open source planetarium for your

View File

@@ -1,8 +1,8 @@
# From https://github.com/Stellarium/stellarium/releases
sha256 e376e0dc28eae0f7c4b3686fed9c2129c69a87a371b33e24bd79559a5142d613 stellarium-25.4.tar.xz
# From https://github.com/Stellarium/stellarium/blob/v25.4/CMakeLists.txt#L849
sha256 578bada2531e39146ccefcf6a0d202867e403b559f54239e8db9f9c003e04443 stellarium-26.1.tar.xz
# From https://github.com/Stellarium/stellarium/blob/v26.1/CMakeLists.txt#L858
sha256 55d0111d48fb11883aaee91465e642b8b640775a4d6993c2d0e7a8092758ef21 release-0.5.2.tar.gz
# From https://github.com/Stellarium/stellarium/blob/v25.4/plugins/LensDistortionEstimator/src/CMakeLists.txt
# From https://github.com/Stellarium/stellarium/blob/v26.1/plugins/LensDistortionEstimator/src/CMakeLists.txt#L6
sha256 6e899e297485e457ec1bf84844de29921aeef674f9d5caf60277df45dca6ff76 v2.9.0.tar.gz
# Locally computed
sha256 3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
STELLARIUM_VERSION = 25.4
STELLARIUM_VERSION = 26.1
STELLARIUM_SOURCE = stellarium-$(STELLARIUM_VERSION).tar.xz
STELLARIUM_SITE = https://github.com/Stellarium/stellarium/releases/download/v$(STELLARIUM_VERSION)
STELLARIUM_LICENSE = GPL-2.0+
@@ -28,6 +28,7 @@ STELLARIUM_DEPENDENCIES = \
qt5charts \
qt5location \
qt5multimedia \
qt5svg \
zlib
STELLARIUM_CONF_OPTS = \
-DENABLE_MEDIA=ON \