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 346054 - gst-template needs to check for automake >= 1.7
gst-template needs to check for automake >= 1.7
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal minor
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-27 20:12 UTC by Keith Preston
Modified: 2006-07-03 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Keith Preston 2006-06-27 20:12:27 UTC
If I check out the latest release of gst-template from CVS as a guide for making a new plugin.   It fails to build using automake-1.4 and aclocal-1.4 and it doesn't warn the users of this.   It seems from checking that all the other gstreamer source automake system check and fail with automake-1.4.   I think gst-template just got overlooked.

Keith
Comment 1 Tim-Philipp Müller 2006-07-03 10:17:00 UTC
Should be fixed in CVS now for both gst-plugin and gst-app:

 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>

        * Makefile.am:
        * autogen.sh:
        * gst-autogen.sh:
          Throw an error if autotools versions are too old. We require
          automake 1.7 or newer (#346054). Add gst-autogen.sh to check
          for this.

        * COPYING:
          Add placeholder COPYING file so it doesn't get overwritten
          by a GPL one by automake.