Sergey Fedorov

Results 939 comments of Sergey Fedorov

> for interest, here are the three cross-files we use so far (the PPC one I haven't set up yet). Just to update, we have cross-files for `ppc` and `ppc64`...

@RJVB Oh, since you are here, maybe you could take a look at fixing/improving our Qt4 version? Video playback works fine, but YouTube or anything from the web does not:...

Leaving aside FFMpeg incompatibilities with current versions, there are some other errors: ``` :info:build /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_multimedia_QMPlay2/QMPlay2/work/compwrap/cxx/opt/local/bin/g++-mp-13 -c -I/opt/local/include -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc -O2 -arch ppc -Wall -W -DQMPlay2_TagEditor -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB...

`qt_mac_set_dock_menu` issue can be fixed with this: https://www.qtcentre.org/threads/13749-Problem-with-QSystemTrayIcon-on-Mac-OS Then, disabling `OpenGL2` and `QRawFont`, I could make the app compile. Playback does not work, however: possibly, need to properly backport compatibility...

No, I was wrong, this should still build: https://github.com/zaps166/QMPlay2/releases/tag/17.10.24 Or maybe try reverting https://github.com/zaps166/QMPlay2/commit/672f31705d8e16a9114ede0c513dc9fbd1c73348 with a newer version.

@zaps166 Thank you, I will try. > Use qt4 branch instead of tag I actually tried already, but turned out it still forces Qt5 (Qt5MacExtras and non-existing with Qt4 headers...

@zaps166 I actually got it working on PowerPC with Qt4. (And on Sonoma with Qt5, but that is no big deal.) ![qmplay2](https://github.com/zaps166/QMPlay2/assets/92015510/7f0a850c-296a-47a0-8f43-228f4a1b105d) Took infinite number of rebuilds and quite substantial...

@zaps166 A quick update: video seems to work fine, though with 4K PowerPC machine is really struggling. Menus pretty much all work, scrolling via scrolling works, via clicking on scroll...

@zaps166 Could you say if this https://github.com/zaps166/QMPlay2/commit/c8fb2b0c20ff4fe0fd7ffdf210985b3fc7f18afa is portable to Qt4 or not? (I am not asking you to port it, to be clear. I just wanna know if it...