[Lunar-commits] <moonbase-kde> Merge pull request #42 from stumbles/master
Dennis Veatch
dennisveatch at bellsouth.net
Tue Sep 16 17:12:01 CEST 2014
commit ab4a0921482234ba5c0b4393e9a630b25dad2e26
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 16 Sep 2014 11:11:58 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/ab4a0921482234ba5c0b4393e9a630b25dad2e26
Merge pull request #42 from stumbles/master
stellarium: Version bump and do note it now *DEPENDS* on qt5.
---
qt4-apps/stellarium/BUILD | +1/-7
qt4-apps/stellarium/DEPENDS | +1/-1
qt4-apps/stellarium/DETAILS | +3/-3
3 files changed, 5 insertions(+), 11 deletions(-)
--- a/qt4-apps/stellarium/BUILD
+++ b/qt4-apps/stellarium/BUILD
@@ -1,10 +1,4 @@
- source /etc/profile.d/qt4.rc &&
-
-# they insist on using the always outdated qt4 version of phonon
-# which conflicts with phonon
- if [[ "$(get_other_module_config qt4 MAKE_PHONON)" = "n" ]]; then
- OPTS+=" -DENABLE_SOUND=OFF"
- fi &&
+ . /etc/profile.d/qt5.rc &&
default_cmake_build
--- a/qt4-apps/stellarium/DEPENDS
+++ b/qt4-apps/stellarium/DEPENDS
@@ -1,3 +1,3 @@
depends SDL
depends cmake
-depends qt4
+depends qt5
--- a/qt4-apps/stellarium/DETAILS
+++ b/qt4-apps/stellarium/DETAILS
@@ -1,11 +1,11 @@
MODULE=stellarium
- VERSION=0.12.4
+ VERSION=0.13.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:6d3cc4dc186db831af76830fe2e636ff1f7bbc90
+ SOURCE_VFY=sha1:d14078084f7951d7c5ae7ba38499439234f71292
WEB_SITE=http://stellarium.free.fr
ENTERED=20040420
- UPDATED=20131001
+ UPDATED=20140916
SHORT="Stellarium astronomy software"
cat << EOF
More information about the Lunar-commits
mailing list