Hello Linux Geeksters. As you may know, PiTiVi is an open-source movie editor for the Linux system. The latest version available is PiTiVi 0.91, which has been released a few days ago. Among other changes, it comes with support for GTK+3 and Gstreamer 1.x.

In this article I will show you how to install PiTiVi 0.91 on Ubuntu, Linux Mint, Debian, Elementary OS and Pear OS.
There is no repository available for PiTiVi 0.91, so we have to install it from sources. Follow the instructions exactly, in order to get a successful installation.
Install the needed dependencies:
$ apt-get build-dep pitivi
Download and extract the PiTiVi archive:
$ wget -c http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.91/pitivi-0.91.tar.xz
$ tar -xJvf pitivi-0.91.tar.xz
$ cd pitivi-0.91
Make the propper configurations:
$ ./configure && make
Install PiTiVi 0.91 systemwide:
$ sudo make install