Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2920  / 2 Years ago, tue, april 26, 2022, 7:43:56

As there's a critical bug in PiTiVi 0.15.1 (version released in Software Center) and I need to finish a project, I tried to install the latest version, 0.15.2. I tried to add the PPA and to compile it (I found the instructions at the PiTiVi website), but I had no luck. What should I do?



I'm using Ubuntu 12.04 in an iMac 21'5'' Late 2009.


More From » 12.04

 Answers
6

The PPA does not include any packages for Precise (12.04), and contains no packages for the version you want either (0.15.2), so it's useless. You can remove it from Software Center or using apt-add-repository.



0.15.2 compiled just fine for me on Precise 64-bit, with the following. Open a terminal, and run the following to install PiTiVi 0.15.2 on your system




sudo apt-get build-dep pitivi -y
sudo wget -O- http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.15/pitivi-0.15.2.tar.xz | tar -xJ
cd pitivi-0.15.2
./configure && make
sudo make install

[#38344] Wednesday, April 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jokaned

Total Points: 315
Total Questions: 116
Total Answers: 119

Location: Somalia
Member since Mon, Feb 27, 2023
1 Year ago
jokaned questions
;