Description: remove sound and soundfont lumps of spurious origin
Author: Fabian Greffrath <fabian@debian.org>
Forwarded: not-needed

--- a/prboom2/data/CMakeLists.txt
+++ b/prboom2/data/CMakeLists.txt
@@ -31,7 +31,6 @@ set(LUMPS
     lumps/switches.lmp
     lumps/animated.lmp
     lumps/sndcurve.lmp
-    lumps/soundfont/sndfont.lmp
     lumps/dsdacr.lmp
     lumps/dsdahud.lmp
     lumps/dsdatc.lmp
@@ -71,7 +70,6 @@ set(SOUNDS
     sounds/dsdgact.wav
     sounds/dsdgdth.wav
     sounds/dsdgpain.wav
-    sounds/dssecret.wav
 )
 
 set(GRAPHICS
--- a/prboom2/src/dsda/configuration.c
+++ b/prboom2/src/dsda/configuration.c
@@ -712,7 +712,7 @@ dsda_config_t dsda_config[dsda_config_co
   },
   [dsda_config_snd_soundfont] = {
     "snd_soundfont", dsda_config_snd_soundfont,
-    CONF_STRING("")
+    CONF_STRING("/usr/share/sounds/sf3/default-GM.sf3")
   },
   [dsda_config_mus_fluidsynth_chorus] = {
     "mus_fluidsynth_chorus", dsda_config_mus_fluidsynth_chorus,
