Jan Starý
Jan Starý
OpenBSD port
Now that the license is accaptable, prepare an OpenBSD port of RTP tools.
Properly test for timeradd() and timersub() in have-timer.c Provide the compatibility implementation in compat-timer.c Augment ./configure et al accordingly. Clean up some unused code while here.
Running the trivial tests proposed in https://github.com/columbia-irt/rtptools/pull/91 reveals failures already. While on some systems, `./rtpdump < bark.rtp` works just fine, on this OpenBSD 6.2/ppc box: ``` $ ./rtpdump < bark.rtp...
The compiler reports a _lot_ of type mismatches during the build.
See https://github.com/columbia-irt/rtptools/pull/18 for the various licenses of various files. Find the corresponding SPDX ids of those licenses in https://spdx.org/license-list and put them into the files for increased grepability.
This is current git on OpenBSD 6.5/macppc (meaning powerpc). Running 'make check' fails with the following: ``` tests/float_short_test float_to_short_test ............................. Line 64 : out [1] == -1 *** Error 1...
Currently, all four manpages contain @date@ and or @version@, see the output of `grep -E '@(date|version)' *.8{,.in}`. This shouldn't be there in the first place: a date is a part...
After the github move, we have https://libsndfile.github.io/libsndfile/ We also have http://www.mega-nerd.com/libsndfile/, which mentions Version 1.0.28 (April 2 2017) as the last release. I believe having one real and one stale...
Now that the docs are in *.md, the 'black-on-white' html option etc can be removed. There is still a few html files under docs/ - is that what http://libsndfile.github.io/libsndfile/ is...
cc is found everywhere, while gcc is not.