captain_coconut
Member
- Joined
- Oct 9, 2008
- Messages
- 132
My pandora currently has LCD cable issues and my development laptop screen backlight recently failed, so I am passing on this in case it is useful to someone.
git clone --recursive git://github.com/pder/minitube-pnd.git
This repository has 3 scripts to cross compile minitube, phonon-mplayer, and mplayer2
I use Ivanovics toolchain for minitube and mplayer2. I found that phonon-mplayer must be built with the angstrom openembedded compiler.
You will need to adjust some paths to your toolchain in several of the scripts.
make pnd
will generate a pnd.
The work that needs to be done is to get minitube 2.0 to compile.
git clone --recursive git://github.com/pder/minitube-pnd.git
This repository has 3 scripts to cross compile minitube, phonon-mplayer, and mplayer2
I use Ivanovics toolchain for minitube and mplayer2. I found that phonon-mplayer must be built with the angstrom openembedded compiler.
You will need to adjust some paths to your toolchain in several of the scripts.
make pnd
will generate a pnd.
The work that needs to be done is to get minitube 2.0 to compile.