1 2007-09-21 Sebastian Dröge <slomo@circular-chaos.org>
4 Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
5 building of experimental plugins. Nobody uses it yet and the
6 --enable--experimental stuff from gst-plugins-good defaults to
9 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
11 * gtk-doc-plugins.mak:
12 Just use the normal 'check' target and avoid a circular
15 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
17 * gtk-doc-plugins.mak:
18 Add rule to error out if .hierarchy file contains tabs.
20 2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
22 * download-translations:
24 If there are new languages, they need to be added to po/LINGUAS.
26 2007-08-20 Tim-Philipp Müller <tim at centricular dot net>
28 * download-translations:
30 Fix up 'download-po' a bit, so that we find new translations
31 for languages that aren't in our po/LINGUAS file yet too.
33 2007-07-16 Jan Schmidt <thaytan@mad.scientist.com>
36 Add a suppression for GLib caching the tmp dir seen on an
39 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
42 If we want to use 'echo -e', call /bin/echo instead of the shell's
43 since -e is a bash extension, and our /bin/sh might not be being
46 2007-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
49 Translation project has moved. Also, no idea how this used to
50 work given that we weren't downloading a .po file.
52 2007-06-25 Stefan Kost <ensonic@users.sf.net>
56 Also extract element caps for plugin-docs. Fixes parts of #117692.
58 2007-06-21 Tim-Philipp Müller <tim at centricular dot net>
60 Patch by: Andreas Schwab
63 Fix quoting (#449493).
65 2007-06-10 Sebastian Dröge <slomo@circular-chaos.org>
68 Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
69 installed and use pre-generated sources otherwise. Fixes bug #444820.
71 2007-05-11 Michael Smith <msmith@fluendo.com>
74 Suppression variant for our good friend the TLS leak, this time for
77 2007-05-09 Tim-Philipp Müller <tim at centricular dot net>
79 * gtk-doc-plugins.mak:
80 Fix make distcheck again; change some spaces to tabs in makefile.
82 2007-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
84 * gtk-doc-plugins.mak (-module):
85 Error out when the html build step gives warnings, so they get
88 2007-04-23 Stefan Kost <ensonic@users.sf.net>
91 Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
92 the configuration header and AC_DEFINES the setings.
94 2007-04-19 Sebastian Dröge <slomo@circular-chaos.org>
96 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
99 Put the AC_MSG_RESULT output in brackets to get it properly written to
102 2007-04-18 Sebastian Dröge <slomo@circular-chaos.org>
105 Check for flex >= 2.5.31 and set GENERATE_PARSER if we have at least
106 that version. Otherwise use pre-generated parser sources as we can't
107 raise the required flex version. HAVE_MT_SAVE_FLEX is obsolete now
108 as we use a new enough flex version anyway. First part of #349180
110 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
113 Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
114 builds against older GStreamer.
116 2007-03-25 Sebastian Dröge <slomo@circular-chaos.org>
119 Fix the flex version check. It ignored the micro version before.
121 2007-03-09 Jan Schmidt <thaytan@mad.scientist.com>
124 Use the same timeout when generating valgrind suppressions as
125 running the valgrind test.
128 Add some more suppressions and stuff.
130 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
133 Make sure GSlice is disabled when building suppressions too.
136 Add around *850* lines of suppressions for one-time initialisations
137 inside libasound and gconf/bonobo/ORBit. I feel so dirty.
139 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
142 add a suppression for this GConf flup on the FC5 buildbot.
144 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
147 Make the suppression a little more generic, to catch the FC5
150 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
153 Add a suppression for libcdio 0.76. It leaks an internal struct
154 when the CD-ROM device is not accessible.
156 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
159 Move a line that was in the wrong macro
161 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
168 * m4/gst-debuginfo.m4:
173 * m4/gst-function.m4:
178 * m4/gst-plugin-docs.m4:
179 * m4/gst-plugindir.m4:
180 * m4/gst-valgrind.m4:
182 Convert all macros to use AG_GST style so we can properly warn
183 when they're missing if configure.ac calls AG_GST_INIT
184 Will require update in all GStreamer modules.
186 2007-02-11 Stefan Kost <ensonic@users.sf.net>
189 Remove 'enable' from configure switch description as this leads to
190 confusing lines like "disable enable builing ...".
192 Fix comment to sound less horrible.
194 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
196 Patch by: Will Newton <will.newton gmail com>
199 Use $PKG_CONFIG rather than pkg-config directly, the one in our path
200 might not be the one we want, like when cross-compiling. Also, other
201 macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
202 probably too just for consistency. Fixes #405288.
204 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
207 Need to use double square brackets again so m4 doesn't remove them
211 Use double square brackets here as well, for the same reason.
213 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
216 Use 'sed' rather than 'tr' to strip trailing letters from version
217 numbers, since 'tr' might not be available and we know sed is
220 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
223 Increase default timeout under valgrind, 60 is just too short and
224 some tests take a bit longer these days and not everyone has a
227 2006-09-29 Michael Smith <msmith@fluendo.com>
230 More suppressions for edgy.
232 2006-09-28 Jan Schmidt <thaytan@mad.scientist.com>
235 Use gmodule-no-export-2.0.pc instead of gmodule-2.0.pc - we neither
236 want nor need --export-dynamic (which ends up making us export a bunch
239 2006-09-14 Tim-Philipp Müller <tim at centricular dot net>
242 Some suppressions for the more recent ld.so in ubuntu edgy.
244 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
247 Shorten function trail so the suppression works on
248 my ubuntu dapper system with core cvs as well.
250 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
253 Extra suppressions from my Ubuntu x86_64 machine
255 2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
257 Patch by: Frederic Peters <fpeters at entrouvert com>
260 Need to double square brackets in .m4 files. Should fix bison
261 version detection with version numbers like 1.23a (#348354).
263 2006-07-24 Jan Schmidt <thaytan@mad.scientist.com>
266 Valgrind fails to find tests written in tests/check/ directly (rather
267 than a subdir) - because valgrind gets run with a filename that
268 doesn't contain a relative path, it goes searching /usr/bin instead.
269 Run with ./.... to make things work either way.
271 * gtk-doc-plugins.mak:
272 Add $(top_builddir)/src as a place to look for plugins
273 when building too, since that's where gst-template keeps things
275 2006-07-23 Stefan Kost <ensonic@users.sf.net>
277 Patch by: Frederic Peters <fpeters@entrouvert.com>
280 Fix bison detection (#348354)
282 2006-07-21 Stefan Kost <ensonic@users.sf.net>
285 check for bison and flex
287 2006-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
289 * m4/gst-plugin-docs.m4:
290 remove the configure argument for enabling plugin doc build;
291 having gtk-doc enabled and pyxml present is enough of a trigger
293 2006-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
296 fix up rules to work with gst-python as well
297 run "make lcov" to test and generate the reports
298 run "make lcov-reset" to redo it after that
300 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
304 add an inspect target that inspects every element feature,
305 so we can have that added for coverage
309 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
312 when building with gcov, reset CFLAGS and friends to O0
314 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
317 Find the gcov that matches the gcc version
318 Only allow gcov if we use gcc
320 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
323 * coverage/coverage-report-entry.pl:
324 * coverage/coverage-report.pl:
325 * coverage/coverage-report.xsl:
326 copy coverage reporting files from dbus
328 2006-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
331 libtool strips gcov's -f flags, so libgcov does not get
332 linked in. Setting GCOV_LIBS with -lgcov fixes libtool's
334 also show what pkg-config-path we set
336 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
338 Patch by: Peter Kjellerstedt <pkj at axis com>
341 Show list of plugins without external dependencies that
342 will not be built as well (#344136).
344 2006-06-15 Tim-Philipp Müller <tim at centricular dot net>
346 * m4/gst-plugin-docs.m4:
347 add GST_PLUGIN_DOCS, which checks for everything needed
348 to build the plugin docs (namely gtk-doc and pyxml); also
349 adds a new --enable-plugin-docs configure switch; will
350 set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
353 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
356 add GST_PKG_CHECK_MODULES, which in the normal case of checking
357 for a dependency lib for a plug-in only needs two arguments
358 to do the right thing.
360 clean up output a little of feature checking; also deal with
361 non-plug-in feature checks
363 * m4/gst-gstreamer.m4:
364 remove this file; it's a useless check
366 2006-06-06 Thomas Vander Stichele <thomas at apestaart dot org>
369 add PPC64 so we can have separate structure sizes for it
371 2006-06-05 Edward Hervey <edward@fluendo.com>
374 Check for the proper .devhelp2 file to remove.
376 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
379 allow a magic variable to suppress errors from docbuilding
381 2006-05-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
384 error out if gtkdoc-mktmpl finds unused declarations
386 2006-05-28 Edward Hervey <edward@fluendo.com>
389 Reverting previous commit. That's good to know, Edward, but why ?
391 2006-05-28 Edward Hervey <edward@fluendo.com>
394 Added suppresion for memleak in g_option_context_parse on fc5-64
396 2006-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
399 set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR
401 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
404 Fix 'make help' in check directories, it should be
405 'valgrind.gen-suppressions' not 'valgrind-gen-suppressions'
406 (not changing target to match help string on purpose to keep
407 scripts etc. functional).
409 2006-05-18 Thomas Vander Stichele <thomas at apestaart dot org>
411 Patch by: Peter Kjellerstedt
414 add support for CRIS and CRISv32.
416 2006-05-17 Jan Schmidt <thaytan@mad.scientist.com>
419 Fix the macros for command-line supplied package and origin names
420 so they don't end up being configure as "" (Fixes #341479)
422 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
425 Add uninstall rule to remove .devhelp2 files.
427 2006-05-09 Edward Hervey <edward@fluendo.com>
430 Add suppression for GSlice version of
431 g_type_init calloc leak
433 2006-04-05 Michael Smith <msmith@fluendo.com>
436 Delete a bogus suppression for the registry code.
437 Generalise a suppression for a glib bug (see #337404)
439 2006-04-04 Michael Smith <msmith@fluendo.com>
442 Add a leak suppression: the existing glibc-doesn't-free-TLS one
443 wasn't triggering here.
445 2006-04-04 Michael Smith <msmith@fluendo.com>
448 Add some minimally-neccesary suppressions for my x86/dapper system.
450 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
453 Do not display an origin link if origin does not start with http
456 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
464 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
470 update and add other macros to be shared across projects
472 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
475 add a suppression for g_parse_debug_string
477 2006-03-23 Stefan Kost <ensonic@users.sf.net>
480 sync fully with gtkdoc-0.15
482 2006-03-23 Stefan Kost <ensonic@users.sf.net>
486 sync a little with gtk-doc mainline
488 2006-03-17 Wim Taymans <wim@fluendo.com>
491 add another clone suppression
492 change all glibc suppressions to match 2.3.*
494 2006-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
497 fix test so it actually works when the normal check is used
498 over debian's/ubuntu's
500 2006-03-08 Jan Schmidt <thaytan@mad.scientist.com>
503 Set G_SLICE=always-malloc when valgrinding tests
506 2006-02-21 Jan Schmidt <thaytan@mad.scientist.com>
509 Fix debug output when the GLib version prerequisite is not found
511 2006-02-13 Andy Wingo <wingo@pobox.com>
513 * m4/check.m4: Hack around Debian/Ubuntu's broken installation of
514 the PIC version of check as libcheck_pic.a. Should work with
515 cross-compilation too. Grr.
517 2006-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
520 switch to auto* sinks for defaults
522 2006-02-02 Wim Taymans <wim@fluendo.com>
525 add a .valgrind.gen-suppressions target to aid in generating
528 add more repressions from my debian glibc as of today
530 2006-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
532 * gtk-doc-plugins.mak:
533 only add srcdir/gst if it exists
535 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
538 don't complain about disted enums in win32
540 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
543 AC_SUBST CFLAGS and LIBS
544 do a non-command because something is stripping out our AC_SUBST
546 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
549 * m4/gst-valgrind.m4:
550 properly give a "no" result manually when providing a
551 not-found action to fix configure output
553 2006-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
556 update with a more recent version
558 2006-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
561 make Makefile depend on LINGUAS, so rebuilds work when adding
564 2006-01-03 Michael Smith <msmith@fluendo.com>
567 Clarify error message from valgrind test runs.
569 2005-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
574 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
577 add a valgrind-forever target for tests
579 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
582 when a "make test.check" run fails, make it rerun the test with
583 at least debug level 2
585 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
589 fix check for base plugins
591 add m4 to set default elements
593 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
596 check for tools correctly
598 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
601 only enable breaking on new API when make distcheck passes,
604 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
607 Resurrect Julien's dead body and wipe his mind clean
609 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
614 2005-10-17 Julien MOUTTE <julien@moutte.net>
616 * m4/gst-check.m4: I know Thomas will kill me but this
617 ifelse statement seems incorrect as it is always setting
618 required to "yes". With this one it seems to work. Fixes
619 build of gst-plugins-base on my setup where gstreamer-check
620 is definitely not present/required.
622 2005-10-18 Stefan Kost <ensonic@users.sf.net>
625 make build break on new api that has not been added to the
628 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
633 add macro for easy checks for GStreamer libs
635 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
638 update, warn in error cases
640 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
643 add GST_SET_DEFAULT_LEVEL
645 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
649 remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
651 clean up and re-use in core soon
652 * m4/gst-plugindir.m4:
653 macro to set up PLUGINDIR and plugindir define/var
655 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
659 add macro for setting up gettext
661 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
664 add some .m4's for argument checking that can be shared among modules
666 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
673 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
681 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
684 update version detection expression to catch stuff like
685 Libtool (libtool15) 1.5.0
687 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
690 commit 6 new suppressions related to g_module_open; can these
691 really not be folded into one ?
693 2005-10-11 Edward Hervey <edward@fluendo.com>
696 made the <g_type_init calloc 2> suppression more generic
697 Added pthread memleak suppresions
698 Added nss_parse_* memleak suppresion (used by g_option_context_parse)
700 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
703 be more strict, more leak resolution
705 clean up the g_type_init suppressions
707 2005-10-07 Thomas Vander Stichele <thomas at apestaart dot org>
710 * m4/gst-valgrind.m4:
711 put the valgrind detection in an .m4
713 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
716 add some more targets, like "help", but also more intensive tests
718 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
721 make certain doc warnings fatal so people maintain docs again
723 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
726 * gtk-doc-plugins.mak:
728 merge additions from the .signals.new and .args.new file in
729 the original ones, only updating if necessary
731 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
735 * gtk-doc-plugins.mak:
736 fix properly for new API; make update in plugins dir now works
738 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
742 some fixes for new API
743 * gtk-doc-plugins.mak:
744 set environment properly
746 2005-09-17 David Schleef <ds@schleef.org>
748 * gtk-doc-plugins.mak: Use new environment variables.
750 2005-09-16 Michael Smith <msmith@fluendo.com>
753 Make the scanobj code reflect registry/plugin API changes
755 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
757 * gtk-doc-plugins.mak:
758 split out scanobj step (which will be run by doc maintainer)
759 from scan step (which will be run on every build)
760 clean up some of the commands for make distcheck
762 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
764 * gtk-doc-plugins.mak:
766 first stab at reorganizing the plugins build so we can maintain
769 2005-09-14 David Schleef <ds@schleef.org>
771 * as-libtool.mak: Remove
772 * m4/as-libtool.m4: The libtool bug that this worked around has
774 * m4/as-version.m4: Don't define GST_RELEASE, since it causes
775 config.h to be regenerated needlessly, and we don't use it.
777 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
779 * gtk-doc-plugins.mak:
780 error out on inspect failure
782 2005-09-14 Michael Smith <msmith@fluendo.com>
785 Don't call glib-mkenums with arguments that confuse/break MinGW,
788 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
790 * gtk-doc-plugins.mak:
793 separate out gtk-doc and docbook stuff
794 have two separate --enable configure flags
796 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
799 add a .gdb target; rebuild registry for each target, otherwise
800 a code rebuild always triggers a reg rebuild, and it's just too
804 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
807 separate out REGISTRY_ENVIRONMENT; we want to use that from
808 our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
809 everything that the first test, gst-register, needs
811 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
814 parse output of valgrind and check for definitely lost, and error
815 out; somehow I was led to believe valgrind returns non-zero for
816 leaks, but I can't make it do that, so let's parse
818 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
821 for some weird reason valgrind does not report actual memleaks
822 if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
823 while valgrind is running. Since the registry is going to go
824 anyway, I don't want to waste any more time on this; I just run
825 valgrind without GST_PLUGIN_PATH set. Since the registry loading
826 doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
827 the registry, that's actually fine.
829 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
832 keep original Long_Description; only insert an include if it's
833 not already the first line in there
835 output more information for plugins, including an origin hyperlink
837 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
840 a first stab at inspecting plugins and outputting an xml description
841 * gtk-doc-plugins.mak:
842 a gtk-doc using snippet for plugins documentation
844 a stylesheet to convert gst-xmlinspect.py output to docbook output
845 for inclusion in the gtk-doc stuff
847 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
850 s/pdf/eps/ in test for whether we output EPS images (#309379).
852 2005-07-18 Andy Wingo <wingo@pobox.com>
854 * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
855 better. Thanks, Paolo Bonzini!
857 * m4/Makefile.am (EXTRA_DIST):
858 * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
861 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
864 add macro to set ERROR_CFLAGS
866 2005-06-30 Jan Schmidt <thaytan@mad.scientist.com>
869 Remove the old autoregen.sh if it exists before recreating it,
870 to prevent confusing any shell process that might be reading it
873 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
878 2005-06-03 Stefan Kost <ensonic@users.sf.net>
880 * gst-autogen.sh: create autoregen.sh *before* shifting the options
882 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
884 * gst-autogen.sh: only update autoregen.sh on actual runs
886 2005-03-11 Thomas Vander Stichele <thomas at apestaart dot org>
888 * m4/check.m4: m4 from the check unit test suite
890 2004-12-14 David Schleef <ds@schleef.org>
892 * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
893 isn't needed anywhere
895 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
898 allow failure command to be run so we can clean upfrom autopoint
900 2004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com>
901 * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
903 2004-07-21 Benjamin Otte <otte@gnome.org>
905 * m4/.cvsignore: exciting updates for libtool m4 files
907 2004-07-12 David Schleef <ds@schleef.org>
909 * m4/as-objc.m4: Add a macro to test for objective C
911 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
914 not all of them support --plugin-libs, so redirect stderr
916 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
918 * m4/as-scrub-include.m4:
919 sync with upstream to 0.1.4. Fixes #132440
921 2004-06-07 Benjamin Otte <otte@gnome.org>
924 write a big marker into configure output when checking next plugin
925 to allow easier parsing of why plugins are(n't) built.
927 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
929 * m4/as-compiler-flag.m4:
933 sync with upstream, change sticky options to -ko
935 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
937 * m4/as-scrub-include.m4: synced with upstream
939 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
942 snippet for updating .po files
944 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
948 integrate these with the dist
950 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
952 * release.mak: add a release target
954 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
956 patch by: Stephane Loeuillet
958 * m4/ax_create_stdint_h.m4:
959 use head -n instead of head - (#136500)
961 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
963 * m4/gst-doc.m4: don't build PS without dvips binary
965 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
967 reviewed by: Benjamin Otte <otte@gnome.org>
970 don't use == operator with test(1) (fixes #135115)
972 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
974 * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
976 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
979 remove AM_CONDITIONAL for the subsystem since automake 1.6.x
980 requires that call be in configure.ac
982 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
985 take required version as argument, and default to 2.4.9 if not
988 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
991 rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
993 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
995 * common/m4/as-ac-expand.m4:
996 * common/m4/as-auto-alt.m4:
997 * common/m4/as-compiler-flag.m4:
998 * common/m4/as-compiler.m4:
999 * common/m4/as-docbook.m4:
1000 * common/m4/as-libtool.m4:
1001 * common/m4/as-scrub-include.m4:
1002 * common/m4/as-version.m4:
1003 * common/m4/glib-gettext.m4:
1004 * common/m4/gst-arch.m4:
1005 * common/m4/gst-debuginfo.m4:
1006 * common/m4/gst-doc.m4:
1007 * common/m4/gst-feature.m4:
1008 * common/m4/gst-function.m4:
1009 * common/m4/gst-glib2.m4:
1010 * common/m4/gst-gstreamer.m4:
1011 * common/m4/gst-libxml2.m4:
1012 * common/m4/gst-makecontext.m4:
1013 * common/m4/gst-mcsc.m4:
1015 fix underquoted macros as reported by automake 1.8.x (#133800)
1017 2004-02-11 Johan Dahlin <johan@gnome.org>
1019 * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
1022 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1025 we use --output-format=xml and --ingnore-files options to
1026 gtkdoc-mkdb, which got added between 0.9 and 1.0
1028 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
1030 * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
1031 to configure.ac to shut up libtoolize
1033 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
1035 * glib-gen.mak: added; used to generate enums and marshal code
1037 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
1039 * gettext.patch: added; used by autogen.sh to make sure
1040 GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in