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 786361 - gstdoc-scangobj fails with gtk-doc 1.26
gstdoc-scangobj fails with gtk-doc 1.26
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
git master
Other Linux
: Normal major
: 1.12.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-16 11:31 UTC by Jan Alexander Steffens (heftig)
Modified: 2017-08-17 11:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] gstdoc-scangobj: Don't require gtkdoc-common.pl (3.55 KB, patch)
2017-08-16 11:32 UTC, Jan Alexander Steffens (heftig)
committed Details | Review

Description Jan Alexander Steffens (heftig) 2017-08-16 11:31:55 UTC
gtk-doc 1.26 removed the Perl code and gstdoc-scangobj cannot find gtkdoc-common.pl anymore.
Comment 1 Jan Alexander Steffens (heftig) 2017-08-16 11:32:29 UTC
Created attachment 357713 [details] [review]
[PATCH] gstdoc-scangobj: Don't require gtkdoc-common.pl

gtk-doc was converted to Python and the file was removed. Copy the
needed function and remove the require.
Comment 2 Tim-Philipp Müller 2017-08-17 11:25:09 UTC
Thanks!

commit 3f4aa969cbe39584a649d98d4cf321d78bd73092
Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Date:   Wed Aug 16 11:23:18 2017 +0200

    gstdoc-scangobj: Fix for gtk-doc >= 1.26
    
    gtk-doc 1.26 was converted to Python and the file was removed.
    Copy the needed function and remove the require gtkdoc-common.pl
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786361