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 794871 - gst-validate meson support missing from release tarball
gst-validate meson support missing from release tarball
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-devtools
1.14.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-01 10:46 UTC by Jan Tojnar
Modified: 2018-11-03 11:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Tojnar 2018-04-01 10:46:41 UTC
meson.build is not listed in EXTRA_DIST causing the file to be omitted from release tarball.

https://github.com/GStreamer/gst-devtools/blob/1.14.0/validate/Makefile.am
Comment 1 Tim-Philipp Müller 2018-04-01 11:51:50 UTC
There's more going on than just that.

The whole gst-devtools module setup is a bit weird, basically the validate tarball is made from a subdirectory in the git module, but the top-level meson.build is the one that includes the project().

So the meson support is not really shippable in a tarball as-is.

I think what's needed is probably something to tell Meson for subprojects that the actual subproject is in a sub-directory of the git checkout.
Comment 2 Tim-Philipp Müller 2018-04-01 12:37:34 UTC
(The Meson subproject angle comes is because of gst-build.)
Comment 3 Thibault Saunier 2018-04-01 13:02:35 UTC
> I think what's needed is probably something to tell Meson for subprojects that the actual subproject is in a sub-directory of the git checkout.

I thought that gst-devtools should be a coeherent project in meson when I went that road, then you have gst-validate (which tbh I would rather move to -base at some point) and other devtools. In the current context where we still have autotools in the way, it looks messy, but I think in the long run it would be better, don't you think?
Comment 4 GStreamer system administrator 2018-11-03 11:08:12 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/28.