mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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.
This commit is contained in:
parent
2b434af7d4
commit
c785b07763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326785
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
@dirrm %%DATADIR%%/landscapes/uranus
|
||||
@dirrm %%DATADIR%%/landscapes/trees
|
||||
@dirrm %%DATADIR%%/landscapes/saturn
|
||||
@dirrm %%DATADIR%%/landscapes/ocean
|
||||
@dirrm %%DATADIR%%/landscapes/neptune
|
||||
@dirrm %%DATADIR%%/landscapes/moon
|
||||
@dirrm %%DATADIR%%/landscapes/mars
|
||||
@dirrm %%DATADIR%%/landscapes/jupiter
|
||||
@dirrm %%DATADIR%%/landscapes/hurricane
|
||||
@dirrm %%DATADIR%%/landscapes/guereins
|
||||
@dirrm %%DATADIR%%/landscapes/garching
|
||||
|
Loading…
Reference in New Issue
Block a user