Sat Jul 14 12:54:59 2018 UTC ()
stellarium: updated to 0.18.1

0.18.1:
The major changes of this version:
- Improvements and fixes for Hierarchical Progressive Surveys [HiPS] support
- Updated code of plugins
- Updated code and data
- Updated GPS handling
- Added rise, transit and set times for celestial objects
- Added dithering support


(adam)
diff -r1.89 -r1.90 pkgsrc/misc/stellarium/Makefile
diff -r1.26 -r1.27 pkgsrc/misc/stellarium/PLIST
diff -r1.36 -r1.37 pkgsrc/misc/stellarium/distinfo
diff -r1.1 -r1.2 pkgsrc/misc/stellarium/patches/patch-doc_CMakeLists.txt

cvs diff -r1.89 -r1.90 pkgsrc/misc/stellarium/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/stellarium/Makefile 2018/07/06 15:06:47 1.89
+++ pkgsrc/misc/stellarium/Makefile 2018/07/14 12:54:59 1.90
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.89 2018/07/06 15:06:47 ryoon Exp $ 1# $NetBSD: Makefile,v 1.90 2018/07/14 12:54:59 adam Exp $
2 2
3DISTNAME= stellarium-0.18.0 3DISTNAME= stellarium-0.18.1
4PKGREVISION= 2 
5CATEGORIES= misc 4CATEGORIES= misc
6MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Stellarium/}
7GITHUB_PROJECT= stellarium 
8GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.stellarium.org/ 9HOMEPAGE= http://www.stellarium.org/
12COMMENT= Generate photorealistic skies with OpenGL 10COMMENT= Generate photorealistic skies with OpenGL
13LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
14 12
15USE_CMAKE= yes 13USE_CMAKE= yes
16USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
17USE_TOOLS+= msgfmt perl pod2man 15USE_TOOLS+= msgfmt perl pod2man
18 16
19PLIST_VARS+= desktop 17PLIST_VARS+= desktop
20 18

cvs diff -r1.26 -r1.27 pkgsrc/misc/stellarium/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/stellarium/PLIST 2018/04/02 19:37:35 1.26
+++ pkgsrc/misc/stellarium/PLIST 2018/07/14 12:54:59 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.26 2018/04/02 19:37:35 adam Exp $ 1@comment $NetBSD: PLIST,v 1.27 2018/07/14 12:54:59 adam Exp $
2bin/stellarium 2bin/stellarium
3man/man1/stellarium.1 3man/man1/stellarium.1
4${PLIST.desktop}share/applications/stellarium.desktop 4${PLIST.desktop}share/applications/stellarium.desktop
5${PLIST.desktop}share/icons/hicolor/128x128/apps/stellarium.png 5${PLIST.desktop}share/icons/hicolor/128x128/apps/stellarium.png
6${PLIST.desktop}share/icons/hicolor/16x16/apps/stellarium.png 6${PLIST.desktop}share/icons/hicolor/16x16/apps/stellarium.png
7${PLIST.desktop}share/icons/hicolor/256x256/apps/stellarium.png 7${PLIST.desktop}share/icons/hicolor/256x256/apps/stellarium.png
8${PLIST.desktop}share/icons/hicolor/32x32/apps/stellarium.png 8${PLIST.desktop}share/icons/hicolor/32x32/apps/stellarium.png
9${PLIST.desktop}share/icons/hicolor/48x48/apps/stellarium.png 9${PLIST.desktop}share/icons/hicolor/48x48/apps/stellarium.png
10${PLIST.desktop}share/icons/hicolor/512x512/apps/stellarium.png 10${PLIST.desktop}share/icons/hicolor/512x512/apps/stellarium.png
11${PLIST.desktop}share/icons/hicolor/64x64/apps/stellarium.png 11${PLIST.desktop}share/icons/hicolor/64x64/apps/stellarium.png
12${PLIST.desktop}share/metainfo/stellarium.appdata.xml 12${PLIST.desktop}share/metainfo/stellarium.appdata.xml
13${PLIST.desktop}share/pixmaps/stellarium.xpm 13${PLIST.desktop}share/pixmaps/stellarium.xpm
14share/stellarium/data/DejaVuSans.ttf 14share/stellarium/data/DejaVuSans.ttf
@@ -42,255 +42,271 @@ share/stellarium/data/splash.png @@ -42,255 +42,271 @@ share/stellarium/data/splash.png
42share/stellarium/data/ssystem_1000comets.ini 42share/stellarium/data/ssystem_1000comets.ini
43share/stellarium/data/ssystem_major.ini 43share/stellarium/data/ssystem_major.ini
44share/stellarium/data/ssystem_minor.ini 44share/stellarium/data/ssystem_minor.ini
45share/stellarium/data/stellarium.ico 45share/stellarium/data/stellarium.ico
46share/stellarium/landscapes/garching/description.ar.utf8 46share/stellarium/landscapes/garching/description.ar.utf8
47share/stellarium/landscapes/garching/description.be.utf8 47share/stellarium/landscapes/garching/description.be.utf8
48share/stellarium/landscapes/garching/description.bg.utf8 48share/stellarium/landscapes/garching/description.bg.utf8
49share/stellarium/landscapes/garching/description.bn.utf8 49share/stellarium/landscapes/garching/description.bn.utf8
50share/stellarium/landscapes/garching/description.de.utf8 50share/stellarium/landscapes/garching/description.de.utf8
51share/stellarium/landscapes/garching/description.en.utf8 51share/stellarium/landscapes/garching/description.en.utf8
52share/stellarium/landscapes/garching/description.fr.utf8 52share/stellarium/landscapes/garching/description.fr.utf8
53share/stellarium/landscapes/garching/description.gd.utf8 53share/stellarium/landscapes/garching/description.gd.utf8
54share/stellarium/landscapes/garching/description.hu.utf8 54share/stellarium/landscapes/garching/description.hu.utf8
 55share/stellarium/landscapes/garching/description.ko.utf8
55share/stellarium/landscapes/garching/description.nb.utf8 56share/stellarium/landscapes/garching/description.nb.utf8
56share/stellarium/landscapes/garching/description.pt_BR.utf8 57share/stellarium/landscapes/garching/description.pt_BR.utf8
57share/stellarium/landscapes/garching/description.ru.utf8 58share/stellarium/landscapes/garching/description.ru.utf8
58share/stellarium/landscapes/garching/description.uk.utf8 59share/stellarium/landscapes/garching/description.uk.utf8
59share/stellarium/landscapes/garching/fogridge.png 60share/stellarium/landscapes/garching/fogridge.png
60share/stellarium/landscapes/garching/garching-gl1.png 61share/stellarium/landscapes/garching/garching-gl1.png
61share/stellarium/landscapes/garching/garching-gl2.png 62share/stellarium/landscapes/garching/garching-gl2.png
62share/stellarium/landscapes/garching/garching-gl3.png 63share/stellarium/landscapes/garching/garching-gl3.png
63share/stellarium/landscapes/garching/garching-gl4.png 64share/stellarium/landscapes/garching/garching-gl4.png
64share/stellarium/landscapes/garching/garching-ground3.png 65share/stellarium/landscapes/garching/garching-ground3.png
65share/stellarium/landscapes/garching/landscape.ini 66share/stellarium/landscapes/garching/landscape.ini
66share/stellarium/landscapes/geneva/description.ar.utf8 67share/stellarium/landscapes/geneva/description.ar.utf8
67share/stellarium/landscapes/geneva/description.be.utf8 68share/stellarium/landscapes/geneva/description.be.utf8
68share/stellarium/landscapes/geneva/description.bn.utf8 69share/stellarium/landscapes/geneva/description.bn.utf8
69share/stellarium/landscapes/geneva/description.de.utf8 70share/stellarium/landscapes/geneva/description.de.utf8
70share/stellarium/landscapes/geneva/description.en.utf8 71share/stellarium/landscapes/geneva/description.en.utf8
71share/stellarium/landscapes/geneva/description.fr.utf8 72share/stellarium/landscapes/geneva/description.fr.utf8
72share/stellarium/landscapes/geneva/description.gd.utf8 73share/stellarium/landscapes/geneva/description.gd.utf8
73share/stellarium/landscapes/geneva/description.hu.utf8 74share/stellarium/landscapes/geneva/description.hu.utf8
 75share/stellarium/landscapes/geneva/description.ko.utf8
74share/stellarium/landscapes/geneva/description.pt_BR.utf8 76share/stellarium/landscapes/geneva/description.pt_BR.utf8
75share/stellarium/landscapes/geneva/description.ru.utf8 77share/stellarium/landscapes/geneva/description.ru.utf8
76share/stellarium/landscapes/geneva/description.uk.utf8 78share/stellarium/landscapes/geneva/description.uk.utf8
77share/stellarium/landscapes/geneva/horizon_Geneve.txt 79share/stellarium/landscapes/geneva/horizon_Geneve.txt
78share/stellarium/landscapes/geneva/landscape.ini 80share/stellarium/landscapes/geneva/landscape.ini
79share/stellarium/landscapes/grossmugl/description.ar.utf8 81share/stellarium/landscapes/grossmugl/description.ar.utf8
80share/stellarium/landscapes/grossmugl/description.be.utf8 82share/stellarium/landscapes/grossmugl/description.be.utf8
81share/stellarium/landscapes/grossmugl/description.bn.utf8 83share/stellarium/landscapes/grossmugl/description.bn.utf8
82share/stellarium/landscapes/grossmugl/description.de.utf8 84share/stellarium/landscapes/grossmugl/description.de.utf8
83share/stellarium/landscapes/grossmugl/description.en.utf8 85share/stellarium/landscapes/grossmugl/description.en.utf8
84share/stellarium/landscapes/grossmugl/description.fr.utf8 86share/stellarium/landscapes/grossmugl/description.fr.utf8
85share/stellarium/landscapes/grossmugl/description.gd.utf8 87share/stellarium/landscapes/grossmugl/description.gd.utf8
86share/stellarium/landscapes/grossmugl/description.hu.utf8 88share/stellarium/landscapes/grossmugl/description.hu.utf8
 89share/stellarium/landscapes/grossmugl/description.ko.utf8
87share/stellarium/landscapes/grossmugl/description.pt_BR.utf8 90share/stellarium/landscapes/grossmugl/description.pt_BR.utf8
88share/stellarium/landscapes/grossmugl/description.ru.utf8 91share/stellarium/landscapes/grossmugl/description.ru.utf8
89share/stellarium/landscapes/grossmugl/description.uk.utf8 92share/stellarium/landscapes/grossmugl/description.uk.utf8
90share/stellarium/landscapes/grossmugl/gazetteer.bn.utf8 93share/stellarium/landscapes/grossmugl/gazetteer.bn.utf8
91share/stellarium/landscapes/grossmugl/gazetteer.de.utf8 94share/stellarium/landscapes/grossmugl/gazetteer.de.utf8
92share/stellarium/landscapes/grossmugl/gazetteer.en.utf8 95share/stellarium/landscapes/grossmugl/gazetteer.en.utf8
93share/stellarium/landscapes/grossmugl/gazetteer.fr.utf8 96share/stellarium/landscapes/grossmugl/gazetteer.fr.utf8
 97share/stellarium/landscapes/grossmugl/gazetteer.ko.utf8
94share/stellarium/landscapes/grossmugl/gazetteer.ru.utf8 98share/stellarium/landscapes/grossmugl/gazetteer.ru.utf8
95share/stellarium/landscapes/grossmugl/grossmugl_leeberg_crop11.25_2048.png 99share/stellarium/landscapes/grossmugl/grossmugl_leeberg_crop11.25_2048.png
96share/stellarium/landscapes/grossmugl/grossmugl_leeberg_fog_crop22.5_w512.png 100share/stellarium/landscapes/grossmugl/grossmugl_leeberg_fog_crop22.5_w512.png
97share/stellarium/landscapes/grossmugl/grossmugl_leeberg_illum_crop0_2048.png 101share/stellarium/landscapes/grossmugl/grossmugl_leeberg_illum_crop0_2048.png
98share/stellarium/landscapes/grossmugl/landscape.ini 102share/stellarium/landscapes/grossmugl/landscape.ini
99share/stellarium/landscapes/guereins/description.ar.utf8 103share/stellarium/landscapes/guereins/description.ar.utf8
100share/stellarium/landscapes/guereins/description.be.utf8 104share/stellarium/landscapes/guereins/description.be.utf8
101share/stellarium/landscapes/guereins/description.bg.utf8 105share/stellarium/landscapes/guereins/description.bg.utf8
102share/stellarium/landscapes/guereins/description.bn.utf8 106share/stellarium/landscapes/guereins/description.bn.utf8
103share/stellarium/landscapes/guereins/description.de.utf8 107share/stellarium/landscapes/guereins/description.de.utf8
104share/stellarium/landscapes/guereins/description.en.utf8 108share/stellarium/landscapes/guereins/description.en.utf8
105share/stellarium/landscapes/guereins/description.fr.utf8 109share/stellarium/landscapes/guereins/description.fr.utf8
106share/stellarium/landscapes/guereins/description.gd.utf8 110share/stellarium/landscapes/guereins/description.gd.utf8
107share/stellarium/landscapes/guereins/description.hu.utf8 111share/stellarium/landscapes/guereins/description.hu.utf8
 112share/stellarium/landscapes/guereins/description.ko.utf8
108share/stellarium/landscapes/guereins/description.nb.utf8 113share/stellarium/landscapes/guereins/description.nb.utf8
109share/stellarium/landscapes/guereins/description.pt_BR.utf8 114share/stellarium/landscapes/guereins/description.pt_BR.utf8
110share/stellarium/landscapes/guereins/description.ru.utf8 115share/stellarium/landscapes/guereins/description.ru.utf8
111share/stellarium/landscapes/guereins/description.uk.utf8 116share/stellarium/landscapes/guereins/description.uk.utf8
112share/stellarium/landscapes/guereins/fog.png 117share/stellarium/landscapes/guereins/fog.png
113share/stellarium/landscapes/guereins/guereins1.png 118share/stellarium/landscapes/guereins/guereins1.png
114share/stellarium/landscapes/guereins/guereins2.png 119share/stellarium/landscapes/guereins/guereins2.png
115share/stellarium/landscapes/guereins/guereins3.png 120share/stellarium/landscapes/guereins/guereins3.png
116share/stellarium/landscapes/guereins/guereins4.png 121share/stellarium/landscapes/guereins/guereins4.png
117share/stellarium/landscapes/guereins/guereins5.png 122share/stellarium/landscapes/guereins/guereins5.png
118share/stellarium/landscapes/guereins/guereins6.png 123share/stellarium/landscapes/guereins/guereins6.png
119share/stellarium/landscapes/guereins/guereins7.png 124share/stellarium/landscapes/guereins/guereins7.png
120share/stellarium/landscapes/guereins/guereins8-lgt.png 125share/stellarium/landscapes/guereins/guereins8-lgt.png
121share/stellarium/landscapes/guereins/guereins8.png 126share/stellarium/landscapes/guereins/guereins8.png
122share/stellarium/landscapes/guereins/guereinsb.png 127share/stellarium/landscapes/guereins/guereinsb.png
123share/stellarium/landscapes/guereins/landscape.ini 128share/stellarium/landscapes/guereins/landscape.ini
124share/stellarium/landscapes/hurricane/description.ar.utf8 129share/stellarium/landscapes/hurricane/description.ar.utf8
125share/stellarium/landscapes/hurricane/description.be.utf8 130share/stellarium/landscapes/hurricane/description.be.utf8
126share/stellarium/landscapes/hurricane/description.bg.utf8 131share/stellarium/landscapes/hurricane/description.bg.utf8
127share/stellarium/landscapes/hurricane/description.bn.utf8 132share/stellarium/landscapes/hurricane/description.bn.utf8
128share/stellarium/landscapes/hurricane/description.de.utf8 133share/stellarium/landscapes/hurricane/description.de.utf8
129share/stellarium/landscapes/hurricane/description.en.utf8 134share/stellarium/landscapes/hurricane/description.en.utf8
130share/stellarium/landscapes/hurricane/description.fr.utf8 135share/stellarium/landscapes/hurricane/description.fr.utf8
131share/stellarium/landscapes/hurricane/description.gd.utf8 136share/stellarium/landscapes/hurricane/description.gd.utf8
132share/stellarium/landscapes/hurricane/description.hu.utf8 137share/stellarium/landscapes/hurricane/description.hu.utf8
 138share/stellarium/landscapes/hurricane/description.ko.utf8
133share/stellarium/landscapes/hurricane/description.nb.utf8 139share/stellarium/landscapes/hurricane/description.nb.utf8
134share/stellarium/landscapes/hurricane/description.pt_BR.utf8 140share/stellarium/landscapes/hurricane/description.pt_BR.utf8
135share/stellarium/landscapes/hurricane/description.ru.utf8 141share/stellarium/landscapes/hurricane/description.ru.utf8
136share/stellarium/landscapes/hurricane/description.uk.utf8 142share/stellarium/landscapes/hurricane/description.uk.utf8
137share/stellarium/landscapes/hurricane/fogridge.png 143share/stellarium/landscapes/hurricane/fogridge.png
138share/stellarium/landscapes/hurricane/hurricane1.png 144share/stellarium/landscapes/hurricane/hurricane1.png
139share/stellarium/landscapes/hurricane/hurricane2.png 145share/stellarium/landscapes/hurricane/hurricane2.png
140share/stellarium/landscapes/hurricane/hurricane3.png 146share/stellarium/landscapes/hurricane/hurricane3.png
141share/stellarium/landscapes/hurricane/hurricane4.png 147share/stellarium/landscapes/hurricane/hurricane4.png
142share/stellarium/landscapes/hurricane/hurricane5.png 148share/stellarium/landscapes/hurricane/hurricane5.png
143share/stellarium/landscapes/hurricane/hurricane6.png 149share/stellarium/landscapes/hurricane/hurricane6.png
144share/stellarium/landscapes/hurricane/hurricane7.png 150share/stellarium/landscapes/hurricane/hurricane7.png
145share/stellarium/landscapes/hurricane/hurricane8.png 151share/stellarium/landscapes/hurricane/hurricane8.png
146share/stellarium/landscapes/hurricane/hurricaneb.png 152share/stellarium/landscapes/hurricane/hurricaneb.png
147share/stellarium/landscapes/hurricane/landscape.ini 153share/stellarium/landscapes/hurricane/landscape.ini
148share/stellarium/landscapes/jupiter/description.ar.utf8 154share/stellarium/landscapes/jupiter/description.ar.utf8
149share/stellarium/landscapes/jupiter/description.be.utf8 155share/stellarium/landscapes/jupiter/description.be.utf8
150share/stellarium/landscapes/jupiter/description.bn.utf8 156share/stellarium/landscapes/jupiter/description.bn.utf8
151share/stellarium/landscapes/jupiter/description.en.utf8 157share/stellarium/landscapes/jupiter/description.en.utf8
152share/stellarium/landscapes/jupiter/description.fr.utf8 158share/stellarium/landscapes/jupiter/description.fr.utf8
153share/stellarium/landscapes/jupiter/description.gd.utf8 159share/stellarium/landscapes/jupiter/description.gd.utf8
154share/stellarium/landscapes/jupiter/description.hu.utf8 160share/stellarium/landscapes/jupiter/description.hu.utf8
 161share/stellarium/landscapes/jupiter/description.ko.utf8
155share/stellarium/landscapes/jupiter/description.pt_BR.utf8 162share/stellarium/landscapes/jupiter/description.pt_BR.utf8
156share/stellarium/landscapes/jupiter/description.ru.utf8 163share/stellarium/landscapes/jupiter/description.ru.utf8
157share/stellarium/landscapes/jupiter/description.uk.utf8 164share/stellarium/landscapes/jupiter/description.uk.utf8
158share/stellarium/landscapes/jupiter/jupiter-256.png 165share/stellarium/landscapes/jupiter/jupiter-256.png
159share/stellarium/landscapes/jupiter/landscape.ini 166share/stellarium/landscapes/jupiter/landscape.ini
160share/stellarium/landscapes/mars/description.ar.utf8 167share/stellarium/landscapes/mars/description.ar.utf8
161share/stellarium/landscapes/mars/description.be.utf8 168share/stellarium/landscapes/mars/description.be.utf8
162share/stellarium/landscapes/mars/description.bg.utf8 169share/stellarium/landscapes/mars/description.bg.utf8
163share/stellarium/landscapes/mars/description.bn.utf8 170share/stellarium/landscapes/mars/description.bn.utf8
164share/stellarium/landscapes/mars/description.de.utf8 171share/stellarium/landscapes/mars/description.de.utf8
165share/stellarium/landscapes/mars/description.en.utf8 172share/stellarium/landscapes/mars/description.en.utf8
166share/stellarium/landscapes/mars/description.fr.utf8 173share/stellarium/landscapes/mars/description.fr.utf8
167share/stellarium/landscapes/mars/description.gd.utf8 174share/stellarium/landscapes/mars/description.gd.utf8
168share/stellarium/landscapes/mars/description.hu.utf8 175share/stellarium/landscapes/mars/description.hu.utf8
 176share/stellarium/landscapes/mars/description.ko.utf8
169share/stellarium/landscapes/mars/description.nb.utf8 177share/stellarium/landscapes/mars/description.nb.utf8
170share/stellarium/landscapes/mars/description.pt_BR.utf8 178share/stellarium/landscapes/mars/description.pt_BR.utf8
171share/stellarium/landscapes/mars/description.ru.utf8 179share/stellarium/landscapes/mars/description.ru.utf8
172share/stellarium/landscapes/mars/description.uk.utf8 180share/stellarium/landscapes/mars/description.uk.utf8
173share/stellarium/landscapes/mars/landscape.ini 181share/stellarium/landscapes/mars/landscape.ini
174share/stellarium/landscapes/mars/mars.png 182share/stellarium/landscapes/mars/mars.png
175share/stellarium/landscapes/moon/apollo17.png 183share/stellarium/landscapes/moon/apollo17.png
176share/stellarium/landscapes/moon/description.ar.utf8 184share/stellarium/landscapes/moon/description.ar.utf8
177share/stellarium/landscapes/moon/description.be.utf8 185share/stellarium/landscapes/moon/description.be.utf8
178share/stellarium/landscapes/moon/description.bg.utf8 186share/stellarium/landscapes/moon/description.bg.utf8
179share/stellarium/landscapes/moon/description.bn.utf8 187share/stellarium/landscapes/moon/description.bn.utf8
180share/stellarium/landscapes/moon/description.de.utf8 188share/stellarium/landscapes/moon/description.de.utf8
181share/stellarium/landscapes/moon/description.en.utf8 189share/stellarium/landscapes/moon/description.en.utf8
182share/stellarium/landscapes/moon/description.fr.utf8 190share/stellarium/landscapes/moon/description.fr.utf8
183share/stellarium/landscapes/moon/description.gd.utf8 191share/stellarium/landscapes/moon/description.gd.utf8
184share/stellarium/landscapes/moon/description.hu.utf8 192share/stellarium/landscapes/moon/description.hu.utf8
 193share/stellarium/landscapes/moon/description.ko.utf8
185share/stellarium/landscapes/moon/description.nb.utf8 194share/stellarium/landscapes/moon/description.nb.utf8
186share/stellarium/landscapes/moon/description.pt_BR.utf8 195share/stellarium/landscapes/moon/description.pt_BR.utf8
187share/stellarium/landscapes/moon/description.ru.utf8 196share/stellarium/landscapes/moon/description.ru.utf8
188share/stellarium/landscapes/moon/description.uk.utf8 197share/stellarium/landscapes/moon/description.uk.utf8
189share/stellarium/landscapes/moon/landscape.ini 198share/stellarium/landscapes/moon/landscape.ini
190share/stellarium/landscapes/neptune/description.ar.utf8 199share/stellarium/landscapes/neptune/description.ar.utf8
191share/stellarium/landscapes/neptune/description.be.utf8 200share/stellarium/landscapes/neptune/description.be.utf8
192share/stellarium/landscapes/neptune/description.bn.utf8 201share/stellarium/landscapes/neptune/description.bn.utf8
193share/stellarium/landscapes/neptune/description.en.utf8 202share/stellarium/landscapes/neptune/description.en.utf8
194share/stellarium/landscapes/neptune/description.fr.utf8 203share/stellarium/landscapes/neptune/description.fr.utf8
195share/stellarium/landscapes/neptune/description.gd.utf8 204share/stellarium/landscapes/neptune/description.gd.utf8
196share/stellarium/landscapes/neptune/description.hu.utf8 205share/stellarium/landscapes/neptune/description.hu.utf8
 206share/stellarium/landscapes/neptune/description.ko.utf8
197share/stellarium/landscapes/neptune/description.pt_BR.utf8 207share/stellarium/landscapes/neptune/description.pt_BR.utf8
198share/stellarium/landscapes/neptune/description.ru.utf8 208share/stellarium/landscapes/neptune/description.ru.utf8
199share/stellarium/landscapes/neptune/description.uk.utf8 209share/stellarium/landscapes/neptune/description.uk.utf8
200share/stellarium/landscapes/neptune/landscape.ini 210share/stellarium/landscapes/neptune/landscape.ini
201share/stellarium/landscapes/neptune/neptune-256.png 211share/stellarium/landscapes/neptune/neptune-256.png
202share/stellarium/landscapes/ocean/description.ar.utf8 212share/stellarium/landscapes/ocean/description.ar.utf8
203share/stellarium/landscapes/ocean/description.be.utf8 213share/stellarium/landscapes/ocean/description.be.utf8
204share/stellarium/landscapes/ocean/description.bg.utf8 214share/stellarium/landscapes/ocean/description.bg.utf8
205share/stellarium/landscapes/ocean/description.bn.utf8 215share/stellarium/landscapes/ocean/description.bn.utf8
206share/stellarium/landscapes/ocean/description.de.utf8 216share/stellarium/landscapes/ocean/description.de.utf8
207share/stellarium/landscapes/ocean/description.en.utf8 217share/stellarium/landscapes/ocean/description.en.utf8
208share/stellarium/landscapes/ocean/description.fr.utf8 218share/stellarium/landscapes/ocean/description.fr.utf8
209share/stellarium/landscapes/ocean/description.gd.utf8 219share/stellarium/landscapes/ocean/description.gd.utf8
210share/stellarium/landscapes/ocean/description.hu.utf8 220share/stellarium/landscapes/ocean/description.hu.utf8
 221share/stellarium/landscapes/ocean/description.ko.utf8
211share/stellarium/landscapes/ocean/description.nb.utf8 222share/stellarium/landscapes/ocean/description.nb.utf8
212share/stellarium/landscapes/ocean/description.pt_BR.utf8 223share/stellarium/landscapes/ocean/description.pt_BR.utf8
213share/stellarium/landscapes/ocean/description.ru.utf8 224share/stellarium/landscapes/ocean/description.ru.utf8
214share/stellarium/landscapes/ocean/description.uk.utf8 225share/stellarium/landscapes/ocean/description.uk.utf8
215share/stellarium/landscapes/ocean/fog.png 226share/stellarium/landscapes/ocean/fog.png
216share/stellarium/landscapes/ocean/landscape.ini 227share/stellarium/landscapes/ocean/landscape.ini
217share/stellarium/landscapes/ocean/ocean1.png 228share/stellarium/landscapes/ocean/ocean1.png
218share/stellarium/landscapes/ocean/ocean2.png 229share/stellarium/landscapes/ocean/ocean2.png
219share/stellarium/landscapes/ocean/ocean3.png 230share/stellarium/landscapes/ocean/ocean3.png
220share/stellarium/landscapes/ocean/ocean4.png 231share/stellarium/landscapes/ocean/ocean4.png
221share/stellarium/landscapes/ocean/ocean5.png 232share/stellarium/landscapes/ocean/ocean5.png
222share/stellarium/landscapes/ocean/ocean6.png 233share/stellarium/landscapes/ocean/ocean6.png
223share/stellarium/landscapes/ocean/ocean7.png 234share/stellarium/landscapes/ocean/ocean7.png
224share/stellarium/landscapes/ocean/ocean8.png 235share/stellarium/landscapes/ocean/ocean8.png
225share/stellarium/landscapes/ocean/ocean9.png 236share/stellarium/landscapes/ocean/ocean9.png
226share/stellarium/landscapes/saturn/description.ar.utf8 237share/stellarium/landscapes/saturn/description.ar.utf8
227share/stellarium/landscapes/saturn/description.be.utf8 238share/stellarium/landscapes/saturn/description.be.utf8
228share/stellarium/landscapes/saturn/description.bg.utf8 239share/stellarium/landscapes/saturn/description.bg.utf8
229share/stellarium/landscapes/saturn/description.bn.utf8 240share/stellarium/landscapes/saturn/description.bn.utf8
230share/stellarium/landscapes/saturn/description.de.utf8 241share/stellarium/landscapes/saturn/description.de.utf8
231share/stellarium/landscapes/saturn/description.en.utf8 242share/stellarium/landscapes/saturn/description.en.utf8
232share/stellarium/landscapes/saturn/description.fr.utf8 243share/stellarium/landscapes/saturn/description.fr.utf8
233share/stellarium/landscapes/saturn/description.gd.utf8 244share/stellarium/landscapes/saturn/description.gd.utf8
234share/stellarium/landscapes/saturn/description.hu.utf8 245share/stellarium/landscapes/saturn/description.hu.utf8
 246share/stellarium/landscapes/saturn/description.ko.utf8
235share/stellarium/landscapes/saturn/description.nb.utf8 247share/stellarium/landscapes/saturn/description.nb.utf8
236share/stellarium/landscapes/saturn/description.pt_BR.utf8 248share/stellarium/landscapes/saturn/description.pt_BR.utf8
237share/stellarium/landscapes/saturn/description.ru.utf8 249share/stellarium/landscapes/saturn/description.ru.utf8
238share/stellarium/landscapes/saturn/description.uk.utf8 250share/stellarium/landscapes/saturn/description.uk.utf8
239share/stellarium/landscapes/saturn/landscape.ini 251share/stellarium/landscapes/saturn/landscape.ini
240share/stellarium/landscapes/saturn/saturn-256.png 252share/stellarium/landscapes/saturn/saturn-256.png
241share/stellarium/landscapes/sun/description.bn.utf8 253share/stellarium/landscapes/sun/description.bn.utf8
242share/stellarium/landscapes/sun/description.de.utf8 254share/stellarium/landscapes/sun/description.de.utf8
243share/stellarium/landscapes/sun/description.en.utf8 255share/stellarium/landscapes/sun/description.en.utf8
 256share/stellarium/landscapes/sun/description.ko.utf8
244share/stellarium/landscapes/sun/description.ru.utf8 257share/stellarium/landscapes/sun/description.ru.utf8
245share/stellarium/landscapes/sun/landscape.ini 258share/stellarium/landscapes/sun/landscape.ini
246share/stellarium/landscapes/sun/sun-256.png 259share/stellarium/landscapes/sun/sun-256.png
247share/stellarium/landscapes/trees/description.ar.utf8 260share/stellarium/landscapes/trees/description.ar.utf8
248share/stellarium/landscapes/trees/description.be.utf8 261share/stellarium/landscapes/trees/description.be.utf8
249share/stellarium/landscapes/trees/description.bg.utf8 262share/stellarium/landscapes/trees/description.bg.utf8
250share/stellarium/landscapes/trees/description.bn.utf8 263share/stellarium/landscapes/trees/description.bn.utf8
251share/stellarium/landscapes/trees/description.de.utf8 264share/stellarium/landscapes/trees/description.de.utf8
252share/stellarium/landscapes/trees/description.en.utf8 265share/stellarium/landscapes/trees/description.en.utf8
253share/stellarium/landscapes/trees/description.fr.utf8 266share/stellarium/landscapes/trees/description.fr.utf8
254share/stellarium/landscapes/trees/description.gd.utf8 267share/stellarium/landscapes/trees/description.gd.utf8
255share/stellarium/landscapes/trees/description.hu.utf8 268share/stellarium/landscapes/trees/description.hu.utf8
 269share/stellarium/landscapes/trees/description.ko.utf8
256share/stellarium/landscapes/trees/description.nb.utf8 270share/stellarium/landscapes/trees/description.nb.utf8
257share/stellarium/landscapes/trees/description.pt_BR.utf8 271share/stellarium/landscapes/trees/description.pt_BR.utf8
258share/stellarium/landscapes/trees/description.ru.utf8 272share/stellarium/landscapes/trees/description.ru.utf8
259share/stellarium/landscapes/trees/description.uk.utf8 273share/stellarium/landscapes/trees/description.uk.utf8
260share/stellarium/landscapes/trees/landscape.ini 274share/stellarium/landscapes/trees/landscape.ini
261share/stellarium/landscapes/trees/trees_512.png 275share/stellarium/landscapes/trees/trees_512.png
262share/stellarium/landscapes/trees/trees_fog_512.png 276share/stellarium/landscapes/trees/trees_fog_512.png
263share/stellarium/landscapes/trees/trees_illum_512.png 277share/stellarium/landscapes/trees/trees_illum_512.png
264share/stellarium/landscapes/uranus/description.ar.utf8 278share/stellarium/landscapes/uranus/description.ar.utf8
265share/stellarium/landscapes/uranus/description.be.utf8 279share/stellarium/landscapes/uranus/description.be.utf8
266share/stellarium/landscapes/uranus/description.bn.utf8 280share/stellarium/landscapes/uranus/description.bn.utf8
267share/stellarium/landscapes/uranus/description.en.utf8 281share/stellarium/landscapes/uranus/description.en.utf8
268share/stellarium/landscapes/uranus/description.fr.utf8 282share/stellarium/landscapes/uranus/description.fr.utf8
269share/stellarium/landscapes/uranus/description.gd.utf8 283share/stellarium/landscapes/uranus/description.gd.utf8
270share/stellarium/landscapes/uranus/description.hu.utf8 284share/stellarium/landscapes/uranus/description.hu.utf8
 285share/stellarium/landscapes/uranus/description.ko.utf8
271share/stellarium/landscapes/uranus/description.pt_BR.utf8 286share/stellarium/landscapes/uranus/description.pt_BR.utf8
272share/stellarium/landscapes/uranus/description.ru.utf8 287share/stellarium/landscapes/uranus/description.ru.utf8
273share/stellarium/landscapes/uranus/description.uk.utf8 288share/stellarium/landscapes/uranus/description.uk.utf8
274share/stellarium/landscapes/uranus/landscape.ini 289share/stellarium/landscapes/uranus/landscape.ini
275share/stellarium/landscapes/uranus/uranus-256.png 290share/stellarium/landscapes/uranus/uranus-256.png
276share/stellarium/landscapes/zero/description.ar.utf8 291share/stellarium/landscapes/zero/description.ar.utf8
277share/stellarium/landscapes/zero/description.be.utf8 292share/stellarium/landscapes/zero/description.be.utf8
278share/stellarium/landscapes/zero/description.bn.utf8 293share/stellarium/landscapes/zero/description.bn.utf8
279share/stellarium/landscapes/zero/description.de.utf8 294share/stellarium/landscapes/zero/description.de.utf8
280share/stellarium/landscapes/zero/description.en.utf8 295share/stellarium/landscapes/zero/description.en.utf8
281share/stellarium/landscapes/zero/description.fr.utf8 296share/stellarium/landscapes/zero/description.fr.utf8
282share/stellarium/landscapes/zero/description.gd.utf8 297share/stellarium/landscapes/zero/description.gd.utf8
283share/stellarium/landscapes/zero/description.hu.utf8 298share/stellarium/landscapes/zero/description.hu.utf8
 299share/stellarium/landscapes/zero/description.ko.utf8
284share/stellarium/landscapes/zero/description.pt_BR.utf8 300share/stellarium/landscapes/zero/description.pt_BR.utf8
285share/stellarium/landscapes/zero/description.ru.utf8 301share/stellarium/landscapes/zero/description.ru.utf8
286share/stellarium/landscapes/zero/description.uk.utf8 302share/stellarium/landscapes/zero/description.uk.utf8
287share/stellarium/landscapes/zero/landscape.ini 303share/stellarium/landscapes/zero/landscape.ini
288share/stellarium/landscapes/zero/zero_horizon.txt 304share/stellarium/landscapes/zero/zero_horizon.txt
289share/stellarium/models/1682q1halley_MLfix.obj 305share/stellarium/models/1682q1halley_MLfix.obj
290share/stellarium/models/243ida.png 306share/stellarium/models/243ida.png
291share/stellarium/models/243ida_MLfix.obj 307share/stellarium/models/243ida_MLfix.obj
292share/stellarium/models/243ida_MLfix.obj.mtl 308share/stellarium/models/243ida_MLfix.obj.mtl
293share/stellarium/models/4vesta.png 309share/stellarium/models/4vesta.png
294share/stellarium/models/4vesta_21_MLfix.obj 310share/stellarium/models/4vesta_21_MLfix.obj
295share/stellarium/models/4vesta_21_MLfix.obj.mtl 311share/stellarium/models/4vesta_21_MLfix.obj.mtl
296share/stellarium/models/67P_lowres.obj 312share/stellarium/models/67P_lowres.obj
@@ -641,26 +657,27 @@ share/stellarium/scripts/h400_tour.ssc @@ -641,26 +657,27 @@ share/stellarium/scripts/h400_tour.ssc
641share/stellarium/scripts/landscapes.ssc 657share/stellarium/scripts/landscapes.ssc
642share/stellarium/scripts/largest_known_stars.ssc 658share/stellarium/scripts/largest_known_stars.ssc
643share/stellarium/scripts/lunar_partial.ssc 659share/stellarium/scripts/lunar_partial.ssc
644share/stellarium/scripts/lunar_total.ssc 660share/stellarium/scripts/lunar_total.ssc
645share/stellarium/scripts/messier_tour.ssc 661share/stellarium/scripts/messier_tour.ssc
646share/stellarium/scripts/phobos_phun_1.ssc 662share/stellarium/scripts/phobos_phun_1.ssc
647share/stellarium/scripts/phobos_phun_2.ssc 663share/stellarium/scripts/phobos_phun_2.ssc
648share/stellarium/scripts/phobos_phun_3.ssc 664share/stellarium/scripts/phobos_phun_3.ssc
649share/stellarium/scripts/phobos_phun_4.ssc 665share/stellarium/scripts/phobos_phun_4.ssc
650share/stellarium/scripts/phobos_phun_5.ssc 666share/stellarium/scripts/phobos_phun_5.ssc
651share/stellarium/scripts/save_state.inc 667share/stellarium/scripts/save_state.inc
652share/stellarium/scripts/screensaver.ssc 668share/stellarium/scripts/screensaver.ssc
653share/stellarium/scripts/sky_cultures.ssc 669share/stellarium/scripts/sky_cultures.ssc
 670share/stellarium/scripts/skybox.ssc
654share/stellarium/scripts/solar_eclipse.ssc 671share/stellarium/scripts/solar_eclipse.ssc
655share/stellarium/scripts/solar_system_screensaver.ssc 672share/stellarium/scripts/solar_system_screensaver.ssc
656share/stellarium/scripts/startup.ssc 673share/stellarium/scripts/startup.ssc
657share/stellarium/scripts/sun.ssc 674share/stellarium/scripts/sun.ssc
658share/stellarium/scripts/supernova.ssc 675share/stellarium/scripts/supernova.ssc
659share/stellarium/scripts/transit_of_venus.ssc 676share/stellarium/scripts/transit_of_venus.ssc
660share/stellarium/scripts/translation.inc 677share/stellarium/scripts/translation.inc
661share/stellarium/scripts/triple_sunrise_and_sunsets.ssc 678share/stellarium/scripts/triple_sunrise_and_sunsets.ssc
662share/stellarium/scripts/zodiac.ssc 679share/stellarium/scripts/zodiac.ssc
663share/stellarium/skycultures/arabic/Bearer-of-the-Demons-Head.png 680share/stellarium/skycultures/arabic/Bearer-of-the-Demons-Head.png
664share/stellarium/skycultures/arabic/Book_of_Fixed_Stars3.png 681share/stellarium/skycultures/arabic/Book_of_Fixed_Stars3.png
665share/stellarium/skycultures/arabic/CentaurAndThe-Beast-of-Prey.png 682share/stellarium/skycultures/arabic/CentaurAndThe-Beast-of-Prey.png
666share/stellarium/skycultures/arabic/Cetus.png 683share/stellarium/skycultures/arabic/Cetus.png
@@ -1460,31 +1477,40 @@ share/stellarium/textures/ida.png @@ -1460,31 +1477,40 @@ share/stellarium/textures/ida.png
1460share/stellarium/textures/io.png 1477share/stellarium/textures/io.png
1461share/stellarium/textures/janus.png 1478share/stellarium/textures/janus.png
1462share/stellarium/textures/jupiter.png 1479share/stellarium/textures/jupiter.png
1463share/stellarium/textures/lune.png 1480share/stellarium/textures/lune.png
1464share/stellarium/textures/mars.png 1481share/stellarium/textures/mars.png
1465share/stellarium/textures/mercury.png 1482share/stellarium/textures/mercury.png
1466share/stellarium/textures/milkyway.png 1483share/stellarium/textures/milkyway.png
1467share/stellarium/textures/mimas.png 1484share/stellarium/textures/mimas.png
1468share/stellarium/textures/miranda.png 1485share/stellarium/textures/miranda.png
1469share/stellarium/textures/moon.png 1486share/stellarium/textures/moon.png
1470share/stellarium/textures/moon_normals.png 1487share/stellarium/textures/moon_normals.png
1471share/stellarium/textures/neb.png 1488share/stellarium/textures/neb.png
1472share/stellarium/textures/neb_dif.png 1489share/stellarium/textures/neb_dif.png
 1490share/stellarium/textures/neb_dif_lrg.png
 1491share/stellarium/textures/neb_dif_xlrg.png
1473share/stellarium/textures/neb_drk.png 1492share/stellarium/textures/neb_drk.png
 1493share/stellarium/textures/neb_drk_lrg.png
1474share/stellarium/textures/neb_gal.png 1494share/stellarium/textures/neb_gal.png
 1495share/stellarium/textures/neb_gal_lrg.png
1475share/stellarium/textures/neb_gcl.png 1496share/stellarium/textures/neb_gcl.png
 1497share/stellarium/textures/neb_gcl_lrg.png
 1498share/stellarium/textures/neb_lrg.png
1476share/stellarium/textures/neb_ocl.png 1499share/stellarium/textures/neb_ocl.png
 1500share/stellarium/textures/neb_ocl_lrg.png
 1501share/stellarium/textures/neb_ocl_xlrg.png
1477share/stellarium/textures/neb_ocln.png 1502share/stellarium/textures/neb_ocln.png
 1503share/stellarium/textures/neb_ocln_lrg.png
1478share/stellarium/textures/neb_pnb.png 1504share/stellarium/textures/neb_pnb.png
1479share/stellarium/textures/neptune.png 1505share/stellarium/textures/neptune.png
1480share/stellarium/textures/neptune_rings.png 1506share/stellarium/textures/neptune_rings.png
1481share/stellarium/textures/nomap.png 1507share/stellarium/textures/nomap.png
1482share/stellarium/textures/oberon.png 1508share/stellarium/textures/oberon.png
1483share/stellarium/textures/phobos.png 1509share/stellarium/textures/phobos.png
1484share/stellarium/textures/phoebe.png 1510share/stellarium/textures/phoebe.png
1485share/stellarium/textures/planet-indicator.png 1511share/stellarium/textures/planet-indicator.png
1486share/stellarium/textures/pluto.png 1512share/stellarium/textures/pluto.png
1487share/stellarium/textures/pointeur2.png 1513share/stellarium/textures/pointeur2.png
1488share/stellarium/textures/pointeur4.png 1514share/stellarium/textures/pointeur4.png
1489share/stellarium/textures/pointeur5.png 1515share/stellarium/textures/pointeur5.png
1490share/stellarium/textures/prometheus.png 1516share/stellarium/textures/prometheus.png
@@ -1514,26 +1540,27 @@ share/stellarium/translations/stellarium @@ -1514,26 +1540,27 @@ share/stellarium/translations/stellarium
1514share/stellarium/translations/stellarium-planetary-features/as.qm 1540share/stellarium/translations/stellarium-planetary-features/as.qm
1515share/stellarium/translations/stellarium-planetary-features/ast.qm 1541share/stellarium/translations/stellarium-planetary-features/ast.qm
1516share/stellarium/translations/stellarium-planetary-features/az.qm 1542share/stellarium/translations/stellarium-planetary-features/az.qm
1517share/stellarium/translations/stellarium-planetary-features/ba.qm 1543share/stellarium/translations/stellarium-planetary-features/ba.qm
1518share/stellarium/translations/stellarium-planetary-features/be.qm 1544share/stellarium/translations/stellarium-planetary-features/be.qm
1519share/stellarium/translations/stellarium-planetary-features/bg.qm 1545share/stellarium/translations/stellarium-planetary-features/bg.qm
1520share/stellarium/translations/stellarium-planetary-features/bn.qm 1546share/stellarium/translations/stellarium-planetary-features/bn.qm
1521share/stellarium/translations/stellarium-planetary-features/bo.qm 1547share/stellarium/translations/stellarium-planetary-features/bo.qm
1522share/stellarium/translations/stellarium-planetary-features/br.qm 1548share/stellarium/translations/stellarium-planetary-features/br.qm
1523share/stellarium/translations/stellarium-planetary-features/bs.qm 1549share/stellarium/translations/stellarium-planetary-features/bs.qm
1524share/stellarium/translations/stellarium-planetary-features/ca.qm 1550share/stellarium/translations/stellarium-planetary-features/ca.qm
1525share/stellarium/translations/stellarium-planetary-features/ca@valencia.qm 1551share/stellarium/translations/stellarium-planetary-features/ca@valencia.qm
1526share/stellarium/translations/stellarium-planetary-features/ckb.qm 1552share/stellarium/translations/stellarium-planetary-features/ckb.qm
 1553share/stellarium/translations/stellarium-planetary-features/cmn.qm
1527share/stellarium/translations/stellarium-planetary-features/cs.qm 1554share/stellarium/translations/stellarium-planetary-features/cs.qm
1528share/stellarium/translations/stellarium-planetary-features/csb.qm 1555share/stellarium/translations/stellarium-planetary-features/csb.qm
1529share/stellarium/translations/stellarium-planetary-features/cv.qm 1556share/stellarium/translations/stellarium-planetary-features/cv.qm
1530share/stellarium/translations/stellarium-planetary-features/cy.qm 1557share/stellarium/translations/stellarium-planetary-features/cy.qm
1531share/stellarium/translations/stellarium-planetary-features/da.qm 1558share/stellarium/translations/stellarium-planetary-features/da.qm
1532share/stellarium/translations/stellarium-planetary-features/de.qm 1559share/stellarium/translations/stellarium-planetary-features/de.qm
1533share/stellarium/translations/stellarium-planetary-features/dv.qm 1560share/stellarium/translations/stellarium-planetary-features/dv.qm
1534share/stellarium/translations/stellarium-planetary-features/el.qm 1561share/stellarium/translations/stellarium-planetary-features/el.qm
1535share/stellarium/translations/stellarium-planetary-features/en.qm 1562share/stellarium/translations/stellarium-planetary-features/en.qm
1536share/stellarium/translations/stellarium-planetary-features/en_AU.qm 1563share/stellarium/translations/stellarium-planetary-features/en_AU.qm
1537share/stellarium/translations/stellarium-planetary-features/en_CA.qm 1564share/stellarium/translations/stellarium-planetary-features/en_CA.qm
1538share/stellarium/translations/stellarium-planetary-features/en_GB.qm 1565share/stellarium/translations/stellarium-planetary-features/en_GB.qm
1539share/stellarium/translations/stellarium-planetary-features/en_US.qm 1566share/stellarium/translations/stellarium-planetary-features/en_US.qm
@@ -1634,26 +1661,27 @@ share/stellarium/translations/stellarium @@ -1634,26 +1661,27 @@ share/stellarium/translations/stellarium
1634share/stellarium/translations/stellarium-remotecontrol/as.qm 1661share/stellarium/translations/stellarium-remotecontrol/as.qm
1635share/stellarium/translations/stellarium-remotecontrol/ast.qm 1662share/stellarium/translations/stellarium-remotecontrol/ast.qm
1636share/stellarium/translations/stellarium-remotecontrol/az.qm 1663share/stellarium/translations/stellarium-remotecontrol/az.qm
1637share/stellarium/translations/stellarium-remotecontrol/ba.qm 1664share/stellarium/translations/stellarium-remotecontrol/ba.qm
1638share/stellarium/translations/stellarium-remotecontrol/be.qm 1665share/stellarium/translations/stellarium-remotecontrol/be.qm
1639share/stellarium/translations/stellarium-remotecontrol/bg.qm 1666share/stellarium/translations/stellarium-remotecontrol/bg.qm
1640share/stellarium/translations/stellarium-remotecontrol/bn.qm 1667share/stellarium/translations/stellarium-remotecontrol/bn.qm
1641share/stellarium/translations/stellarium-remotecontrol/bo.qm 1668share/stellarium/translations/stellarium-remotecontrol/bo.qm
1642share/stellarium/translations/stellarium-remotecontrol/br.qm 1669share/stellarium/translations/stellarium-remotecontrol/br.qm
1643share/stellarium/translations/stellarium-remotecontrol/bs.qm 1670share/stellarium/translations/stellarium-remotecontrol/bs.qm
1644share/stellarium/translations/stellarium-remotecontrol/ca.qm 1671share/stellarium/translations/stellarium-remotecontrol/ca.qm
1645share/stellarium/translations/stellarium-remotecontrol/ca@valencia.qm 1672share/stellarium/translations/stellarium-remotecontrol/ca@valencia.qm
1646share/stellarium/translations/stellarium-remotecontrol/ckb.qm 1673share/stellarium/translations/stellarium-remotecontrol/ckb.qm
 1674share/stellarium/translations/stellarium-remotecontrol/cmn.qm
1647share/stellarium/translations/stellarium-remotecontrol/cs.qm 1675share/stellarium/translations/stellarium-remotecontrol/cs.qm
1648share/stellarium/translations/stellarium-remotecontrol/csb.qm 1676share/stellarium/translations/stellarium-remotecontrol/csb.qm
1649share/stellarium/translations/stellarium-remotecontrol/cv.qm 1677share/stellarium/translations/stellarium-remotecontrol/cv.qm
1650share/stellarium/translations/stellarium-remotecontrol/cy.qm 1678share/stellarium/translations/stellarium-remotecontrol/cy.qm
1651share/stellarium/translations/stellarium-remotecontrol/da.qm 1679share/stellarium/translations/stellarium-remotecontrol/da.qm
1652share/stellarium/translations/stellarium-remotecontrol/de.qm 1680share/stellarium/translations/stellarium-remotecontrol/de.qm
1653share/stellarium/translations/stellarium-remotecontrol/dv.qm 1681share/stellarium/translations/stellarium-remotecontrol/dv.qm
1654share/stellarium/translations/stellarium-remotecontrol/el.qm 1682share/stellarium/translations/stellarium-remotecontrol/el.qm
1655share/stellarium/translations/stellarium-remotecontrol/en.qm 1683share/stellarium/translations/stellarium-remotecontrol/en.qm
1656share/stellarium/translations/stellarium-remotecontrol/en_AU.qm 1684share/stellarium/translations/stellarium-remotecontrol/en_AU.qm
1657share/stellarium/translations/stellarium-remotecontrol/en_CA.qm 1685share/stellarium/translations/stellarium-remotecontrol/en_CA.qm
1658share/stellarium/translations/stellarium-remotecontrol/en_GB.qm 1686share/stellarium/translations/stellarium-remotecontrol/en_GB.qm
1659share/stellarium/translations/stellarium-remotecontrol/en_US.qm 1687share/stellarium/translations/stellarium-remotecontrol/en_US.qm
@@ -1760,26 +1788,27 @@ share/stellarium/translations/stellarium @@ -1760,26 +1788,27 @@ share/stellarium/translations/stellarium
1760share/stellarium/translations/stellarium-skycultures/ba.qm 1788share/stellarium/translations/stellarium-skycultures/ba.qm
1761share/stellarium/translations/stellarium-skycultures/be.qm 1789share/stellarium/translations/stellarium-skycultures/be.qm
1762share/stellarium/translations/stellarium-skycultures/bg.qm 1790share/stellarium/translations/stellarium-skycultures/bg.qm
1763share/stellarium/translations/stellarium-skycultures/bh.qm 1791share/stellarium/translations/stellarium-skycultures/bh.qm
1764share/stellarium/translations/stellarium-skycultures/bi.qm 1792share/stellarium/translations/stellarium-skycultures/bi.qm
1765share/stellarium/translations/stellarium-skycultures/bn.qm 1793share/stellarium/translations/stellarium-skycultures/bn.qm
1766share/stellarium/translations/stellarium-skycultures/bo.qm 1794share/stellarium/translations/stellarium-skycultures/bo.qm
1767share/stellarium/translations/stellarium-skycultures/br.qm 1795share/stellarium/translations/stellarium-skycultures/br.qm
1768share/stellarium/translations/stellarium-skycultures/bs.qm 1796share/stellarium/translations/stellarium-skycultures/bs.qm
1769share/stellarium/translations/stellarium-skycultures/ca.qm 1797share/stellarium/translations/stellarium-skycultures/ca.qm
1770share/stellarium/translations/stellarium-skycultures/ca@valencia.qm 1798share/stellarium/translations/stellarium-skycultures/ca@valencia.qm
1771share/stellarium/translations/stellarium-skycultures/ce.qm 1799share/stellarium/translations/stellarium-skycultures/ce.qm
1772share/stellarium/translations/stellarium-skycultures/ckb.qm 1800share/stellarium/translations/stellarium-skycultures/ckb.qm
 1801share/stellarium/translations/stellarium-skycultures/cmn.qm
1773share/stellarium/translations/stellarium-skycultures/cs.qm 1802share/stellarium/translations/stellarium-skycultures/cs.qm
1774share/stellarium/translations/stellarium-skycultures/csb.qm 1803share/stellarium/translations/stellarium-skycultures/csb.qm
1775share/stellarium/translations/stellarium-skycultures/cv.qm 1804share/stellarium/translations/stellarium-skycultures/cv.qm
1776share/stellarium/translations/stellarium-skycultures/cy.qm 1805share/stellarium/translations/stellarium-skycultures/cy.qm
1777share/stellarium/translations/stellarium-skycultures/da.qm 1806share/stellarium/translations/stellarium-skycultures/da.qm
1778share/stellarium/translations/stellarium-skycultures/de.qm 1807share/stellarium/translations/stellarium-skycultures/de.qm
1779share/stellarium/translations/stellarium-skycultures/dv.qm 1808share/stellarium/translations/stellarium-skycultures/dv.qm
1780share/stellarium/translations/stellarium-skycultures/el.qm 1809share/stellarium/translations/stellarium-skycultures/el.qm
1781share/stellarium/translations/stellarium-skycultures/en.qm 1810share/stellarium/translations/stellarium-skycultures/en.qm
1782share/stellarium/translations/stellarium-skycultures/en_AU.qm 1811share/stellarium/translations/stellarium-skycultures/en_AU.qm
1783share/stellarium/translations/stellarium-skycultures/en_CA.qm 1812share/stellarium/translations/stellarium-skycultures/en_CA.qm
1784share/stellarium/translations/stellarium-skycultures/en_GB.qm 1813share/stellarium/translations/stellarium-skycultures/en_GB.qm
1785share/stellarium/translations/stellarium-skycultures/en_US.qm 1814share/stellarium/translations/stellarium-skycultures/en_US.qm
@@ -1896,26 +1925,27 @@ share/stellarium/translations/stellarium @@ -1896,26 +1925,27 @@ share/stellarium/translations/stellarium
1896share/stellarium/translations/stellarium/be.qm 1925share/stellarium/translations/stellarium/be.qm
1897share/stellarium/translations/stellarium/ber.qm 1926share/stellarium/translations/stellarium/ber.qm
1898share/stellarium/translations/stellarium/bg.qm 1927share/stellarium/translations/stellarium/bg.qm
1899share/stellarium/translations/stellarium/bh.qm 1928share/stellarium/translations/stellarium/bh.qm
1900share/stellarium/translations/stellarium/bi.qm 1929share/stellarium/translations/stellarium/bi.qm
1901share/stellarium/translations/stellarium/bn.qm 1930share/stellarium/translations/stellarium/bn.qm
1902share/stellarium/translations/stellarium/bo.qm 1931share/stellarium/translations/stellarium/bo.qm
1903share/stellarium/translations/stellarium/br.qm 1932share/stellarium/translations/stellarium/br.qm
1904share/stellarium/translations/stellarium/bs.qm 1933share/stellarium/translations/stellarium/bs.qm
1905share/stellarium/translations/stellarium/ca.qm 1934share/stellarium/translations/stellarium/ca.qm
1906share/stellarium/translations/stellarium/ca@valencia.qm 1935share/stellarium/translations/stellarium/ca@valencia.qm
1907share/stellarium/translations/stellarium/ce.qm 1936share/stellarium/translations/stellarium/ce.qm
1908share/stellarium/translations/stellarium/ckb.qm 1937share/stellarium/translations/stellarium/ckb.qm
 1938share/stellarium/translations/stellarium/cmn.qm
1909share/stellarium/translations/stellarium/cs.qm 1939share/stellarium/translations/stellarium/cs.qm
1910share/stellarium/translations/stellarium/csb.qm 1940share/stellarium/translations/stellarium/csb.qm
1911share/stellarium/translations/stellarium/cv.qm 1941share/stellarium/translations/stellarium/cv.qm
1912share/stellarium/translations/stellarium/cy.qm 1942share/stellarium/translations/stellarium/cy.qm
1913share/stellarium/translations/stellarium/da.qm 1943share/stellarium/translations/stellarium/da.qm
1914share/stellarium/translations/stellarium/de.qm 1944share/stellarium/translations/stellarium/de.qm
1915share/stellarium/translations/stellarium/dv.qm 1945share/stellarium/translations/stellarium/dv.qm
1916share/stellarium/translations/stellarium/el.qm 1946share/stellarium/translations/stellarium/el.qm
1917share/stellarium/translations/stellarium/en.qm 1947share/stellarium/translations/stellarium/en.qm
1918share/stellarium/translations/stellarium/en_AU.qm 1948share/stellarium/translations/stellarium/en_AU.qm
1919share/stellarium/translations/stellarium/en_CA.qm 1949share/stellarium/translations/stellarium/en_CA.qm
1920share/stellarium/translations/stellarium/en_GB.qm 1950share/stellarium/translations/stellarium/en_GB.qm
1921share/stellarium/translations/stellarium/en_US.qm 1951share/stellarium/translations/stellarium/en_US.qm

cvs diff -r1.36 -r1.37 pkgsrc/misc/stellarium/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/stellarium/distinfo 2018/04/02 19:37:35 1.36
+++ pkgsrc/misc/stellarium/distinfo 2018/07/14 12:54:59 1.37
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.36 2018/04/02 19:37:35 adam Exp $ 1$NetBSD: distinfo,v 1.37 2018/07/14 12:54:59 adam Exp $
2 2
3SHA1 (stellarium-0.18.0.tar.gz) = 62fb901527e4263e6733f5ee54790432d856e4ea 3SHA1 (stellarium-0.18.1.tar.gz) = 5a5b6a7911e1cd6072314aec05b321efb090f2d3
4RMD160 (stellarium-0.18.0.tar.gz) = 2f02ba8280dd2efeaa64375cd0ec818434a59a07 4RMD160 (stellarium-0.18.1.tar.gz) = 08a24689c7dfc8fdd200c47da087cf33054a247a
5SHA512 (stellarium-0.18.0.tar.gz) = cbbc35f1f0f065b2d540010b753c9686dbf6045eee059c9ea8383d9940ed3101f53da069119f9c611288902b79e4ce4005bf3088e402cc83aebd93257e36a3e7 5SHA512 (stellarium-0.18.1.tar.gz) = 3e9bf4590c8b96f0218d79a4eebda13e8c99157f30750a2c77b571e53baba5d213e3e72593520ebd0fc73b7d2191d9f90496ee246dc1f0924e7e5c4cf9131d21
6Size (stellarium-0.18.0.tar.gz) = 257070563 bytes 6Size (stellarium-0.18.1.tar.gz) = 259467204 bytes
7SHA1 (patch-CMakeLists.txt) = 9faab37daafe63ad854c151ed2317fc7245e8382 7SHA1 (patch-CMakeLists.txt) = 9faab37daafe63ad854c151ed2317fc7245e8382
8SHA1 (patch-doc_CMakeLists.txt) = 69f0a716968e119f6632996b780e33453afec2d9 8SHA1 (patch-doc_CMakeLists.txt) = c0505c73dc051b4416deb08b2127a49591cd1aed
9SHA1 (patch-src_core_StelFileMgr.cpp) = 4e0b6ef254d4f86a3049668dbaa783254a75a9e3 9SHA1 (patch-src_core_StelFileMgr.cpp) = 4e0b6ef254d4f86a3049668dbaa783254a75a9e3

cvs diff -r1.1 -r1.2 pkgsrc/misc/stellarium/patches/patch-doc_CMakeLists.txt (expand / switch to unified diff)

--- pkgsrc/misc/stellarium/patches/patch-doc_CMakeLists.txt 2018/02/23 11:29:39 1.1
+++ pkgsrc/misc/stellarium/patches/patch-doc_CMakeLists.txt 2018/07/14 12:54:59 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-doc_CMakeLists.txt,v 1.1 2018/02/23 11:29:39 adam Exp $ 1$NetBSD: patch-doc_CMakeLists.txt,v 1.2 2018/07/14 12:54:59 adam Exp $
2 2
3Use correct path to install man pages. 3Use correct path to install man pages.
4 4
5--- doc/CMakeLists.txt.orig 2018-02-23 10:47:45.000000000 +0000 5--- doc/CMakeLists.txt.orig 2018-06-14 11:54:39.000000000 +0000
6+++ doc/CMakeLists.txt 6+++ doc/CMakeLists.txt
7@@ -24,11 +24,7 @@ ADD_CUSTOM_COMMAND( 7@@ -22,11 +22,7 @@ ADD_CUSTOM_COMMAND(
8 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 8 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1
9 ) 9 )
10  10
11-IF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD") 11-IF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
12- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION man/man1) 12- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION man/man1)
13-ELSE(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD") 13-ELSE(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
14- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1) 14- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1)
15-ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD") 15-ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
16+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) 16+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
17  17
18 ENDIF(UNIX AND NOT WIN32) 18 ENDIF(UNIX AND NOT WIN32)
19  19