Jonas Kvinge
Jonas Kvinge
I decide it based on what functionality the applications uses in gstreamer, and what relevant audio codecs are needed, etc. ie.: Strawberry got a transcoding feature, so encoding is used...
Never mind the second error, it's caused by gcc being set as ASM compiler
wavpackdll/wavpackdll.rc is missing from wavpack-5.4.0.tar.xz, git works. The linking error was caused by a MinGW installation in PATH, so that's not a bug.
Yeah but you might want to include wavpackdll.rc in the tarball
> ```shell > PS D:\Downloads\dlfcn-win32-master\dlfcn-win32-master> make > config.mak:13: *** missing separator. Stop. > ``` This is a common problem with GNU autotools on Windows. You are better off using CMake.
I just ended up compiling linuxdeploy myself, so no big issue for me atm.
Strawberry using GStreamer has it's own independent software volume, unlike VLC, it implements synchronization to PA volume control. So I don't think this is possible.
VLC is still available but still very incomplete and untested.
The volume in Strawberry synchronizes fine with kmix and the media player applet in KDE. This is done using MPRIS2. But I assume you mean the Plasma PulseAudio Applet (this...
Icons shows fine in the file view for me with Qt 6.3.1 without this patch. I think this is more likely related to some Qt style settings that you override...