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 781585 - meson: gst-stats isn't installed
meson: gst-stats isn't installed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.11.90
Other All
: Normal enhancement
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-21 13:09 UTC by Koop Mast (kwm)
Modified: 2017-05-20 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add gst-stats-1.0.1 man page (1.23 KB, patch)
2017-04-21 13:10 UTC, Koop Mast (kwm)
committed Details | Review
Teach meson to build gst-stats and install it with the man page. (673 bytes, patch)
2017-04-21 13:11 UTC, Koop Mast (kwm)
committed Details | Review

Description Koop Mast (kwm) 2017-04-21 13:09:43 UTC
When comparing the autotools build vs the meson build. I noticed the gst-stats program isn't installed. While making meson build gst-stats, the install failed on the lack of a man page. I added one but it probably needs some beefing up.
Comment 1 Koop Mast (kwm) 2017-04-21 13:10:16 UTC
Created attachment 350200 [details] [review]
Add gst-stats-1.0.1 man page
Comment 2 Koop Mast (kwm) 2017-04-21 13:11:16 UTC
Created attachment 350201 [details] [review]
Teach meson to build gst-stats and install it with the man page.
Comment 3 Thibault Saunier 2017-04-21 14:02:53 UTC
commit 97cacb78e3bdd4cdd3922a2fcb077422629c3bf1
Author: Koop Mast <kwm@rainbow-runner.nl>
Date:   Fri Apr 21 15:04:32 2017 +0200

    Meson: also build and install gst-stats-1.0 and it's man page.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781585

commit 8b06627df927f4a0436c3f07dbe72ef2b321a998
Author: Koop Mast <kwm@rainbow-runner.nl>
Date:   Fri Apr 21 15:03:18 2017 +0200

    Add very simple man page for gst-stats.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781585
Comment 4 Tim-Philipp Müller 2017-05-20 16:08:54 UTC
(Fixed in 1.12.1:)

commit 9f05e6615417e4411540bf309c10223c71e61328
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat May 20 16:44:14 2017 +0100

    tools: dist new gst-stats man page
    
    Fixes meson build from tarball.