Search Criteria
Package Details: xtide 2.14-1
Git Clone URL: | https://aur.archlinux.org/xtide.git (read-only, click to copy) |
---|---|
Package Base: | xtide |
Description: | Harmonic tide clock and tide predictor |
Upstream URL: | http://www.flaterco.com/xtide/xtide.html |
Licenses: | |
Submitter: | beej |
Maintainer: | beej |
Last Packager: | beej |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2009-09-13 21:57 |
Last Updated: | 2015-07-29 04:49 |
Dependencies (5)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libtcd
- xaw3d
- gpsd (gpsd-timing) (optional) – for automatic location finding
- xtide-wvs (optional) – for hi-res vector coastlines
Latest Comments
beej commented on 2013-05-29 10:12
Changes:
Broke WVS shoreline data out into the optional xtide-wvs package.
The non-free harmonic data was removed upstream, so it was also removed here.
beej commented on 2011-07-18 01:47
Updated to 20110410 harmonics files.
beej commented on 2011-01-07 20:10
Updated to 20101230 harmonics files.
beej commented on 2010-09-02 21:04
Looks like 2.11 is back to the libpng dep--updated.
beej commented on 2010-05-20 04:52
I've the error seems to be caused by the array access on ConstituentSet.cc line 126 _constituents[0]
_constituents is a SafeVector, so maybe some kind of weird namemangling collision...?
const Units::PredictionUnits ConstituentSet::predictUnits () const {
Units::PredictionUnits temp (_constituents[0].amplitude.Units());
if (Units::isCurrent(temp))
return temp;
return preferredLengthUnits;
}
That's all I have time for now, though. :-/
beej commented on 2010-05-20 04:39
I'm having trouble getting this to build on AMD64 GCC 4.5 with error:
Error: symbol `_ZZN10SafeVectorI11ConstituentEixEPS0_S2_jE19__PRETTY_FUNCTION__' is already defined
This one might be tricky--see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565066
Comment if you have a solution.
beej commented on 2010-04-14 22:07
Updated to latest harmonics files, changed PNG dep to libpng12.