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 702424 - build: Fixes out of source directory build.
build: Fixes out of source directory build.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-17 07:34 UTC by Alban Browaeys
Modified: 2013-09-24 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fixes out of source directory build. (1.33 KB, patch)
2013-06-17 07:34 UTC, Alban Browaeys
reviewed Details | Review

Description Alban Browaeys 2013-06-17 07:34:38 UTC
Created attachment 247000 [details] [review]
build: Fixes out of source directory build.

Do source directory stuff from the source directory and build from the build drectory.
Comment 1 Tim-Philipp Müller 2013-06-17 11:08:41 UTC
Maybe gst-editing-services should be added to the list of modules in common/update-common where the autogen.sh is created from the template in common/autogen.sh.in (which is what is done for most gst-plugins-* modules now).
Comment 2 Tim-Philipp Müller 2013-06-18 12:33:49 UTC
This should hopefully fix it:

commit bbdcb9bd04ac66552b689193a65f6dd6c2a0f7c5
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Jun 18 13:32:38 2013 +0100

    autogen.sh: generate from common module, fixing srcdir != builddir build
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702424


and in common:

commit 12af105243823fc73581db4fd79a46f6d0268dc5
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Jun 18 13:27:14 2013 +0100

    update-common: generate autogen.sh for gst-libav and gst-editing-services as well
    
    Should fix srcdir != builddir issues in those two modules.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702319
    https://bugzilla.gnome.org/show_bug.cgi?id=702424

commit c332ef3c21314128d45fd7c70513121f5e434c47
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Tue Jun 18 13:04:20 2013 +0100

    autogen.sh.in: fix for modules that have no po/ directory