1 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
4 Resurrect Julien's dead body and wipe his mind clean
6 2005-10-18 Thomas Vander Stichele <thomas at apestaart dot org>
11 2005-10-17 Julien MOUTTE <julien@moutte.net>
13 * m4/gst-check.m4: I know Thomas will kill me but this
14 ifelse statement seems incorrect as it is always setting
15 required to "yes". With this one it seems to work. Fixes
16 build of gst-plugins-base on my setup where gstreamer-check
17 is definitely not present/required.
19 2005-10-18 Stefan Kost <ensonic@users.sf.net>
22 make build break on new api that has not been added to the
25 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
30 add macro for easy checks for GStreamer libs
32 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
35 update, warn in error cases
37 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
40 add GST_SET_DEFAULT_LEVEL
42 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
46 remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac
48 clean up and re-use in core soon
49 * m4/gst-plugindir.m4:
50 macro to set up PLUGINDIR and plugindir define/var
52 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
56 add macro for setting up gettext
58 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
61 add some .m4's for argument checking that can be shared among modules
63 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
70 2005-10-15 Thomas Vander Stichele <thomas at apestaart dot org>
78 2005-10-12 Thomas Vander Stichele <thomas at apestaart dot org>
81 update version detection expression to catch stuff like
82 Libtool (libtool15) 1.5.0
84 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
87 commit 6 new suppressions related to g_module_open; can these
88 really not be folded into one ?
90 2005-10-11 Edward Hervey <edward@fluendo.com>
93 made the <g_type_init calloc 2> suppression more generic
94 Added pthread memleak suppresions
95 Added nss_parse_* memleak suppresion (used by g_option_context_parse)
97 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
100 be more strict, more leak resolution
102 clean up the g_type_init suppressions
104 2005-10-07 Thomas Vander Stichele <thomas at apestaart dot org>
107 * m4/gst-valgrind.m4:
108 put the valgrind detection in an .m4
110 2005-09-29 Thomas Vander Stichele <thomas at apestaart dot org>
113 add some more targets, like "help", but also more intensive tests
115 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
118 make certain doc warnings fatal so people maintain docs again
120 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
123 * gtk-doc-plugins.mak:
125 merge additions from the .signals.new and .args.new file in
126 the original ones, only updating if necessary
128 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
132 * gtk-doc-plugins.mak:
133 fix properly for new API; make update in plugins dir now works
135 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
139 some fixes for new API
140 * gtk-doc-plugins.mak:
141 set environment properly
143 2005-09-17 David Schleef <ds@schleef.org>
145 * gtk-doc-plugins.mak: Use new environment variables.
147 2005-09-16 Michael Smith <msmith@fluendo.com>
150 Make the scanobj code reflect registry/plugin API changes
152 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
154 * gtk-doc-plugins.mak:
155 split out scanobj step (which will be run by doc maintainer)
156 from scan step (which will be run on every build)
157 clean up some of the commands for make distcheck
159 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
161 * gtk-doc-plugins.mak:
163 first stab at reorganizing the plugins build so we can maintain
166 2005-09-14 David Schleef <ds@schleef.org>
168 * as-libtool.mak: Remove
169 * m4/as-libtool.m4: The libtool bug that this worked around has
171 * m4/as-version.m4: Don't define GST_RELEASE, since it causes
172 config.h to be regenerated needlessly, and we don't use it.
174 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
176 * gtk-doc-plugins.mak:
177 error out on inspect failure
179 2005-09-14 Michael Smith <msmith@fluendo.com>
182 Don't call glib-mkenums with arguments that confuse/break MinGW,
185 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
187 * gtk-doc-plugins.mak:
190 separate out gtk-doc and docbook stuff
191 have two separate --enable configure flags
193 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
196 add a .gdb target; rebuild registry for each target, otherwise
197 a code rebuild always triggers a reg rebuild, and it's just too
201 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
204 separate out REGISTRY_ENVIRONMENT; we want to use that from
205 our valgrind runs, but we also want TESTS_ENVIRONMENT to contain
206 everything that the first test, gst-register, needs
208 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
211 parse output of valgrind and check for definitely lost, and error
212 out; somehow I was led to believe valgrind returns non-zero for
213 leaks, but I can't make it do that, so let's parse
215 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
218 for some weird reason valgrind does not report actual memleaks
219 if GST_PLUGIN_PATH is set to anything but the core gstreamer dir
220 while valgrind is running. Since the registry is going to go
221 anyway, I don't want to waste any more time on this; I just run
222 valgrind without GST_PLUGIN_PATH set. Since the registry loading
223 doesn't check if GST_PLUGIN_PATH got changed as a reason to rebuild
224 the registry, that's actually fine.
226 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
229 keep original Long_Description; only insert an include if it's
230 not already the first line in there
232 output more information for plugins, including an origin hyperlink
234 2005-08-15 Thomas Vander Stichele <thomas at apestaart dot org>
237 a first stab at inspecting plugins and outputting an xml description
238 * gtk-doc-plugins.mak:
239 a gtk-doc using snippet for plugins documentation
241 a stylesheet to convert gst-xmlinspect.py output to docbook output
242 for inclusion in the gtk-doc stuff
244 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
247 s/pdf/eps/ in test for whether we output EPS images (#309379).
249 2005-07-18 Andy Wingo <wingo@pobox.com>
251 * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much
252 better. Thanks, Paolo Bonzini!
254 * m4/Makefile.am (EXTRA_DIST):
255 * m4/as-libtool-tags.m4: New file, tries to disable some CXX and
258 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
261 add macro to set ERROR_CFLAGS
263 2005-06-30 Jan Schmidt <thaytan@mad.scientist.com>
266 Remove the old autoregen.sh if it exists before recreating it,
267 to prevent confusing any shell process that might be reading it
270 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
275 2005-06-03 Stefan Kost <ensonic@users.sf.net>
277 * gst-autogen.sh: create autoregen.sh *before* shifting the options
279 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
281 * gst-autogen.sh: only update autoregen.sh on actual runs
283 2005-03-11 Thomas Vander Stichele <thomas at apestaart dot org>
285 * m4/check.m4: m4 from the check unit test suite
287 2004-12-14 David Schleef <ds@schleef.org>
289 * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and
290 isn't needed anywhere
292 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
295 allow failure command to be run so we can clean upfrom autopoint
297 2004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com>
298 * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro
300 2004-07-21 Benjamin Otte <otte@gnome.org>
302 * m4/.cvsignore: exciting updates for libtool m4 files
304 2004-07-12 David Schleef <ds@schleef.org>
306 * m4/as-objc.m4: Add a macro to test for objective C
308 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
311 not all of them support --plugin-libs, so redirect stderr
313 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
315 * m4/as-scrub-include.m4:
316 sync with upstream to 0.1.4. Fixes #132440
318 2004-06-07 Benjamin Otte <otte@gnome.org>
321 write a big marker into configure output when checking next plugin
322 to allow easier parsing of why plugins are(n't) built.
324 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
326 * m4/as-compiler-flag.m4:
330 sync with upstream, change sticky options to -ko
332 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
334 * m4/as-scrub-include.m4: synced with upstream
336 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
339 snippet for updating .po files
341 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
345 integrate these with the dist
347 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
349 * release.mak: add a release target
351 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
353 patch by: Stephane Loeuillet
355 * m4/ax_create_stdint_h.m4:
356 use head -n instead of head - (#136500)
358 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
360 * m4/gst-doc.m4: don't build PS without dvips binary
362 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
364 reviewed by: Benjamin Otte <otte@gnome.org>
367 don't use == operator with test(1) (fixes #135115)
369 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
371 * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test)
373 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
376 remove AM_CONDITIONAL for the subsystem since automake 1.6.x
377 requires that call be in configure.ac
379 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
382 take required version as argument, and default to 2.4.9 if not
385 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
388 rename and fix up GST_CHECK_DISABLE_SUBSYSTEM
390 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
392 * common/m4/as-ac-expand.m4:
393 * common/m4/as-auto-alt.m4:
394 * common/m4/as-compiler-flag.m4:
395 * common/m4/as-compiler.m4:
396 * common/m4/as-docbook.m4:
397 * common/m4/as-libtool.m4:
398 * common/m4/as-scrub-include.m4:
399 * common/m4/as-version.m4:
400 * common/m4/glib-gettext.m4:
401 * common/m4/gst-arch.m4:
402 * common/m4/gst-debuginfo.m4:
403 * common/m4/gst-doc.m4:
404 * common/m4/gst-feature.m4:
405 * common/m4/gst-function.m4:
406 * common/m4/gst-glib2.m4:
407 * common/m4/gst-gstreamer.m4:
408 * common/m4/gst-libxml2.m4:
409 * common/m4/gst-makecontext.m4:
410 * common/m4/gst-mcsc.m4:
412 fix underquoted macros as reported by automake 1.8.x (#133800)
414 2004-02-11 Johan Dahlin <johan@gnome.org>
416 * gst-autogen.sh: Use A-Z instead of A-z in sed expression to
419 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
422 we use --output-format=xml and --ingnore-files options to
423 gtkdoc-mkdb, which got added between 0.9 and 1.0
425 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
427 * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back
428 to configure.ac to shut up libtoolize
430 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
432 * glib-gen.mak: added; used to generate enums and marshal code
434 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
436 * gettext.patch: added; used by autogen.sh to make sure
437 GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in