git: 051fab76d159 - main - astro/stellarium: update the port to version 1.0 (+)

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 08 Oct 2022 14:37:22 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=051fab76d1593f8c29971809886690074dad8663

commit 051fab76d1593f8c29971809886690074dad8663
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-10-08 14:36:20 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-10-08 14:36:20 +0000

    astro/stellarium: update the port to version 1.0 (+)
    
    The Stellarium team did it: Stellarium 1.0 is here!
    
      - After more than 20 years of development, the program
        is finally accurate enough for historical application
      - A new, much better skylight model
      - Many details around eclipses
      - Updated Observation List features
      - New features in AstroCalc tool
      - HiDPI improvements
      - Better dithering
      - New skyculture: Samoan
      - Updated several skycultures
      - Updates in Angle Measure, Satellites, Oculars, Remote
        Control, Pulsars plugins
    
    Reported by:    portscout et al.
---
 astro/stellarium/Makefile  |  27 +++-
 astro/stellarium/distinfo  |  12 +-
 astro/stellarium/pkg-plist | 341 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 369 insertions(+), 11 deletions(-)

diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index 9d1270be28d9..302669275dae 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -1,23 +1,27 @@
 PORTNAME=	${GH_ACCOUNT:tl}
-PORTVERSION=	0.22.2
+PORTVERSION=	1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	astro
 EXTRACT_ONLY=	${_DISTFILES:Nstars_*.cat:N*.pdf}
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	3f927f555fd4f0f0043fbceddcf7023d5dd22bb2.patch:-p1
+
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	3D photo-realistic sky renderer (planetarium)
 WWW=		https://www.stellarium.org/
 
 LICENSE=	GPLv2+
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	Stellarium
+LIB_DEPENDS=	libQXlsx.so:devel/qxlsx
 
 USES=		cmake compiler:c++11-lang desktop-file-utils \
 		qt:5 shared-mime-info
 USE_QT=		qmake:build buildtools:build \
 		charts concurrent core gui network opengl \
 		printsupport widgets
+USE_GITHUB=	yes
+GH_ACCOUNT=	Stellarium
 
 GUIDE_VERSION=	${PORTVERSION}
 
@@ -25,15 +29,17 @@ PORTDOCS=	CREDITS.md ChangeLog README.md \
 		stellarium_user_guide-${GUIDE_VERSION}-1.pdf
 
 OPTIONS_DEFINE=		DOCS GPS MORE_STARS MULTIMEDIA NLS SCRIPTS \
-			TELESCOPE TEST TEXTURES WEBENGINE
-OPTIONS_DEFAULT=	GPS MULTIMEDIA SCRIPTS TELESCOPE WEBENGINE
+			SHOWMYSKY TELESCOPE TEST TEXTURES WEBENGINE
+OPTIONS_DEFAULT=	GPS MULTIMEDIA SCRIPTS SHOWMYSKY TELESCOPE \
+			WEBENGINE
 OPTIONS_SUB=		yes
 
 GPS_DESC=		GPS (NMEA handling) support
 MORE_STARS_DESC=	Install additional star catalogs (1.0GB)
 MULTIMEDIA_DESC=	Sound and video support
 SCRIPTS_DESC=		Remote control and scripting support
-TELESCOPE_DESC=		Telescope control plugin
+SHOWMYSKY_DESC=		ShowMySky atmosphere light scattering model
+TELESCOPE_DESC=		Build telescope control plugin
 TEXTURES_DESC=		Install better quality textures
 WEBENGINE_DESC=		Get and show extra object information
 
@@ -53,6 +59,11 @@ NLS_CMAKE_OFF=		-DENABLE_NLS:BOOL=OFF
 SCRIPTS_USE=		QT=script
 SCRIPTS_CMAKE_OFF=	-DENABLE_SCRIPTING:BOOL=OFF
 
+SHOWMYSKY_BUILD_DEPENDS=	${LOCALBASE}/include/ShowMySky/AtmosphereRenderer.hpp:astro/calcmysky
+SHOWMYSKY_RUN_DEPENDS=	${LOCALBASE}/lib/libShowMySky.so:astro/calcmysky
+SHOWMYSKY_CMAKE_OFF=	-DENABLE_SHOWMYSKY:BOOL=OFF
+
+TELESCOPE_BUILD_DEPENDS=	${LOCALBASE}/lib/libindiclient.a:devel/indi
 TELESCOPE_USE=		QT=serialport
 TELESCOPE_CMAKE_OFF=	-DUSE_PLUGIN_TELESCOPECONTROL:BOOL=OFF
 
@@ -76,6 +87,10 @@ DISTFILES+=	stars_4_1v0_2.cat:stars4 stars_5_2v0_1.cat:stars5 \
 		stars_8_2v0_1.cat:stars8
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/TARGET_LINK_LIBRARIES/s,QXlsx ,,' \
+		${WRKSRC}/plugins/Satellites/src/CMakeLists.txt
+
 post-extract-DOCS-on:
 	@${LN} -sf ${_DISTDIR}/stellarium_user_guide-${GUIDE_VERSION}-1.pdf \
 		${WRKSRC}
diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo
index 4884927b69e9..1bdb9c1b4be1 100644
--- a/astro/stellarium/distinfo
+++ b/astro/stellarium/distinfo
@@ -1,8 +1,10 @@
-TIMESTAMP = 1657203493
-SHA256 (Stellarium-stellarium-v0.22.2_GH0.tar.gz) = 48c1603ebed8ac91b4888ba6cb2490b4a3b1158d198205e02ae18f6fff66f34d
-SIZE (Stellarium-stellarium-v0.22.2_GH0.tar.gz) = 409232372
-SHA256 (stellarium_user_guide-0.22.2-1.pdf) = d352e326001b8a7f3e8a17114982e3ba172e36ddb4b075326f470f2b42efdad1
-SIZE (stellarium_user_guide-0.22.2-1.pdf) = 35082446
+TIMESTAMP = 1664619322
+SHA256 (Stellarium-stellarium-v1.0_GH0.tar.gz) = 841dfbd27fa6ea97c4ce22424b12a9e73ad70d61af892734ce2f67d7681ec76d
+SIZE (Stellarium-stellarium-v1.0_GH0.tar.gz) = 439871689
+SHA256 (stellarium_user_guide-1.0-1.pdf) = 7f1d29967dcada97a6bf49adaf60f851edda3b76900a517fb2cb0f69eb88a693
+SIZE (stellarium_user_guide-1.0-1.pdf) = 36563974
+SHA256 (3f927f555fd4f0f0043fbceddcf7023d5dd22bb2.patch) = 668dd9eae629b5bef467e09ac2aa22b63facee0f67b0fd16d821ca9ee94ec6ef
+SIZE (3f927f555fd4f0f0043fbceddcf7023d5dd22bb2.patch) = 1309
 SHA256 (stars_4_1v0_2.cat) = 15589d9193b850cac68a031bd02dcb59da36c03946ca1be373fbabdb6b1edd63
 SIZE (stars_4_1v0_2.cat) = 16948302
 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164
diff --git a/astro/stellarium/pkg-plist b/astro/stellarium/pkg-plist
index 3c3279fa5779..2b8cf056a703 100644
--- a/astro/stellarium/pkg-plist
+++ b/astro/stellarium/pkg-plist
@@ -10,6 +10,317 @@ share/icons/hicolor/512x512/apps/stellarium.png
 share/icons/hicolor/64x64/apps/stellarium.png
 share/metainfo/org.stellarium.Stellarium.appdata.xml
 share/mime/packages/stellarium.xml
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/eclipsed-double-scattering-xyzw.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/irradiance-wlset0.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/irradiance-wlset1.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/irradiance-wlset2.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/irradiance-wlset3.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/light-pollution-xyzw.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/multiple-scattering-xyzw.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/params.atmo
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/compute-eclipsed-double-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/0/total-scattering-coefficient.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/compute-eclipsed-double-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/1/total-scattering-coefficient.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/compute-eclipsed-double-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/2/total-scattering-coefficient.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/compute-eclipsed-double-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputation/3/total-scattering-coefficient.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/double-scattering-eclipsed/precomputed/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/0/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/1/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/2/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/eclipsed-direct-irradiance.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/eclipsed-zero-order-scattering/3/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/light-pollution/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/light-pollution/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/light-pollution/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/light-pollution/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/light-pollution/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/multiple-scattering/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/multiple-scattering/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/multiple-scattering/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/0/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/1/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/2/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/on-the-fly/3/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/0/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/1/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/2/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/compute-eclipsed-single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputation/3/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/single-scattering-eclipsed.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering-eclipsed/precomputed/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/0/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/1/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/2/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/on-the-fly/3/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/aerosols/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/densities.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/single-scattering.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/single-scattering/precomputed/molecules/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/0/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/0/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/0/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/0/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/0/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/1/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/1/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/1/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/1/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/1/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/2/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/2/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/2/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/2/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/2/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/3/common-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/3/phase-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/3/render.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/3/texture-coordinates.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/shaders/zero-order-scattering/3/texture-sampling-functions.frag
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/single-scattering/aerosols-xyzw.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/single-scattering/molecules-xyzw-dims01.guides2d
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/single-scattering/molecules-xyzw-dims02.guides2d
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/single-scattering/molecules-xyzw.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/transmittance-wlset0.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/transmittance-wlset1.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/transmittance-wlset2.f32
+%%SHOWMYSKY%%%%DATADIR%%/atmosphere/default/transmittance-wlset3.f32
 %%DATADIR%%/data/DejaVuSans.ttf
 %%DATADIR%%/data/DejaVuSansMono.ttf
 %%DATADIR%%/data/base_locations.bin.gz
@@ -1287,6 +1598,7 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/scenery3d/Sterngarten/description.ko.utf8
 %%DATADIR%%/scenery3d/Sterngarten/description.nl.utf8
 %%DATADIR%%/scenery3d/Sterngarten/description.pt_BR.utf8
+%%DATADIR%%/scenery3d/Sterngarten/description.ro.utf8
 %%DATADIR%%/scenery3d/Sterngarten/description.ru.utf8
 %%DATADIR%%/scenery3d/Sterngarten/description.sk.utf8
 %%DATADIR%%/scenery3d/Sterngarten/description.uk.utf8
@@ -1339,6 +1651,7 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/scenery3d/Testscene/description.ko.utf8
 %%DATADIR%%/scenery3d/Testscene/description.nl.utf8
 %%DATADIR%%/scenery3d/Testscene/description.pt_BR.utf8
+%%DATADIR%%/scenery3d/Testscene/description.ro.utf8
 %%DATADIR%%/scenery3d/Testscene/description.ru.utf8
 %%DATADIR%%/scenery3d/Testscene/description.sk.utf8
 %%DATADIR%%/scenery3d/Testscene/description.uk.utf8
@@ -1509,6 +1822,7 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/arabic_indigenous/description.es.utf8
 %%DATADIR%%/skycultures/arabic_indigenous/description.gl.utf8
 %%DATADIR%%/skycultures/arabic_indigenous/description.nl.utf8
+%%DATADIR%%/skycultures/arabic_indigenous/description.ru.utf8
 %%DATADIR%%/skycultures/arabic_indigenous/description.sk.utf8
 %%DATADIR%%/skycultures/arabic_indigenous/description.uk.utf8
 %%DATADIR%%/skycultures/arabic_indigenous/dso_names.fab
@@ -1633,8 +1947,20 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/babylonian_mulapin/planet_names.fab
 %%DATADIR%%/skycultures/babylonian_mulapin/star_names.fab
 %%DATADIR%%/skycultures/babylonian_mulapin/ukadua_bg.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_01_fische_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_02_Aries_sk_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_03_taurus_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_04_gemini_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_05_Cancer_sk_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_06_leo_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_08_libra_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_10_sagittarius_bab_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_12_aquarius_bab_ohnevogel_1024.png
+%%DATADIR%%/skycultures/babylonian_seleucid/JNG_13_scorpius_sk_1024.png
 %%DATADIR%%/skycultures/babylonian_seleucid/asterism_lines.fab
+%%DATADIR%%/skycultures/babylonian_seleucid/cap_blau_1024.png
 %%DATADIR%%/skycultures/babylonian_seleucid/constellation_names.eng.fab
+%%DATADIR%%/skycultures/babylonian_seleucid/constellationsart.fab
 %%DATADIR%%/skycultures/babylonian_seleucid/constellationship.fab
 %%DATADIR%%/skycultures/babylonian_seleucid/description.bn.utf8
 %%DATADIR%%/skycultures/babylonian_seleucid/description.de.utf8
@@ -1803,6 +2129,7 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/chinese_contemporary/cygnus.png
 %%DATADIR%%/skycultures/chinese_contemporary/delphinus.png
 %%DATADIR%%/skycultures/chinese_contemporary/description.bn.utf8
+%%DATADIR%%/skycultures/chinese_contemporary/description.de.utf8
 %%DATADIR%%/skycultures/chinese_contemporary/description.en.utf8
 %%DATADIR%%/skycultures/chinese_contemporary/description.es.utf8
 %%DATADIR%%/skycultures/chinese_contemporary/description.gl.utf8
@@ -2223,6 +2550,7 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/indian/description.zh_HK.utf8
 %%DATADIR%%/skycultures/indian/description.zh_TW.utf8
 %%DATADIR%%/skycultures/indian/dhaniShThA.png
+%%DATADIR%%/skycultures/indian/eridanus.png
 %%DATADIR%%/skycultures/indian/gemini.png
 %%DATADIR%%/skycultures/indian/hasta.png
 %%DATADIR%%/skycultures/indian/hydra.png
@@ -2364,6 +2692,8 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/khoi-san/constellationsart.fab
 %%DATADIR%%/skycultures/khoi-san/constellationship.fab
 %%DATADIR%%/skycultures/khoi-san/description.en.utf8
+%%DATADIR%%/skycultures/khoi-san/description.es.utf8
+%%DATADIR%%/skycultures/khoi-san/description.gl.utf8
 %%DATADIR%%/skycultures/khoi-san/description.ru.utf8
 %%DATADIR%%/skycultures/khoi-san/description.sk.utf8
 %%DATADIR%%/skycultures/khoi-san/description.uk.utf8
@@ -2746,6 +3076,17 @@ share/mime/packages/stellarium.xml
 %%DATADIR%%/skycultures/sami/description.zh_CN.utf8
 %%DATADIR%%/skycultures/sami/info.ini
 %%DATADIR%%/skycultures/sami/star_names.fab
+%%DATADIR%%/skycultures/samoan/constellation_names.eng.fab
+%%DATADIR%%/skycultures/samoan/constellationship.fab
+%%DATADIR%%/skycultures/samoan/description.en.utf8
+%%DATADIR%%/skycultures/samoan/description.es.utf8
+%%DATADIR%%/skycultures/samoan/description.ru.utf8
+%%DATADIR%%/skycultures/samoan/description.sk.utf8
+%%DATADIR%%/skycultures/samoan/description.uk.utf8
+%%DATADIR%%/skycultures/samoan/dso_names.fab
+%%DATADIR%%/skycultures/samoan/info.ini
+%%DATADIR%%/skycultures/samoan/planet_names.fab
+%%DATADIR%%/skycultures/samoan/star_names.fab
 %%DATADIR%%/skycultures/sardinian/constellation_names.eng.fab
 %%DATADIR%%/skycultures/sardinian/constellationsart.fab
 %%DATADIR%%/skycultures/sardinian/constellationship.fab