Downloads
From PiTiViWiKi
Contents |
Packages
Fedora Core
Until the packages hit the fedora mirrors, you can grab the latest builds here:
F-10 : http://koji.fedoraproject.org/koji/buildinfo?buildID=66472 F-9 : http://koji.fedoraproject.org/koji/buildinfo?buildID=66475
Debian/Unstable
Latest version of PiTiVi and gnonlin are available in debian/unstable:
apt-get install pitivi
Ubuntu
To install the default version of PiTiVi for your release:
sudo apt-get install pitivi
Development Releases for Ubuntu and Debian/Experimental
The most up-to-date PiTiVi and gstreamer dependencies are available in debian/experimental. They are also updated in the gstreamer-developers PPA:
https://launchpad.net/~gstreamer-developers/+archive
Copy the appropriate apt sources.list entry. You can directly edit /etc/apt/sources.list, or, alternatively, follow these steps:
- from the menu bar select: System > Administration > Software Sources
- click the "Third-Party Software" tab
- click the "add" button
- paste in the apt entry into the dialog that appears
- click "Add Source" in the dialog
- click "close" at the bottom of the Software Sources Window
- click "Reload" in the dialog that appears. You will be warned about an unsigned key, ignore this for now
- Close the software sources panel
- from the menu bar select: System > Administration > Update Manager
- click "Check for Updates", the update manager will show any packages which need to be updated
- click "Install Updates"
- If necessary, install PiTiVi as described above for Ubuntu / Debian. You will receive new versions of PiTiVi and gstreamer when they become available.
Note Some people have been experiencing problems with PiTiVi and the fluendo plugins included in Ubuntu. If you experience problems with MPEG or mp3 files in pitivi, make sure the following packages are not installed:
- gstreamer0.10-fluendo-mp3
- gstreamer0.10-fluendo-mpegdemux
- gstreamer0.10-fluendo-mpegmux
Gentoo
Ebuilds are available in portage:
emerge pitivi
RPM-based systems
If you cannot find package for your rpm-base distro (redhart/fedora/suse/...) you can search for alternatives repositories/packages on pbone : http://rpm.pbone.net/index.php3?stat=3&search=pitivi
Building from the source code of a release
Tarballs of PiTiVi are available on GNOME FTP and mirrors : http://ftp.gnome.org/pub/GNOME/sources/pitivi/
The stable series tarballs are located in the '0.10/' sub-directory , whereas the unstable series tarballs are in the '0.11/' sub-directory.
PiTiVi doesn't need to be compiled, but has to be configured all the same. So you have to go through the usual:
./configure make sudo make install
Building from the source of the development version
See the Welcome_Developers page for instructions.

