ebook2cw is a command line program which converts a plain text ebook to
morse code MP3 or OGG files. It works on several platforms, including
Windows, Linux, FreeBSD and OpenBSD.
It automatically splits and numbers the output files by chapters.
From Enzo Nicosia; thanks!
ok sthen@
If Hamlib configure finds libgd, it will configure itself to build
supplemental documentation that is ultimately never built or installed.
Explicitly disable for improved build consistency.
Configure option --with-rpc-backends was removed in v3.0 (2015).
Configure option --with-cxx-binding is on by default.
Make Tcl and Python tests work.
Move examples into examples dir and make them easily runnable.
ok sthen@
Remove base-gcc from COMPILER, replace the CXXFLAGS_base-clang with
CXXFLAGS so that the right -std=c++XY is passed to the compiler since
in most cases the c++ needs to be downgraded to make the code compile.
OK sthen@ tb@
The manpage covers information useful for Intel AMT in general, whether
you use the cli or gui tools. So provide it to the users of the cli
package who don't want to install more deps. The gui depends on the
amtterm-cli package anyway.
This drops most of our SSL/auth patches.
Also this update also ships a new amtider(1) command to perform
USB/CDROM etc redirection, that command needed a patch to drop the use
of Linux-specific signalfd(2). I haven't tested the amtider(1) command,
feedback welcome.
Tested with thinkpad x230 (jsg@) and my t14 Gen 3, ok jsg@
Add missing header and move variable so that they're usable from the
x86-only fallback code. This undoes part of
https://github.com/Hamlib/Hamlib/commit/d20a2358606bec98e232be0a7dbbfacafe98b2ab
Tweak #ifdef check to use the default code path on Unix/Linux. We don't
implement all the features specified by _POSIX_TIMERS, but we do
implement clock_gettime(CLOCK_MONOTONIC) as required by POSIX 2008.
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
- enable on aarch64 (it is fiddly as the npm cache distfile must
be generated on both amd64, then again from the same tree on aarch64,
to make sure all required files are downloaded - remains to be seen
if I will be able to keep on doing this in future)
- move npm dep install stage from post-extract to do-configure to
avoid a bunch of active steps that were previously done when you
"make patch"
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB
not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
(and then, not on IBT machines) due to it using the esbuild node module, which
fetches a binary. if upstream can update to newer esbuild we should be able
to add aarch64 support and fix build on amd64 IBT.