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 - kaffeine build fails on missing gstreamer library paths
Summary: kaffeine build fails on missing gstreamer library paths
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: R14.0.9
  Show dependency treegraph
 
Reported: 2020-06-08 23:43 CDT by aneejit1
Modified: 2020-06-12 03:13 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch for kaffeine to include the gstreamer library directories and fix a typo (845 bytes, patch)
2020-06-08 23:43 CDT, aneejit1
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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