Bug 274652 - phonon-xine fails to build after recent buildsystem change in phonon
Summary: phonon-xine fails to build after recent buildsystem change in phonon
Status: RESOLVED FIXED
Alias: None
Product: buildsystem
Classification: Developer tools
Component: KDE4 (cmake) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Neundorf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 01:32 UTC by Christoph Feck
Modified: 2011-06-01 23:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Feck 2011-06-01 01:32:48 UTC
Version:           unspecified (using Devel) 
OS:                Linux

After commit 6f2fd663 in phonon, the phonon-xine project fails to build. It aborts with the following error when invoking cmake.

CMake Error at cmake/FindPhonon.cmake:46 (message):
  ERROR: FindPhonon.cmake not found in share/phonon-buildsystem
Call Stack (most recent call first):
  CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!


Reproducible: Always
Comment 1 Christoph Feck 2011-06-01 01:33:36 UTC
Adding Phonon maintainer
Comment 2 Harald Sitter 2011-06-01 02:16:37 UTC
Phonon Xine is not maintained anymore. Please use GStreamer or VLC. Also the breakage is from a build system transition, so Alex needs to fix that for those two backends too :P
Comment 3 Alexander Neundorf 2011-06-01 23:43:18 UTC
Should be fixed now again, the paths configured into the pkgconfig-file were not absolute paths anymore.

Alex