| Summary: | kaffeine build fails on missing gstreamer library paths | ||
|---|---|---|---|
| Product: | TDE | Reporter: | aneejit1 |
| Component: | non-core programs | Assignee: | Michele Calgaro <michele.calgaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, michele.calgaro, slavek.banko |
| Priority: | P5 | ||
| Version: | R14.0.x [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 3085 | ||
| Attachments: | Patch for kaffeine to include the gstreamer library directories and fix a typo | ||
After a successful pull-request in 'libr', you can proceed in the same way with the patch in this bug report. |
Created attachment 2971 [details] Patch for kaffeine to include the gstreamer library directories and fix a typo The kaffeine/src/player-parts/gstreamer-part/CMakeLists.txt file omits the gstreamer *_LIBRARY_DIRS variables from the link_directories statements resulting in the build failing because glib libraries cannot be found. Also, there's a typo in the "LINK" for "libgstreamerpart"; "${GSTREAMER_PLUGIN_LIBRARIES}" is missing its final "S". This issue was found to occur in the 14.0.8 release. The patch has been applied to a cloned copy of the repository version and has built successfully.