Update to stellarium-1.0.

This commit is contained in:
ajacoutot 2022-10-15 13:19:36 +00:00
parent d68d1487d7
commit 4701a2fbaf
4 changed files with 431 additions and 25 deletions

View File

@ -2,7 +2,7 @@ USE_WXNEEDED= Yes
COMMENT= free open source planetarium
GH_TAGNAME= v0.22.2
GH_TAGNAME= v1.0
GH_ACCOUNT= Stellarium
GH_PROJECT= stellarium
@ -15,21 +15,25 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} Qt5Charts Qt5Concurrent Qt5Core
WANTLIB += ${COMPILER_LIBCXX} QXlsx Qt5Charts Qt5Concurrent Qt5Core
WANTLIB += Qt5Gui Qt5Multimedia Qt5MultimediaWidgets Qt5Network
WANTLIB += Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels
WANTLIB += Qt5Quick Qt5Script Qt5SerialPort Qt5WebChannel Qt5WebEngine
WANTLIB += Qt5WebEngineCore Qt5WebEngineWidgets Qt5Widgets c m
WANTLIB += z
WANTLIB += Qt5OpenGL Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels
WANTLIB += Qt5Quick Qt5Script Qt5SerialPort Qt5WebChannel Qt5WebEngineCore
WANTLIB += Qt5WebEngineWidgets Qt5Widgets c gps m z
MODULES= devel/cmake \
lang/python \
x11/qt5
MODCMAKE_LDFLAGS= -L${LOCALBASE}/lib
MODPY_RUNDEP= No
LIB_DEPENDS= x11/qt5/qtcharts \
x11/qt5/qtlocation \
BUILD_DEPENDS= astro/calcmysky \
devel/indi,-libs
LIB_DEPENDS= misc/gpsd \
textproc/qxlsx \
x11/qt5/qtcharts \
x11/qt5/qtmultimedia \
x11/qt5/qtscript \
x11/qt5/qtserialport \
@ -42,16 +46,18 @@ RUN_DEPENDS= net/curl \
x11/gtk+3,-guic
CONFIGURE_ENV= HOME=${WRKDIR}
PORTHOME= ${WRKDIR}
CONFIGURE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON \
-DENABLE_LIBGPS=0 \
-DSTELLARIUM_RELEASE_BUILD=1
# needs Qt6 WebEngineWidgets;
# !!! sync Qt version with astro/calcmysky and textproc/qxlsx
CONFIGURE_ARGS += -DENABLE_QT6=OFF
CFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
CXXFLAGS += -I${LOCALBASE}/include -I${X11BASE}/include
PORTHOME= ${WRKDIR}
NO_TEST= Yes
pre-configure:

View File

@ -1,2 +1,2 @@
SHA256 (stellarium-0.22.2.tar.gz) = SMFgPr7YrJG0iIumyySQtKOxFY0ZggXgKuGPb/9m800=
SIZE (stellarium-0.22.2.tar.gz) = 409232372
SHA256 (stellarium-1.0.tar.gz) = hB370n+m6pfEziJCSxKp5zrXDWGviSc0zi9n12gex20=
SIZE (stellarium-1.0.tar.gz) = 439871689

View File

@ -1,12 +0,0 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -589,7 +589,7 @@ IF(ENABLE_GPS)
ADD_DEFINITIONS(-DENABLE_GPS)
IF(WIN32)
SET(ENABLE_LIBGPS 0)
- ELSE(WIN32)
+ ELSEIF(NOT DEFINED ENABLE_LIBGPS)
FIND_PACKAGE(GPS QUIET)
IF(GPS_FOUND)
IF(${GPS_VERSION_STRING} VERSION_LESS MINIMAL_GPS_API_VERSION)

View File

@ -12,6 +12,387 @@ share/metainfo/
share/metainfo/org.stellarium.Stellarium.appdata.xml
share/mime/packages/stellarium.xml
share/stellarium/
share/stellarium/atmosphere/
share/stellarium/atmosphere/default/
share/stellarium/atmosphere/default/eclipsed-double-scattering-xyzw.f32
share/stellarium/atmosphere/default/irradiance-wlset0.f32
share/stellarium/atmosphere/default/irradiance-wlset1.f32
share/stellarium/atmosphere/default/irradiance-wlset2.f32
share/stellarium/atmosphere/default/irradiance-wlset3.f32
share/stellarium/atmosphere/default/light-pollution-xyzw.f32
share/stellarium/atmosphere/default/multiple-scattering-xyzw.f32
share/stellarium/atmosphere/default/params.atmo
share/stellarium/atmosphere/default/shaders/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/common-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/compute-eclipsed-double-scattering.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/densities.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/phase-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/total-scattering-coefficient.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/common-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/compute-eclipsed-double-scattering.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/densities.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/phase-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/total-scattering-coefficient.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/common-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/compute-eclipsed-double-scattering.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/densities.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/phase-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/total-scattering-coefficient.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/common-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/compute-eclipsed-double-scattering.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/densities.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/phase-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/total-scattering-coefficient.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/common-functions.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/render.frag
share/stellarium/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/common-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/phase-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/render.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/common-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/phase-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/render.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/common-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/phase-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/render.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/common-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/eclipsed-direct-irradiance.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/phase-functions.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/render.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/light-pollution/
share/stellarium/atmosphere/default/shaders/light-pollution/common-functions.frag
share/stellarium/atmosphere/default/shaders/light-pollution/phase-functions.frag
share/stellarium/atmosphere/default/shaders/light-pollution/render.frag
share/stellarium/atmosphere/default/shaders/light-pollution/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/light-pollution/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/multiple-scattering/
share/stellarium/atmosphere/default/shaders/multiple-scattering/common-functions.frag
share/stellarium/atmosphere/default/shaders/multiple-scattering/render.frag
share/stellarium/atmosphere/default/shaders/multiple-scattering/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/compute-eclipsed-single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/single-scattering-eclipsed.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/aerosols/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/common-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/densities.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/phase-functions.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/render.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/single-scattering.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/single-scattering/precomputed/molecules/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/common-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/phase-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/render.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/0/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/common-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/phase-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/render.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/1/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/common-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/phase-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/render.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/2/texture-sampling-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/common-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/phase-functions.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/render.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/texture-coordinates.frag
share/stellarium/atmosphere/default/shaders/zero-order-scattering/3/texture-sampling-functions.frag
share/stellarium/atmosphere/default/single-scattering/
share/stellarium/atmosphere/default/single-scattering/aerosols-xyzw.f32
share/stellarium/atmosphere/default/single-scattering/molecules-xyzw-dims01.guides2d
share/stellarium/atmosphere/default/single-scattering/molecules-xyzw-dims02.guides2d
share/stellarium/atmosphere/default/single-scattering/molecules-xyzw.f32
share/stellarium/atmosphere/default/transmittance-wlset0.f32
share/stellarium/atmosphere/default/transmittance-wlset1.f32
share/stellarium/atmosphere/default/transmittance-wlset2.f32
share/stellarium/atmosphere/default/transmittance-wlset3.f32
share/stellarium/data/
share/stellarium/data/DejaVuSans.ttf
share/stellarium/data/DejaVuSansMono.ttf
@ -1314,6 +1695,7 @@ share/stellarium/scenery3d/Sterngarten/description.gl.utf8
share/stellarium/scenery3d/Sterngarten/description.ko.utf8
share/stellarium/scenery3d/Sterngarten/description.nl.utf8
share/stellarium/scenery3d/Sterngarten/description.pt_BR.utf8
share/stellarium/scenery3d/Sterngarten/description.ro.utf8
share/stellarium/scenery3d/Sterngarten/description.ru.utf8
share/stellarium/scenery3d/Sterngarten/description.sk.utf8
share/stellarium/scenery3d/Sterngarten/description.uk.utf8
@ -1370,6 +1752,7 @@ share/stellarium/scenery3d/Testscene/description.gl.utf8
share/stellarium/scenery3d/Testscene/description.ko.utf8
share/stellarium/scenery3d/Testscene/description.nl.utf8
share/stellarium/scenery3d/Testscene/description.pt_BR.utf8
share/stellarium/scenery3d/Testscene/description.ro.utf8
share/stellarium/scenery3d/Testscene/description.ru.utf8
share/stellarium/scenery3d/Testscene/description.sk.utf8
share/stellarium/scenery3d/Testscene/description.uk.utf8
@ -1546,6 +1929,7 @@ share/stellarium/skycultures/arabic_indigenous/description.en.utf8
share/stellarium/skycultures/arabic_indigenous/description.es.utf8
share/stellarium/skycultures/arabic_indigenous/description.gl.utf8
share/stellarium/skycultures/arabic_indigenous/description.nl.utf8
share/stellarium/skycultures/arabic_indigenous/description.ru.utf8
share/stellarium/skycultures/arabic_indigenous/description.sk.utf8
share/stellarium/skycultures/arabic_indigenous/description.uk.utf8
share/stellarium/skycultures/arabic_indigenous/dso_names.fab
@ -1674,8 +2058,20 @@ share/stellarium/skycultures/babylonian_mulapin/planet_names.fab
share/stellarium/skycultures/babylonian_mulapin/star_names.fab
share/stellarium/skycultures/babylonian_mulapin/ukadua_bg.png
share/stellarium/skycultures/babylonian_seleucid/
share/stellarium/skycultures/babylonian_seleucid/JNG_01_fische_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_02_Aries_sk_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_03_taurus_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_04_gemini_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_05_Cancer_sk_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_06_leo_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_08_libra_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_10_sagittarius_bab_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_12_aquarius_bab_ohnevogel_1024.png
share/stellarium/skycultures/babylonian_seleucid/JNG_13_scorpius_sk_1024.png
share/stellarium/skycultures/babylonian_seleucid/asterism_lines.fab
share/stellarium/skycultures/babylonian_seleucid/cap_blau_1024.png
share/stellarium/skycultures/babylonian_seleucid/constellation_names.eng.fab
share/stellarium/skycultures/babylonian_seleucid/constellationsart.fab
share/stellarium/skycultures/babylonian_seleucid/constellationship.fab
share/stellarium/skycultures/babylonian_seleucid/description.bn.utf8
share/stellarium/skycultures/babylonian_seleucid/description.de.utf8
@ -1848,6 +2244,7 @@ share/stellarium/skycultures/chinese_contemporary/crux.png
share/stellarium/skycultures/chinese_contemporary/cygnus.png
share/stellarium/skycultures/chinese_contemporary/delphinus.png
share/stellarium/skycultures/chinese_contemporary/description.bn.utf8
share/stellarium/skycultures/chinese_contemporary/description.de.utf8
share/stellarium/skycultures/chinese_contemporary/description.en.utf8
share/stellarium/skycultures/chinese_contemporary/description.es.utf8
share/stellarium/skycultures/chinese_contemporary/description.gl.utf8
@ -2279,6 +2676,7 @@ share/stellarium/skycultures/indian/description.zh_CN.utf8
share/stellarium/skycultures/indian/description.zh_HK.utf8
share/stellarium/skycultures/indian/description.zh_TW.utf8
share/stellarium/skycultures/indian/dhaniShThA.png
share/stellarium/skycultures/indian/eridanus.png
share/stellarium/skycultures/indian/gemini.png
share/stellarium/skycultures/indian/hasta.png
share/stellarium/skycultures/indian/hydra.png
@ -2424,6 +2822,8 @@ share/stellarium/skycultures/khoi-san/constellation_names.eng.fab
share/stellarium/skycultures/khoi-san/constellationsart.fab
share/stellarium/skycultures/khoi-san/constellationship.fab
share/stellarium/skycultures/khoi-san/description.en.utf8
share/stellarium/skycultures/khoi-san/description.es.utf8
share/stellarium/skycultures/khoi-san/description.gl.utf8
share/stellarium/skycultures/khoi-san/description.ru.utf8
share/stellarium/skycultures/khoi-san/description.sk.utf8
share/stellarium/skycultures/khoi-san/description.uk.utf8
@ -2819,6 +3219,18 @@ share/stellarium/skycultures/sami/description.uk.utf8
share/stellarium/skycultures/sami/description.zh_CN.utf8
share/stellarium/skycultures/sami/info.ini
share/stellarium/skycultures/sami/star_names.fab
share/stellarium/skycultures/samoan/
share/stellarium/skycultures/samoan/constellation_names.eng.fab
share/stellarium/skycultures/samoan/constellationship.fab
share/stellarium/skycultures/samoan/description.en.utf8
share/stellarium/skycultures/samoan/description.es.utf8
share/stellarium/skycultures/samoan/description.ru.utf8
share/stellarium/skycultures/samoan/description.sk.utf8
share/stellarium/skycultures/samoan/description.uk.utf8
share/stellarium/skycultures/samoan/dso_names.fab
share/stellarium/skycultures/samoan/info.ini
share/stellarium/skycultures/samoan/planet_names.fab
share/stellarium/skycultures/samoan/star_names.fab
share/stellarium/skycultures/sardinian/
share/stellarium/skycultures/sardinian/constellation_names.eng.fab
share/stellarium/skycultures/sardinian/constellationsart.fab