parent
ccdf0d181a
commit
2a6eab628b
22
README.md
22
README.md
@ -4,25 +4,3 @@ KStars is a Desktop Planetarium for KDE.
|
||||
It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time.
|
||||
The display includes up to 100 million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets and asteroids.
|
||||
|
||||
Features
|
||||
* Catalogs:
|
||||
* Default catalog consisting of stars to magnitude 8;
|
||||
* Extra catalogs consisting of 100 million stars to magnitude 16;
|
||||
* Downloadable catalogsincluding Messier Images, Abell Planetary Nebulae;
|
||||
* Corrections for precession, nutation and atmospheric refraction;
|
||||
* Tools for retrieval of data from Online Databases;
|
||||
* Scriptable actions using D-Bus;
|
||||
* Integration with INDI provides support for a wide range of instruments.
|
||||
* Features for Educators and Students:
|
||||
* Adjustable simulation speed in order to view phenomena that happen over long timescales;
|
||||
* KStars Astrocalculator to access some of the internal calculations of KStars,and also to predict conjunctions etc.;
|
||||
* Astroinfo project to help facilitate learning with the aid of KStars;
|
||||
* Internet links for further information / pictures of objectsv.
|
||||
* Features for Amateur Astronomers:
|
||||
* Observing List tool to plan observations;
|
||||
* FOV Editor helps calculate field of view of equipment and display them;
|
||||
* ObtainAAVSO light curves for variable stars;
|
||||
* What's up tonight tool;
|
||||
* Altitude vs Time tool;
|
||||
* Sky Calendar tool.
|
||||
|
||||
|
72
kstars.spec
72
kstars.spec
@ -1,23 +1,33 @@
|
||||
Name: kstars
|
||||
Epoch: 1
|
||||
Version: 3.7.0
|
||||
Release: 2mamba
|
||||
Version: 3.7.4
|
||||
Release: 1mamba
|
||||
Summary: Desktop Planetarium
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://apps.kde.org/education/kstars/
|
||||
Source: http://mirror.hs-esslingen.de/Mirrors/ftp.kde.org/pub/kde/stable/kstars/kstars-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/kstars/%{version}/kstars-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Concurrent
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5DataVisualization-devel
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5PrintSupport
|
||||
BuildRequires: libQt5Sql
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5WebSockets-devel
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5Xml
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libattica5-devel
|
||||
BuildRequires: libcfitsio-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgsl-devel
|
||||
BuildRequires: libindi-devel
|
||||
@ -42,6 +52,7 @@ BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libnova-devel
|
||||
BuildRequires: libopencv-devel
|
||||
BuildRequires: libqtkeychain-devel
|
||||
BuildRequires: libraw-devel
|
||||
BuildRequires: libsolid-devel
|
||||
@ -49,7 +60,6 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libstellarsolver-devel
|
||||
BuildRequires: libwcs-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnova-devel >= 0:0.16-1mamba
|
||||
@ -65,64 +75,26 @@ KStars is a Desktop Planetarium for KDE.
|
||||
It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time.
|
||||
The display includes up to 100 million stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets and asteroids.
|
||||
|
||||
Features
|
||||
* Catalogs:
|
||||
* Default catalog consisting of stars to magnitude 8;
|
||||
* Extra catalogs consisting of 100 million stars to magnitude 16;
|
||||
* Downloadable catalogsincluding Messier Images, Abell Planetary Nebulae;
|
||||
* Corrections for precession, nutation and atmospheric refraction;
|
||||
* Tools for retrieval of data from Online Databases;
|
||||
* Scriptable actions using D-Bus;
|
||||
* Integration with INDI provides support for a wide range of instruments.
|
||||
* Features for Educators and Students:
|
||||
* Adjustable simulation speed in order to view phenomena that happen over long timescales;
|
||||
* KStars Astrocalculator to access some of the internal calculations of KStars,and also to predict conjunctions etc.;
|
||||
* Astroinfo project to help facilitate learning with the aid of KStars;
|
||||
* Internet links for further information / pictures of objectsv.
|
||||
* Features for Amateur Astronomers:
|
||||
* Observing List tool to plan observations;
|
||||
* FOV Editor helps calculate field of view of equipment and display them;
|
||||
* ObtainAAVSO light curves for variable stars;
|
||||
* What's up tonight tool;
|
||||
* Altitude vs Time tool;
|
||||
* Sky Calendar tool.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/%{name}
|
||||
%{_kde5_datadir}/%{name}
|
||||
@ -137,6 +109,10 @@ exit 0
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sun Dec 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4-1mamba
|
||||
- update to 3.7.4
|
||||
- closes #1
|
||||
|
||||
* Tue Jun 04 2024 Automatic Build System <autodist@mambasoft.it> 3.7.0-2mamba
|
||||
- rebuilt by autoport with build requirements: libnova-devel>=0:0.16-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user