psubuntu logo
It is currently Thu Sep 02, 2010 9:25 pm
Register


Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2, 3  Next
Author Message
Offline
 Post subject: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Sun Oct 26, 2008 5:48 pm 
 Profile

Joined: Thu Mar 27, 2008 8:14 am
Posts: 656
Location: Finland
This howto might not be necessary for long and I'd suggest first try to install ubuntu-restricted-extras package to get Gnash on your Intrepid install. However Gnash didn't work for me this way when this tutorial has been made, so here's how I managed to have pretty darn well working Gnash on my ps3. Copy paste following to terminal.

*edit*
This method is likely already obsolete information. Check next post made by jms


Fetch Gnash sources from here
http://ftp.gnu.org/pub/gnu/gnash/

If wanted 0.8.4 version which is used in this tutorial here's direct commands to fetch it to your homefolder
Code:
cd
wget http://ftp.gnu.org/pub/gnu/gnash/0.8.4/gnash-0.8.4.tar.bz2


Extract it with tar or simply graphically by opening your homefolder right click file and select extract

Following commands install everything that compiling suggest. It's big download about 220MB's, but all isn't necessary. However I forgot to check out which of these packages are absolutely essential to get functional Gnash. I have all these installed.
Code:
sudo apt-get install  libboost-dev libboost-thread-dev libagg-dev libsdl1.2-dev libgstreamer0.10-dev libatk1.0-dev libglib2.0-dev libpango1.0-dev libgtk2.0-dev libungif4-dev libjpeg-dev libxml2-dev  gettext dejagnu swftools swfmill haxe mtasc libming-util libming-dev libcurl3-dev libpng12-dev


Now it's good time to read README file and INSTALL files to understand what's this all about, they are now in your homefolder/gnash-0.8.4 There are also instructions how to compile it for KDE.

Note that you can see what packages are required simply by moving to gnash directory and executing ./configure --enable-gui=gtk you will then see errors about missing packages. This can be done if you don't like to download everything that it suggests.

Now compiling should be done with following commands
Ubuntu and Xubuntu users

Code:
cd
cd gnash-0.8.4
./configure --enable-gui=gtk
make
sudo make install
make install-plugins


make command takes quite a time, but other commands are done fairly fast. Now if you didn't see any errors (you shouldn't) you should have quite fast and stable Gnash player that supports Firefox on your ps3.

Kubuntu users
Compiling to KDE might be bit different as I don't what packages are used when compiling for it, but you'll see dependencies by using already mentioned configure command. At least you should change
Code:
./configure --enable-gui=gtk
command to
Code:
./configure --enable-gui=kde


Other than that follow commands for Ubuntu and Xubuntu users.

_________________
New users, read and understand forum rules! Click me!
In a nutshell
- Use forum search always before posting new messages.
- Remember to add [solved] to subject line of your post if solution is found.
- Never make double posts


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Sun Oct 26, 2008 8:45 pm 
 Profile

Joined: Sat Apr 05, 2008 5:33 am
Posts: 28
Location: TRE
I had to install also package mozilla-plugin-gnash in addition of ubuntu-restricted-extras to get youtube videos running using intrepid packages.

For some reason this plugin package is not as a recommended or suggested package for neither gnash or gnash-common.


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Sun Oct 26, 2008 10:00 pm 
 Profile

Joined: Thu Mar 27, 2008 8:14 am
Posts: 656
Location: Finland
That's good to know information.

_________________
New users, read and understand forum rules! Click me!
In a nutshell
- Use forum search always before posting new messages.
- Remember to add [solved] to subject line of your post if solution is found.
- Never make double posts


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Thu Oct 30, 2008 6:23 am 
 Profile

Joined: Wed Aug 13, 2008 5:04 pm
Posts: 36
Code:
WARNING: without --enable-docbook we will use the cached
                 documentation files included in the gnash distribution.
                 If you change files in doc/C, you should --enable-docbook.
        WARNING: The BOOST serialization library is recommended!
                 Install it from http://www.boost.org
                 or .deb users: apt-get install libboost-serialization-dev
                 Gnash will compile anyway, but not all tests will work.
        WARNING: You have an older version of Ming installed and will not
                 be able to run all of the tests in Gnash testsuite.
                 Install the latest version from http://www.libming.org

Gnash should still compile even with these warnings.  If it doesn't,
report the warnings as a bug.

        ERROR: The BOOST date_time library is needed!
               Install it from http://boost.org
               or .deb users: apt-get install libboost-date-time-dev
configure: error: Please install required packages



****

_________________
PS3 80Gb MGS4 Bundle
Ubuntu 9.04

My New Desktop: Image

My Old Desktop: ImageImage


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Thu Oct 30, 2008 8:26 am 
 Profile

Joined: Thu Mar 27, 2008 8:14 am
Posts: 656
Location: Finland
What's the problem? Did you download the packages mentioned there? Packages can be usually found easily with synaptic if deb file happen to be named bit differently than suggested.

_________________
New users, read and understand forum rules! Click me!
In a nutshell
- Use forum search always before posting new messages.
- Remember to add [solved] to subject line of your post if solution is found.
- Never make double posts


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Thu Oct 30, 2008 4:09 pm 
 Profile

Joined: Wed Aug 13, 2008 5:04 pm
Posts: 36
Yes, I download every package.

edit: I installed the new intrepid iso and youtube works great if the video works, but some videos do not play.

_________________
PS3 80Gb MGS4 Bundle
Ubuntu 9.04

My New Desktop: Image

My Old Desktop: ImageImage


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Sat Nov 22, 2008 11:43 pm 
 Profile

Joined: Fri Nov 14, 2008 10:33 pm
Posts: 10
I conferm. After 2 hours and more I've finally installed Gnash XD

Like Rusty, I can see some video but not others, thanks for the tutorial!


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Thu Dec 04, 2008 7:12 pm 
 Profile

Joined: Tue Nov 25, 2008 12:58 am
Posts: 9
Well I followed all the instructions and I still cant watch and vids on you tube. When I try to watch a vid it says that I have an old version of flash player or adobe is turned off. Do I have to turn on Gnash on or something?I have Intrepid 8.10. Please help!


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Thu Dec 04, 2008 8:07 pm 
 Profile

Joined: Thu Mar 27, 2008 8:14 am
Posts: 656
Location: Finland
Did you first try to install restricted-extras? It should work.

Your problem is likely on some missing dependencies when you've compiled gnash. Did you see any errors during it?

_________________
New users, read and understand forum rules! Click me!
In a nutshell
- Use forum search always before posting new messages.
- Remember to add [solved] to subject line of your post if solution is found.
- Never make double posts


Top
 

Offline
 Post subject: Re: HowTo: Intrepid Gnash 0.8.4 (Youtube flashvideos)
PostPosted: Sat Dec 06, 2008 12:00 am 
 Profile

Joined: Tue Nov 25, 2008 12:58 am
Posts: 9
Well I hate to admit it, but I am really new to all this, (which is really embarrasing because I just decided to be a computer science major!). Frankly I have no idea what you talking about, but please be patient with me I am excited to learn about this sort of stuff. Although I'm not completely retarded I prefer you treat me as so. Just explain what some of what your lingo means please!


Top
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2, 3  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Design By Poker Bandits