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 759855 - build: pbutils needs to link to libgstbase for bytewriter and adapter
build: pbutils needs to link to libgstbase for bytewriter and adapter
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.7.1
Other Linux
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-25 03:37 UTC by Yannick Inizan
Modified: 2015-12-25 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yannick Inizan 2015-12-25 03:37:33 UTC
we have to add GST_BASE_LIBS and GST_BASE_CFLAGS variables to pbutils Makefile.am for a build without errors :

...

libgstpbutils_@GST_API_VERSION@_la_LIBADD = \
  $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
  $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \
  $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \
  $(GST_LIBS) $(GST_BASE_LIBS)
libgstpbutils_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GST_BASE_CFLAGS)

...
Comment 1 Sebastian Dröge (slomo) 2015-12-25 08:16:22 UTC
How is this related to Ubuntu? I fixed that yesterday right after the release though :)

commit 7fddeaa8782f0d6114a236178b6709cd90724994
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Thu Dec 24 13:59:52 2015 +0100

    pbutils: Link to libgstbase for bytewriter and adapter