[gstreamer-bugs] [Bug 636851] New: allow out of source-dir build

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 9 01:16:23 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=636851
  GStreamer | common | unspecified

           Summary: allow out of source-dir build
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: common
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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

out of srcdir build support for api-docs

Right now it is not possible to do out of srcdir builds for gstreamer due to
deficiencies in the api-doc build. For gtk-doc this is tracked as Bug #127049.
GStreamer has a copy of the upstream doc-build makefiles, that diverted quite a
bit. This is an attemp to resync them and fix the out-of-srcdir build.

To test it:
# do a clean checkout
/autogen.sh --noconfigure
# apply the patch to common
mkdir _debug
cd debug
../configure ....
make && sudo make install

The feature allows you to keep a clean source tree and have multiples
configurations ready to be build.

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