[Bug 689043] gstreamer-1.0.pc declares public dependency on libgthread

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 25 16:53:44 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=689043
  GStreamer | gstreamer (core) | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-11-26 00:53:40 UTC ---
Indeed, thanks. Looks like my grepping skills failed me a bit. This should take
care of it:

commit 8c08af234582d1ca602bdc6a3c9744fbd3c6acb3
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Mon Nov 26 00:20:26 2012 +0000

    gst: don't require gthread-2.0

    We don't need to link to gthread-2.0 any longer, since all
    the normal thread-related stuff is in GLib proper, and we
    don't use g_thread_init() any more.

    https://bugzilla.gnome.org/show_bug.cgi?id=689043

commit 647cdef6fbf62d04526be23245eb6ff047bbc84f
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Sun Nov 25 23:42:57 2012 +0000

    gstreamer-1.0.pc: move gmodule-no-export-2.0 dependency to Requires.private

    Users of GStreamer are not generally expected to use the GModule API
    directly. so don't force them all to link against it.

    While we're at it, no need to define this via configure.ac really, just
    put the dependencies directly into the .pc.in file.

commit 0378c40ed379c65ae123f5c352a3a0846342fbfd
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Sun Nov 25 23:26:47 2012 +0000

    docs: remove all mention of g_thread_init()

    It's been deprecated since GLib 2.32 and isn't needed any
    longer.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list