Skip to content

Windows plugin status

Jakub Wasylków edited this page Aug 1, 2020 · 6 revisions

Not all plugins have been ported to Windows meaning some may not work or some may not compile at all. Below you can find the list of plugins, its state and required packages.

Possible states

State Explanation
Yes plugin compiles and main function works as intended
Yes* see annotation under the table
Compiles plugin compiles and may work although it has not been tested
No plugin does not compile or main function does not work

Plugins

Gui

Plugin Working Packages needed
gtkui (GTK2) Yes mingw-w64-x86_64-gtk2 mingw-w64-x86_64-jansson
gtkui (GTK3) Yes mingw-w64-x86_64-gtk3 mingw-w64-x86_64-jansson

Output

Plugin Working Packages needed
portaudio Yes mingw-w64-x86_64-portaudio
waveout Yes (need testing + premake5 script)
nullout Yes

Decoders

Plugin Working Packages needed
aac Yes mingw-w64-x86_64-faad2
mp3 Yes mingw-w64-x86_64-mpg123 and/or mingw-w64-x86_64-libmad
flac Yes mingw-w64-x86_64-flac
wavpack Compiles mingw-w64-x86_64-wavpack
ffmpeg No (compiling) mingw-w64-x86_64-ffmpeg
vorbis Yes mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libogg
opus Yes mingw-w64-x86_64-opusfile mingw-w64-x86_64-opus
ffap Compiles
sndfile Yes mingw-w64-x86_64-libsndfile
sid No
psf Compiles mingw-w64-x86_64-zlib
wildmidi Compiles
musepack Yes
tta Yes
adplug Yes

DSP

Plugin Working Packages needed
dsp_libsrc Yes mingw-w64-x86_64-libsamplerate
supereq Yes
mono2stereo Yes

Misc

Plugin Working Packages needed
hotkeys Yes (no global hotkeys)
rg_scanner Needs checking
converter No
converter_gtk2 Yes* mingw-w64-x86_64-gtk2
converter_gtk3 Yes* mingw-w64-x86_64-gtk3
pltbrowser_gtk2 Yes mingw-w64-x86_64-gtk2
pltbrowser_gtk3 Yes mingw-w64-x86_64-gtk3
shellexec Yes mingw-w64-x86_64-jansson
shellexec_gtk2 Yes mingw-w64-x86_64-gtk2 mingw-w64-x86_64-jansson
shellexec_gtk3 Yes mingw-w64-x86_64-gtk3 mingw-w64-x86_64-jansson
lastfm Yes mingw-w64-x86_64-curl
m3u Yes
vfs_curl Yes mingw-w64-x86_64-curl
artwork No pkgconfig: "libjpeg libpng zlib flac ogg"
  • converter GUI depends on converter