Comment 9 for bug 1472213

Revision history for this message
firewalker (firew4lker) wrote :

I installed libopenshot-audio-bzr from AUR normally. I use yaourt, so:

yaourt -S libopenshot-audio-bzr

After that you have to install libopenshot-bzr. It wont build by default though. You can use yaourt to download the AUR build packet (yaourt -G libopenshot-bzr). Run makepkg in the downloaded directory. The building process will fail. You must edit two files.

src/libopenshot/src/bindings/python/openshot.i
src/libopenshot/src/bindings/ruby/openshot.i

You must remove the 25 first lines (wrong commenting with #).

Run makepkg and after the compilation, install the created packet.

Download Openshot-Qt:

bzr lp:openshot/2.0

Enter 2.0/src and run launch.py

This is what I did.