svn commit: r326785 - head/astro/stellarium
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Sep 9 09:24:03 UTC 2013
Author: danfe
Date: Mon Sep 9 09:24:02 2013
New Revision: 326785
URL: http://svnweb.freebsd.org/changeset/ports/326785
Log:
- Update to version 0.12.3, which brings new Bright Novae plugin and fixes
of a few bugs within plugins and the search tool
- Rename SOUND option to MULTIMEDIA, as it covers video as well
This is likely to be the last release based on Qt 4.8, next series (0.13.x)
would be based on Qt 5, which offers improved modularity, has better OpenGL
support, and nice new Qt3D and QML stuff for GUI.
Modified:
head/astro/stellarium/Makefile
head/astro/stellarium/distinfo
head/astro/stellarium/pkg-plist
Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile Mon Sep 9 08:21:32 2013 (r326784)
+++ head/astro/stellarium/Makefile Mon Sep 9 09:24:02 2013 (r326785)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stellarium
-PORTVERSION= 0.12.2
+PORTVERSION= 0.12.3
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -22,9 +22,10 @@ INSTALLS_ICONS= yes
MAN1= ${PORTNAME}.1
PORTDOCS= AUTHORS ChangeLog README
-OPTIONS_DEFINE= MORE_STARS SOUND DOCS
-OPTIONS_DEFAULT= SOUND
+OPTIONS_DEFINE= MORE_STARS MULTIMEDIA DOCS
+OPTIONS_DEFAULT= MULTIMEDIA
MORE_STARS_DESC= Install extra star catalogs (1.2GB)
+MULTIMEDIA_DESC= Sound and video support (via Phonon)
.include <bsd.port.options.mk>
@@ -40,7 +41,7 @@ PLIST_SUB+= MORE_STARS=""
PLIST_SUB+= MORE_STARS="@comment "
.endif
-.if ${PORT_OPTIONS:MSOUND}
+.if ${PORT_OPTIONS:MMULTIMEDIA}
USE_QT4+= phonon
.else
CMAKE_ARGS+= -DENABLE_SOUND:BOOL=OFF
Modified: head/astro/stellarium/distinfo
==============================================================================
--- head/astro/stellarium/distinfo Mon Sep 9 08:21:32 2013 (r326784)
+++ head/astro/stellarium/distinfo Mon Sep 9 09:24:02 2013 (r326785)
@@ -1,5 +1,5 @@
-SHA256 (stellarium-0.12.2.tar.gz) = fb9ffec01c58832fc788dac9839a7497d3be700e44b21a17ba02d790a3aadceb
-SIZE (stellarium-0.12.2.tar.gz) = 78979347
+SHA256 (stellarium-0.12.3.tar.gz) = 9cc60144c3e12ed6f1915438349eb46eba82acaba4866987e13dd72b1e72f450
+SIZE (stellarium-0.12.3.tar.gz) = 79334422
SHA256 (stars_4_1v0_0.cat) = e0373d869d08ffac2ba78e7fbe29add6511073cd74a52b9918d8b77fb05827e7
SIZE (stars_4_1v0_0.cat) = 17275482
SHA256 (stars_5_2v0_0.cat) = d093e25e8cb8350ef74706d7bf05455d224acb076da87bf1b784b5cf0e0d9931
Modified: head/astro/stellarium/pkg-plist
==============================================================================
--- head/astro/stellarium/pkg-plist Mon Sep 9 08:21:32 2013 (r326784)
+++ head/astro/stellarium/pkg-plist Mon Sep 9 09:24:02 2013 (r326785)
@@ -65,6 +65,10 @@ bin/stellarium
%%DATADIR%%/landscapes/hurricane/hurricane8.png
%%DATADIR%%/landscapes/hurricane/hurricaneb.png
%%DATADIR%%/landscapes/hurricane/landscape.ini
+%%DATADIR%%/landscapes/jupiter/description.en.utf8
+%%DATADIR%%/landscapes/jupiter/description.ru.utf8
+%%DATADIR%%/landscapes/jupiter/jupiter-256.png
+%%DATADIR%%/landscapes/jupiter/landscape.ini
%%DATADIR%%/landscapes/mars/description.ar.utf8
%%DATADIR%%/landscapes/mars/description.be.utf8
%%DATADIR%%/landscapes/mars/description.bg.utf8
@@ -89,6 +93,10 @@ bin/stellarium
%%DATADIR%%/landscapes/moon/description.ru.utf8
%%DATADIR%%/landscapes/moon/description.uk.utf8
%%DATADIR%%/landscapes/moon/landscape.ini
+%%DATADIR%%/landscapes/neptune/description.en.utf8
+%%DATADIR%%/landscapes/neptune/description.ru.utf8
+%%DATADIR%%/landscapes/neptune/landscape.ini
+%%DATADIR%%/landscapes/neptune/neptune-256.png
%%DATADIR%%/landscapes/ocean/description.ar.utf8
%%DATADIR%%/landscapes/ocean/description.be.utf8
%%DATADIR%%/landscapes/ocean/description.bg.utf8
@@ -133,6 +141,10 @@ bin/stellarium
%%DATADIR%%/landscapes/trees/description.uk.utf8
%%DATADIR%%/landscapes/trees/landscape.ini
%%DATADIR%%/landscapes/trees/trees_512.png
+%%DATADIR%%/landscapes/uranus/description.en.utf8
+%%DATADIR%%/landscapes/uranus/description.ru.utf8
+%%DATADIR%%/landscapes/uranus/landscape.ini
+%%DATADIR%%/landscapes/uranus/uranus-256.png
%%DATADIR%%/nebulae/default/etaCarinae_gzotti.png
%%DATADIR%%/nebulae/default/ic1805.png
%%DATADIR%%/nebulae/default/ic1848.png
@@ -828,11 +840,14 @@ bin/stellarium
@dirrm %%DATADIR%%/scripts
@dirrm %%DATADIR%%/nebulae/default
@dirrm %%DATADIR%%/nebulae
+ at dirrm %%DATADIR%%/landscapes/uranus
@dirrm %%DATADIR%%/landscapes/trees
@dirrm %%DATADIR%%/landscapes/saturn
@dirrm %%DATADIR%%/landscapes/ocean
+ at dirrm %%DATADIR%%/landscapes/neptune
@dirrm %%DATADIR%%/landscapes/moon
@dirrm %%DATADIR%%/landscapes/mars
+ at dirrm %%DATADIR%%/landscapes/jupiter
@dirrm %%DATADIR%%/landscapes/hurricane
@dirrm %%DATADIR%%/landscapes/guereins
@dirrm %%DATADIR%%/landscapes/garching
More information about the svn-ports-head
mailing list