summaryrefslogtreecommitdiff
path: root/x11/xplanet/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-11-16xplanet: Update to version 1.3.1ng05-176/+90
* Add 2017 leap second patch from upstream as well as fix output bug when num_times is 2 patch. * Fix build with clang Upstream Changelog from SVN: Don't outline symbol for markers where outlined=false fix marker bug when range is a small value update gif code to giflib-4.2.0 update gif code to 5.0.0 fix arc bug at close ranges, update default night image update version number use distance from limb plane instead of planet center when deciding when to draw annotations reapply marker fix fix limb distance bug Add -label_altitude option fix radius bug Fix label bug use GetTempPath() for windows add windows directory add string.h to png.c use JPL's leapsecond kernel definitions for ET-UTC add deltaT expression for pre 1838 fix UTC bug Update MS Windows desktop size update comments in config file updates for cygwin set default desktop file type to PNG add 2015 leap second release 1.3.1
2019-08-11xplanet: fix the failing build with clang on NetBSD.ng01-0/+90
On recent NetBSD with clang, the build of xplanet was failing as described in PR pkg/54454. This patch taken from FreeBSD fixes the build. This closes PR pkg/54454. Revbump as the code was changed.
2018-02-13Update to 1.3.0ryoon6-0/+217
* Fix build with GCC 6 with patches from Debian Changelog: Version 1.3.0 (released 18 Feb 2012) * add "outlined" keyword to marker files * update JPL ephemeris code for 64 bit machines * add bump_shade config file parameter * add opacity keyword for markers * implement Rayleigh scattering
2014-05-25Fixes error handling bug introduced in patch for glflib-5.0.4.obache1-18/+31
2014-05-16Fix build with giflib-5.1.wiz1-4/+15
2013-07-06Fix build with giflib-5.0.4.ryoon1-0/+152
Noticed by wiz@, thank you.
2011-04-04Changes 1.2.2:adam1-16/+0
No release info available.
2011-02-14Add upstream bug report URL.wiz1-1/+2
2011-01-19Fix build with png-1.5.tron1-0/+15
2005-06-30Changes 1.2.0:adam3-40/+0
* Added the -grs_longitude option, to specify the longitude of Jupiter's Great Red Spot, in System II coordinates. This assumes the Jupiter image has the center of the Great Red Spot at pixel 0 (at the left side of the image) in order to draw it at the right position. * Added the Icosagnomonic projection, contributed by Ian Turner. * Fixed a bug where output filenames had an extra digit in some cases. * Added the bump_map and bump_scale options in the configuration file. * Added the -glare option to set the size of the sun's glare. * An image map may be specified for the sun in the configuration file now. A shade value is now required for the sun (should be 100, otherwise the sun will have a night side!) * Added the -arc_spacing option to set the default angular distance between great arc points. It used to be 0.1 degree, so arcs smaller than this wouldn't get drawn. * Fixed a bug where markers were not aligned properly when using align = "above" or "below". * Added warnings if options are specified in the [default] section of the configuration file that probably shouldn't be there.
2005-04-29Added three patches that fix the "undeclared snprintf()" errors.rillig3-0/+40
Approved by wiz.
2004-04-26Changes 1.0.6:adam1-13/+0
* fixed a bug where markers on the far side of a planet were being drawn when they shouldn't have been * fixed a bug where satellite were not drawn for some locales * added -projection random; this picks a random projection
2003-07-05Updated to xplanet-1.0.1, rewrite of older versionwulf9-393/+13
2002-04-04Add freetype2 support to xplanet, and add two easy ways (the XPLANETatatat8-0/+393
environment variable and the $HOME/.xplanet directory) for users to maintain data sets and images for xplanet without having to them in ${LOCALBASE}/share/xplanet.