Day 11 - 12 - 13 - 14
So from Thursday to Friday I installed Xcode 3.11 and Macports 2.3.4 on a PB G4 12" in order to reproduce the install of MPlayer 1.3.0.
Xcode 3.11 seems to have a different understanding of time , maybe because it came from 2008
960 hours in 2008 = 18 minutes in 2018
I then upgraded Macports 2.3.4 using
sudo port selfupdate
and then installed MPlayer 1.3.0 using sudo port install MPlayer
After a while it failed with this error , so I followed the instruction
---> Activating python27 @2.7.14_0
Error: Failed to activate python27: Image error: /Applications/MacPorts/Python 2.7/Build Applet.app/Contents/Info.plist already exists and does not belong to a registered port. Unable to activate port python27. Use 'port -f activate python27' to force the activation.
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log for details.
Error: Follow
https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port MPlayer failed
sudo port -f activate python27
And then again
sudo port install MPlayer , and went to bed and let it compile,build .
In the morning I was greeted with the following error
---> Installing libtheora @1.1.1_2
Error: Failed to install libtheora: Could not open file: /opt/local/var/macports/registry/portgroups/edfa67861b296b279a69a5a07b63eb66f612bc84af60d7e9057a354d86fc7f53-3307/xcodeversion-1.0.tcl
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_libtheora/libtheora/main.log for details.
Error: Follow
https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port MPlayer failed
So I did a
sudo port clean libtheora
sudo port install libtheora
and continued with
sudo port install MPlayer
Saturday I didn't have much time so just checked and saw that the install had completed.
Sunday morning installed qt4-mac and SMTube 18.1 but MPlayer wouldn't work bizarre enough, so I opened Utilities/Console and found the culprit, for some reason there was a broken dependency altough MPlayer worked when playing video files.
So tried to reinstall libpng
sudo port install libpng which indicated that MPlayer was broken and started the build again.
Et voila, SMTube 18.1 with MPlayer
In the meanwhile I've rebuild MPlayer again with the OSD option so there is a visual clue to what you are doing
sudo port install MPlayer +osd
However I don't have a clue why I can't produce an MPKG installer for MPlayer 1.3.0 that works for anybody else.
Might wipe this PB G4 12" again and try it myself since it was created on this machine.
In the meanwhile I've been checking the SMTube/SMPlayer forums if the HTTPS feed that Youtube pushes can be disabled so that we could continue to use Coreplayer but looks like it's not possible, and as far as I know currently only MPlayer 1.3.0 supports this SSL feed pushed from Youtube/SMTube.