* PrBoom+: Fluidsynth, Portmidi & Alsa music now work, SDL is still sound only.
- Made Fluidsynth default.
- updated search paths.
- engine:doom to be used with doom data packs
* Chocolate Doom: Updated to 3.1.0
- patched in search paths
- engine:doom and engine:doom_extra to be used with doom, heretic/hexen/strife data packs
* Data packages for: Doom Shareware, Freedoom+FreeDM, Hacx, Chex Quest
* Drop usage of Python 2.x.
* Drop python_imaging dependency.
* Drop _x86 suffixes.
* Include basic docs.
* Create _debuginfo package.
Python dependency is optional, needed for generating man pages, for example.
Those weren't included before, and to switch to Python 3, we need to
update to newer versions of chocolate_doom (no new release > 3.0.1 yet),
so just drop that requirement.
"python_imaging" can be replaced by "pillow" (which supports python3),
but it is really only needed to re-create font files, or convert icons.
Neither is strictly needed when building under Haiku.
Instead if providing a _debuginfo package, we might want to just strip
the binaries ("make install-exec-strip").
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.