summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordrochner <drochner>2013-09-09 11:30:26 +0000
committerdrochner <drochner>2013-09-09 11:30:26 +0000
commitadc2eeccfe96d5a69f6164f289cd6627cf573167 (patch)
tree9bd22f88ebd6558ed4d2c03f3ad039d8797b3b25 /misc
parent004b35a82d950af260407e1ad339dbac6041be71 (diff)
downloadpkgsrc-adc2eeccfe96d5a69f6164f289cd6627cf573167.tar.gz
update to 0.12.3
from the announcement: This release contains a new Bright Novae plugin and fixes of few bugs within plugins and search tool.
Diffstat (limited to 'misc')
-rw-r--r--misc/stellarium/Makefile6
-rw-r--r--misc/stellarium/PLIST14
-rw-r--r--misc/stellarium/distinfo10
-rw-r--r--misc/stellarium/patches/patch-ad50
4 files changed, 46 insertions, 34 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
index 898eca962f8..72f7f6f025c 100644
--- a/misc/stellarium/Makefile
+++ b/misc/stellarium/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2013/08/09 11:47:57 drochner Exp $
+# $NetBSD: Makefile,v 1.77 2013/09/09 11:30:26 drochner Exp $
-DISTNAME= stellarium-0.12.2
+DISTNAME= stellarium-0.12.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/}
@@ -28,7 +28,7 @@ BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-parameter
BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
.endif
-# needs phonon
+# needs phonon (Qt phonon, not KDE's)
CMAKE_ARGS+= -DENABLE_SOUND:BOOL=FALSE
.include "../../converters/libiconv/buildlink3.mk"
diff --git a/misc/stellarium/PLIST b/misc/stellarium/PLIST
index eaf497af9f4..5ddcb13bfed 100644
--- a/misc/stellarium/PLIST
+++ b/misc/stellarium/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2013/08/09 11:47:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.23 2013/09/09 11:30:26 drochner Exp $
bin/stellarium
man/man1/stellarium.1
share/applications/stellarium.desktop
@@ -317,6 +317,10 @@ share/stellarium/landscapes/hurricane/hurricane7.png
share/stellarium/landscapes/hurricane/hurricane8.png
share/stellarium/landscapes/hurricane/hurricaneb.png
share/stellarium/landscapes/hurricane/landscape.ini
+share/stellarium/landscapes/jupiter/description.en.utf8
+share/stellarium/landscapes/jupiter/description.ru.utf8
+share/stellarium/landscapes/jupiter/jupiter-256.png
+share/stellarium/landscapes/jupiter/landscape.ini
share/stellarium/landscapes/mars/description.ar.utf8
share/stellarium/landscapes/mars/description.be.utf8
share/stellarium/landscapes/mars/description.bg.utf8
@@ -341,6 +345,10 @@ share/stellarium/landscapes/moon/description.pt_BR.utf8
share/stellarium/landscapes/moon/description.ru.utf8
share/stellarium/landscapes/moon/description.uk.utf8
share/stellarium/landscapes/moon/landscape.ini
+share/stellarium/landscapes/neptune/description.en.utf8
+share/stellarium/landscapes/neptune/description.ru.utf8
+share/stellarium/landscapes/neptune/landscape.ini
+share/stellarium/landscapes/neptune/neptune-256.png
share/stellarium/landscapes/ocean/description.ar.utf8
share/stellarium/landscapes/ocean/description.be.utf8
share/stellarium/landscapes/ocean/description.bg.utf8
@@ -385,6 +393,10 @@ share/stellarium/landscapes/trees/description.ru.utf8
share/stellarium/landscapes/trees/description.uk.utf8
share/stellarium/landscapes/trees/landscape.ini
share/stellarium/landscapes/trees/trees_512.png
+share/stellarium/landscapes/uranus/description.en.utf8
+share/stellarium/landscapes/uranus/description.ru.utf8
+share/stellarium/landscapes/uranus/landscape.ini
+share/stellarium/landscapes/uranus/uranus-256.png
share/stellarium/nebulae/default/etaCarinae_gzotti.png
share/stellarium/nebulae/default/ic1805.png
share/stellarium/nebulae/default/ic1848.png
diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo
index 488621bed4c..30c3dac8e16 100644
--- a/misc/stellarium/distinfo
+++ b/misc/stellarium/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2013/08/09 11:47:57 drochner Exp $
+$NetBSD: distinfo,v 1.31 2013/09/09 11:30:26 drochner Exp $
-SHA1 (stellarium-0.12.2.tar.gz) = 35752a24bdeb461b9c16e8533b13689b05a87105
-RMD160 (stellarium-0.12.2.tar.gz) = 6c8b622c026fba234d4b834faa896fbd82486c48
-Size (stellarium-0.12.2.tar.gz) = 78979347 bytes
-SHA1 (patch-ad) = 8257570ab31b25e4b90714125d5b8c7bfebd7240
+SHA1 (stellarium-0.12.3.tar.gz) = 8009b8b4ad8eb6497b0a4cf000addb52c294e43c
+RMD160 (stellarium-0.12.3.tar.gz) = 421b264bac0422984c65d1c5f09659b4838898c0
+Size (stellarium-0.12.3.tar.gz) = 79334422 bytes
+SHA1 (patch-ad) = 369e643a189f3e48076badcdaa49147773067ad5
SHA1 (patch-ae) = e6ee27b2b0914eb25a7e35b58dcadefb0fd349e0
SHA1 (patch-doc_stellarium.pod.cmake) = 654973a21459f86857aa674000cdba42ae2b8e01
SHA1 (patch-src_StelMainGraphicsView.cpp) = fa53b202e2ed392e1a7906db698faa1401b0dc87
diff --git a/misc/stellarium/patches/patch-ad b/misc/stellarium/patches/patch-ad
index 2b047de759c..a2f9e6d7aa8 100644
--- a/misc/stellarium/patches/patch-ad
+++ b/misc/stellarium/patches/patch-ad
@@ -1,31 +1,31 @@
-$NetBSD: patch-ad,v 1.6 2013/02/05 17:45:05 drochner Exp $
+$NetBSD: patch-ad,v 1.7 2013/09/09 11:30:26 drochner Exp $
---- data/ssystem.ini.orig 2013-01-31 11:44:06.000000000 +0000
+--- data/ssystem.ini.orig 2013-09-07 15:50:48.000000000 +0000
+++ data/ssystem.ini
-@@ -1310,6 +1310,26 @@ orbit_MeanLongitude = 90
- rot_obliquity = 90
- hidden = true
+@@ -1323,6 +1323,26 @@ orbit_MeanLongitude=90
+ rot_obliquity=90
+ hidden=true
+[mcnaught_2009R1]
-+name = C/2009 R1 (McNaught)
-+parent = Sun
-+radius = 1000
-+oblateness = 0.0
-+halo = true
-+color = 1.0,1.0,1.0
-+tex_halo = vomit.png
-+tex_map = nomap.png
-+coord_func = comet_orbit
-+orbit_TimeAtPericenter = 2455380.18520
-+orbit_PericenterDistance = 0.40504
-+orbit_Eccentricity = 1.0
-+orbit_ArgOfPericenter = 130.62161
-+orbit_AscendingNode = 322.62161
-+orbit_Inclination = 77.0332
-+lighting = false
-+albedo = 0.015
-+orbit_visualization_period = 100.0
++name=C/2009 R1 (McNaught)
++parent=Sun
++radius=1000
++oblateness=0.0
++halo=true
++color=1.0, 1.0, 1.0
++tex_halo=vomit.png
++tex_map=nomap.png
++coord_func=comet_orbit
++orbit_TimeAtPericenter=2455380.18520
++orbit_PericenterDistance=0.40504
++orbit_Eccentricity=1.0
++orbit_ArgOfPericenter=130.62161
++orbit_AscendingNode=322.62161
++orbit_Inclination=77.0332
++lighting=false
++albedo=0.015
++orbit_visualization_period=100.0
+
[1ceres]
- name = Ceres
- minor_planet_number = 1
+ name=Ceres
+ minor_planet_number=1