1 2008-12-17 Edward Hervey <bilboed@gmail.com>
4 And yet another variation of the GstAudioFilter leak.
6 2008-12-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
8 Patch by: Roland Illig <roland dot illig at gmx dot de>
11 Fix AG_GST_BISON_CHECK to handle version numbers with more than
12 two components (i.e. 2.4.1). Fixes bug #564507.
14 2008-12-14 Edward Hervey <bilboed@gmail.com>
17 And yet another variant of the GstAudioFilter leak.
19 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
22 Added variants of leaks of dynamic pad templates created in
24 Add conditional jump triggered by getaddrinfo (maybe glibc-2.9).
26 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
29 Fix leak in GIO called by gnomevfs. Nothing we can do about this.
31 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
34 Added another suppression for dynamic pad templates, in this case
36 Added suppression for PangoLanguage which can never be freed
37 according to the Pango API.
39 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
42 A whole bunch of suppressions detected on latest gentoo ~amd64.
43 Make some existing suppressions more generic (for subtle dependecy
45 Added suppressions for glibc-2.9.
46 Added suppressions for new variants of ALSA leaks.
47 Added suppressions for a series of leaks in plugins registrations due
48 to some pad templates' caps calculated at runtime.
49 Added suppressions for variants of some leaks in pango/fontconfig.
50 Added suppressions for leak in gstffmpegcsp.c (nothing we can do
51 about it, but will only exist once).
53 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
55 * m4/gst-plugin-docs.m4:
56 Remove the check if $have_gtk_doc equals yes as it's not defined
57 and $enable_gtk_doc should be good enough.
58 Also this restores the build of the plugin documentation.
60 2008-12-01 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
63 Add suppression variant for Ubuntu Hardy x86/64bit.
65 2008-12-01 Stefan Kost <ensonic@users.sf.net>
67 * gtk-doc-plugins.mak:
69 Simplily uninstall rule. Its closer to upstream and fixes #150331.
71 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
74 Update glib-gettext.m4 from latest stable GLib release.
76 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
78 Patch by: Cygwin Ports maintainer
79 <yselkowitz at users dot sourceforge dot net>
82 Update the gettext patch for use with gettext 0.17 which is
83 required to build with libtool 2.2 because of conflicts.
84 First part of bug #556091.
86 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
90 Update gtk-doc and pkg-config m4 macros from their latest releases.
92 2008-11-20 Michael Smith <msmith@songbirdnest.com>
95 Fix objective C test macro when none of the compilers are found at all.
97 2008-10-30 Stefan Kost <ensonic@users.sf.net>
100 Also cp the entities here to all xinlcude based docs (workaround for
101 not being able to set up a search path).
103 2008-10-17 Jan Schmidt <jan.schmidt@sun.com>
106 Don't clobber the real registry cache file when
109 2008-10-07 Jan Schmidt - Sun Microsystems <jan.schmidt@sun.com>
112 Also disable the bogus "loop not entered at top" warnings appearing on Sparc Forte builds.
114 2008-10-06 Stefan Kost <ensonic@users.sf.net>
117 Apply the same fix as below to gtk-doc.mak. Somehow did not end up in
120 2008-09-05 David Schleef <ds@schleef.org>
122 * gtk-doc-plugins.mak: Fix the check for gtkdoc-rebase: don't
123 pass the 'which' error back to make. This fix is more specific
124 than what is in upstream.
126 2008-09-05 David Schleef <ds@schleef.org>
128 * gtk-doc.mak: Fix the check for gtkdoc-rebase: don't pass the
129 'which' error back to make. This fix is more specific than
132 2008-09-04 Stefan Kost <ensonic@users.sf.net>
134 * gtk-doc-plugins.mak:
136 Get closer to upstream makefiles. Don't install index.sgml twice. Call
137 gtkdoc-rebase (if exists).
139 2008-08-21 Stefan Kost <ensonic@users.sf.net>
141 * gtk-doc-plugins.mak:
142 Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is
143 no variable called builddir.
145 2008-07-31 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
148 Add suppressions for Ubunty Hardy x86/64bit, similar to earlier
149 versions and 32bit variant.
151 2008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
154 Remove GST_DISABLE_(ENUMTYPES|INDEX|URI).
156 2008-07-21 Tim-Philipp Müller <tim.muller at collabora co uk>
159 When checking for GST_ERROR_CXXFLAGS, check each compiler flag
160 individually, not all together.
162 2008-07-20 Tim-Philipp Müller <tim.muller at collabora co uk>
165 Fix bison version number detection for older --version
166 output format (as bison 1.28 on OSX 10.4 outputs).
169 2008-07-12 Stefan Kost <ensonic@users.sf.net>
172 Split refsect2 also here to make "Element Pads" subtitle visible.
174 2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
177 Add compiler flags to warn if declarations after statements or
178 variable length arrays are used. These are C99/GCC extensions and
179 are not supported by some compilers we want to support.
181 2008-07-02 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
183 * gtk-doc-plugins.mak:
184 Only clean doc maintainer stamps in maintainer-clean. Fixes #539977.
186 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
189 Always use format strings for printf-like functions, even if they just
190 print a string. Fixes bug #536981.
192 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
194 * gtk-doc-plugins.mak:
196 Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS,
197 otherwise the values passed to configure are ignored.
200 2008-06-05 Tim-Philipp Müller <tim.muller at collabora co uk>
203 Add -fno-strict-aliasing when compiling with -Werror, to work around
204 warnings caused by G_LOCK with recent GLib versions (2.16.x) (#316221).
206 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
209 Don't copy html/*.png files unless they don't already exist
210 in the destdir. Fixes distcheck failure caused by permissions
211 problems trying to copy a file into the destdir when it already
214 2008-05-28 Stefan Kost <ensonic@users.sf.net>
217 The class was not shown in plugin docs. Fix typo in changelog below.
219 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
222 Emit warnings if one of the GTypes we're expecting is 0
225 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
227 * gtk-doc-plugins.mak:
229 Fix installing png images when gtk-doc is disabled.
231 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
233 * gtk-doc-plugins.mak:
235 Fix make clean when gtk-doc is disabled and other cleanups.
237 2008-05-17 Jan Schmidt <jan.schmidt@sun.com>
239 * gtk-doc-plugins.mak:
240 Be more quiet when the files don't yet exist.
242 2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
245 Add a mechanism for adding 'implicitly created' GTypes into the
246 scan, allowing for documenting plugin-private base classes that
247 provide signals or properties for public elements.
249 * gtk-doc-plugins.mak:
250 Use $(builddir) instead of $(top_builddir) in a few places - there's
251 no need to hard code 'docs/plugins' as the only useable path.
253 2008-05-14 Peter Kjellerstedt <pkj@axis.com>
256 Report plug-ins without external dependencies that will not be built
257 even when the name of the plug-in is a substring of another plug-in,
258 e.g., goom vs. goom2k1.
260 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
263 Add suppression for glibc bug on gutsy/x86-64
265 2008-05-12 Stefan Kost <ensonic@users.sf.net>
268 Improve the layout of the caps, but splitting them on ";".
270 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
272 Patch by: Brian Cameron <brian dot cameron at sun dot com>
275 Don't set the default audio sink to the default visualizer.
278 2008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk>
281 Document GST_CHECKS environment variable in checks 'make help'.
283 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
285 Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com>
288 Don't depend on Twisted just for the OrderedDict but implement our
289 own ordered dictionary class. Fixes bug #531577.
291 2008-04-23 Edward Hervey <edward.hervey@collabora.co.uk>
294 Re-arrange latest suppressions.
295 Add all known suppressions for ubuntu hardy. Same as for older
296 ubuntus, but with different codepaths.
298 2008-04-22 Edward Hervey <bilboed@gmail.com>
300 * gst.supp: Make tls leak suppression a bit more generic.
302 2008-04-22 Edward Hervey <bilboed@gmail.com>
304 * gst.supp: Fix ommission in latest commit.
305 Make tls leak suppression more generic in order to cover more
306 distributions (and hopefully also future distributions).
308 2008-04-22 Edward Hervey <bilboed@gmail.com>
310 * gst.supp: Add suppressions for Hardy.
311 They're just the newer versions of similar suppressions we had
312 for the previous versions of ubuntu.
314 2008-04-15 Sebastian Dröge <slomo@circular-chaos.org>
318 Dist all files in common. Fixes bug #527984.
320 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
322 * m4/gst-function.m4:
323 Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make
324 autoconf-2.62 complain less.
326 2008-04-13 Tim-Philipp Müller <tim at centricular dot net>
329 * m4/gst-valgrind.m4:
330 Bump valgrind requirement to 3.0 (which was released in August 2005).
331 Fixes #489269. Also, check for version >=REQ and not >REQ.
333 2008-04-09 Tim-Philipp Müller <tim at centricular dot net>
336 Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer}
337 configure switches (#519417).
339 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
342 Add --disable-foo switch for dependency-less plugins (#525586).
344 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
347 Unconditionally require flex 2.5.31 and bison 1.875.
349 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
352 amd64/x86_64 allows unaligned memory access too.
354 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
357 Add macro that checks if the compiler supports do {} while (0)
358 macros and define HAVE_DOWHILE_MACROS if it does. This is
359 needed by glib/gmacros.h to use something else than
360 if (1) else for G_STMT_START/END when compling C++, which
361 causes compiler warnings because of ambigious else with g++ 4.3.
363 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
365 * m4/gst-plugin-docs.m4:
367 Don't depend on PyXML and use only XML modules that are shipped
368 with python. Fixes bug #519635.
370 2008-03-07 Edward Hervey <edward.hervey@collabora.co.uk>
372 * m4/gtk-doc.m4: (GTK_DOC_CHECK):
373 The previous commit to this file by Stefan Kost mentionned checking for
374 SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
375 Therefore, removing the check for gtkdoc-check
377 2008-03-03 David Schleef <ds@schleef.org>
379 * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of
380 this file. (Update from upstream)
382 2008-03-03 David Schleef <ds@schleef.org>
384 * m4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug
387 2008-03-03 Edward Hervey <edward.hervey@collabora.co.uk>
390 Allow override of pkg-config results, as proposed by configure --help.
391 This is in fact just a backport from upstream pkg.m4.
394 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
397 Changelog surgery of my previous commit to add bugzilla reference.
399 Add AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to make it easier
400 to include and exclude plug-ins without external references, i.e.,
401 plug-ins listed in GST_PLUGINS_SELECTED. (#498222)
403 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
406 Add another glibc suppression.
408 2008-02-29 Peter Kjellerstedt <pkj@axis.com>
411 Make the comment before defines generated via AG_GST_CHECK_FEATURE
412 look nicer. (#498222)
414 2008-02-26 Jan Schmidt <jan.schmidt@sun.com>
417 * m4/as-gcc-inline-assembly.m4:
418 Add Dave Schleef's GCC inline assembly detection macro
419 for using in gst-plugins-good in the goom 2k4 plugin.
421 2008-02-25 Andy Wingo <wingo@pobox.com>
423 * gst-autogen.sh: Instead of only passing certain arguments to
424 configure, pass anything that we didn't handle. Much friendlier.
427 2008-02-23 Jan Schmidt <Jan.Schmidt@sun.com>
430 Store the detected compiler flags into ERROR_CFLAGS rather than
431 ERROR_CXXFLAGS, and use the macro that checks the C compiler, not
434 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
437 Reflow checks for additional warning flags so they're not
438 nested, which fixes the result reporting in the configure
441 2008-02-22 Tim-Philipp Müller <tim at centricular dot net>
443 * m4/as-compiler-flag.m4:
444 Add AS_CXX_COMPILER_FLAG
447 Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing)
449 2008-02-22 Tim-Philipp Müller <tim at centricular dot net>
451 * gtk-doc-plugins.mak:
452 Add 'check-inspected-versions' target; this helps identify
453 files that should have been removed or where the version
454 number should (ideally) be updated before a release
455 (which doesn't happen automatically if the releaser doesn't
456 build that plugin locally). Not adding at a distcheck hook
457 yet though, because it's not really that important and would
458 probably also be a problem on buildbots.
460 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
463 Add even more glibc 2.7 suppressions.
465 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
468 Add another suppression for GLib caching some values after
471 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
474 Tim Mooney <mooney at dogbert dot cc dot ndsu dot nodak dot edu>
477 Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.
480 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
483 Add a few more glibc 2.7 suppressions to make the avisubtitle unit
484 test valgrind clean. Fixes bug #515703.
486 2008-02-08 Stefan Kost <ensonic@users.sf.net>
489 Changelog surgery for last commit.
491 2008-02-08 Stefan Kost <ensonic@users.sf.net>
494 Conditionally check for SED. Also sync a bit with upstream macro.
496 2008-02-08 Stefan Kost <ensonic@users.sf.net>
498 * gtk-doc-plugins.mak:
500 Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu
501 only, move to a temp file instead.
503 2008-02-06 Stefan Kost <ensonic@users.sf.net>
505 * gtk-doc-plugins.mak:
507 As our docs are versioned, we need to patch the index.sgml file to have
508 correct paths there, unless we also want to fork gtk-doc's xsl (which
509 we don't). This hopefully fixes xrefs between modules.
511 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
514 Use printf instead of echo as "echo -e" isn't POSIX and doesn't work
515 with strict POSIX shells like tcsh or dash and also not every platform
516 has a /bin/echo that supports it.
518 2008-01-24 Stefan Kost <ensonic@users.sf.net>
524 Sync the object scanner with gtk-doc fixes. Update args and hierarchy
527 2008-01-20 Sebastian Dröge <slomo@circular-chaos.org>
531 * gtk-doc-plugins.mak:
533 Use $(MAKE) instead of make to fix the build if GNU make is called
534 something else on the system.
537 Fix path for docbook.xsl if we have no /etc/xml/catalog and add a
538 docbook-xsl search path for FreeBSD.
540 2008-01-18 Sebastian Dröge <slomo@circular-chaos.org>
543 Add a suppression for a glibc bug:
544 http://valgrind.org/docs/manual/faq.html#faq.exit_errors>
546 2008-01-18 Sebastian Dröge <slomo@circular-chaos.org>
549 Add some more glibc 2.7 suppressions and make the GLib suppressions
550 for the home/tmp/etc directory caching a bit more generic.
552 2008-01-18 Sebastian Dröge <slomo@circular-chaos.org>
555 Add some glibc 2.7 supressions as found on Debian/unstable.
557 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
559 * download-translations:
560 Apparently I have problems with leaving things commented out when
561 I edit shell scripts.
563 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
565 * download-translations:
568 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
571 Restore the cleanup rm of our tmp file which I didn't mean to leave
574 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
577 Fixes to make check-export work on both Solaris and Linux
580 Disable extra warning category (argument mismatch) as an error
581 on Forte, as it prevents the libcheck fail_if macros from compiling.
584 Substitute the GStreamer version so things will keep working in 0.11
586 2008-01-11 Tim-Philipp Müller <tim at centricular dot net>
588 Patch by: Peter Kjellerstedt <pkj axis com>
592 Improve/fix output from configure if either glib-2.0 or
593 libxml2 are not installed (#498222).
595 2008-01-09 Stefan Kost <ensonic@users.sf.net>
598 Update coverage make-rules: use them conditionaly, use libtool mode
599 and use lcov to cleanup.
601 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
604 Also use #include "header" instead of #include <header> for the
605 headers that were used to generate the source files for the same
608 Remove whitespace before #include.
610 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
613 Use #include "header" instead of #include <header> for the generated
614 enum C files as the file will always be in the same directory and
615 some compilers seem to be a bit strict about that unless . is added
618 Include all headers that were used to generate the source files in
619 the C file as they're used there.
621 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
623 * win32.mak: (win32), (win32defs), (win32crlf):
624 Make check for CR LF in Visual C++ 6.0 project files
625 work, based on patch by David Schleef (#496722, #393626).
627 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
630 Don't forget to dist the new win32.mak.
632 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
634 * win32.mak: (win32), (win32defs):
635 Move common win32 Makefile foo into this new file.
637 2007-12-15 Stefan Kost <ensonic@users.sf.net>
639 * gtk-doc-plugins.mak:
641 We should have never forked this that much :/.
643 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
646 Fix build on the ppc64 build bot.
648 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
651 Suppress more unintentional exports (too much hassle to rename them,
652 since the win32 project files would need changing too).
654 2007-12-12 Tim-Philipp Müller <tim at centricular dot net>
657 check-exports should be disted.
659 2007-12-12 Tim-Philipp Müller <tim at centricular dot net>
662 Add quick'n'dirty script to check the exported symbols of a library
663 against the symbols in the corresponding .def file (#493983). Based
664 on script by Ole André Vadla Ravnås.
666 2007-11-06 Jan Schmidt <jan.schmidt@sun.com>
668 * gtk-doc-plugins.mak:
669 Fix distcheck by making sure the types files are treated like the
670 other gtkdoc-scangobj generated files.
672 2007-09-21 Sebastian Dröge <slomo@circular-chaos.org>
675 Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
676 building of experimental plugins. Nobody uses it yet and the
677 --enable--experimental stuff from gst-plugins-good defaults to
680 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
682 * gtk-doc-plugins.mak:
683 Just use the normal 'check' target and avoid a circular
686 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
688 * gtk-doc-plugins.mak:
689 Add rule to error out if .hierarchy file contains tabs.
691 2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
693 * download-translations:
695 If there are new languages, they need to be added to po/LINGUAS.
697 2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
699 * download-translations:
701 Fix up 'download-po' a bit, so that we find new translations
702 for languages that aren't in our po/LINGUAS file yet too.
704 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
707 Add a suppression for GLib caching the tmp dir seen on an
708 Ubuntu Feisty system.
710 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
713 If we want to use 'echo -e', call /bin/echo instead of the shell's
714 since -e is a bash extension, and our /bin/sh might not be being
717 2007-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
720 Translation project has moved. Also, no idea how this used to
721 work given that we weren't downloading a .po file.
723 2007-06-25 Stefan Kost <ensonic@users.sf.net>
727 Also extract element caps for plugin-docs. Fixes parts of #117692.
729 2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
731 Patch by: Andreas Schwab
734 Fix quoting (#449493).
736 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
739 Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
740 installed and use pre-generated sources otherwise. Fixes bug #444820.
742 2007-05-11 Michael Smith <msmith@fluendo.com>
745 Suppression variant for our good friend the TLS leak, this time for
748 2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
750 * gtk-doc-plugins.mak:
751 Fix make distcheck again; change some spaces to tabs in makefile.
753 2007-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
755 * gtk-doc-plugins.mak (-module):
756 Error out when the html build step gives warnings, so they get
759 2007-04-23 Stefan Kost <ensonic@users.sf.net>
762 Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
763 the configuration header and AC_DEFINES the setings.
765 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
767 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
770 Put the AC_MSG_RESULT output in brackets to get it properly written to
773 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
776 Check for flex >= 2.5.31 and set GENERATE_PARSER if we have at least
777 that version. Otherwise use pre-generated parser sources as we can't
778 raise the required flex version. HAVE_MT_SAVE_FLEX is obsolete now
779 as we use a new enough flex version anyway. First part of #349180
781 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
784 Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
785 builds against older GStreamer.
787 2007-03-25 Sebastian Dröge <slomo@circular-chaos.org>
790 Fix the flex version check. It ignored the micro version before.
792 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
795 Use the same timeout when generating valgrind suppressions as
796 running the valgrind test.
799 Add some more suppressions and stuff.
801 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
804 Make sure GSlice is disabled when building suppressions too.
807 Add around *850* lines of suppressions for one-time initialisations
808 inside libasound and gconf/bonobo/ORBit. I feel so dirty.
810 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
813 add a suppression for this GConf flup on the FC5 buildbot.
815 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
818 Make the suppression a little more generic, to catch the FC5
821 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
824 Add a suppression for libcdio 0.76. It leaks an internal struct
825 when the CD-ROM device is not accessible.
827 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
830 Move a line that was in the wrong macro
832 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
839 * m4/gst-debuginfo.m4:
844 * m4/gst-function.m4:
849 * m4/gst-plugin-docs.m4:
850 * m4/gst-plugindir.m4:
851 * m4/gst-valgrind.m4:
853 Convert all macros to use AG_GST style so we can properly warn
854 when they're missing if configure.ac calls AG_GST_INIT
855 Will require update in all GStreamer modules.
857 2007-02-11 Stefan Kost <ensonic@users.sf.net>
860 Remove 'enable' from configure switch description as this leads to
861 confusing lines like "disable enable builing ...".
863 Fix comment to sound less horrible.
865 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
867 Patch by: Will Newton <will.newton gmail com>
870 Use $PKG_CONFIG rather than pkg-config directly, the one in our path
871 might not be the one we want, like when cross-compiling. Also, other
872 macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
873 probably too just for consistency. Fixes #405288.
875 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
878 Need to use double square brackets again so m4 doesn't remove them
882 Use double square brackets here as well, for the same reason.
884 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
887 Use 'sed' rather than 'tr' to strip trailing letters from version
888 numbers, since 'tr' might not be available and we know sed is
891 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
894 Increase default timeout under valgrind, 60 is just too short and
895 some tests take a bit longer these days and not everyone has a
898 2006-09-29 Michael Smith <msmith@fluendo.com>
901 More suppressions for edgy.
903 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
906 Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
907 want nor need --export-dynamic (which ends up making us export a bunch
910 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
913 Some suppressions for the more recent ld.so in ubuntu edgy.
915 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
918 Shorten function trail so the suppression works on
919 my ubuntu dapper system with core cvs as well.
921 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
924 Extra suppressions from my Ubuntu x86_64 machine
926 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
928 Patch by: Frederic Peters <fpeters at entrouvert com>
931 Need to double square brackets in .m4 files. Should fix bison
932 version detection with version numbers like 1.23a (#348354).
934 2006-07-24 Jan Schmidt <thaytan@mad.scientist.com>
937 Valgrind fails to find tests written in tests/check/ directly (rather
938 than a subdir) - because valgrind gets run with a filename that
939 doesn't contain a relative path, it goes searching /usr/bin instead.
940 Run with ./.... to make things work either way.
942 * gtk-doc-plugins.mak:
943 Add $(top_builddir)/src as a place to look for plugins
944 when building too, since that's where gst-template keeps things
946 2006-07-23 Stefan Kost <ensonic@users.sf.net>
948 Patch by: Frederic Peters <fpeters@entrouvert.com>
951 Fix bison detection (#348354)
953 2006-07-21 Stefan Kost <ensonic@users.sf.net>
956 check for bison and flex
958 2006-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
960 * m4/gst-plugin-docs.m4:
961 remove the configure argument for enabling plugin doc build;
962 having gtk-doc enabled and pyxml present is enough of a trigger
964 2006-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
967 fix up rules to work with gst-python as well
968 run "make lcov" to test and generate the reports
969 run "make lcov-reset" to redo it after that
971 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
975 add an inspect target that inspects every element feature,
976 so we can have that added for coverage
980 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
983 when building with gcov, reset CFLAGS and friends to O0
985 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
988 Find the gcov that matches the gcc version
989 Only allow gcov if we use gcc
991 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
994 * coverage/coverage-report-entry.pl:
995 * coverage/coverage-report.pl:
996 * coverage/coverage-report.xsl:
997 copy coverage reporting files from dbus
999 2006-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
1002 libtool strips gcov's -f flags, so libgcov does not get
1003 linked in. Setting GCOV_LIBS with -lgcov fixes libtool's
1005 also show what pkg-config-path we set
1007 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
1009 Patch by: Peter Kjellerstedt <pkj at axis com>
1011 * m4/gst-feature.m4:
1012 Show list of plugins without external dependencies that
1013 will not be built as well (#344136).
1015 2006-06-15 Tim-Philipp Müller <tim at centricular dot net>
1017 * m4/gst-plugin-docs.m4:
1018 add GST_PLUGIN_DOCS, which checks for everything needed
1019 to build the plugin docs (namely gtk-doc and pyxml); also
1020 adds a new --enable-plugin-docs configure switch; will
1021 set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
1022 files (see #344039).
1024 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
1027 add GST_PKG_CHECK_MODULES, which in the normal case of checking
1028 for a dependency lib for a plug-in only needs two arguments
1029 to do the right thing.
1030 * m4/gst-feature.m4:
1031 clean up output a little of feature checking; also deal with
1032 non-plug-in feature checks
1034 * m4/gst-gstreamer.m4:
1035 remove this file; it's a useless check
1037 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
1040 add PPC64 so we can have separate structure sizes for it
1042 2006-06-05 Edward Hervey <edward@fluendo.com>
1045 Check for the proper .devhelp2 file to remove.
1047 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
1050 allow a magic variable to suppress errors from docbuilding
1052 2006-05-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1055 error out if gtkdoc-mktmpl finds unused declarations
1057 2006-05-28 Edward Hervey <edward@fluendo.com>
1060 Reverting previous commit. That's good to know, Edward, but why ?
1062 2006-05-28 Edward Hervey <edward@fluendo.com>
1065 Added suppresion for memleak in g_option_context_parse on fc5-64
1067 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1070 set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
1072 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
1075 Fix 'make help' in check directories, it should be
1076 'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
1077 (not changing target to match help string on purpose to keep
1078 scripts etc. functional).
1080 2006-05-18 Thomas Vander Stichele <thomas at apestaart dot org>
1082 Patch by: Peter Kjellerstedt
1085 add support for CRIS and CRISv32.
1087 2006-05-17 Jan Schmidt <thaytan@mad.scientist.com>
1090 Fix the macros for command-line supplied package and origin names
1091 so they don't end up being configure as "" (Fixes #341479)
1093 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
1096 Add uninstall rule to remove .devhelp2 files.
1098 2006-05-09 Edward Hervey <edward@fluendo.com>
1101 Add suppression for GSlice version of
1102 g_type_init calloc leak
1104 2006-04-05 Michael Smith <msmith@fluendo.com>
1107 Delete a bogus suppression for the registry code.
1108 Generalise a suppression for a glib bug (see #337404)
1110 2006-04-04 Michael Smith <msmith@fluendo.com>
1113 Add a leak suppression: the existing glibc-doesn't-free-TLS one
1114 wasn't triggering here.
1116 2006-04-04 Michael Smith <msmith@fluendo.com>
1119 Add some minimally-neccesary suppressions for my x86/dapper system.
1121 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1124 Do not display an origin link if origin does not start with http
1127 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1130 * m4/gst-feature.m4:
1135 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1141 update and add other macros to be shared across projects
1143 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1146 add a suppression for g_parse_debug_string
1148 2006-03-23 Stefan Kost <ensonic@users.sf.net>
1151 sync fully with gtkdoc-0.15
1153 2006-03-23 Stefan Kost <ensonic@users.sf.net>
1157 sync a little with gtk-doc mainline
1159 2006-03-17 Wim Taymans <wim@fluendo.com>
1162 add another clone suppression
1163 change all glibc suppressions to match 2.3.*
1165 2006-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1168 fix test so it actually works when the normal check is used
1169 over debian's/ubuntu's
1171 2006-03-08 Jan Schmidt <thaytan@mad.scientist.com>
1174 Set G_SLICE=always-malloc when valgrinding tests
1177 2006-02-21 Jan Schmidt <thaytan@mad.scientist.com>
1180 Fix debug output when the GLib version prerequisite is not found
1182 2006-02-13 Andy Wingo <wingo@pobox.com>
1184 * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
1185 the PIC version of check as libcheck_pic.a. Should work with
1186 cross-compilation too. Grr.
1188 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
1190 * m4/gst-default.m4:
1191 switch to auto* sinks for defaults
1193 2006-02-02 Wim Taymans <wim@fluendo.com>
1196 add a .valgrind.gen-suppressions target to aid in generating
1199 add more repressions from my debian glibc as of today
1201 2006-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1203 * gtk-doc-plugins.mak:
1204 only add srcdir/gst if it exists
1206 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1209 don't complain about disted enums in win32
1211 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1214 AC_SUBST CFLAGS and LIBS
1215 do a non-command because something is stripping out our AC_SUBST
1217 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1220 * m4/gst-valgrind.m4:
1221 properly give a "no" result manually when providing a
1222 not-found action to fix configure output
1224 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
1227 update with a more recent version
1229 2006-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
1232 make Makefile depend on LINGUAS, so rebuilds work when adding
1235 2006-01-03 Michael Smith <msmith@fluendo.com>
1238 Clarify error message from valgrind test runs.
1240 2005-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
1245 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
1248 add a valgrind-forever target for tests
1250 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
1253 when a "make test.check" run fails, make it rerun the test with
1254 at least debug level 2
1256 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
1260 fix check for base plugins
1261 * m4/gst-default.m4:
1262 add m4 to set default elements
1264 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
1267 check for tools correctly
1269 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
1272 only enable breaking on new API when make distcheck passes,
1275 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
1278 Resurrect Julien's dead body and wipe his mind clean
1280 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
1285 2005-10-17 Julien MOUTTE <julien@moutte.net>
1287 * m4/gst-check.m4: I know Thomas will kill me but this
1288 ifelse statement seems incorrect as it is always setting
1289 required to "yes". With this one it seems to work. Fixes
1290 build of gst-plugins-base on my setup where gstreamer-check
1291 is definitely not present/required.
1293 2005-10-18 Stefan Kost <ensonic@users.sf.net>
1296 make build break on new api that has not been added to the
1299 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
1304 add macro for easy checks for GStreamer libs
1306 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
1309 update, warn in error cases
1311 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
1314 add GST_SET_DEFAULT_LEVEL
1316 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
1319 * m4/gst-gettext.m4:
1320 remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
1322 clean up and re-use in core soon
1323 * m4/gst-plugindir.m4:
1324 macro to set up PLUGINDIR and plugindir define/var
1326 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
1329 * m4/gst-gettext.m4:
1330 add macro for setting up gettext
1332 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
1335 add some .m4's for argument checking that can be shared among modules
1337 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
1341 * m4/gst-libxml2.m4:
1344 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
1352 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
1355 update version detection expression to catch stuff like
1356 Libtool (libtool15) 1.5.0
1358 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
1361 commit 6 new suppressions related to g_module_open; can these
1362 really not be folded into one ?
1364 2005-10-11 Edward Hervey <edward@fluendo.com>
1367 made the <g_type_init calloc 2> suppression more generic
1368 Added pthread memleak suppresions
1369 Added nss_parse_* memleak suppresion (used by g_option_context_parse)
1371 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
1374 be more strict, more leak resolution
1376 clean up the g_type_init suppressions
1378 2005-10-07 Thomas Vander Stichele <thomas at apestaart dot org>
1381 * m4/gst-valgrind.m4:
1382 put the valgrind detection in an .m4
1384 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
1387 add some more targets, like "help", but also more intensive tests
1389 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
1392 make certain doc warnings fatal so people maintain docs again
1394 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
1397 * gtk-doc-plugins.mak:
1398 * scangobj-merge.py:
1399 merge additions from the .signals.new and .args.new file in
1400 the original ones, only updating if necessary
1402 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
1404 * gst-xmlinspect.py:
1406 * gtk-doc-plugins.mak:
1407 fix properly for new API; make update in plugins dir now works
1409 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
1411 * gst-xmlinspect.py:
1413 some fixes for new API
1414 * gtk-doc-plugins.mak:
1415 set environment properly
1417 2005-09-17 David Schleef <ds@schleef.org>
1419 * gtk-doc-plugins.mak: Use new environment variables.
1421 2005-09-16 Michael Smith <msmith@fluendo.com>
1424 Make the scanobj code reflect registry/plugin API changes
1426 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1428 * gtk-doc-plugins.mak:
1429 split out scanobj step (which will be run by doc maintainer)
1430 from scan step (which will be run on every build)
1431 clean up some of the commands for make distcheck
1433 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
1435 * gtk-doc-plugins.mak:
1437 first stab at reorganizing the plugins build so we can maintain
1440 2005-09-14 David Schleef <ds@schleef.org>
1442 * as-libtool.mak: Remove
1443 * m4/as-libtool.m4: The libtool bug that this worked around has
1445 * m4/as-version.m4: Don't define GST_RELEASE, since it causes
1446 config.h to be regenerated needlessly, and we don't use it.
1448 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
1450 * gtk-doc-plugins.mak:
1451 error out on inspect failure
1453 2005-09-14 Michael Smith <msmith@fluendo.com>
1456 Don't call glib-mkenums with arguments that confuse/break MinGW,
1459 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
1461 * gtk-doc-plugins.mak:
1464 separate out gtk-doc and docbook stuff
1465 have two separate --enable configure flags
1467 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
1470 add a .gdb target; rebuild registry for each target, otherwise
1471 a code rebuild always triggers a reg rebuild, and it's just too
1475 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
1478 separate out REGISTRY_ENVIRONMENT; we want to use that from
1479 our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
1480 everything that the first test, gst-register, needs
1482 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
1485 parse output of valgrind and check for definitely lost, and error
1486 out; somehow I was led to believe valgrind returns non-zero for
1487 leaks, but I can't make it do that, so let's parse
1489 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
1492 for some weird reason valgrind does not report actual memleaks
1493 if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
1494 while valgrind is running. Since the registry is going to go
1495 anyway, I don't want to waste any more time on this; I just run
1496 valgrind without GST_PLUGIN_PATH set. Since the registry loading
1497 doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
1498 the registry, that's actually fine.
1500 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
1503 keep original Long_Description; only insert an include if it's
1504 not already the first line in there
1506 output more information for plugins, including an origin hyperlink
1508 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
1510 * gst-xmlinspect.py:
1511 a first stab at inspecting plugins and outputting an xml description
1512 * gtk-doc-plugins.mak:
1513 a gtk-doc using snippet for plugins documentation
1515 a stylesheet to convert gst-xmlinspect.py output to docbook output
1516 for inclusion in the gtk-doc stuff
1518 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1521 s/pdf/eps/ in test for whether we output EPS images (#309379).
1523 2005-07-18 Andy Wingo <wingo@pobox.com>
1525 * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
1526 better. Thanks, Paolo Bonzini!
1528 * m4/Makefile.am (EXTRA_DIST):
1529 * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
1532 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
1535 add macro to set ERROR_CFLAGS
1537 2005-06-30 Jan Schmidt <thaytan@mad.scientist.com>
1540 Remove the old autoregen.sh if it exists before recreating it,
1541 to prevent confusing any shell process that might be reading it
1544 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
1549 2005-06-03 Stefan Kost <ensonic@users.sf.net>
1551 * gst-autogen.sh: create autoregen.sh *before* shifting the options
1553 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
1555 * gst-autogen.sh: only update autoregen.sh on actual runs
1557 2005-03-11 Thomas Vander Stichele <thomas at apestaart dot org>
1559 * m4/check.m4: m4 from the check unit test suite
1561 2004-12-14 David Schleef <ds@schleef.org>
1563 * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
1564 isn't needed anywhere
1566 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
1569 allow failure command to be run so we can clean upfrom autopoint
1571 2004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com>
1572 * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
1574 2004-07-21 Benjamin Otte <otte@gnome.org>
1576 * m4/.cvsignore: exciting updates for libtool m4 files
1578 2004-07-12 David Schleef <ds@schleef.org>
1580 * m4/as-objc.m4: Add a macro to test for objective C
1582 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
1584 * m4/gst-feature.m4:
1585 not all of them support --plugin-libs, so redirect stderr
1587 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
1589 * m4/as-scrub-include.m4:
1590 sync with upstream to 0.1.4. Fixes #132440
1592 2004-06-07 Benjamin Otte <otte@gnome.org>
1594 * m4/gst-feature.m4:
1595 write a big marker into configure output when checking next plugin
1596 to allow easier parsing of why plugins are(n't) built.
1598 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
1600 * m4/as-compiler-flag.m4:
1601 * m4/as-compiler.m4:
1604 sync with upstream, change sticky options to -ko
1606 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
1608 * m4/as-scrub-include.m4: synced with upstream
1610 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1613 snippet for updating .po files
1615 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
1619 integrate these with the dist
1621 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
1623 * release.mak: add a release target
1625 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
1627 patch by: Stephane Loeuillet
1629 * m4/ax_create_stdint_h.m4:
1630 use head -n instead of head - (#136500)
1632 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
1634 * m4/gst-doc.m4: don't build PS without dvips binary
1636 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
1638 reviewed by: Benjamin Otte <otte@gnome.org>
1641 don't use == operator with test(1) (fixes #135115)
1643 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
1645 * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
1647 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
1649 * m4/gst-feature.m4:
1650 remove AM_CONDITIONAL for the subsystem since automake 1.6.x
1651 requires that call be in configure.ac
1653 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
1655 * m4/gst-libxml2.m4:
1656 take required version as argument, and default to 2.4.9 if not
1659 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
1661 * m4/gst-feature.m4:
1662 rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
1664 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
1666 * common/m4/as-ac-expand.m4:
1667 * common/m4/as-auto-alt.m4:
1668 * common/m4/as-compiler-flag.m4:
1669 * common/m4/as-compiler.m4:
1670 * common/m4/as-docbook.m4:
1671 * common/m4/as-libtool.m4:
1672 * common/m4/as-scrub-include.m4:
1673 * common/m4/as-version.m4:
1674 * common/m4/glib-gettext.m4:
1675 * common/m4/gst-arch.m4:
1676 * common/m4/gst-debuginfo.m4:
1677 * common/m4/gst-doc.m4:
1678 * common/m4/gst-feature.m4:
1679 * common/m4/gst-function.m4:
1680 * common/m4/gst-glib2.m4:
1681 * common/m4/gst-gstreamer.m4:
1682 * common/m4/gst-libxml2.m4:
1683 * common/m4/gst-makecontext.m4:
1684 * common/m4/gst-mcsc.m4:
1686 fix underquoted macros as reported by automake 1.8.x (#133800)
1688 2004-02-11 Johan Dahlin <johan@gnome.org>
1690 * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
1693 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1696 we use --output-format=xml and --ingnore-files options to
1697 gtkdoc-mkdb, which got added between 0.9 and 1.0
1699 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
1701 * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
1702 to configure.ac to shut up libtoolize
1704 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
1706 * glib-gen.mak: added; used to generate enums and marshal code
1708 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
1710 * gettext.patch: added; used by autogen.sh to make sure
1711 GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in