1 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
6 2005-10-17 Julien MOUTTE <julien@moutte.net>
8 * m4/gst-check.m4: I know Thomas will kill me but this
9 ifelse statement seems incorrect as it is always setting
10 required to "yes". With this one it seems to work. Fixes
11 build of gst-plugins-base on my setup where gstreamer-check
12 is definitely not present/required.
14 2005-10-18 Stefan Kost <ensonic@users.sf.net>
17 make build break on new api that has not been added to the
20 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
25 add macro for easy checks for GStreamer libs
27 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
30 update, warn in error cases
32 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
35 add GST_SET_DEFAULT_LEVEL
37 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
41 remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
43 clean up and re-use in core soon
44 * m4/gst-plugindir.m4:
45 macro to set up PLUGINDIR and plugindir define/var
47 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
51 add macro for setting up gettext
53 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
56 add some .m4's for argument checking that can be shared among modules
58 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
65 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
73 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
76 update version detection expression to catch stuff like
77 Libtool (libtool15) 1.5.0
79 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
82 commit 6 new suppressions related to g_module_open; can these
83 really not be folded into one ?
85 2005-10-11 Edward Hervey <edward@fluendo.com>
88 made the <g_type_init calloc 2> suppression more generic
89 Added pthread memleak suppresions
90 Added nss_parse_* memleak suppresion (used by g_option_context_parse)
92 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
95 be more strict, more leak resolution
97 clean up the g_type_init suppressions
99 2005-10-07 Thomas Vander Stichele <thomas at apestaart dot org>
102 * m4/gst-valgrind.m4:
103 put the valgrind detection in an .m4
105 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
108 add some more targets, like "help", but also more intensive tests
110 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
113 make certain doc warnings fatal so people maintain docs again
115 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
118 * gtk-doc-plugins.mak:
120 merge additions from the .signals.new and .args.new file in
121 the original ones, only updating if necessary
123 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
127 * gtk-doc-plugins.mak:
128 fix properly for new API; make update in plugins dir now works
130 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
134 some fixes for new API
135 * gtk-doc-plugins.mak:
136 set environment properly
138 2005-09-17 David Schleef <ds@schleef.org>
140 * gtk-doc-plugins.mak: Use new environment variables.
142 2005-09-16 Michael Smith <msmith@fluendo.com>
145 Make the scanobj code reflect registry/plugin API changes
147 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
149 * gtk-doc-plugins.mak:
150 split out scanobj step (which will be run by doc maintainer)
151 from scan step (which will be run on every build)
152 clean up some of the commands for make distcheck
154 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
156 * gtk-doc-plugins.mak:
158 first stab at reorganizing the plugins build so we can maintain
161 2005-09-14 David Schleef <ds@schleef.org>
163 * as-libtool.mak: Remove
164 * m4/as-libtool.m4: The libtool bug that this worked around has
166 * m4/as-version.m4: Don't define GST_RELEASE, since it causes
167 config.h to be regenerated needlessly, and we don't use it.
169 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
171 * gtk-doc-plugins.mak:
172 error out on inspect failure
174 2005-09-14 Michael Smith <msmith@fluendo.com>
177 Don't call glib-mkenums with arguments that confuse/break MinGW,
180 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
182 * gtk-doc-plugins.mak:
185 separate out gtk-doc and docbook stuff
186 have two separate --enable configure flags
188 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
191 add a .gdb target; rebuild registry for each target, otherwise
192 a code rebuild always triggers a reg rebuild, and it's just too
196 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
199 separate out REGISTRY_ENVIRONMENT; we want to use that from
200 our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
201 everything that the first test, gst-register, needs
203 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
206 parse output of valgrind and check for definitely lost, and error
207 out; somehow I was led to believe valgrind returns non-zero for
208 leaks, but I can't make it do that, so let's parse
210 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
213 for some weird reason valgrind does not report actual memleaks
214 if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
215 while valgrind is running. Since the registry is going to go
216 anyway, I don't want to waste any more time on this; I just run
217 valgrind without GST_PLUGIN_PATH set. Since the registry loading
218 doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
219 the registry, that's actually fine.
221 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
224 keep original Long_Description; only insert an include if it's
225 not already the first line in there
227 output more information for plugins, including an origin hyperlink
229 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
232 a first stab at inspecting plugins and outputting an xml description
233 * gtk-doc-plugins.mak:
234 a gtk-doc using snippet for plugins documentation
236 a stylesheet to convert gst-xmlinspect.py output to docbook output
237 for inclusion in the gtk-doc stuff
239 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
242 s/pdf/eps/ in test for whether we output EPS images (#309379).
244 2005-07-18 Andy Wingo <wingo@pobox.com>
246 * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
247 better. Thanks, Paolo Bonzini!
249 * m4/Makefile.am (EXTRA_DIST):
250 * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
253 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
256 add macro to set ERROR_CFLAGS
258 2005-06-30 Jan Schmidt <thaytan@mad.scientist.com>
261 Remove the old autoregen.sh if it exists before recreating it,
262 to prevent confusing any shell process that might be reading it
265 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
270 2005-06-03 Stefan Kost <ensonic@users.sf.net>
272 * gst-autogen.sh: create autoregen.sh *before* shifting the options
274 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
276 * gst-autogen.sh: only update autoregen.sh on actual runs
278 2005-03-11 Thomas Vander Stichele <thomas at apestaart dot org>
280 * m4/check.m4: m4 from the check unit test suite
282 2004-12-14 David Schleef <ds@schleef.org>
284 * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
285 isn't needed anywhere
287 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
290 allow failure command to be run so we can clean upfrom autopoint
292 2004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com>
293 * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
295 2004-07-21 Benjamin Otte <otte@gnome.org>
297 * m4/.cvsignore: exciting updates for libtool m4 files
299 2004-07-12 David Schleef <ds@schleef.org>
301 * m4/as-objc.m4: Add a macro to test for objective C
303 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
306 not all of them support --plugin-libs, so redirect stderr
308 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
310 * m4/as-scrub-include.m4:
311 sync with upstream to 0.1.4. Fixes #132440
313 2004-06-07 Benjamin Otte <otte@gnome.org>
316 write a big marker into configure output when checking next plugin
317 to allow easier parsing of why plugins are(n't) built.
319 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
321 * m4/as-compiler-flag.m4:
325 sync with upstream, change sticky options to -ko
327 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
329 * m4/as-scrub-include.m4: synced with upstream
331 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
334 snippet for updating .po files
336 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
340 integrate these with the dist
342 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
344 * release.mak: add a release target
346 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
348 patch by: Stephane Loeuillet
350 * m4/ax_create_stdint_h.m4:
351 use head -n instead of head - (#136500)
353 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
355 * m4/gst-doc.m4: don't build PS without dvips binary
357 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
359 reviewed by: Benjamin Otte <otte@gnome.org>
362 don't use == operator with test(1) (fixes #135115)
364 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
366 * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
368 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
371 remove AM_CONDITIONAL for the subsystem since automake 1.6.x
372 requires that call be in configure.ac
374 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
377 take required version as argument, and default to 2.4.9 if not
380 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
383 rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
385 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
387 * common/m4/as-ac-expand.m4:
388 * common/m4/as-auto-alt.m4:
389 * common/m4/as-compiler-flag.m4:
390 * common/m4/as-compiler.m4:
391 * common/m4/as-docbook.m4:
392 * common/m4/as-libtool.m4:
393 * common/m4/as-scrub-include.m4:
394 * common/m4/as-version.m4:
395 * common/m4/glib-gettext.m4:
396 * common/m4/gst-arch.m4:
397 * common/m4/gst-debuginfo.m4:
398 * common/m4/gst-doc.m4:
399 * common/m4/gst-feature.m4:
400 * common/m4/gst-function.m4:
401 * common/m4/gst-glib2.m4:
402 * common/m4/gst-gstreamer.m4:
403 * common/m4/gst-libxml2.m4:
404 * common/m4/gst-makecontext.m4:
405 * common/m4/gst-mcsc.m4:
407 fix underquoted macros as reported by automake 1.8.x (#133800)
409 2004-02-11 Johan Dahlin <johan@gnome.org>
411 * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
414 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
417 we use --output-format=xml and --ingnore-files options to
418 gtkdoc-mkdb, which got added between 0.9 and 1.0
420 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
422 * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
423 to configure.ac to shut up libtoolize
425 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
427 * glib-gen.mak: added; used to generate enums and marshal code
429 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
431 * gettext.patch: added; used by autogen.sh to make sure
432 GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in