MainActor repackaged to work on Ubuntu
I tried this package on different variant of Ubuntu (Xubuntu, Kubuntu and Ubuntu Studio) and different architecture (32, 64 bits) and it worked. If you have trouble installing MainActor, drop a line in the comment section.
To install MainActor, open a terminal and follow the steps below.
Note: the procedure is slightly different for Ubuntu 9.10 because libstdc++5 is now obsolete and is no more part of the distribution's packages. So, libstdc++5 has to be installed manually or MainActor will not work on Ubuntu 9.10+.
Ubuntu 8.04, 8.10 & 9.04:
-
sudo apt-get install libaudio2 libstdc++5
-
sudo dpkg -i ./mainactor-5.5-37.all.ubuntu-8.04.deb
-
run MainActor : mactor on the command line or click MainActor icon in the main menu.
Ubuntu 9.10:
-
sudo apt-get install libaudio2
-
sudo dpkg -i --force-architecture ./libstdc++5_3.3.6-17ubuntu1_i386.deb #(--force-architecture may not be necessary on 32 bits architecture -- not tested)
-
sudo dpkg -i ./mainactor-5.5-37.all.ubuntu-8.04.deb
-
run MainActor : mactor on the command line or click the MainActor icon in Ubuntu menu.
Note: you will have a lot of warning messages if you run MainActor from the command line with Ubuntu 9.10 64 bits:
Conflict in /usr/lib/qt3/plugins/inputmethods/libqxim.so: Plugin uses incompatible Qt library! expected build key "i686 Linux g++-4.* full-config", got "x86_64 Linux g++-4.* full-config".
Those messages appear to be harmless, I was able to run MainActor and edit video even with them showing up.
Ubuntu 10.04:
This is the end of the road for MainActor repackaged deb archive... I can't start MainActor anymore even if I use the libstdc++5 trick that was working for 9.10.
I get a Segmentation Fault when I start MainActor. Apparently, it is caused by the FreeType library. I don't know how to fix it nor how to work around it. So, if you have more success than me, let me know what you did.
Until then : RIP MainActor, you will be missed... 
DISCLAIMER:
-
This is a (fully functional) demo version of MainActor. Unless you have a serial number to unlock MainActor exported video will have a watermark. Don't bother to ask me for a serial number, I will not provide you one.
-
This package is neither produced nor supported by MainConcept.
