From dac6faec76fa1e618a4c9e1dd3fc1f170c6e802a Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 6 Apr 2021 11:57:58 +0300 Subject: [PATCH] add missing dependencies to the list [skip ci] --- dependencies.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dependencies.md b/dependencies.md index bf45db8c..4f1e3cc9 100644 --- a/dependencies.md +++ b/dependencies.md @@ -55,7 +55,8 @@ Note: OPL implementations used by ZMusic are not listed |---|---|---|---|---| |freetype|[Homepage](https://www.freetype.org/)|[freetype.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/freetype.rb)|SDL2_ttf|| |GNU Make|[Homepage](https://www.gnu.org/software/make/)|[make.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/make.rb)||| -|libmikmod|[Homepage](https://mikmod.sourceforge.io/)|[libmikmod.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libmikmod.rb)|SDL2_mixer|| +|libmikmod|[Homepage](https://modplug-xmms.sourceforge.io/)|[libmikmod.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libmikmod.rb)|SDL2_mixer|| +|libmodplug|[Homepage](https://mikmod.sourceforge.io/)|[libmodplug.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libmodplug.rb)|SDL2_mixer|| |libpng|[Homepage](http://www.libpng.org/pub/png/libpng.html)|[libpng.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libpng.rb)|SDL2_image|| |libsamplerate|[Homepage](http://www.mega-nerd.com/SRC/)|[libsamplerate.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libsamplerate.rb)|Chocolate Doom|| |libsodium|[Homepage](https://libsodium.org/)|[libsodium.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/libsodium.rb)|DevilutionX|| @@ -65,6 +66,7 @@ Note: OPL implementations used by ZMusic are not listed |nasm|[Homepage](https://www.nasm.us/)|[nasm.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/nasm.rb)|libFLAC|build only| |ninja|[Homepage](https://ninja-build.org/)|[ninja.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ninja.rb)|GLib|build only| |opusfile|[Homepage](https://www.opus-codec.org/)|[opusfile.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/opusfile.rb)|SDL2_mixer|| +|pkg-config|[Homepage](https://freedesktop.org/wiki/Software/pkg-config/)|[pkg-config.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/pkg-config.rb)||| |PortMIDI|[Homepage](http://portmedia.sourceforge.net/portmidi/)|[portmidi.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/portmidi.rb)|PrBoom+|| |SDL2|[Homepage](https://www.libsdl.org/)|[sdl2.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/sdl2.rb)|PrBoom+, DevilutionX, *ZDoom SDL backend|| |SDL2_image|[Homepage](https://www.libsdl.org/projects/SDL_image/)|[sdl2_image.rb](https://github.com/Homebrew/homebrew-core/blob/master/Formula/sdl2_image.rb)|PrBoom+||