martinkg
martinkg
Curious, the 64bit wine package was not installed. `dnf -y install wine-devel.x86_64`
for now i have installed the following package to resolve the issue with pthread. `dnf install mingw64-winpthreads-static mingw32-winpthreads-static`
> no build needed just download the zip file or setup for your os on > http://streamstudio.me extract it and run i know this, but if i want to compile...
attached is the german language file. [de.ts.txt](https://github.com/zaps166/QMPlay2/files/4533516/de.ts.txt)
I prefer the second method, thanks for your feedback.
> Should be fixed in [7c40add](https://github.com/DISTRHO/Cardinal/commit/7c40addf345b231fba3779f61c305058594595f2) Testing would be appreciated. ``` compiles without problems until this .... error, but this is a other problem. `Compiling override/Scene.cpp g++ override/Scene.cpp -Wall -Wextra...
I get the same error message on Fedora31 with the latest versions. libcpuid-0.4.1-1.fc31.x86_64 and i-nex-7.6.1-1.fc31.x86_64, but only on my VirtualBox.
should be solved by adding this 3 patches from [AUR Linux](https://aur.archlinux.org/packages/i-nex/) Adapt-for-new-libcpuid-structure.patch Fix-error-if-proc-mtrr-doesn-t-exist.patch Fix-libcpuid-SOVERSION.patch
After run this command the program core dumps. ``` [root@fc35 tmp]# find /usr/lib/python3.10/site-packages/Flowblade/ -type f -name "*.py" -exec sed -i 's/import mlt$/import mlt7 as mlt/g' {} + [root@fc35 tmp]# sed...