1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: xplanet
Section: graphics
Priority: optional
Maintainer: Alexander Reichle-Schmehl <tolimar@debian.org>
Build-Depends: debhelper-compat (= 12), pkgconf,
libjpeg-dev, libpng-dev, libfreetype-dev,
libtiff-dev, libgif-dev, libnetpbm-dev, libpango1.0-dev,
libx11-dev, libxss-dev, libxt-dev, fonts-freefont-ttf
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://xplanet.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/xplanet
Vcs-Git: https://salsa.debian.org/debian/xplanet.git
Package: xplanet
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, fonts-freefont-ttf
Recommends: xplanet-images
Description: planetary body renderer
Xplanet renders an image of a planet into an X window or a file. All
of the major planets and most satellites can be drawn, and different
map projections are also supported, including azimuthal, hemisphere,
Lambert, Mercator, Mollweide, Peters, polyconic, and rectangular.
.
In order to run xplanet, you'll need at least one map file. Some maps
are included in the xplanet-images package.
Package: xplanet-images
Depends: ${misc:Depends}
Enhances: xplanet, ircmarkers
Architecture: all
Multi-Arch: foreign
Description: imagery for xplanet
Xplanet renders an image of a planet into an X window or a file.
.
In order to run xplanet, you'll need at least one map file. This package
includes some map files that can be used with xplanet.
|