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.
Patch for 1.4.3 /launchpad. net/openshot/ 1.4/1.4. 3/+download/ openshot- 1.4.3.tar. gz
This patch applies to the source tarball from https:/
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.