Import celestia-1.4.1
Unlike most planetarium software, Celestia doesn't confine you to the surface of the Earth. You can travel throughout the solar system, to any of over 100,000 stars, or even beyond the galaxy. All movement in Celestia is seamless; the exponential zoom feature lets you explore space across a huge range of scales, from galaxy clusters down to spacecraft only a few meters across. A 'point-and-goto' interface makes it simple to navigate through the universe to the object you want to visit. Celestia is expandable. It comes with a large catalog of stars, galaxies, planets, moons, asteroids, comets, and spacecraft. If that's not enough, you can download dozens of easy to install add-ons with more objects. Available flavors: lua - add Lua scripting engine (extension language support) ok jasper@
This commit is contained in:
parent
2ab7a5dcf5
commit
fc0702c16c
60
astro/celestia/Makefile
Normal file
60
astro/celestia/Makefile
Normal file
@ -0,0 +1,60 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
|
||||
COMMENT= free space simulator and planetatium
|
||||
|
||||
DISTNAME= celestia-1.4.1
|
||||
CATEGORIES= astro x11
|
||||
|
||||
HOMEPAGE= http://www.shatters.net/celestia/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=celestia/}
|
||||
|
||||
WANTLIB= GL GLU ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xi \
|
||||
Xinerama Xmu Xrandr Xrender Xt atk-1.0 c cairo expat \
|
||||
fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
||||
jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pangox-1.0 \
|
||||
png stdc++ z
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gdkglext-x11-1.0,gtkglext-x11-1.0::x11/gtkglext
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include/libpng" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-gtk
|
||||
|
||||
FLAVORS= lua
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mlua}
|
||||
LIB_DEPENDS+= lua.>=5::lang/lua
|
||||
CONFIGURE_ARGS+=--with-lua
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-lua
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@perl -pi -e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g' \
|
||||
${WRKSRC}/src/celestia/celestiacore.cpp
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/models/*.3ds \
|
||||
${PREFIX}/share/celestia/models
|
||||
|
||||
.include <bsd.port.mk>
|
5
astro/celestia/distinfo
Normal file
5
astro/celestia/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (celestia-1.4.1.tar.gz) = vh02/JehO5onYknbwO+sQQ==
|
||||
RMD160 (celestia-1.4.1.tar.gz) = xmwlQOMpYT2s4S5bErLa4qTGeeA=
|
||||
SHA1 (celestia-1.4.1.tar.gz) = N4Y0mMQ9MHi0ECdwa/oDO8zZSak=
|
||||
SHA256 (celestia-1.4.1.tar.gz) = +dw028DVPphTQABUWAK1q0pHHDyz+gipyVjLu+so2LU=
|
||||
SIZE (celestia-1.4.1.tar.gz) = 23966886
|
11
astro/celestia/patches/patch-Makefile_in
Normal file
11
astro/celestia/patches/patch-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- Makefile.in.orig Wed Jul 11 17:10:46 2007
|
||||
+++ Makefile.in Wed Jul 11 17:11:04 2007
|
||||
@@ -309,7 +309,6 @@ noinst_DATA = \
|
||||
pkgdata_DATA = \
|
||||
celestia.cfg \
|
||||
controls.txt \
|
||||
- COPYING \
|
||||
$(wildcard *.cel)
|
||||
|
||||
|
132
astro/celestia/patches/patch-configure
Normal file
132
astro/celestia/patches/patch-configure
Normal file
@ -0,0 +1,132 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- configure.orig Wed Feb 15 22:53:09 2006
|
||||
+++ configure Thu Jul 12 12:13:21 2007
|
||||
@@ -3227,13 +3227,13 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS=$ac_save_CFLAGS
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-g -O2"
|
||||
+ CFLAGS="-g"
|
||||
else
|
||||
CFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-O2"
|
||||
+ CFLAGS=""
|
||||
else
|
||||
CFLAGS=
|
||||
fi
|
||||
@@ -5605,13 +5605,13 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS=$ac_save_CFLAGS
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-g -O2"
|
||||
+ CFLAGS="-g"
|
||||
else
|
||||
CFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-O2"
|
||||
+ CFLAGS=""
|
||||
else
|
||||
CFLAGS=
|
||||
fi
|
||||
@@ -6213,13 +6213,13 @@ if test "$ac_test_CXXFLAGS" = set; then
|
||||
CXXFLAGS=$ac_save_CXXFLAGS
|
||||
elif test $ac_cv_prog_cxx_g = yes; then
|
||||
if test "$GXX" = yes; then
|
||||
- CXXFLAGS="-g -O2"
|
||||
+ CXXFLAGS="-g"
|
||||
else
|
||||
CXXFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GXX" = yes; then
|
||||
- CXXFLAGS="-O2"
|
||||
+ CXXFLAGS=""
|
||||
else
|
||||
CXXFLAGS=
|
||||
fi
|
||||
@@ -21716,8 +21716,6 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
|
||||
|
||||
|
||||
CELESTIA_CPPFLAGS=""
|
||||
-CELESTIA_CFLAGS="-O2 -Wall -ffast-math -fexpensive-optimizations"
|
||||
-CELESTIA_CXXFLAGS="-O2 -Wall -ffast-math -fexpensive-optimizations"
|
||||
|
||||
echo "$as_me:$LINENO: checking whether to include debugging code" >&5
|
||||
echo $ECHO_N "checking whether to include debugging code... $ECHO_C" >&6
|
||||
@@ -22383,13 +22381,13 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS=$ac_save_CFLAGS
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-g -O2"
|
||||
+ CFLAGS="-g"
|
||||
else
|
||||
CFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-O2"
|
||||
+ CFLAGS=""
|
||||
else
|
||||
CFLAGS=
|
||||
fi
|
||||
@@ -22997,10 +22995,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
if test $kde_use_debug_code = "full"; then
|
||||
CFLAGS="-g3 -fno-inline $CFLAGS"
|
||||
else
|
||||
- CFLAGS="-g -O2 $CFLAGS"
|
||||
+ CFLAGS="-g $CFLAGS"
|
||||
fi
|
||||
else
|
||||
- CFLAGS="-O2 $CFLAGS"
|
||||
+ CFLAGS="$CFLAGS"
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -23250,13 +23248,13 @@ if test "$ac_test_CXXFLAGS" = set; then
|
||||
CXXFLAGS=$ac_save_CXXFLAGS
|
||||
elif test $ac_cv_prog_cxx_g = yes; then
|
||||
if test "$GXX" = yes; then
|
||||
- CXXFLAGS="-g -O2"
|
||||
+ CXXFLAGS="-g"
|
||||
else
|
||||
CXXFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GXX" = yes; then
|
||||
- CXXFLAGS="-O2"
|
||||
+ CXXFLAGS=""
|
||||
else
|
||||
CXXFLAGS=
|
||||
fi
|
||||
@@ -23482,7 +23480,7 @@ fi
|
||||
if test "$kde_use_debug_code" = "full"; then
|
||||
CXXFLAGS="-g3 -fno-inline $CXXFLAGS"
|
||||
else
|
||||
- CXXFLAGS="-g -O2 $CXXFLAGS"
|
||||
+ CXXFLAGS="-g $CXXFLAGS"
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -23667,7 +23665,7 @@ fi
|
||||
if test "$CXX" = "KCC"; then
|
||||
CXXFLAGS="+K3 $CXXFLAGS"
|
||||
else
|
||||
- CXXFLAGS="-O2 $CXXFLAGS"
|
||||
+ CXXFLAGS="$CXXFLAGS"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
@@ -39509,7 +39507,7 @@ echo "$as_me:$LINENO: checking whether to enable Celes
|
||||
echo $ECHO_N "checking whether to enable Celestia Extension Language... $ECHO_C" >&6
|
||||
if (test "$enable_lua" != "no"); then
|
||||
CXXFLAGS="$CXXFLAGS -DCELX"
|
||||
- LDFLAGS="$LDFLAGS -llualib -llua"
|
||||
+ LDFLAGS="$LDFLAGS -llua"
|
||||
|
||||
if (test "$lua_includes" != "no"); then
|
||||
CXXFLAGS="$CXXFLAGS -I$lua_includes"
|
12
astro/celestia/patches/patch-src_celengine_command_h
Normal file
12
astro/celestia/patches/patch-src_celengine_command_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_celengine_command_h,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- src/celengine/command.h.orig Thu Jul 12 09:34:00 2007
|
||||
+++ src/celengine/command.h Thu Jul 12 09:34:24 2007
|
||||
@@ -94,7 +94,7 @@ class CommandGoto : public InstantaneousCommand
|
||||
class CommandGotoLongLat : public InstantaneousCommand
|
||||
{
|
||||
public:
|
||||
- CommandGotoLongLat::CommandGotoLongLat(double t,
|
||||
+ CommandGotoLongLat(double t,
|
||||
double dist,
|
||||
float _longitude, float _latitude,
|
||||
Vec3f _up);
|
12
astro/celestia/patches/patch-src_celengine_star_h
Normal file
12
astro/celestia/patches/patch-src_celengine_star_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_celengine_star_h,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- src/celengine/star.h.orig Thu Jul 12 09:33:28 2007
|
||||
+++ src/celengine/star.h Thu Jul 12 09:33:48 2007
|
||||
@@ -30,7 +30,7 @@ class StarDetails
|
||||
// orbits and StarDetails objects. Currently, it's assumed that they
|
||||
// have lifetimes that continue until program termination.
|
||||
public:
|
||||
- StarDetails::StarDetails();
|
||||
+ StarDetails();
|
||||
|
||||
inline float getRadius() const;
|
||||
inline float getTemperature() const;
|
12
astro/celestia/patches/patch-src_celestia_celestiacore_cpp
Normal file
12
astro/celestia/patches/patch-src_celestia_celestiacore_cpp
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_celestia_celestiacore_cpp,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- src/celestia/celestiacore.cpp.orig Thu Jul 12 09:43:25 2007
|
||||
+++ src/celestia/celestiacore.cpp Thu Jul 12 09:43:58 2007
|
||||
@@ -3547,7 +3547,7 @@ bool CelestiaCore::initSimulation(const string* config
|
||||
}
|
||||
else
|
||||
{
|
||||
- config = ReadCelestiaConfig("celestia.cfg");
|
||||
+ config = ReadCelestiaConfig("!!SYSCONFDIR!!/celestia.cfg");
|
||||
|
||||
string localConfigFile = WordExp("~/.celestia.cfg");
|
||||
if (localConfigFile != "")
|
55
astro/celestia/patches/patch-src_celestia_celx_cpp
Normal file
55
astro/celestia/patches/patch-src_celestia_celx_cpp
Normal file
@ -0,0 +1,55 @@
|
||||
$OpenBSD: patch-src_celestia_celx_cpp,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
$NetBSD: patch-ai,v 1.3 2006/08/14 22:43:08 wiz Exp $
|
||||
--- src/celestia/celx.cpp.orig Thu Jul 12 12:02:16 2007
|
||||
+++ src/celestia/celx.cpp Thu Jul 12 12:09:51 2007
|
||||
@@ -368,6 +368,17 @@ static CelestiaCore* getAppCore(lua_State* l, FatalErr
|
||||
return appCore;
|
||||
}
|
||||
|
||||
+static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) {
|
||||
+ (void)ud; /* not used */
|
||||
+ (void)osize; /* not used */
|
||||
+ if (nsize == 0) {
|
||||
+ free(ptr); /* ANSI requires that free(NULL) has no effect */
|
||||
+ return NULL;
|
||||
+ }
|
||||
+ else
|
||||
+ /* ANSI requires that realloc(NULL, size) == malloc(size) */
|
||||
+ return realloc(ptr, nsize);
|
||||
+}
|
||||
|
||||
LuaState::LuaState() :
|
||||
timeout(MaxTimeslice),
|
||||
@@ -378,7 +389,7 @@ LuaState::LuaState() :
|
||||
scriptAwakenTime(0.1),
|
||||
ioMode(NoIO)
|
||||
{
|
||||
- state = lua_open();
|
||||
+ state = lua_newstate(l_alloc, NULL);
|
||||
timer = CreateTimer();
|
||||
screenshotCount = 0;
|
||||
}
|
||||
@@ -598,7 +609,7 @@ bool LuaState::charEntered(const char* c_p)
|
||||
int stackTop = lua_gettop(costate);
|
||||
if (strcmp(c_p, "y") == 0)
|
||||
{
|
||||
- lua_iolibopen(costate);
|
||||
+ luaopen_io(costate);
|
||||
ioMode = IOAllowed;
|
||||
}
|
||||
else
|
||||
@@ -4577,10 +4588,10 @@ bool LuaState::init(CelestiaCore* appCore)
|
||||
initMaps();
|
||||
|
||||
// Import the base and math libraries
|
||||
- lua_baselibopen(state);
|
||||
- lua_mathlibopen(state);
|
||||
- lua_tablibopen(state);
|
||||
- lua_strlibopen(state);
|
||||
+ luaopen_base(state);
|
||||
+ luaopen_math(state);
|
||||
+ luaopen_table(state);
|
||||
+ luaopen_string(state);
|
||||
|
||||
// Add an easy to use wait function, so that script writers can
|
||||
// live in ignorance of coroutines. There will probably be a significant
|
50
astro/celestia/patches/patch-src_celutil_unixdirectory_cpp
Normal file
50
astro/celestia/patches/patch-src_celutil_unixdirectory_cpp
Normal file
@ -0,0 +1,50 @@
|
||||
$OpenBSD: patch-src_celutil_unixdirectory_cpp,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
$NetBSD: patch-am,v 1.1 2006/12/12 19:31:37 joerg Exp $
|
||||
--- src/celutil/unixdirectory.cpp.orig Wed Jul 11 16:30:51 2007
|
||||
+++ src/celutil/unixdirectory.cpp Wed Jul 11 16:33:05 2007
|
||||
@@ -7,11 +7,19 @@
|
||||
// as published by the Free Software Foundation; either version 2
|
||||
// of the License, or (at your option) any later version.
|
||||
|
||||
+#if defined(__OpenBSD__)
|
||||
+#define NO_WORDEXP
|
||||
+#endif
|
||||
+
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
+#ifdef NO_WORDEXP
|
||||
+#include <glob.h>
|
||||
+#else
|
||||
#include <wordexp.h>
|
||||
+#endif
|
||||
#include "directory.h"
|
||||
|
||||
using namespace std;
|
||||
@@ -98,6 +106,19 @@ bool IsDirectory(const std::string& filename)
|
||||
}
|
||||
|
||||
std::string WordExp(const std::string& filename) {
|
||||
+#ifdef NO_WORDEXP
|
||||
+ glob_t g;
|
||||
+ std::string expanded;
|
||||
+ glob(filename.c_str(), GLOB_NOSORT | GLOB_TILDE, NULL, &g);
|
||||
+ if (g.gl_matchc != 1) {
|
||||
+ globfree(&g);
|
||||
+ return filename;
|
||||
+ } else {
|
||||
+ expanded = g.gl_pathv[0];
|
||||
+ globfree(&g);
|
||||
+ return expanded;
|
||||
+ }
|
||||
+#else
|
||||
wordexp_t result;
|
||||
std::string expanded;
|
||||
|
||||
@@ -121,4 +142,5 @@ std::string WordExp(const std::string& filename) {
|
||||
wordfree(&result);
|
||||
|
||||
return expanded;
|
||||
+#endif
|
||||
}
|
11
astro/celestia/patches/patch-src_celutil_util_h
Normal file
11
astro/celestia/patches/patch-src_celutil_util_h
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_celutil_util_h,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
--- src/celutil/util.h.orig Wed Jul 11 16:40:18 2007
|
||||
+++ src/celutil/util.h Wed Jul 11 16:40:31 2007
|
||||
@@ -28,6 +28,7 @@
|
||||
#ifdef _WIN32
|
||||
#define _(s) s
|
||||
#else
|
||||
+#include <libintl.h>
|
||||
#define _(s) gettext(s)
|
||||
#endif
|
||||
|
17
astro/celestia/pkg/DESCR
Normal file
17
astro/celestia/pkg/DESCR
Normal file
@ -0,0 +1,17 @@
|
||||
Unlike most planetarium software, Celestia doesn't confine you to the
|
||||
surface of the Earth. You can travel throughout the solar system, to any
|
||||
of over 100,000 stars, or even beyond the galaxy.
|
||||
|
||||
All movement in Celestia is seamless; the exponential zoom feature lets
|
||||
you explore space across a huge range of scales, from galaxy clusters
|
||||
down to spacecraft only a few meters across. A 'point-and-goto'
|
||||
interface makes it simple to navigate through the universe to the object
|
||||
you want to visit.
|
||||
|
||||
Celestia is expandable. It comes with a large catalog of stars,
|
||||
galaxies, planets, moons, asteroids, comets, and spacecraft. If that's
|
||||
not enough, you can download dozens of easy to install add-ons with more
|
||||
objects.
|
||||
|
||||
Available flavors:
|
||||
lua - add Lua scripting engine (extension language support)
|
367
astro/celestia/pkg/PLIST
Normal file
367
astro/celestia/pkg/PLIST
Normal file
@ -0,0 +1,367 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/16 17:39:21 ajacoutot Exp $
|
||||
bin/celestia
|
||||
share/applications/
|
||||
share/applications/celestia.desktop
|
||||
share/celestia/
|
||||
share/celestia/celestia-logo.png
|
||||
share/celestia/celestia.cfg
|
||||
@sample ${SYSCONFDIR}/celestia.cfg
|
||||
share/celestia/celestiaui.xml
|
||||
share/celestia/controls.txt
|
||||
share/celestia/data/
|
||||
share/celestia/data/asterisms.dat
|
||||
share/celestia/data/asteroids.ssc
|
||||
share/celestia/data/boundaries.dat
|
||||
share/celestia/data/cassini.xyz
|
||||
share/celestia/data/comets.ssc
|
||||
share/celestia/data/deepsky.dsc
|
||||
share/celestia/data/earth_locs.ssc
|
||||
share/celestia/data/eros_locs.ssc
|
||||
share/celestia/data/extrasolar.ssc
|
||||
share/celestia/data/extrasolar.stc
|
||||
share/celestia/data/galileo.xyz
|
||||
share/celestia/data/gaspra_locs.ssc
|
||||
share/celestia/data/hdxindex.dat
|
||||
share/celestia/data/huygens.xyz
|
||||
share/celestia/data/ida_locs.ssc
|
||||
share/celestia/data/jupitermoons_locs.ssc
|
||||
share/celestia/data/mars_locs.ssc
|
||||
share/celestia/data/marsmoons_locs.ssc
|
||||
share/celestia/data/merc_locs.ssc
|
||||
share/celestia/data/moon_locs.ssc
|
||||
share/celestia/data/nearstars.stc
|
||||
share/celestia/data/neptunemoons_locs.ssc
|
||||
share/celestia/data/outersys.ssc
|
||||
share/celestia/data/revised.stc
|
||||
share/celestia/data/ring_locs.ssc
|
||||
share/celestia/data/saoxindex.dat
|
||||
share/celestia/data/saturnmoons_locs.ssc
|
||||
share/celestia/data/solarsys.ssc
|
||||
share/celestia/data/spacecraft.ssc
|
||||
share/celestia/data/spectbins.stc
|
||||
share/celestia/data/starnames.dat
|
||||
share/celestia/data/stars.dat
|
||||
share/celestia/data/uranusmoons_locs.ssc
|
||||
share/celestia/data/venus_locs.ssc
|
||||
share/celestia/data/visualbins.stc
|
||||
share/celestia/data/world-capitals.ssc
|
||||
share/celestia/demo.cel
|
||||
share/celestia/extras/
|
||||
share/celestia/extras/apollo.ssc
|
||||
share/celestia/extras/comets.ssc
|
||||
share/celestia/extras/minormoons.ssc
|
||||
share/celestia/extras/numberedmoons.ssc
|
||||
share/celestia/extras/shroxclassic.ssc
|
||||
share/celestia/extras/shroxmars.ssc
|
||||
share/celestia/extras/skylab.ssc
|
||||
share/celestia/fonts/
|
||||
share/celestia/fonts/clean12.txf
|
||||
share/celestia/fonts/clean16.txf
|
||||
share/celestia/fonts/cleanbold12.txf
|
||||
share/celestia/fonts/cleanbold16.txf
|
||||
share/celestia/fonts/default.txf
|
||||
share/celestia/fonts/helv10.txf
|
||||
share/celestia/fonts/helv12.txf
|
||||
share/celestia/fonts/helv18.txf
|
||||
share/celestia/fonts/helv24.txf
|
||||
share/celestia/fonts/helvbold12.txf
|
||||
share/celestia/fonts/helvbold18.txf
|
||||
share/celestia/fonts/helvbold24.txf
|
||||
share/celestia/fonts/sans10.txf
|
||||
share/celestia/fonts/sans12.txf
|
||||
share/celestia/fonts/sans14.txf
|
||||
share/celestia/fonts/sans20.txf
|
||||
share/celestia/fonts/sansbold10.txf
|
||||
share/celestia/fonts/sansbold12.txf
|
||||
share/celestia/fonts/sansbold14.txf
|
||||
share/celestia/fonts/sansbold20.txf
|
||||
share/celestia/guide.cel
|
||||
share/celestia/models/
|
||||
share/celestia/models/S0.pts
|
||||
share/celestia/models/SBa.pts
|
||||
share/celestia/models/SBb.pts
|
||||
share/celestia/models/SBc.pts
|
||||
share/celestia/models/Sa.pts
|
||||
share/celestia/models/Sb.pts
|
||||
share/celestia/models/Sc.pts
|
||||
share/celestia/models/amalthea.3ds
|
||||
share/celestia/models/amalthea.cmod
|
||||
share/celestia/models/apollo.3ds
|
||||
share/celestia/models/asteroid.cms
|
||||
share/celestia/models/bacchus.3ds
|
||||
share/celestia/models/bacchus.cmod
|
||||
share/celestia/models/borrelly.cms
|
||||
share/celestia/models/cassini.3ds
|
||||
share/celestia/models/castalia.3ds
|
||||
share/celestia/models/castalia.cmod
|
||||
share/celestia/models/deimos.3ds
|
||||
share/celestia/models/deimos.cmod
|
||||
share/celestia/models/epimetheus.3ds
|
||||
share/celestia/models/epimetheus.cmod
|
||||
share/celestia/models/eros.3ds
|
||||
share/celestia/models/eros.cmod
|
||||
share/celestia/models/eros.cms
|
||||
share/celestia/models/galileo.3ds
|
||||
share/celestia/models/gaspra.3ds
|
||||
share/celestia/models/gaspra.cmod
|
||||
share/celestia/models/gemini.3ds
|
||||
share/celestia/models/geographos.3ds
|
||||
share/celestia/models/geographos.cmod
|
||||
share/celestia/models/golevka.3ds
|
||||
share/celestia/models/golevka.cmod
|
||||
share/celestia/models/halley.3ds
|
||||
share/celestia/models/halley.cmod
|
||||
share/celestia/models/hubble.3ds
|
||||
share/celestia/models/huygens.3ds
|
||||
share/celestia/models/hyperion.3ds
|
||||
share/celestia/models/hyperion.cmod
|
||||
share/celestia/models/hyperion.cms
|
||||
share/celestia/models/ida.3ds
|
||||
share/celestia/models/ida.cmod
|
||||
share/celestia/models/iss.3ds
|
||||
share/celestia/models/janus.3ds
|
||||
share/celestia/models/janus.cmod
|
||||
share/celestia/models/kleopatra.3ds
|
||||
share/celestia/models/kleopatra.cmod
|
||||
share/celestia/models/ky26.3ds
|
||||
share/celestia/models/ky26.cmod
|
||||
share/celestia/models/larissa.3ds
|
||||
share/celestia/models/larissa.cmod
|
||||
share/celestia/models/marsglobalsurvr.3ds
|
||||
share/celestia/models/marsodyssey.3ds
|
||||
share/celestia/models/mercury7.3ds
|
||||
share/celestia/models/mir.3ds
|
||||
share/celestia/models/pandora.3ds
|
||||
share/celestia/models/pandora.cmod
|
||||
share/celestia/models/phobos.3ds
|
||||
share/celestia/models/phobos.cmod
|
||||
share/celestia/models/phoebe.3ds
|
||||
share/celestia/models/phoebe.cmod
|
||||
share/celestia/models/prometheus.3ds
|
||||
share/celestia/models/prometheus.cmod
|
||||
share/celestia/models/proteus.3ds
|
||||
share/celestia/models/proteus.cmod
|
||||
share/celestia/models/proteus.cms
|
||||
share/celestia/models/roughsphere.cms
|
||||
share/celestia/models/skylab.3ds
|
||||
share/celestia/models/toutatis.3ds
|
||||
share/celestia/models/toutatis.cmod
|
||||
share/celestia/models/vesta.3ds
|
||||
share/celestia/models/vesta.cmod
|
||||
share/celestia/shaders/
|
||||
share/celestia/shaders/bumpdiffuse.vp
|
||||
share/celestia/shaders/bumpdiffuse_arb.vp
|
||||
share/celestia/shaders/bumpdiffuse_nv.fp
|
||||
share/celestia/shaders/bumphaze.vp
|
||||
share/celestia/shaders/bumphaze_arb.vp
|
||||
share/celestia/shaders/diffuse.vp
|
||||
share/celestia/shaders/diffuse2_arb.vp
|
||||
share/celestia/shaders/diffuse_arb.vp
|
||||
share/celestia/shaders/diffuse_nv.fp
|
||||
share/celestia/shaders/diffuse_texoff.vp
|
||||
share/celestia/shaders/diffuse_texoff2_arb.vp
|
||||
share/celestia/shaders/diffuse_texoff_arb.vp
|
||||
share/celestia/shaders/eclipse1_nv.fp
|
||||
share/celestia/shaders/eclipse2_nv.fp
|
||||
share/celestia/shaders/ell_galaxy_arb.vp
|
||||
share/celestia/shaders/glossmap_arb.vp
|
||||
share/celestia/shaders/haze.vp
|
||||
share/celestia/shaders/haze2_arb.vp
|
||||
share/celestia/shaders/haze_arb.vp
|
||||
share/celestia/shaders/multishadow_arb.vp
|
||||
share/celestia/shaders/night.vp
|
||||
share/celestia/shaders/night2_arb.vp
|
||||
share/celestia/shaders/night_arb.vp
|
||||
share/celestia/shaders/rings.vp
|
||||
share/celestia/shaders/rings_arb.vp
|
||||
share/celestia/shaders/ringshadow.vp
|
||||
share/celestia/shaders/ringshadow_arb.vp
|
||||
share/celestia/shaders/shadow_on_rings_nv.fp
|
||||
share/celestia/shaders/shadowtex.vp
|
||||
share/celestia/shaders/shadowtex_arb.vp
|
||||
share/celestia/shaders/simple.vp
|
||||
share/celestia/shaders/simple_arb.vp
|
||||
share/celestia/shaders/specular.vp
|
||||
share/celestia/shaders/specular2_arb.vp
|
||||
share/celestia/shaders/specular_arb.vp
|
||||
share/celestia/shaders/star_arb.vp
|
||||
share/celestia/shaders/texphong_alpha_arb.vp
|
||||
share/celestia/shaders/texphong_alpha_nv.fp
|
||||
share/celestia/shaders/texphong_arb.vp
|
||||
share/celestia/shaders/texphong_nv.fp
|
||||
share/celestia/splash/
|
||||
share/celestia/splash/splash.png
|
||||
share/celestia/start.cel
|
||||
share/celestia/textures/
|
||||
share/celestia/textures/flare.jpg
|
||||
share/celestia/textures/hires/
|
||||
share/celestia/textures/logo.png
|
||||
share/celestia/textures/lores/
|
||||
share/celestia/textures/lores/amalthea.jpg
|
||||
share/celestia/textures/lores/ariel-lok-mask.png
|
||||
share/celestia/textures/lores/ariel.jpg
|
||||
share/celestia/textures/lores/astar.jpg
|
||||
share/celestia/textures/lores/asteroid.jpg
|
||||
share/celestia/textures/lores/browndwarf.jpg
|
||||
share/celestia/textures/lores/bstar.jpg
|
||||
share/celestia/textures/lores/callisto-lok-mask.png
|
||||
share/celestia/textures/lores/callisto.jpg
|
||||
share/celestia/textures/lores/charon-lok-spec.jpg
|
||||
share/celestia/textures/lores/charon-lok.jpg
|
||||
share/celestia/textures/lores/deimos.jpg
|
||||
share/celestia/textures/lores/dione.jpg
|
||||
share/celestia/textures/lores/earth-clouds.png
|
||||
share/celestia/textures/lores/earth.png
|
||||
share/celestia/textures/lores/earthnight.jpg
|
||||
share/celestia/textures/lores/enceladus.jpg
|
||||
share/celestia/textures/lores/epimetheus-lok.jpg
|
||||
share/celestia/textures/lores/epimetheus.jpg
|
||||
share/celestia/textures/lores/eros.jpg
|
||||
share/celestia/textures/lores/europa-lok-mask.png
|
||||
share/celestia/textures/lores/europa.jpg
|
||||
share/celestia/textures/lores/exo-class1.jpg
|
||||
share/celestia/textures/lores/exo-class2.jpg
|
||||
share/celestia/textures/lores/exo-class3.jpg
|
||||
share/celestia/textures/lores/exo-class4.jpg
|
||||
share/celestia/textures/lores/exo-class4night.jpg
|
||||
share/celestia/textures/lores/exo-class5.jpg
|
||||
share/celestia/textures/lores/exo-class5night.jpg
|
||||
share/celestia/textures/lores/extrasolar-lok.jpg
|
||||
share/celestia/textures/lores/ganymede-lok-mask.png
|
||||
share/celestia/textures/lores/ganymede.jpg
|
||||
share/celestia/textures/lores/gaspramosaic.jpg
|
||||
share/celestia/textures/lores/gstar.jpg
|
||||
share/celestia/textures/lores/hyperion-lok.jpg
|
||||
share/celestia/textures/lores/hyperion.jpg
|
||||
share/celestia/textures/lores/iapetus.jpg
|
||||
share/celestia/textures/lores/idamosaic.jpg
|
||||
share/celestia/textures/lores/io-lok-mask.png
|
||||
share/celestia/textures/lores/io.jpg
|
||||
share/celestia/textures/lores/janus.jpg
|
||||
share/celestia/textures/lores/jupiter.jpg
|
||||
share/celestia/textures/lores/mars.jpg
|
||||
share/celestia/textures/lores/marsbump.jpg
|
||||
share/celestia/textures/lores/mercury-lok-mask.png
|
||||
share/celestia/textures/lores/mercury.jpg
|
||||
share/celestia/textures/lores/mimas-lok-mask.png
|
||||
share/celestia/textures/lores/mimas.jpg
|
||||
share/celestia/textures/lores/miranda-lok-mask.png
|
||||
share/celestia/textures/lores/miranda.jpg
|
||||
share/celestia/textures/lores/moon.jpg
|
||||
share/celestia/textures/lores/moonbump.jpg
|
||||
share/celestia/textures/lores/mstar.jpg
|
||||
share/celestia/textures/lores/neptune-rings.png
|
||||
share/celestia/textures/lores/neptune.jpg
|
||||
share/celestia/textures/lores/oberon-lok-mask.png
|
||||
share/celestia/textures/lores/oberon.jpg
|
||||
share/celestia/textures/lores/phobos.jpg
|
||||
share/celestia/textures/lores/phoebe.jpg
|
||||
share/celestia/textures/lores/pluto-lok-spec.jpg
|
||||
share/celestia/textures/lores/pluto-lok.jpg
|
||||
share/celestia/textures/lores/prometheus.jpg
|
||||
share/celestia/textures/lores/proteus.jpg
|
||||
share/celestia/textures/lores/rhea.jpg
|
||||
share/celestia/textures/lores/saturn-rings.png
|
||||
share/celestia/textures/lores/saturn.jpg
|
||||
share/celestia/textures/lores/tethys.jpg
|
||||
share/celestia/textures/lores/titan-clouds.jpg
|
||||
share/celestia/textures/lores/titan.jpg
|
||||
share/celestia/textures/lores/titania-lok-mask.png
|
||||
share/celestia/textures/lores/titania.jpg
|
||||
share/celestia/textures/lores/triton-lok-mask.png
|
||||
share/celestia/textures/lores/triton.jpg
|
||||
share/celestia/textures/lores/umbriel-lok-mask.png
|
||||
share/celestia/textures/lores/umbriel.jpg
|
||||
share/celestia/textures/lores/uranus-rings.png
|
||||
share/celestia/textures/lores/uranus.jpg
|
||||
share/celestia/textures/lores/venus.jpg
|
||||
share/celestia/textures/lores/venuslike.jpg
|
||||
share/celestia/textures/lores/venuslikenight.jpg
|
||||
share/celestia/textures/lores/venussurface.jpg
|
||||
share/celestia/textures/medres/
|
||||
share/celestia/textures/medres/amalthea.jpg
|
||||
share/celestia/textures/medres/ariel.jpg
|
||||
share/celestia/textures/medres/astar.jpg
|
||||
share/celestia/textures/medres/asteroid.jpg
|
||||
share/celestia/textures/medres/browndwarf.jpg
|
||||
share/celestia/textures/medres/bstar.jpg
|
||||
share/celestia/textures/medres/callisto.jpg
|
||||
share/celestia/textures/medres/charon-lok-spec.jpg
|
||||
share/celestia/textures/medres/charon-lok.jpg
|
||||
share/celestia/textures/medres/deimos.jpg
|
||||
share/celestia/textures/medres/dione.jpg
|
||||
share/celestia/textures/medres/earth-clouds.png
|
||||
share/celestia/textures/medres/earth.png
|
||||
share/celestia/textures/medres/earthnight.jpg
|
||||
share/celestia/textures/medres/enceladus.jpg
|
||||
share/celestia/textures/medres/epimetheus-lok.jpg
|
||||
share/celestia/textures/medres/epimetheus.jpg
|
||||
share/celestia/textures/medres/eros.jpg
|
||||
share/celestia/textures/medres/europa.jpg
|
||||
share/celestia/textures/medres/exo-class1.jpg
|
||||
share/celestia/textures/medres/exo-class2.jpg
|
||||
share/celestia/textures/medres/exo-class3.jpg
|
||||
share/celestia/textures/medres/exo-class4.jpg
|
||||
share/celestia/textures/medres/exo-class4night.jpg
|
||||
share/celestia/textures/medres/exo-class5.jpg
|
||||
share/celestia/textures/medres/exo-class5night.jpg
|
||||
share/celestia/textures/medres/ganymede.jpg
|
||||
share/celestia/textures/medres/gaspramosaic.jpg
|
||||
share/celestia/textures/medres/gstar.jpg
|
||||
share/celestia/textures/medres/hyperion-lok.jpg
|
||||
share/celestia/textures/medres/hyperion.jpg
|
||||
share/celestia/textures/medres/iapetus.jpg
|
||||
share/celestia/textures/medres/idamosaic.jpg
|
||||
share/celestia/textures/medres/io.jpg
|
||||
share/celestia/textures/medres/iss-cap1.jpg
|
||||
share/celestia/textures/medres/iss-mc1.jpg
|
||||
share/celestia/textures/medres/iss-mc31.jpg
|
||||
share/celestia/textures/medres/iss-sol1.jpg
|
||||
share/celestia/textures/medres/janus.jpg
|
||||
share/celestia/textures/medres/jupiter.jpg
|
||||
share/celestia/textures/medres/mars.jpg
|
||||
share/celestia/textures/medres/marsbump.jpg
|
||||
share/celestia/textures/medres/mercury.jpg
|
||||
share/celestia/textures/medres/mimas.jpg
|
||||
share/celestia/textures/medres/miranda.jpg
|
||||
share/celestia/textures/medres/moon.jpg
|
||||
share/celestia/textures/medres/moonbump.jpg
|
||||
share/celestia/textures/medres/mstar.jpg
|
||||
share/celestia/textures/medres/neptune.jpg
|
||||
share/celestia/textures/medres/oberon.jpg
|
||||
share/celestia/textures/medres/phobos.jpg
|
||||
share/celestia/textures/medres/phoebe.jpg
|
||||
share/celestia/textures/medres/pluto-lok-spec.jpg
|
||||
share/celestia/textures/medres/pluto-lok.jpg
|
||||
share/celestia/textures/medres/prometheus.jpg
|
||||
share/celestia/textures/medres/proteus.jpg
|
||||
share/celestia/textures/medres/rhea.jpg
|
||||
share/celestia/textures/medres/saturn.jpg
|
||||
share/celestia/textures/medres/tethys.jpg
|
||||
share/celestia/textures/medres/titan-clouds.jpg
|
||||
share/celestia/textures/medres/titan.jpg
|
||||
share/celestia/textures/medres/titania.jpg
|
||||
share/celestia/textures/medres/triton.jpg
|
||||
share/celestia/textures/medres/umbriel.jpg
|
||||
share/celestia/textures/medres/venus.jpg
|
||||
share/celestia/textures/medres/venuslike.jpg
|
||||
share/celestia/textures/medres/venuslikenight.jpg
|
||||
share/celestia/textures/medres/venussurface.jpg
|
||||
share/locale/de/LC_MESSAGES/celestia.mo
|
||||
share/locale/el/LC_MESSAGES/celestia.mo
|
||||
share/locale/en/LC_MESSAGES/celestia.mo
|
||||
share/locale/es/LC_MESSAGES/celestia.mo
|
||||
share/locale/fr/LC_MESSAGES/celestia.mo
|
||||
share/locale/gl/LC_MESSAGES/celestia.mo
|
||||
share/locale/hu/LC_MESSAGES/celestia.mo
|
||||
share/locale/it/LC_MESSAGES/celestia.mo
|
||||
share/locale/nl/LC_MESSAGES/celestia.mo
|
||||
share/locale/pt/LC_MESSAGES/celestia.mo
|
||||
share/locale/pt_br/
|
||||
share/locale/pt_br/LC_MESSAGES/
|
||||
share/locale/pt_br/LC_MESSAGES/celestia.mo
|
||||
share/locale/ru/LC_MESSAGES/celestia.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/celestia.png
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user