Hi. Clarence Dang wrote:
Licensing issues. But I dare say no one had time anyway so licensing issues was a convenient extra excuse :)
Let me challenge you on that. Yes, the spare time is the precious resource these days, but about an extra excuse you are wrong, sorry. Even if you didn't know that many people in that list use the different patches I did shortly before or even after the conflict, you can't ignore the sound patch (the only patch I made publically available after conflict), which also applies to the "shortly before" category. I'll include the diffstat for you to get an idea. Another example is that I have ported almost the entire midid code to timidity (well, timidity died in a process, so the results of that work will probably not materialize, but that's a different story). So there was no excuse for anything. I am still trying to do the dosemu-related development, the only difference is that the code changed its direction and now floats from dosemu to another projects, and not the vice-versa. diffstat, as promised: --- $ diffstat dosemu-sound-21.diff Makefile.conf.in | 4 compiletime-settings | 3 compiletime-settings.devel | 3 configure.ac | 43 default-configure | 6 src/arch/linux/Makefile.main | 2 src/arch/linux/async/signal.c | 2 src/arch/linux/dosext/sound/Makefile | 22 src/arch/linux/dosext/sound/linux_sound.c | 821 -------- src/arch/linux/dosext/sound/linux_sound.h | 50 src/arch/linux/dosext/sound/midid/Makefile | 25 src/arch/linux/dosext/sound/midid/device.c | 34 src/arch/linux/dosext/sound/midid/device.h | 4 src/arch/linux/dosext/sound/midid/io.c | 34 src/arch/linux/dosext/sound/midid/midid.c | 21 src/arch/linux/dosext/sound/midid/midout.c | 2 src/arch/linux/dosext/sound/midid/null.c | 3 src/arch/linux/dosext/sound/midid/oss.c | 68 src/arch/linux/dosext/sound/midid/seqops.h | 73 src/arch/linux/dosext/sound/midid/timid.c | 242 -- src/base/data.c | 2 src/base/dev/dma/dma.c | 1720 +++------------- src/base/dev/sb16/Makefile | 20 src/base/dev/sb16/adlib.c | 226 ++ src/base/dev/sb16/adlib.h | 36 src/base/dev/sb16/dspio.c | 387 +++ src/base/dev/sb16/dspio.h | 37 src/base/dev/sb16/sb16.c | 1462 ++++++++++++++ src/base/dev/sb16/sb16.h | 112 + src/base/dev/sb16/ymf262.c | 2730 ++++++++++++++++++++++++++ src/base/dev/sb16/ymf262.h | 56 src/base/init/dev_list.c | 4 src/base/sound/Makefile | 19 src/base/sound/midi.c | 139 + src/base/sound/nullsnd.c | 105 + src/base/sound/nullsnd.h | 28 src/base/sound/sndpcm.c | 675 ++++++ src/dosext/sound/Makefile | 24 src/dosext/sound/TODO | 43 src/dosext/sound/sound.c | 2958 ----------------------------- src/emu.c | 4 src/include/config.h.in | 9 src/include/dma.h | 151 - src/include/sound.h | 324 --- src/include/sound/midi.h | 49 src/include/sound/sndpcm.h | 45 src/include/sound/sound.h | 88 src/plugin/alsa/Makefile | 21 src/plugin/alsa/mid_o_alsa.c | 75 src/plugin/commands/blaster.c | 2 src/plugin/sdl/Makefile | 2 src/plugin/sdl/snd_o_SDL.c | 95 src/plugin/sndfile/Makefile | 21 src/plugin/sndfile/snd_o_wav.c | 78 src/plugin/sndmisc/Makefile | 23 src/plugin/sndmisc/mid_i_pipe.c | 96 src/plugin/sndmisc/mid_o_midid.c | 187 + src/plugin/sndmisc/mid_o_pipe.c | 79 src/plugin/sndmisc/mid_o_tmdty.c | 384 +++ 59 files changed, 7993 insertions(+), 5985 deletions(-) - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html