Jonas Kvinge
Jonas Kvinge
This is an attempt to fix some of the problems with the current collection model. It is currently a work-in-progress, and only currently intended as a proof-of-concept. Still unsure whether...
Looks like the tool is crashing here. I'm not familiar with Go code. Looks like it's looking for a "plugins" directory under /usr. This is openSUSE Thumbleweed. The Qt plugins...
I'm getting the following error when compiling on Windows with MSVC (Visual Studio 2019). ``` C:\Data\Projects\strawberry\strawberry-dependencies\msvc\sources\wavpack-5.4.0\build>cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="c:\msvc_x86_64" -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DWAVPACK_BUILD_DOCS=OFF -DWAVPACK_BUILD_PROGRAMS=OFF -DWAVPACK_ENABLE_ASM=OFF -DWAVPACK_ENABLE_LEGACY=OFF -DWAVPACK_BUILD_WINAMP_PLUGIN=OFF -DWAVPACK_BUILD_COOLEDIT_PLUGIN=OFF...
Remove use of `std::numeric_limits::max()` in https://github.com/strawberrymusicplayer/strawberry/blob/c95886d8db863eb9a3a5617a79f6b6e02d25d4ec/src/core/mergedproxymodel.cpp#L127 Causing assert in debug: `22:57:39.523 ERROR unknown ASSERT: "last < rowCount(parent)" in file /home/jonas/Projects/qtbase/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp, line 2943`
``` /home/jonas/Projects/jonaski-mxe/usr/lib/gcc/i686-w64-mingw32.shared/11.3.0/include/xmmintrin.h:925:1: error: inlining failed in call to 'always_inline' '__m128 _mm_load_ps(const float*)': target specific option mismatch 925 | _mm_load_ps (float const *__P) ``` https://gist.github.com/jonaski/d1dee7d781778b48df2209d3a0f9ec3c
In libpng, it's hard-coded to exclude pkg-config on Windows unless it's MinGW or Cygwin. I use pkg-config with Visual Studio 2022 and I have to patch this out for CMake...
Currently works with Qt 5 using `QGLWidget`, but that class is deprecated and needs to be replaced with `QOpenGLWidget` to work with Qt 6. With `QOpenGLWidget` only some visualizations works....
I'm not able find any information if seeking is supported, but `gst_element_seek_simple` returns false https://gstreamer.freedesktop.org/documentation/gstreamer/gstelement.html?gi-language=c#gst_element_seek_simple Debug log: ``` 20:45:02.415 DEBUG GstEnginePipeline:1718 Seeking to 76000000000 0:00:05.255567886 [31m224118[00m 0x179016a0 [36mINFO [00m [00;01;34m...
### Please confirm the following points: - [X] This report is NOT about the Android apps in the Play Store - [X] I have [searched the project page](https://github.com/search?q=org%3AprojectM-visualizer+type%3Aissue+&type=issues) to check...
Would be nice if you could build the latest stable release of gnutls, which currently is 3.7.11.