@Drascus: this is what I did in jaunty, I think it should work in intrepid, hardy etc. 1) grab gnash-0.8.5 source code and untar it: "wget http://ftp.gnu.org/pub/gnu/gnash/0.8.5/gnash-0.8.5.tar.bz2 && tar xjvf gnash-0.8.5.tar.bz2 && cd gnash-0.8.5" 2) run "./configure 2>&1 |grep apt-get" to obtain the list of packages the source depends on. Install each one of the packages in this list (I guess I had to slightly modify a couple of names on the list, since it refers to packages in debian, not ubuntu) 3) after installing the packages in (2), run the usual "./configure --prefix=/usr && ./make" and wait up to one hour or so 4) install gnash system libraries and binaries by doing a "sudo make install" 5) install mozilla plugin in your private mozilla settings: "cd plugin && make install-plugin" 6) disable flash-plugin in firefox; restart firefox and point it to youtube. voila!
@Nathan: do you have a url explaining how to obtain the kind of .diff.gz your are asking for? -- FFe: please sync with upstream version of Gnash .8.5 https://bugs.launchpad.net/bugs/338074 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
