Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433211 - sci-astronomy/stellarium-0.11.4a version bump
Summary: sci-astronomy/stellarium-0.11.4a version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
: 433159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-08-29 18:06 UTC by Kacper Kowalik (Xarthisius) (RETIRED)
Modified: 2012-09-02 18:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bump diff against 0.11.3 (stellarium-0.11.4.diff,965 bytes, patch)
2012-08-29 19:26 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-08-29 18:06:03 UTC
This release brings some interesting new features:
- New plugin: Exoplanets.
- New plugin: Observability analysis.
- Improvements to Night Vision mode.
- Improvements for *BSD systems.
- New scripts.

There have also been a large number of bug fixes and some performance and GUI improvements. A huge thanks 
to all community bug reporters.

Change Log

Added:
- New plugin: Exoplanets
- New plugin: Observability analysis
- Get geometric altitude and azimuth for script engine (LP: #1010617)
- Sky image loading with altitude/azimuth coordinates (LP: #1023548)
- New hotkey for star name labels (LP: #1032989)
- Option to activate/deactivate the Nebula Background Images button via GUI (LP: #925247)
- Return to user set location and landscape (LP: #981507)
- Display degrees and minutes for FOV of CCD (LP: #998761)
- Adding all possible satellites (LP: #1006495)
- Building a Windows x64 packages (LP: #1003041, #1027607)
- Apply atmosphere effect only on bodies with atmosphere (LP: #971875)

Fixed:
- Various Stellarium freezes and crashed (LP: #1005155, #1030913, #940638, #992267, #1033380, #951967, #1040054)
- Various plugins issues (LP: #751381, #892027, #1006134, #1040066, #1040085)
- Various issues for nebulae (LP: #1026021, #744517)
- Add/subtract one sidereal year jumps wrong amount (LP: #1006208)
- Various small issues, typos and mistakes (LP: #1022506, #1032469, #1019247, #985204)
- Various issues in Scripting Engine (LP: #1023934, #1017148, #1017154, #730180)

Changed:
- New tab in the configuration window to control the selected object information.
- Improvement Night Vision mode
- Extend list of default scripts
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-08-29 19:26:13 UTC
Created attachment 322519 [details, diff]
bump diff against 0.11.3

The only diffrences between plain 0.11.4 and 'a' version are 1) desktop file patch was applied, 2):
--- a/src/StelLogger.cpp
+++ b/src/StelLogger.cpp
@@ -313,7 +313,7 @@
 	}
 
 #elif defined Q_OS_BSD4
-	QProcess dmesg
+	QProcess dmesg;
 	dmesg.start("/sbin/dmesg", QIODevice::ReadOnly);
 	dmesg.waitForStarted();
 	dmesg.waitForFinished();

I've decided to stick with clean PV and add 'a' only to SRC_URI, to minimize changes to ebuild.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2012-08-29 20:11:18 UTC
in portage.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-02 18:24:54 UTC
*** Bug 433159 has been marked as a duplicate of this bug. ***