[Bug 740065] New: libnice recipe cannot find gtk-doc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 13 05:55:38 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740065
  GStreamer | cerbero | git

           Summary: libnice recipe cannot find gtk-doc
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: cerbero
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nirbheek.chauhan at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=290635)
 View: https://bugzilla.gnome.org/attachment.cgi?id=290635
 Review: https://bugzilla.gnome.org/review?bug=740065&attachment=290635

Disable gtk-doc unconditionally, and disable static by default

libnice cannot find gtk-doc on Platform.LINUX because it searches for
gtk-doc.pc in configure, which Cerbero's pkg-config cannot find because it
doesn't search the system path (for good reasons). There are three solutions to
this:

1) Disable gtk-doc in libnice
2) Make pkg-config look inside /usr/share/pkgconfig for arch-independent
pkg-config files (this goes against the purpose of bug 738916)
3) Build gtk-doc as part of build-tools on Linux

Easiest is (1) since we don't ship documentation anyway. The attached patch
does this. It also fixes another bug where libnice was installing a useless
static plugin into lib/gstreamer-1.0 which confuses libtool during static
linking.

-- 
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