This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Getting the dev version on Kubuntu 15.10 ?

Tags: None
(comma "," separated)
mugen
Registered Member
Posts
2
Karma
0
Hi Guys.
I recently migrated to Kubuntu 15.10 and instantly noticed, that the stabilization-feature under "clip-jobs" disappeared.
I tried to add the dev ppa, but there werent any packages for 15.10 in there. After this I tried to build mlt and kdenlive
from source, but I got the Error :

Code: Select all
sudo cmake .. -DCMAKE_INSTALL_PREFIX=/usr
CMake Error at CMakeLists.txt:21 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.2.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


Is there any way to get the stabilization back ?
Thanks in advance
Lars
User avatar
qubodup
Registered Member
Posts
142
Karma
0
Perhaps you can try one of the links at the bottom of https://kdenlive.org/download-development instead?

Code: Select all
sudo cmake .. -DCMAKE_INSTALL_PREFIX=/usr
CMake Error at CMakeLists.txt:21 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.2.0) with any of the following names:
    ECMConfig.cmake
    ecm-config.cmake

http://osdir.com/ml/kde-pim/2014-08/msg00178.html helped me find out ECM is part of extra-cmake-modules so try
Code: Select all
sudo apt-get install extra-cmake-modules

and try again. It might be that you have to "clean" your cmake dir.

Is there any way to get the stabilization back ?

There is a stabilize option in kdenlive 15.09.0:
Image
screenshot made with `sleep 10 && import -window root screenshot.jpg`
git HEAD (dev version) also has it.

Is this the one you're looking for or do you want something different? https://userbase.kde.org/Kdenlive/Manua ... /Stabilize has some info about a variant which was removed after 0.9.8.
mugen
Registered Member
Posts
2
Karma
0
qubodup wrote:Perhaps you can try one of the links at the bottom of https://kdenlive.org/download-development instead?

Code: Select all
sudo cmake .. -DCMAKE_INSTALL_PREFIX=/usr
CMake Error at CMakeLists.txt:21 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.2.0) with any of the following names:
    ECMConfig.cmake
    ecm-config.cmake

http://osdir.com/ml/kde-pim/2014-08/msg00178.html helped me find out ECM is part of extra-cmake-modules so try
Code: Select all
sudo apt-get install extra-cmake-modules

and try again. It might be that you have to "clean" your cmake dir.

Is there any way to get the stabilization back ?

There is a stabilize option in kdenlive 15.09.0:
Image
screenshot made with `sleep 10 && import -window root screenshot.jpg`
git HEAD (dev version) also has it.

Is this the one you're looking for or do you want something different? https://userbase.kde.org/Kdenlive/Manua ... /Stabilize has some info about a variant which was removed after 0.9.8.

Hey ,
I installed the extra-cmake-modules. Sadly there is another error now
Code: Select all
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:71 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/lars/kdenlive/build/CMakeFiles/CMakeOutput.log".

I already installed Qt5.5 via their online installer, but this didn't help.
cristianadam
Registered Member
Posts
4
Karma
0
OS
mugen wrote:
Code: Select all
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  CMakeLists.txt:71 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/lars/kdenlive/build/CMakeFiles/CMakeOutput.log".

I already installed Qt5.5 via their online installer, but this didn't help.


You need to install the missing Qt5Svg package:

Code: Select all
sudo apt-get install libqt5svg5-dev
User avatar
ttguy
Moderator
Posts
1152
Karma
6
OS
Have you seen the doco on this here https://community.kde.org/Kdenlive/Development/KF5 ?
You should install all the dependencies listed there before trying to build it. Because it is a pain to find out each missing dependency one at a time.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], kde-naveen, Sogou [Bot]