HR Boards

MARVEL COMICS => MARVEL HEROES SOLO BOOKS => Topic started by: JON SNOW on July 03, 2011, 03:06:57 AM



Title: MIGHTY THOR #3
Post by: JON SNOW on July 03, 2011, 03:06:57 AM
Is it just me or was the fight between Thor and S.S. anticlimactic or what? I was expecting something a little...more. I know Odin got in the middle before it got a chance to get good, but I honestly expected the Surfer to hand Thor his ass. Odin vs. Galactus, I'm looking forward to it, but if we're being real, Galactus took on the Dreaming Celestial one on one and it was a stalemate, but it took all of Asgard and members of the Avengers and the Fantastic Four to handle the same Celestial. All I'm saying is that the All-Father shouldn't stand much of a chance.


Title: Re: MIGHTY THOR #3
Post by: Kamden on November 14, 2011, 07:44:10 AM
 Think it is possibly not quite so simple..
It depends on where the media apps come from & how.

Std ubuntu packaged applications are built using the shared libraries. Run-time shared libs.

Media apps from external PPA are very likely using self-contained lib packages i.e. compile time linked libraries.

If you build your media app from source then almost 100% likely to be built from private patched library source. When you build the app you do not install the component libraries.

I.e. MythTV in std ubuntu has a dependency on libdvdnav
MythTV from 3rd party ppa does not.
MythTV source code contains a private source copy of libdvdnav/read.

You can get libdvdnav code from mplayer.hu via svn.
Need to configure as shared library before make. But this not very helpful.