By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 3128

Summary: kaffeine build fails on missing gstreamer library paths
Product: TDE Reporter: aneejit1
Component: non-core programsAssignee: 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

Description aneejit1 2020-06-08 23:43:42 CDT
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.
Comment 1 Slávek Banko 2020-06-10 11:37:59 CDT
After a successful pull-request in 'libr', you can proceed in the same way with the patch in this bug report.
Comment 2 Michele Calgaro 2020-06-12 03:13:15 CDT
Fixed by PR https://mirror.git.trinitydesktop.org/gitea/TDE/kaffeine/pulls/5