Hi!
Somewhere I've read about a VLC phonon backend for KDE 4. But I can't find more infos about it. Is it a dead project? Or where are the sources to compile it?
Code: Select all
root[vlc]# mkdir build
root[vlc]# cd build/
root[build]# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:3 (find_package):
Could not find module FindVLC.cmake or a configuration file for package
VLC.
Adjust CMAKE_MODULE_PATH to find FindVLC.cmake or set VLC_DIR to the
directory containing a CMake configuration file for VLC. The file will
have one of the following names:
VLCConfig.cmake
vlc-config.cmake
CMake Error at CMakeLists.txt:27 (automoc4):
Unknown CMake command "automoc4".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
You need at least VLC 1.0.0. Also you need to checkout the whole phonon backends tree from svn since there are scripts for cmake in the subfolder cmake/modules.OK, I've found it here: http://websvn.kde.org/trunk/playground/ ... kends/vlc/
Could not find module FindVLC.cmake or a configuration file for package
VLC.
[...]
CMake Error at CMakeLists.txt:27 (automoc4):
Unknown CMake command "automoc4".
Code: Select all
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/multimedia/phonon-backends/
cd phonon-backends
cmake .
make
Return to “VLC media player for Linux and friends Troubleshooting”
Users browsing this forum: No registered users and 5 guests