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 528000 - [timidity] Doesn't dist all files correctly
[timidity] Doesn't dist all files correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-14 10:31 UTC by Sebastian Dröge (slomo)
Modified: 2008-04-16 09:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
timidity-dist.diff (1.00 KB, patch)
2008-04-14 11:33 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-04-14 10:31:48 UTC
Hi,
the latest pre-release tarball doesn't dist ext/timidity/gsttimidity.h. This is probably caused by the ifs in Makefile.am, not sure how the correct fix looks like though. Simply adding the headers to EXTRA_DIST will fix it too of course, proper fix is probably to move the noinst_HEADERS stuff out of the ifs.
Comment 1 Sebastian Dröge (slomo) 2008-04-14 11:33:23 UTC
Created attachment 109227 [details] [review]
timidity-dist.diff
Comment 2 Sebastian Dröge (slomo) 2008-04-16 09:45:14 UTC
2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>

	* ext/timidity/Makefile.am:
	Dist all source files, no matter if only timidity or wildmidi or
	nothing is found by configure. Fixes bug #528000.