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 750351 - gst-indent: Added support for gindent as executable name
gst-indent: Added support for gindent as executable name
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-03 16:07 UTC by Vivia Nikolaidou
Modified: 2015-06-03 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch file (1.32 KB, patch)
2015-06-03 16:07 UTC, Vivia Nikolaidou
committed Details | Review

Description Vivia Nikolaidou 2015-06-03 16:07:23 UTC
Created attachment 304531 [details] [review]
Patch file

gst-indent used to support gnuindent and indent as executable names.
However, on OSX one can "brew install gnu-indent" and then the
executable name will be gindent. Added support for that.
Comment 1 Sebastian Dröge (slomo) 2015-06-03 16:10:17 UTC
commit 957a81eef9aa581aab192edc5ce2084564245203
Author: Vivia Nikolaidou <vivia@ahiru.eu>
Date:   Wed Jun 3 19:04:15 2015 +0300

    gst-indent: Add support for gindent as executable name
    
    gst-indent used to support gnuindent and indent as executable names.
    However, on OSX one can "brew install gnu-indent" and then the
    executable name will be gindent. Added support for that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750351