Comment 45 for bug 722285

Revision history for this message
Joseph Eoff (joseph-eoff) wrote :

Patch for 1.4.3
This patch applies to the source tarball from https://launchpad.net/openshot/1.4/1.4.3/+download/openshot-1.4.3.tar.gz

That is (currently) the latest stable release.
Download the tarball from the link above.
Download the patch attached to this post.
Untar the openshot tarball.
Untar the patch and copy it into the openshot-1.4.3 folder created by untarring the openshot tarball.
In the shell, change directory into the openshot-1.4.3 folder
Apply the patch:
patch -p1 <patch1.4.3.patch

You can test the patched version by cd'ing into bin and executing ./openshot or you can install it by doing sudo python setup.py - just like always.

This is the same patch I originally made for 1.4.3Alpha1, but applied to the 1.4.3 release. There's really not much difference between the two, mostly just line numbers and I didn't edit the Main.ui file with my ancient copy of Glade, so the patch is much smaller.

If anyone wants it, I could make a patch for the current version from bzr.