stellarium: deleted unmaintained port
This commit is contained in:
parent
2a2b29711f
commit
aa9d8df1a9
File diff suppressed because it is too large
Load Diff
@ -1,7 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF39BvhH3n6ts1/NaZTxGCMvfKRM5fahxRozW5klTGqdWOEP6pAkVa+0gSYqaQNU2xY0+65s0vc1hyTt3n+xooJAY=
|
||||
SHA256 (Pkgfile) = 2890944d23376cb2e784bd6cc0f094fabc76f1fd943407f43c61b784e3eb2193
|
||||
SHA256 (.footprint) = 4dad065286524707bb237add48884c1425509ca9eb5e48d8c21c8a73b10e0f89
|
||||
SHA256 (stellarium-0.19.1.tar.gz) = 0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68
|
||||
SHA256 (stellarium.desktop) = a5e162068b9e7ea2b3c673a37db2a0266d97a63e496dd163171aca84f078b0da
|
||||
SHA256 (stellarium.png) = 20d40daaa9e534f30f5333382b257853f63df47725ab91d0d379ec263c8e2052
|
@ -1,27 +0,0 @@
|
||||
# Description: Open source planetarium
|
||||
# URL: http://stellarium.org
|
||||
# Maintainer: unmaintained
|
||||
# Depends on: qt5
|
||||
|
||||
name=stellarium
|
||||
version=0.19.1
|
||||
release=1
|
||||
source=(https://github.com/Stellarium/stellarium/releases/download/v"$version"/$name-$version.tar.gz
|
||||
$name.desktop
|
||||
$name.png)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
mkdir build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DENABLE_NLS=0 ../
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/locale
|
||||
# mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
# install -m 644 $SRC/stellarium.desktop $PKG/usr/share/applications/stellarium.desktop
|
||||
# install -m 644 $SRC/stellarium.png $PKG/usr/share/pixmaps/stellarium.png
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
Stellarium has numerous stars listed in it's star catalog.
|
||||
The star catalog data is located in the stars/default sub-directory
|
||||
in the installation or ~/.stellarium directory.
|
||||
The star catalog splits the data into different files.
|
||||
|
||||
Each catalog file models stars for one level. Star records do not list the star's full coordinates.
|
||||
The coordinates are relative to the central position of the zone the star falls in.
|
||||
This means it is important to know the zone model to learn about a star's positional data.
|
||||
The following summarizes zone file information.
|
||||
|
||||
These ship with Stellarium:
|
||||
File #Records Notes
|
||||
stars_0_0v0_1.cat 5,013 Hipparcos
|
||||
stars_1_0v0_1.cat 21,999 Hipparcos
|
||||
stars_2_0v0_1.cat 151,516 Hipparcos
|
||||
stars_3_1v0_0.cat 434,064 Tycho
|
||||
|
||||
These[1] can be downloaded from the UI('Configuration'):
|
||||
File #Records Notes
|
||||
stars_4_1v0_0.cat 1,725,497 Tycho
|
||||
stars_5_2v0_0.cat 7,669,0111 NOMAD
|
||||
stars_6_2v0_0.cat 26,615,233 NOMAD
|
||||
stars_7_2v0_0.cat 57,826,266 NOMAD
|
||||
stars_8_2v0_0.cat 116,923,084 NOMAD
|
||||
|
||||
|
||||
[1] The bigger the star catalogue, the more RAM/better OpenGL-capable graphics
|
||||
card is required for optimal experience.
|
||||
Rule of thumb : if you don't get 60+ fps most of the time with it, star
|
||||
catalogue is too big.
|
||||
|
@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Stellarium
|
||||
GenericName=Nightsky renderer
|
||||
Comment=A real-time nightsky renderer
|
||||
Categories=Education;Science;Astronomy;
|
||||
Icon=stellarium
|
||||
Exec=stellarium
|
||||
Terminal=false
|
||||
Type=Application
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user