Hi Mark,

Here is the install script (edited to take out all the things I don't think
you need). 

I can't remember why I need all this, but if it's video related, I've left
it in.  The ffmpeg stuff is not really necessary unless we get onto other
video-related topics.

Regards

Steve

#!/bin/bash

apt-get -y autoremove 
apt-get -y upgrade 
apt-get -y install libwx-perl-processstream-perl 
apt-get -y install libwx-perl-dialog-perl 
apt-get -y install libwx-perl 
apt-get -y install ffmpeg 
apt-get -y install gstreamer0.10-ffmpeg 
apt-get -y install libgstreamer0.10-0 
apt-get -y install libgstreamer-perl 
apt-get -y install libgstreamer-plugins-base0.10-0 
apt-get -y install gnomeprintui 
apt-get -y install cups-pdf  
apt-get -y install g++ 
apt-get -y install gcc
apt-get -y install gstreamer0.10-ffmpeg 
apt-get -y install libgstreamer0.10-0 
apt-get -y install libgstreamer-perl 
apt-get -y install libgstreamer-plugins-base0.10-0 
apt-get -y install gstreamer0.10-x 
apt-get -y install gstreamer0.10-doc 
apt-get -y install gstreamer0.10-plugins-good 
apt-get -y install gstreamer0.10-plugins-base 
apt-get -y install gstreamer0.10-tools
apt-get -y remove gnash gnash-common libflashsupport mozilla-plugin-gnash
swfdec-mozilla 
apt-get -y install alsa-oss 
apt-get -y install faac 
apt-get -y install faad 
apt-get -y install flashplugin-nonfree 
apt-get -y install gstreamer0.10-plugins-bad 
apt-get -y install gstreamer0.10-plugins-bad-multiverse 
apt-get -y install gstreamer0.10-plugins-ugly 
apt-get -y install gstreamer0.10-plugins-ugly-multiverse 
apt-get -y install gstreamer0.10-pitfdll 
apt-get -y install libmp3lame0 
apt-get -y install unrar
apt-get -y install gnomeprintui2.2-0
apt-get -y install gnomeprintui2.2-doc
apt-get -y install gnomeprintui2.2-common

cpan -i install YAML 
cpan -i install CPAN  
cpan -i install ExtUtils::XSpp
cpan -i install Wx 
cpan -i install Wx::Demo 
cpan -i install threads 
cpan -i install XSLoader 
cpan -i install Thread::State 
cpan -i install FFmpeg::Command 
cpan -i install XML::LibXML 

Reply via email to