[kdenlive] build script ver 27

2016-01-01 Thread Roger Morton
Vincent has released an updated version of "the build script" - ver 27 see http://www.mltframework.org/twiki/bin/view/MLT/BuildScripts#Kdenlive This version builds against KF5 version of the KDE frameworks so should work with ver 15.N of kdenlive However, in my hands it fails. First up it looks li

Re: [kdenlive] build script ver 27

2016-01-02 Thread Roger Morton
Building from git head looks like it is trying to find ver 5.15 of KF5 packages but I have 5.9.0. My package manager on kubuntu 15.04 does not offer any upgrades to KF5 so I am at loss here CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:77 (find_package): Could not find a configurati

Re: [kdenlive] build script ver 27

2016-01-02 Thread jb
On Saturday, January 02, 2016 07:00:50 PM Roger Morton wrote: > Building from git head looks like it is trying to find ver 5.15 of KF5 > packages but I have 5.9.0. My package manager on kubuntu 15.04 does > not offer any upgrades to KF5 so I am at loss here > Hello Roger, I recently bumped the K

Re: [kdenlive] build script ver 27

2016-01-02 Thread Javier Agustìn Fernàndez Arroyo
hello, KF5 is shipped in Ubuntu 15.10 and 16.04 (not yet officially released) On Sat, Jan 2, 2016 at 10:55 AM, jb wrote: > On Saturday, January 02, 2016 07:00:50 PM Roger Morton wrote: > > Building from git head looks like it is trying to find ver 5.15 of KF5 > > packages but I have 5.9.0. My

Re: [kdenlive] build script ver 27

2016-01-02 Thread Javier Agustìn Fernàndez Arroyo
http://packages.ubuntu.com/search?keywords=kf5&searchon=names&suite=all§ion=all On Sat, Jan 2, 2016 at 3:00 PM, Javier Agustìn Fernàndez Arroyo < elh...@gmail.com> wrote: > hello, > > KF5 is shipped in Ubuntu 15.10 and 16.04 (not yet officially released) > > On Sat, Jan 2, 2016 at 10:55 AM, jb w

Re: [kdenlive] build script ver 27

2016-01-03 Thread Roger Morton
Hi JB, Looks like your changes do get me past the version 5.15 vs 5.9.0 problems. But kdenlive still does not build. But maybe some new dependancies have been added? Any hints as to what packages I might need to install? LOG: CFLAGS=-I/home/ttguy/development/kdenlive/20160104/include LOG: LDFLAG

Re: [kdenlive] build script ver 27

2016-01-04 Thread jb
On Monday, January 04, 2016 09:07:39 AM Roger Morton wrote: > Hi JB, > Looks like your changes do get me past the version 5.15 vs 5.9.0 > problems. But kdenlive still does not build. > But maybe some new dependancies have been added? Any hints as to what > packages I might need to install? Yes, t

Re: [kdenlive] build script ver 27

2016-01-04 Thread Vincent Pinon
Le lundi 4 janvier 2016, 19:19:59 jb a écrit : > Yes, there is a new dependency on KF5's KCrash frameworks. > Under *Ubuntu, The package is called: > libkf5crash-dev you'll miss also libkf5filemetadata-dev cheers, Vincent ___ kdenlive mailing list kdenli

Re: [kdenlive] build script ver 27

2016-01-05 Thread Roger Morton
Fails at the install step now. cannot create directory: /usr/local/share/kdenlive Has something changed that the build needs to be run as root ? Do we want this? Can it be changed so this is not needed? Install the project... -- Install configuration: "" CMake Error at data/cmake_install.cmake:3

Re: [kdenlive] build script ver 27

2016-01-06 Thread Roger Morton
Whoops. I think I made a bad edit in the ver27 of the build script which is probably causing the errror "CMake Error at data/cmake_install.cmake:36 (file): file cannot create directory: /usr/local/share/kdenlive. Maybe need administrative privileges. " Testing a bug fix version (of my bug) now __

Re: [kdenlive] build script ver 27

2016-01-06 Thread Roger Morton
So I got a modified version of build script ver 27 to work. My instal failure was due to a stuff-up on my part. However, the script as written does not work for me. Two things needed changing. 1. need a DQT_QMAKE_EXECUTABLE var in the cmake config line CONFIG[2]="cmake .. -DCMAKE_INSTALL_PRE