diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:16:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:16:11 -0500 |
commit | 24298f77092029861110d65a073184865c553f0c (patch) | |
tree | 9ad9efa252ed7a96ba75696e6d655157e2a7905f /games/qzdoom | |
parent | 1987515753cb256906448210b792c45de64902dc (diff) | |
download | slackbuilds-24298f77092029861110d65a073184865c553f0c.tar.gz |
games/qzdoom: Fixed dep info
Diffstat (limited to 'games/qzdoom')
-rw-r--r-- | games/qzdoom/README_SBo.txt | 16 | ||||
-rw-r--r-- | games/qzdoom/qzdoom.info | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/qzdoom/README_SBo.txt b/games/qzdoom/README_SBo.txt index ea3125ad01..f9ecf0ec63 100644 --- a/games/qzdoom/README_SBo.txt +++ b/games/qzdoom/README_SBo.txt @@ -20,17 +20,17 @@ To hear the in-game music, there are several options. In the game menu, select "Options | Sound Options" and set "MIDI Device" to one of the below: -1. FluidSynth - Install fluidsynth and fluid-soundfont. These are runtime -dependencies (no need to rebuild qzdoom). +1. FluidSynth - Install fluid-soundfont. This is a runtime dependency + (no need to rebuild qzdoom). 2. Timidity - Install TiMidity++ and either eawpats or freepats (all -runtime dependencies), and set up /etc/timidity/timidity.cfg to use -it. This uses more CPU than FluidSynth, and may make the framerate -stutter and jerk even on high-end systems. + runtime dependencies), and set up /etc/timidity/timidity.cfg to use + it. This uses more CPU than FluidSynth, and may make the framerate + stutter and jerk even on high-end systems. 3. GUS or OPL - Nothing extra required; these are software emulations -of classic soundcards from the early 1990s. They may sound "clunky" to -modern ears, but they may also bring back fond memories for long-time -Doom players. + of classic soundcards from the early 1990s. They may sound "clunky" to + modern ears, but they may also bring back fond memories for long-time + Doom players. qzdoom also supports WildMIDI, but this is currently not available on SBo. diff --git a/games/qzdoom/qzdoom.info b/games/qzdoom/qzdoom.info index 312b3b00c8..b8e6554ce8 100644 --- a/games/qzdoom/qzdoom.info +++ b/games/qzdoom/qzdoom.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/madame-rachelle/qzdoom/archive/q2.1.0/qzdoom-q2.1.0 MD5SUM="170bb4b75d6b00030224bf250074c659" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2 OpenAL" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |