Wicknix released SeaLion 32.5.1. Note that this package has been built in an old Linux environment. To get it working in MintPPC32 I had to do the following:
install libffi7 from snapshots:wget http://snapshot.debian.org/archive/debian-ports/20210222T080642Z/pool-powerpc/main/libf/libffi/libffi7_3.3-6_powerpc.deb
sudo dpkg -i libffi7_3.3-6_powerpc.deb
install multiarch-support from snapshotswget http://snapshot.debian.org/archive/debian-ports/20190502T022320Z/pool-powerpc/main/g/glibc/multiarch-support_2.28-10_powerpc.deb
sudo dpkg -i multiarch-support_2.28-10_powerpc.deb
install libjpeg8 from snapshotswget http://snapshot.debian.org/archive/debian/20141009T042436Z/pool/main/libj/libjpeg8/libjpeg8_8d1-2_powerpc.deb
sudo dpkg -i libjpeg8_8d1-2_powerpc.deb
I will add sealion 32.5.1 for powerpc to the server. If you want to install this, you will have to do it manually as I do not want to bother too many people with installing all those old libraries.wget https://www.u58733p55594.web0093.zxcs-klant.nl/wicknix/powerpc/sealion-32.5.1_powerpc.deb
sudo dpkg -i sealion-32.5.1_powerpc.deb
The 64-bits version I still need to check first.
Hey I have an issue. I got a PowerBook g4 and Sealion works very well. Only one thing – videos like from YouTube are blue :). I do not have a clue what can cause that.
The blue tinted video may be caused by html5 video player, I play the same video with mpv player launched by Articfox (vlc broken and can not be installed) the video plays perfect. Sealion plays video directly with html5 video codec and can’t change to 3rd party application.
Yep. That works. So issue is small but weird.
I don’t know how to change that and where it comes from.
https://codepen.io/Jwu57/pen/mdyBbMN
This web site can show the html5 video color filter effect, I have modified some parameters in CSS and JS script but nothing changes, the blue tinted issue may be cause by radeon display driver.
That is probably the case. When I turned on the “hardware acceleration where possible” the whole Sealion became blue-tinted. I am wondering if switching to a different than neutral color depth will make a difference – when possible i will try to change default color depth.