After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769587 - hls, timecode: can't build debian package from git master, need to fix linking
hls, timecode: can't build debian package from git master, need to fix linking
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal critical
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-06 22:29 UTC by m][sko
Modified: 2016-08-07 15:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsthls link fix (1.12 KB, patch)
2016-08-06 22:29 UTC, m][sko
none Details | Review
gsttimecode link fix (1.05 KB, patch)
2016-08-06 23:34 UTC, m][sko
committed Details | Review
gsthls link fix (1.12 KB, patch)
2016-08-06 23:36 UTC, m][sko
committed Details | Review

Description m][sko 2016-08-06 22:29:43 UTC
Created attachment 332866 [details] [review]
gsthls link fix

We can't link gsthls library as we are missing -lgsttag-$(GST_API_VERSION) in Makefile
Comment 1 m][sko 2016-08-06 22:31:18 UTC
there is also same link-ing problem  with timecode/Makefile.am
Comment 2 m][sko 2016-08-06 23:34:17 UTC
Created attachment 332869 [details] [review]
gsttimecode link fix
Comment 3 m][sko 2016-08-06 23:36:41 UTC
Created attachment 332870 [details] [review]
gsthls link fix
Comment 4 Tim-Philipp Müller 2016-08-07 15:48:03 UTC
Thanks for the patches.

commit 94d11f87c7a8fd76c779c7a2cd1ac6db78d1c278
Author: xlazom00 <xlazom00@gmail.com>
Date:   Sat Aug 6 23:31:23 2016 +0000

    hls, timecode: fix linking
    
    https://bugzilla.gnome.org//show_bug.cgi?id=769587