Registered Member
|
Thank you guys for all your comments., but I am a bit lost.
My knowledge is thin and I need help. So far I started to install with the script build-kdenlive.sh I had to install some packages and now I am stuck with the following errors. Are there best other ways to install? - Prebuilt packages provided by vpinion. - Packman archives have a 15.12 version and how to do? If not, could you please answer my questions?
What qt package to install, see what I have
Thanks |
Moderator
|
I think your best bet is to use the packman repositories. Yes these mention Open SUSE but since both Open SUSE and Fedora use the RPM system to deploy packages there is a good chance the packman repositories will work for you. But I am no expert on Fedora.
You need to tell your package management system that you have a repository to add to its list. Then you need to update the list of packages that your package management system can see. And then you choose to install kdenlive and its dependencies. I don't know how to do all this on fedora. It looks like you use "yum" You might get some hints here http://wiki.links2linux.de/packman:faq_ ... stallation Or you might need to do some research on package management and repository management under fedora. (Or switch distros to kubuntu ) The other option - pre-built binary pacakages - might be good for you to: Instructions on how to use the pre-built binary packages are here https://userbase.kde.org/Kdenlive/Manua ... y_packages Compiling your own version - can be a tricky prospect. Did you have a go at installing the pre-requisites I mentioned in an earlier post? |
Moderator
|
For the fedora build you will need to find the Fedora equivalent of the packages mentioned in the comments at the start of the script
The QT5 ones are qtscript5-dev libqt5svg5-dev libqt5opengl5-dev From your list I am guessing that these might be the ones you need qt5-qtscript-devel qt5-qtsvg-devel gambas3-gb-qt5-opengl As to the swfdec error. I have that turned off in the build script. It is not needed for kdenlive. So ignore that. And the jackrack bit is optional. Ignore for now. See if you can actually build kdenlive itself. |
Registered Member
|
Thanks ttguy for you help.
I tried with packman rpm without success. I have read the howto install packman repo and it looks a bit tricky. So I am back with the script. I think I am almost at the end. There is an error when cmake
Could you help me again for this one? |
Moderator
|
Why does your output mention qt4 I wonder? This should be building using qt5.
In the script do you have USE_KDE4=0 USE_KF5=1 What build script are you using BTW? |
Moderator
|
How about this - adapted from http://linuxg.net/how-to-install-kdenli ... 0-systems/
$ wget http://download1.rpmfusion.org/free/fed ... noarch.rpm $ sudo rpm -i rpmfusion-free-release-23.noarch.rpm $ sudo yum update $ sudo yum --enablerepo=rpmfusion-free-updates-testing install kdenlive |
Registered Member
|
I use this howto
https://community.kde.org/Kdenlive/Development/KF5#A_build_script and the script inside the page https://raw.githubusercontent.com/mltframework/mlt-scripts/master/build/build-kdenlive.sh I found inside the script: USE_KDE4=1 # line 84 USE_KF5 not found Looks like the script is out of date. No luck. As I can't do the install on my own and you are the only who can help, if you have more time for me, let me know what you prefer; or carry on on the script or restart with another way. You answered my question.
Kernel is 4.2.8 and need 4.2.6, so why it's not working? And I don't understand the error "Failed to synchronize ..." |
Moderator
|
On your fedora 23 do you have these folders ?
/usr/include/x86_64-linux-gnu/qt5 /usr/lib/x86_64-linux-gnu/ if not we need to figure out what are the QT_INCLUDE_DIR and QT_LIB_DIR on your system |
KDE Developer
|
hello,
build script on github/mltframework has merged the KF5 things only on 30. of December, so maybe you should re-download the script? |
Moderator
|
Hi Vincent. I think MrNice is using the build script version that I published on https://community.kde.org/index.php?tit ... ild_script Cool that you have updated the github/mltframework version of the build script to work with KF5. I see that I get a credit in that file. I am tesing that version now. Three thinks I note 1.
Not sure how it will work with those two settings because as I understand it with KDENLIVE_HEAD=0 it will try and checkout the revision specified in KDENLIVE_REVISION - which is blank. I am testing it with KDENLIVE_HEAD=1 2. Cool that you figured out the way to dynamically get the QT_INCLUDE_DIR and QT_LIB_DIR . But why leave those lines commented out and be setting those vars to blanks?
3. What happened to my wonderful comments in my version ? - the ones that explained what the configuration variables do I thought are probably quite useful. |
Registered Member
|
Thanks vpinon for the info
I had v 26, I got the new v 27 Now I get the error
What package should I install? Edit: I found it kf5-kdelibs4support-devel I got the error
Edit: I found it extra-cmake-modules
|
KDE Developer
|
in debian/control files one can find the following build deps
pkg-config, cmake, libmlt-dev, libmlt++-dev, ffmpeg, libqt5opengl5-dev, extra-cmake-modules, qtscript5-dev, libqt5svg5-dev, kdoctools-dev, kio-dev, libv4l-dev, libkf5archive-dev, libkf5bookmarks-dev, libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev, libkf5dbusaddons-dev, libkf5guiaddons-dev, libkf5iconthemes-dev, libkf5newstuff-dev, libkf5notifications-dev, libkf5notifyconfig-dev, libkf5plotting-dev, libkf5textwidgets-dev, libkf5widgetsaddons-dev, qtdeclarative5-dev, libkf5xmlgui-dev, libkf5filemetadata-dev, libkf5crash-dev to find the names in fedora world one should look at a recent kdenlive.spec file |
Registered Member
|
At least install is done.
At the end I'll write the name of all the packages I installed manually. Now I start Kdenlive and get the error
|
Moderator
|
That will be great. Will get your info added to doco somewhere.
Does your package manager report any modules with QtQuick in their names. I have 8 such modules installed. Installing these might help. |
Registered Member
|
Started but with errors
|
Registered users: Bing [Bot], Google [Bot], kde-naveen, Sogou [Bot]