12008-12-17 Edward Hervey <bilboed@gmail.com> 2 3 * gst.supp: 4 And yet another variation of the GstAudioFilter leak. 5 62008-12-15 Sebastian Dröge <sebastian.droege@collabora.co.uk> 7 8 Patch by: Roland Illig <roland dot illig at gmx dot de> 9 10 * m4/gst-parser.m4: 11 Fix AG_GST_BISON_CHECK to handle version numbers with more than 12 two components (i.e. 2.4.1). Fixes bug #564507. 13 142008-12-14 Edward Hervey <bilboed@gmail.com> 15 16 * gst.supp: 17 And yet another variant of the GstAudioFilter leak. 18 192008-12-13 Edward Hervey <edward.hervey@collabora.co.uk> 20 21 * gst.supp: 22 Added variants of leaks of dynamic pad templates created in 23 GstAudioFilter. 24 Add conditional jump triggered by getaddrinfo (maybe glibc-2.9). 25 262008-12-12 Edward Hervey <edward.hervey@collabora.co.uk> 27 28 * gst.supp: 29 Fix leak in GIO called by gnomevfs. Nothing we can do about this. 30 312008-12-12 Edward Hervey <edward.hervey@collabora.co.uk> 32 33 * gst.supp: 34 Added another suppression for dynamic pad templates, in this case 35 GstAudioFilter. 36 Added suppression for PangoLanguage which can never be freed 37 according to the Pango API. 38 392008-12-12 Edward Hervey <edward.hervey@collabora.co.uk> 40 41 * gst.supp: 42 A whole bunch of suppressions detected on latest gentoo ~amd64. 43 Make some existing suppressions more generic (for subtle dependecy 44 code changes). 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). 52 532008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk> 54 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. 59 602008-12-01 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> 61 62 * gst.supp: 63 Add suppression variant for Ubuntu Hardy x86/64bit. 64 652008-12-01 Stefan Kost <ensonic@users.sf.net> 66 67 * gtk-doc-plugins.mak: 68 * gtk-doc.mak: 69 Simplily uninstall rule. Its closer to upstream and fixes #150331. 70 712008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> 72 73 * m4/glib-gettext.m4: 74 Update glib-gettext.m4 from latest stable GLib release. 75 762008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> 77 78 Patch by: Cygwin Ports maintainer 79 <yselkowitz at users dot sourceforge dot net> 80 81 * gettext.patch: 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. 85 862008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk> 87 88 * m4/gtk-doc.m4: 89 * m4/pkg.m4: 90 Update gtk-doc and pkg-config m4 macros from their latest releases. 91 922008-11-20 Michael Smith <msmith@songbirdnest.com> 93 94 * m4/as-objc.m4: 95 Fix objective C test macro when none of the compilers are found at all. 96 972008-10-30 Stefan Kost <ensonic@users.sf.net> 98 99 * gtk-doc.mak: 100 Also cp the entities here to all xinlcude based docs (workaround for 101 not being able to set up a search path). 102 1032008-10-17 Jan Schmidt <jan.schmidt@sun.com> 104 105 * gtk-doc.mak: 106 Don't clobber the real registry cache file when 107 building docs. 108 1092008-10-07 Jan Schmidt - Sun Microsystems <jan.schmidt@sun.com> 110 111 * m4/gst-error.m4: 112 Also disable the bogus "loop not entered at top" warnings appearing on Sparc Forte builds. 113 1142008-10-06 Stefan Kost <ensonic@users.sf.net> 115 116 * gtk-doc.mak: 117 Apply the same fix as below to gtk-doc.mak. Somehow did not end up in 118 CVS. 119 1202008-09-05 David Schleef <ds@schleef.org> 121 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. 125 1262008-09-05 David Schleef <ds@schleef.org> 127 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 130 what is in upstream. 131 1322008-09-04 Stefan Kost <ensonic@users.sf.net> 133 134 * gtk-doc-plugins.mak: 135 * gtk-doc.mak: 136 Get closer to upstream makefiles. Don't install index.sgml twice. Call 137 gtkdoc-rebase (if exists). 138 1392008-08-21 Stefan Kost <ensonic@users.sf.net> 140 141 * gtk-doc-plugins.mak: 142 Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is 143 no variable called builddir. 144 1452008-07-31 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> 146 147 * gst.supp: 148 Add suppressions for Ubunty Hardy x86/64bit, similar to earlier 149 versions and 32bit variant. 150 1512008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk> 152 153 * m4/gst-feature.m4: 154 Remove GST_DISABLE_(ENUMTYPES|INDEX|URI). 155 1562008-07-21 Tim-Philipp Müller <tim.muller at collabora co uk> 157 158 * m4/gst-error.m4:: 159 When checking for GST_ERROR_CXXFLAGS, check each compiler flag 160 individually, not all together. 161 1622008-07-20 Tim-Philipp Müller <tim.muller at collabora co uk> 163 164 * m4/gst-parser.m4:: 165 Fix bison version number detection for older --version 166 output format (as bison 1.28 on OSX 10.4 outputs). 167 Fixes #543853. 168 1692008-07-12 Stefan Kost <ensonic@users.sf.net> 170 171 * plugins.xsl: 172 Split refsect2 also here to make "Element Pads" subtitle visible. 173 1742008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk> 175 176 * m4/gst-error.m4: 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. 180 1812008-07-02 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> 182 183 * gtk-doc-plugins.mak: 184 Only clean doc maintainer stamps in maintainer-clean. Fixes #539977. 185 1862008-06-20 Sebastian Dröge <slomo@circular-chaos.org> 187 188 * gstdoc-scangobj: 189 Always use format strings for printf-like functions, even if they just 190 print a string. Fixes bug #536981. 191 1922008-06-20 Sebastian Dröge <slomo@circular-chaos.org> 193 194 * gtk-doc-plugins.mak: 195 * gtk-doc.mak: 196 Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS, 197 otherwise the values passed to configure are ignored. 198 Fixes bug #536978. 199 2002008-06-05 Tim-Philipp Müller <tim.muller at collabora co uk> 201 202 * m4/gst-error.m4: 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). 205 2062008-06-05 Jan Schmidt <jan.schmidt@sun.com> 207 208 * gtk-doc.mak: 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 212 exists. 213 2142008-05-28 Stefan Kost <ensonic@users.sf.net> 215 216 * plugins.xsl: 217 The class was not shown in plugin docs. Fix typo in changelog below. 218 2192008-05-22 Jan Schmidt <jan.schmidt@sun.com> 220 221 * gstdoc-scangobj: 222 Emit warnings if one of the GTypes we're expecting is 0 223 when scanning. 224 2252008-05-21 Felipe Contreras <felipe.contreras@gmail.com> 226 227 * gtk-doc-plugins.mak: 228 * gtk-doc.mak: 229 Fix installing png images when gtk-doc is disabled. 230 2312008-05-21 Felipe Contreras <felipe.contreras@gmail.com> 232 233 * gtk-doc-plugins.mak: 234 * gtk-doc.mak: 235 Fix make clean when gtk-doc is disabled and other cleanups. 236 2372008-05-17 Jan Schmidt <jan.schmidt@sun.com> 238 239 * gtk-doc-plugins.mak: 240 Be more quiet when the files don't yet exist. 241 2422008-05-16 Jan Schmidt <jan.schmidt@sun.com> 243 244 * gstdoc-scangobj: 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. 248 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. 252 2532008-05-14 Peter Kjellerstedt <pkj@axis.com> 254 255 * m4/gst-feature.m4: 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. 259 2602008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk> 261 262 * gst.supp: 263 Add suppression for glibc bug on gutsy/x86-64 264 2652008-05-12 Stefan Kost <ensonic@users.sf.net> 266 267 * plugins.xsl: 268 Improve the layout of the caps, but splitting them on ";". 269 2702008-05-09 Sebastian Dröge <slomo@circular-chaos.org> 271 272 Patch by: Brian Cameron <brian dot cameron at sun dot com> 273 274 * m4/gst-default.m4: 275 Don't set the default audio sink to the default visualizer. 276 Fixes bug #532295. 277 2782008-05-07 Tim-Philipp Müller <tim.muller at collabora co uk> 279 280 * check.mak: (help): 281 Document GST_CHECKS environment variable in checks 'make help'. 282 2832008-05-06 Sebastian Dröge <slomo@circular-chaos.org> 284 285 Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com> 286 287 * scangobj-merge.py: 288 Don't depend on Twisted just for the OrderedDict but implement our 289 own ordered dictionary class. Fixes bug #531577. 290 2912008-04-23 Edward Hervey <edward.hervey@collabora.co.uk> 292 293 * gst.supp: 294 Re-arrange latest suppressions. 295 Add all known suppressions for ubuntu hardy. Same as for older 296 ubuntus, but with different codepaths. 297 2982008-04-22 Edward Hervey <bilboed@gmail.com> 299 300 * gst.supp: Make tls leak suppression a bit more generic. 301 3022008-04-22 Edward Hervey <bilboed@gmail.com> 303 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). 307 3082008-04-22 Edward Hervey <bilboed@gmail.com> 309 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. 313 3142008-04-15 Sebastian Dröge <slomo@circular-chaos.org> 315 316 * Makefile.am: 317 * m4/Makefile.am: 318 Dist all files in common. Fixes bug #527984. 319 3202008-04-14 Tim-Philipp Müller <tim at centricular dot net> 321 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. 325 3262008-04-13 Tim-Philipp Müller <tim at centricular dot net> 327 328 * m4/gst-args.m4: 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. 332 3332008-04-09 Tim-Philipp Müller <tim at centricular dot net> 334 335 * m4/gst-default.m4: 336 Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer} 337 configure switches (#519417). 338 3392008-04-03 Tim-Philipp Müller <tim at centricular dot net> 340 341 * m4/gst-args.m4: 342 Add --disable-foo switch for dependency-less plugins (#525586). 343 3442008-04-01 Sebastian Dröge <slomo@circular-chaos.org> 345 346 * m4/gst-parser.m4: 347 Unconditionally require flex 2.5.31 and bison 1.875. 348 3492008-03-23 Sebastian Dröge <slomo@circular-chaos.org> 350 351 * m4/gst-arch.m4: 352 amd64/x86_64 allows unaligned memory access too. 353 3542008-03-21 Sebastian Dröge <slomo@circular-chaos.org> 355 356 * m4/gst-dowhile.m4: 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. 362 3632008-03-21 Sebastian Dröge <slomo@circular-chaos.org> 364 365 * m4/gst-plugin-docs.m4: 366 * mangle-tmpl.py: 367 Don't depend on PyXML and use only XML modules that are shipped 368 with python. Fixes bug #519635. 369 3702008-03-07 Edward Hervey <edward.hervey@collabora.co.uk> 371 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 376 3772008-03-03 David Schleef <ds@schleef.org> 378 379 * m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of 380 this file. (Update from upstream) 381 3822008-03-03 David Schleef <ds@schleef.org> 383 384 * m4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug 385 compiling with MSVC. 386 3872008-03-03 Edward Hervey <edward.hervey@collabora.co.uk> 388 389 * m4/pkg.m4: 390 Allow override of pkg-config results, as proposed by configure --help. 391 This is in fact just a backport from upstream pkg.m4. 392 Fixes #518892 393 3942008-03-03 Peter Kjellerstedt <pkj@axis.com> 395 396 * ChangeLog: 397 Changelog surgery of my previous commit to add bugzilla reference. 398 * m4/gst-args.m4: 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) 402 4032008-03-03 Sebastian Dröge <slomo@circular-chaos.org> 404 405 * gst.supp: 406 Add another glibc suppression. 407 4082008-02-29 Peter Kjellerstedt <pkj@axis.com> 409 410 * m4/gst-feature.m4: 411 Make the comment before defines generated via AG_GST_CHECK_FEATURE 412 look nicer. (#498222) 413 4142008-02-26 Jan Schmidt <jan.schmidt@sun.com> 415 416 * m4/Makefile.am: 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. 420 4212008-02-25 Andy Wingo <wingo@pobox.com> 422 423 * gst-autogen.sh: Instead of only passing certain arguments to 424 configure, pass anything that we didn't handle. Much friendlier. 425 Fixes #34412. 426 4272008-02-23 Jan Schmidt <Jan.Schmidt@sun.com> 428 429 * m4/gst-error.m4: 430 Store the detected compiler flags into ERROR_CFLAGS rather than 431 ERROR_CXXFLAGS, and use the macro that checks the C compiler, not 432 the C++ one. 433 4342008-02-23 Tim-Philipp Müller <tim at centricular dot net> 435 436 * m4/gst-error.m4: 437 Reflow checks for additional warning flags so they're not 438 nested, which fixes the result reporting in the configure 439 output. 440 4412008-02-22 Tim-Philipp Müller <tim at centricular dot net> 442 443 * m4/as-compiler-flag.m4: 444 Add AS_CXX_COMPILER_FLAG 445 446 * m4/gst-error.m4: 447 Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing) 448 4492008-02-22 Tim-Philipp Müller <tim at centricular dot net> 450 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. 459 4602008-02-22 Sebastian Dröge <slomo@circular-chaos.org> 461 462 * gst.supp: 463 Add even more glibc 2.7 suppressions. 464 4652008-02-22 Sebastian Dröge <slomo@circular-chaos.org> 466 467 * gst.supp: 468 Add another suppression for GLib caching some values after 469 the first call. 470 4712008-02-12 Sebastian Dröge <slomo@circular-chaos.org> 472 473 Patch by: 474 Tim Mooney <mooney at dogbert dot cc dot ndsu dot nodak dot edu> 475 476 * m4/gst-error.m4: 477 Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings. 478 Fixes bug #515905. 479 4802008-02-11 Sebastian Dröge <slomo@circular-chaos.org> 481 482 * gst.supp: 483 Add a few more glibc 2.7 suppressions to make the avisubtitle unit 484 test valgrind clean. Fixes bug #515703. 485 4862008-02-08 Stefan Kost <ensonic@users.sf.net> 487 488 * ChangeLog: 489 Changelog surgery for last commit. 490 4912008-02-08 Stefan Kost <ensonic@users.sf.net> 492 493 * m4/gtk-doc.m4: 494 Conditionally check for SED. Also sync a bit with upstream macro. 495 4962008-02-08 Stefan Kost <ensonic@users.sf.net> 497 498 * gtk-doc-plugins.mak: 499 * gtk-doc.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. 502 5032008-02-06 Stefan Kost <ensonic@users.sf.net> 504 505 * gtk-doc-plugins.mak: 506 * gtk-doc.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. 510 5112008-02-02 Sebastian Dröge <slomo@circular-chaos.org> 512 513 * m4/gst-feature.m4: 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. 517 5182008-01-24 Stefan Kost <ensonic@users.sf.net> 519 520 * ChangeLog: 521 ChangeLog surgery. 522 523 * gstdoc-scangobj: 524 Sync the object scanner with gtk-doc fixes. Update args and hierarchy 525 files. 526 5272008-01-20 Sebastian Dröge <slomo@circular-chaos.org> 528 529 * check.mak: 530 * coverage/lcov.mak: 531 * gtk-doc-plugins.mak: 532 * release.mak: 533 Use $(MAKE) instead of make to fix the build if GNU make is called 534 something else on the system. 535 536 * m4/as-docbook.m4: 537 Fix path for docbook.xsl if we have no /etc/xml/catalog and add a 538 docbook-xsl search path for FreeBSD. 539 5402008-01-18 Sebastian Dröge <slomo@circular-chaos.org> 541 542 * gst.supp: 543 Add a suppression for a glibc bug: 544 http://valgrind.org/docs/manual/faq.html#faq.exit_errors> 545 5462008-01-18 Sebastian Dröge <slomo@circular-chaos.org> 547 548 * gst.supp: 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. 551 5522008-01-18 Sebastian Dröge <slomo@circular-chaos.org> 553 554 * gst.supp: 555 Add some glibc 2.7 supressions as found on Debian/unstable. 556 5572008-01-14 Jan Schmidt <jan.schmidt@sun.com> 558 559 * download-translations: 560 Apparently I have problems with leaving things commented out when 561 I edit shell scripts. 562 5632008-01-12 Jan Schmidt <Jan.Schmidt@sun.com> 564 565 * download-translations: 566 Remove bash-isms 567 5682008-01-12 Jan Schmidt <Jan.Schmidt@sun.com> 569 570 * check-exports: 571 Restore the cleanup rm of our tmp file which I didn't mean to leave 572 commented out. 573 5742008-01-12 Jan Schmidt <Jan.Schmidt@sun.com> 575 576 * check-exports: 577 Fixes to make check-export work on both Solaris and Linux 578 579 * m4/gst-error.m4: 580 Disable extra warning category (argument mismatch) as an error 581 on Forte, as it prevents the libcheck fail_if macros from compiling. 582 583 * win32.mak: 584 Substitute the GStreamer version so things will keep working in 0.11 585 5862008-01-11 Tim-Philipp Müller <tim at centricular dot net> 587 588 Patch by: Peter Kjellerstedt <pkj axis com> 589 590 * m4/gst-glib2.m4: 591 * m4/gst-libxml2.m4: 592 Improve/fix output from configure if either glib-2.0 or 593 libxml2 are not installed (#498222). 594 5952008-01-09 Stefan Kost <ensonic@users.sf.net> 596 597 * coverage/lcov.mak: 598 Update coverage make-rules: use them conditionaly, use libtool mode 599 and use lcov to cleanup. 600 6012007-12-18 Sebastian Dröge <slomo@circular-chaos.org> 602 603 * glib-gen.mak: 604 Also use #include "header" instead of #include <header> for the 605 headers that were used to generate the source files for the same 606 reason as below. 607 608 Remove whitespace before #include. 609 6102007-12-18 Sebastian Dröge <slomo@circular-chaos.org> 611 612 * glib-gen.mak: 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 616 to the include path. 617 618 Include all headers that were used to generate the source files in 619 the C file as they're used there. 620 6212007-12-17 Tim-Philipp Müller <tim at centricular dot net> 622 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). 626 6272007-12-17 Tim-Philipp Müller <tim at centricular dot net> 628 629 * Makefile.am: 630 Don't forget to dist the new win32.mak. 631 6322007-12-17 Tim-Philipp Müller <tim at centricular dot net> 633 634 * win32.mak: (win32), (win32defs): 635 Move common win32 Makefile foo into this new file. 636 6372007-12-15 Stefan Kost <ensonic@users.sf.net> 638 639 * gtk-doc-plugins.mak: 640 * gtk-doc.mak: 641 We should have never forked this that much :/. 642 6432007-12-13 Tim-Philipp Müller <tim at centricular dot net> 644 645 * check-exports: 646 Fix build on the ppc64 build bot. 647 6482007-12-13 Tim-Philipp Müller <tim at centricular dot net> 649 650 * check-exports: 651 Suppress more unintentional exports (too much hassle to rename them, 652 since the win32 project files would need changing too). 653 6542007-12-12 Tim-Philipp Müller <tim at centricular dot net> 655 656 * Makefile.am: 657 check-exports should be disted. 658 6592007-12-12 Tim-Philipp Müller <tim at centricular dot net> 660 661 * check-exports: 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. 665 6662007-11-06 Jan Schmidt <jan.schmidt@sun.com> 667 668 * gtk-doc-plugins.mak: 669 Fix distcheck by making sure the types files are treated like the 670 other gtkdoc-scangobj generated files. 671 6722007-09-21 Sebastian Dröge <slomo@circular-chaos.org> 673 674 * m4/gst-args.m4: 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 678 disable too. 679 6802007-09-06 Tim-Philipp Müller <tim at centricular dot net> 681 682 * gtk-doc-plugins.mak: 683 Just use the normal 'check' target and avoid a circular 684 dependency. 685 6862007-09-06 Tim-Philipp Müller <tim at centricular dot net> 687 688 * gtk-doc-plugins.mak: 689 Add rule to error out if .hierarchy file contains tabs. 690 6912007-08-20 Tim-Philipp Müller <tim at centricular dot net> 692 693 * download-translations: 694 * po.mak: 695 If there are new languages, they need to be added to po/LINGUAS. 696 6972007-08-20 Tim-Philipp Müller <tim at centricular dot net> 698 699 * download-translations: 700 * po.mak: 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. 703 7042007-07-16 Jan Schmidt <thaytan@mad.scientist.com> 705 706 * gst.supp: 707 Add a suppression for GLib caching the tmp dir seen on an 708 Ubuntu Feisty system. 709 7102007-07-13 Jan Schmidt <thaytan@mad.scientist.com> 711 712 * m4/gst-feature.m4: 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 715 provided by bash. 716 7172007-07-01 Thomas Vander Stichele <thomas at apestaart dot org> 718 719 * po.mak: 720 Translation project has moved. Also, no idea how this used to 721 work given that we weren't downloading a .po file. 722 7232007-06-25 Stefan Kost <ensonic@users.sf.net> 724 725 * gst-xmlinspect.py: 726 * plugins.xsl: 727 Also extract element caps for plugin-docs. Fixes parts of #117692. 728 7292007-06-21 Tim-Philipp Müller <tim at centricular dot net> 730 731 Patch by: Andreas Schwab 732 733 * m4/gst-feature.m4: 734 Fix quoting (#449493). 735 7362007-06-10 Sebastian Dröge <slomo@circular-chaos.org> 737 738 * m4/gst-parser.m4: 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. 741 7422007-05-11 Michael Smith <msmith@fluendo.com> 743 744 * gst.supp: 745 Suppression variant for our good friend the TLS leak, this time for 746 Ubuntu Feisty/x86. 747 7482007-05-09 Tim-Philipp Müller <tim at centricular dot net> 749 750 * gtk-doc-plugins.mak: 751 Fix make distcheck again; change some spaces to tabs in makefile. 752 7532007-04-29 Thomas Vander Stichele <thomas at apestaart dot org> 754 755 * gtk-doc-plugins.mak (-module): 756 Error out when the html build step gives warnings, so they get 757 fixed properly. 758 7592007-04-23 Stefan Kost <ensonic@users.sf.net> 760 761 * m4/gst-feature.m4: 762 Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in 763 the configuration header and AC_DEFINES the setings. 764 7652007-04-19 Sebastian Dröge <slomo@circular-chaos.org> 766 767 Patch by: Vincent Torri <vtorri at univ-evry dot fr> 768 769 * m4/gst-parser.m4: 770 Put the AC_MSG_RESULT output in brackets to get it properly written to 771 the terminal. 772 7732007-04-18 Sebastian Dröge <slomo@circular-chaos.org> 774 775 * m4/gst-parser.m4: 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 780 7812007-04-10 Thomas Vander Stichele <thomas at apestaart dot org> 782 783 * m4/gst-check.m4: 784 Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help 785 builds against older GStreamer. 786 7872007-03-25 Sebastian Dröge <slomo@circular-chaos.org> 788 789 * m4/gst-parser.m4: 790 Fix the flex version check. It ignored the micro version before. 791 7922007-03-09 Jan Schmidt <thaytan@mad.scientist.com> 793 794 * check.mak: 795 Use the same timeout when generating valgrind suppressions as 796 running the valgrind test. 797 798 * gst.supp: 799 Add some more suppressions and stuff. 800 8012007-03-08 Jan Schmidt <thaytan@mad.scientist.com> 802 803 * check.mak: 804 Make sure GSlice is disabled when building suppressions too. 805 806 * gst.supp: 807 Add around *850* lines of suppressions for one-time initialisations 808 inside libasound and gconf/bonobo/ORBit. I feel so dirty. 809 8102007-03-07 Jan Schmidt <thaytan@mad.scientist.com> 811 812 * gst.supp: 813 add a suppression for this GConf flup on the FC5 buildbot. 814 8152007-03-06 Jan Schmidt <thaytan@mad.scientist.com> 816 817 * gst.supp: 818 Make the suppression a little more generic, to catch the FC5 819 backtrace too. 820 8212007-03-06 Jan Schmidt <thaytan@mad.scientist.com> 822 823 * gst.supp: 824 Add a suppression for libcdio 0.76. It leaks an internal struct 825 when the CD-ROM device is not accessible. 826 8272007-02-28 Thomas Vander Stichele <thomas at apestaart dot org> 828 829 * m4/gst-arch.m4: 830 Move a line that was in the wrong macro 831 8322007-02-28 Thomas Vander Stichele <thomas at apestaart dot org> 833 834 * m4/gst.m4: 835 Add 836 * m4/gst-arch.m4: 837 * m4/gst-args.m4: 838 * m4/gst-check.m4: 839 * m4/gst-debuginfo.m4: 840 * m4/gst-default.m4: 841 * m4/gst-doc.m4: 842 * m4/gst-error.m4: 843 * m4/gst-feature.m4: 844 * m4/gst-function.m4: 845 * m4/gst-gettext.m4: 846 * m4/gst-glib2.m4: 847 * m4/gst-libxml2.m4: 848 * m4/gst-parser.m4: 849 * m4/gst-plugin-docs.m4: 850 * m4/gst-plugindir.m4: 851 * m4/gst-valgrind.m4: 852 * m4/gst-x11.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. 856 8572007-02-11 Stefan Kost <ensonic@users.sf.net> 858 859 * m4/gst-args.m4: 860 Remove 'enable' from configure switch description as this leads to 861 confusing lines like "disable enable builing ...". 862 * m4/gst-feature.m4: 863 Fix comment to sound less horrible. 864 8652007-02-07 Tim-Philipp Müller <tim at centricular dot net> 866 867 Patch by: Will Newton <will.newton gmail com> 868 869 * m4/gst-check.m4: 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. 874 8752007-01-08 Tim-Philipp Müller <tim at centricular dot net> 876 877 * m4/gst-parser.m4: 878 Need to use double square brackets again so m4 doesn't remove them 879 (fixes #378931). 880 881 * m4/gst-args.m4: 882 Use double square brackets here as well, for the same reason. 883 8842007-01-05 Tim-Philipp Müller <tim at centricular dot net> 885 886 * m4/gst-parser.m4: 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 889 (#378931). 890 8912006-10-21 Tim-Philipp Müller <tim at centricular dot net> 892 893 * check.mak: 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 896 beefy machine. 897 8982006-09-29 Michael Smith <msmith@fluendo.com> 899 900 * gst.supp: 901 More suppressions for edgy. 902 9032006-09-28 Jan Schmidt <thaytan@mad.scientist.com> 904 905 * m4/gst-glib2.m4: 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 908 of unneeded symbols) 909 9102006-09-14 Tim-Philipp Müller <tim at centricular dot net> 911 912 * gst.supp: 913 Some suppressions for the more recent ld.so in ubuntu edgy. 914 9152006-08-23 Tim-Philipp Müller <tim at centricular dot net> 916 917 * gst.supp: 918 Shorten function trail so the suppression works on 919 my ubuntu dapper system with core cvs as well. 920 9212006-07-28 Jan Schmidt <thaytan@mad.scientist.com> 922 923 * gst.supp: 924 Extra suppressions from my Ubuntu x86_64 machine 925 9262006-07-24 Tim-Philipp Müller <tim at centricular dot net> 927 928 Patch by: Frederic Peters <fpeters at entrouvert com> 929 930 * m4/gst-parser.m4: 931 Need to double square brackets in .m4 files. Should fix bison 932 version detection with version numbers like 1.23a (#348354). 933 9342006-07-24 Jan Schmidt <thaytan@mad.scientist.com> 935 936 * check.mak: 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. 941 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 945 9462006-07-23 Stefan Kost <ensonic@users.sf.net> 947 948 Patch by: Frederic Peters <fpeters@entrouvert.com> 949 950 * m4/gst-parser.m4: 951 Fix bison detection (#348354) 952 9532006-07-21 Stefan Kost <ensonic@users.sf.net> 954 955 * m4/gst-parser.m4: 956 check for bison and flex 957 9582006-07-13 Thomas Vander Stichele <thomas at apestaart dot org> 959 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 963 9642006-07-03 Thomas Vander Stichele <thomas at apestaart dot org> 965 966 * coverage/lcov.mak: 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 970 9712006-07-02 Thomas Vander Stichele <thomas at apestaart dot org> 972 973 * Makefile.am: 974 * check.mak: 975 add an inspect target that inspects every element feature, 976 so we can have that added for coverage 977 * coverage/lcov.mak: 978 add support for lcov 979 9802006-07-02 Thomas Vander Stichele <thomas at apestaart dot org> 981 982 * m4/gst-args.m4: 983 when building with gcov, reset CFLAGS and friends to O0 984 9852006-07-02 Thomas Vander Stichele <thomas at apestaart dot org> 986 987 * m4/gst-args.m4: 988 Find the gcov that matches the gcc version 989 Only allow gcov if we use gcc 990 9912006-07-02 Thomas Vander Stichele <thomas at apestaart dot org> 992 993 * Makefile.am: 994 * coverage/coverage-report-entry.pl: 995 * coverage/coverage-report.pl: 996 * coverage/coverage-report.xsl: 997 copy coverage reporting files from dbus 998 9992006-07-01 Thomas Vander Stichele <thomas at apestaart dot org> 1000 1001 * m4/gst-args.m4: 1002 libtool strips gcov's -f flags, so libgcov does not get 1003 linked in. Setting GCOV_LIBS with -lgcov fixes libtool's 1004 stripping 1005 also show what pkg-config-path we set 1006 10072006-06-22 Tim-Philipp Müller <tim at centricular dot net> 1008 1009 Patch by: Peter Kjellerstedt <pkj at axis com> 1010 1011 * m4/gst-feature.m4: 1012 Show list of plugins without external dependencies that 1013 will not be built as well (#344136). 1014 10152006-06-15 Tim-Philipp Müller <tim at centricular dot net> 1016 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). 1023 10242006-06-11 Thomas Vander Stichele <thomas at apestaart dot org> 1025 1026 * m4/gst-check.m4: 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 1033 * m4/Makefile.am: 1034 * m4/gst-gstreamer.m4: 1035 remove this file; it's a useless check 1036 10372006-06-06 Thomas Vander Stichele <thomas at apestaart dot org> 1038 1039 * m4/gst-arch.m4: 1040 add PPC64 so we can have separate structure sizes for it 1041 10422006-06-05 Edward Hervey <edward@fluendo.com> 1043 1044 * gtk-doc.mak: 1045 Check for the proper .devhelp2 file to remove. 1046 10472006-05-31 Thomas Vander Stichele <thomas at apestaart dot org> 1048 1049 * gtk-doc.mak: 1050 allow a magic variable to suppress errors from docbuilding 1051 10522006-05-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org> 1053 1054 * gtk-doc.mak: 1055 error out if gtkdoc-mktmpl finds unused declarations 1056 10572006-05-28 Edward Hervey <edward@fluendo.com> 1058 1059 * gst.supp: 1060 Reverting previous commit. That's good to know, Edward, but why ? 1061 10622006-05-28 Edward Hervey <edward@fluendo.com> 1063 1064 * gst.supp: 1065 Added suppresion for memleak in g_option_context_parse on fc5-64 1066 10672006-05-19 Thomas Vander Stichele <thomas at apestaart dot org> 1068 1069 * m4/gst-check.m4: 1070 set GSTPB_PLUGINS_DIR just like GST_PLUGINS_DIR 1071 10722006-05-18 Tim-Philipp Müller <tim at centricular dot net> 1073 1074 * check.mak: 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). 1079 10802006-05-18 Thomas Vander Stichele <thomas at apestaart dot org> 1081 1082 Patch by: Peter Kjellerstedt 1083 1084 * m4/gst-arch.m4: 1085 add support for CRIS and CRISv32. 1086 10872006-05-17 Jan Schmidt <thaytan@mad.scientist.com> 1088 1089 * m4/gst-args.m4: 1090 Fix the macros for command-line supplied package and origin names 1091 so they don't end up being configure as "" (Fixes #341479) 1092 10932006-05-14 Jan Schmidt <thaytan@mad.scientist.com> 1094 1095 * gtk-doc.mak: 1096 Add uninstall rule to remove .devhelp2 files. 1097 10982006-05-09 Edward Hervey <edward@fluendo.com> 1099 1100 * gst.supp: 1101 Add suppression for GSlice version of 1102 g_type_init calloc leak 1103 11042006-04-05 Michael Smith <msmith@fluendo.com> 1105 1106 * gst.supp: 1107 Delete a bogus suppression for the registry code. 1108 Generalise a suppression for a glib bug (see #337404) 1109 11102006-04-04 Michael Smith <msmith@fluendo.com> 1111 1112 * gst.supp: 1113 Add a leak suppression: the existing glibc-doesn't-free-TLS one 1114 wasn't triggering here. 1115 11162006-04-04 Michael Smith <msmith@fluendo.com> 1117 1118 * gst.supp: 1119 Add some minimally-neccesary suppressions for my x86/dapper system. 1120 11212006-04-01 Thomas Vander Stichele <thomas at apestaart dot org> 1122 1123 * plugins.xsl: 1124 Do not display an origin link if origin does not start with http 1125 See #323798 1126 11272006-04-01 Thomas Vander Stichele <thomas at apestaart dot org> 1128 1129 * m4/gst-args.m4: 1130 * m4/gst-feature.m4: 1131 add more macros 1132 * m4/gst-x11.m4: 1133 X11-related checks 1134 11352006-04-01 Thomas Vander Stichele <thomas at apestaart dot org> 1136 1137 * m4/as-version.m4: 1138 newer version 1139 * m4/gst-args.m4: 1140 * m4/gst-doc.m4: 1141 update and add other macros to be shared across projects 1142 11432006-03-24 Thomas Vander Stichele <thomas at apestaart dot org> 1144 1145 * gst.supp: 1146 add a suppression for g_parse_debug_string 1147 11482006-03-23 Stefan Kost <ensonic@users.sf.net> 1149 1150 * gstdoc-scangobj: 1151 sync fully with gtkdoc-0.15 1152 11532006-03-23 Stefan Kost <ensonic@users.sf.net> 1154 1155 * gstdoc-scangobj: 1156 * gtk-doc.mak: 1157 sync a little with gtk-doc mainline 1158 11592006-03-17 Wim Taymans <wim@fluendo.com> 1160 1161 * gst.supp: 1162 add another clone suppression 1163 change all glibc suppressions to match 2.3.* 1164 11652006-03-09 Thomas Vander Stichele <thomas at apestaart dot org> 1166 1167 * m4/check.m4: 1168 fix test so it actually works when the normal check is used 1169 over debian's/ubuntu's 1170 11712006-03-08 Jan Schmidt <thaytan@mad.scientist.com> 1172 1173 * check.mak: 1174 Set G_SLICE=always-malloc when valgrinding tests 1175 (closes #333272) 1176 11772006-02-21 Jan Schmidt <thaytan@mad.scientist.com> 1178 1179 * m4/gst-glib2.m4: 1180 Fix debug output when the GLib version prerequisite is not found 1181 11822006-02-13 Andy Wingo <wingo@pobox.com> 1183 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. 1187 11882006-02-06 Thomas Vander Stichele <thomas at apestaart dot org> 1189 1190 * m4/gst-default.m4: 1191 switch to auto* sinks for defaults 1192 11932006-02-02 Wim Taymans <wim@fluendo.com> 1194 1195 * check.mak: 1196 add a .valgrind.gen-suppressions target to aid in generating 1197 suppressions 1198 * gst.supp: 1199 add more repressions from my debian glibc as of today 1200 12012006-02-02 Thomas Vander Stichele <thomas at apestaart dot org> 1202 1203 * gtk-doc-plugins.mak: 1204 only add srcdir/gst if it exists 1205 12062006-01-30 Thomas Vander Stichele <thomas at apestaart dot org> 1207 1208 * release.mak: 1209 don't complain about disted enums in win32 1210 12112006-01-20 Thomas Vander Stichele <thomas at apestaart dot org> 1212 1213 * m4/gst-check.m4: 1214 AC_SUBST CFLAGS and LIBS 1215 do a non-command because something is stripping out our AC_SUBST 1216 12172006-01-20 Thomas Vander Stichele <thomas at apestaart dot org> 1218 1219 * m4/gst-args.m4: 1220 * m4/gst-valgrind.m4: 1221 properly give a "no" result manually when providing a 1222 not-found action to fix configure output 1223 12242006-01-20 Thomas Vander Stichele <thomas at apestaart dot org> 1225 1226 * m4/pkg.m4: 1227 update with a more recent version 1228 12292006-01-07 Thomas Vander Stichele <thomas at apestaart dot org> 1230 1231 * gettext.patch: 1232 make Makefile depend on LINGUAS, so rebuilds work when adding 1233 a language 1234 12352006-01-03 Michael Smith <msmith@fluendo.com> 1236 1237 * check.mak: 1238 Clarify error message from valgrind test runs. 1239 12402005-12-16 Thomas Vander Stichele <thomas at apestaart dot org> 1241 1242 * m4/gst-arch.m4: 1243 define HOST_CPU 1244 12452005-11-29 Thomas Vander Stichele <thomas at apestaart dot org> 1246 1247 * check.mak: 1248 add a valgrind-forever target for tests 1249 12502005-11-28 Thomas Vander Stichele <thomas at apestaart dot org> 1251 1252 * check.mak: 1253 when a "make test.check" run fails, make it rerun the test with 1254 at least debug level 2 1255 12562005-11-14 Thomas Vander Stichele <thomas at apestaart dot org> 1257 1258 * m4/Makefile.am: 1259 * m4/gst-check.m4: 1260 fix check for base plugins 1261 * m4/gst-default.m4: 1262 add m4 to set default elements 1263 12642005-10-18 Thomas Vander Stichele <thomas at apestaart dot org> 1265 1266 * m4/gst-check.m4: 1267 check for tools correctly 1268 12692005-10-18 Thomas Vander Stichele <thomas at apestaart dot org> 1270 1271 * gtk-doc.mak: 1272 only enable breaking on new API when make distcheck passes, 1273 not before 1274 12752005-10-18 Thomas Vander Stichele <thomas at apestaart dot org> 1276 1277 * m4/gst-check.m4: 1278 Resurrect Julien's dead body and wipe his mind clean 1279 12802005-10-18 Thomas Vander Stichele <thomas at apestaart dot org> 1281 1282 * m4/gst-check.m4: 1283 Kill Julien 1284 12852005-10-17 Julien MOUTTE <julien@moutte.net> 1286 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. 1292 12932005-10-18 Stefan Kost <ensonic@users.sf.net> 1294 1295 * gtk-doc.mak: 1296 make build break on new api that has not been added to the 1297 sections file 1298 12992005-10-17 Thomas Vander Stichele <thomas at apestaart dot org> 1300 1301 * m4/gst-glib2.m4: 1302 * m4/Makefile.am: 1303 * m4/gst-check.m4: 1304 add macro for easy checks for GStreamer libs 1305 13062005-10-16 Thomas Vander Stichele <thomas at apestaart dot org> 1307 1308 * m4/gst-glib2.m4: 1309 update, warn in error cases 1310 13112005-10-16 Thomas Vander Stichele <thomas at apestaart dot org> 1312 1313 * m4/gst-error.m4: 1314 add GST_SET_DEFAULT_LEVEL 1315 13162005-10-16 Thomas Vander Stichele <thomas at apestaart dot org> 1317 1318 * m4/Makefile.am: 1319 * m4/gst-gettext.m4: 1320 remove the AM_GNU_GETTEXT* calls, they need to be in configure.ac 1321 * m4/gst-glib2.m4: 1322 clean up and re-use in core soon 1323 * m4/gst-plugindir.m4: 1324 macro to set up PLUGINDIR and plugindir define/var 1325 13262005-10-15 Thomas Vander Stichele <thomas at apestaart dot org> 1327 1328 * m4/Makefile.am: 1329 * m4/gst-gettext.m4: 1330 add macro for setting up gettext 1331 13322005-10-15 Thomas Vander Stichele <thomas at apestaart dot org> 1333 1334 * m4/gst-args.m4: 1335 add some .m4's for argument checking that can be shared among modules 1336 13372005-10-15 Thomas Vander Stichele <thomas at apestaart dot org> 1338 1339 * m4/as-libtool.m4: 1340 set _LT_LDFLAGS 1341 * m4/gst-libxml2.m4: 1342 document 1343 13442005-10-15 Thomas Vander Stichele <thomas at apestaart dot org> 1345 1346 * m4/gst-arch.m4: 1347 indent a little 1348 add AC_REQUIRE 1349 * m4/gst-error.m4: 1350 clean up 1351 13522005-10-12 Thomas Vander Stichele <thomas at apestaart dot org> 1353 1354 * gst-autogen.sh: 1355 update version detection expression to catch stuff like 1356 Libtool (libtool15) 1.5.0 1357 13582005-10-11 Thomas Vander Stichele <thomas at apestaart dot org> 1359 1360 * gst.supp: 1361 commit 6 new suppressions related to g_module_open; can these 1362 really not be folded into one ? 1363 13642005-10-11 Edward Hervey <edward@fluendo.com> 1365 1366 * gst.supp: 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) 1370 13712005-10-11 Thomas Vander Stichele <thomas at apestaart dot org> 1372 1373 * check.mak: 1374 be more strict, more leak resolution 1375 * gst.supp: 1376 clean up the g_type_init suppressions 1377 13782005-10-07 Thomas Vander Stichele <thomas at apestaart dot org> 1379 1380 * m4/Makefile.am: 1381 * m4/gst-valgrind.m4: 1382 put the valgrind detection in an .m4 1383 13842005-09-29 Thomas Vander Stichele <thomas at apestaart dot org> 1385 1386 * check.mak: 1387 add some more targets, like "help", but also more intensive tests 1388 13892005-09-23 Thomas Vander Stichele <thomas at apestaart dot org> 1390 1391 * gtk-doc.mak: 1392 make certain doc warnings fatal so people maintain docs again 1393 13942005-09-23 Thomas Vander Stichele <thomas at apestaart dot org> 1395 1396 * Makefile.am: 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 1401 14022005-09-23 Thomas Vander Stichele <thomas at apestaart dot org> 1403 1404 * gst-xmlinspect.py: 1405 * gstdoc-scangobj: 1406 * gtk-doc-plugins.mak: 1407 fix properly for new API; make update in plugins dir now works 1408 14092005-09-20 Thomas Vander Stichele <thomas at apestaart dot org> 1410 1411 * gst-xmlinspect.py: 1412 * gstdoc-scangobj: 1413 some fixes for new API 1414 * gtk-doc-plugins.mak: 1415 set environment properly 1416 14172005-09-17 David Schleef <ds@schleef.org> 1418 1419 * gtk-doc-plugins.mak: Use new environment variables. 1420 14212005-09-16 Michael Smith <msmith@fluendo.com> 1422 1423 * gstdoc-scangobj: 1424 Make the scanobj code reflect registry/plugin API changes 1425 14262005-09-15 Thomas Vander Stichele <thomas at apestaart dot org> 1427 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 1432 14332005-09-15 Thomas Vander Stichele <thomas at apestaart dot org> 1434 1435 * gtk-doc-plugins.mak: 1436 * mangle-tmpl.py: 1437 first stab at reorganizing the plugins build so we can maintain 1438 element docs 1439 14402005-09-14 David Schleef <ds@schleef.org> 1441 1442 * as-libtool.mak: Remove 1443 * m4/as-libtool.m4: The libtool bug that this worked around has 1444 been fixed. 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. 1447 14482005-09-14 Thomas Vander Stichele <thomas at apestaart dot org> 1449 1450 * gtk-doc-plugins.mak: 1451 error out on inspect failure 1452 14532005-09-14 Michael Smith <msmith@fluendo.com> 1454 1455 * glib-gen.mak: 1456 Don't call glib-mkenums with arguments that confuse/break MinGW, 1457 fixes 316155. 1458 14592005-09-03 Thomas Vander Stichele <thomas at apestaart dot org> 1460 1461 * gtk-doc-plugins.mak: 1462 * gtk-doc.mak: 1463 * m4/gst-doc.m4: 1464 separate out gtk-doc and docbook stuff 1465 have two separate --enable configure flags 1466 14672005-08-26 Thomas Vander Stichele <thomas at apestaart dot org> 1468 1469 * check.mak: 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 1472 annoying 1473 * gstdoc-scangobj: 1474 14752005-08-21 Thomas Vander Stichele <thomas at apestaart dot org> 1476 1477 * check.mak: 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 1481 14822005-08-21 Thomas Vander Stichele <thomas at apestaart dot org> 1483 1484 * check.mak: 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 1488 14892005-08-20 Thomas Vander Stichele <thomas at apestaart dot org> 1490 1491 * check.mak: 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. 1499 15002005-08-15 Thomas Vander Stichele <thomas at apestaart dot org> 1501 1502 * mangle-tmpl.py: 1503 keep original Long_Description; only insert an include if it's 1504 not already the first line in there 1505 * plugins.xsl: 1506 output more information for plugins, including an origin hyperlink 1507 15082005-08-15 Thomas Vander Stichele <thomas at apestaart dot org> 1509 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 1514 * plugins.xsl: 1515 a stylesheet to convert gst-xmlinspect.py output to docbook output 1516 for inclusion in the gtk-doc stuff 1517 15182005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net> 1519 1520 * m4/gst-doc.m4: 1521 s/pdf/eps/ in test for whether we output EPS images (#309379). 1522 15232005-07-18 Andy Wingo <wingo@pobox.com> 1524 1525 * m4/as-libtool-tags.m4: Ooh, backported from libtool 1.6. Much 1526 better. Thanks, Paolo Bonzini! 1527 1528 * m4/Makefile.am (EXTRA_DIST): 1529 * m4/as-libtool-tags.m4: New file, tries to disable some CXX and 1530 fortran checks. 1531 15322005-07-08 Thomas Vander Stichele <thomas at apestaart dot org> 1533 1534 * m4/gst-error.m4: 1535 add macro to set ERROR_CFLAGS 1536 15372005-06-30 Jan Schmidt <thaytan@mad.scientist.com> 1538 1539 * gst-autogen.sh: 1540 Remove the old autoregen.sh if it exists before recreating it, 1541 to prevent confusing any shell process that might be reading it 1542 currently. 1543 15442005-06-29 Thomas Vander Stichele <thomas at apestaart dot org> 1545 1546 * m4/gtk-doc.m4: 1547 added 1548 15492005-06-03 Stefan Kost <ensonic@users.sf.net> 1550 1551 * gst-autogen.sh: create autoregen.sh *before* shifting the options 1552 15532005-05-17 Thomas Vander Stichele <thomas at apestaart dot org> 1554 1555 * gst-autogen.sh: only update autoregen.sh on actual runs 1556 15572005-03-11 Thomas Vander Stichele <thomas at apestaart dot org> 1558 1559 * m4/check.m4: m4 from the check unit test suite 1560 15612004-12-14 David Schleef <ds@schleef.org> 1562 1563 * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and 1564 isn't needed anywhere 1565 15662004-12-08 Thomas Vander Stichele <thomas at apestaart dot org> 1567 1568 * gst-autogen.sh: 1569 allow failure command to be run so we can clean upfrom autopoint 1570 15712004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com> 1572 * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro 1573 15742004-07-21 Benjamin Otte <otte@gnome.org> 1575 1576 * m4/.cvsignore: exciting updates for libtool m4 files 1577 15782004-07-12 David Schleef <ds@schleef.org> 1579 1580 * m4/as-objc.m4: Add a macro to test for objective C 1581 15822004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> 1583 1584 * m4/gst-feature.m4: 1585 not all of them support --plugin-libs, so redirect stderr 1586 15872004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> 1588 1589 * m4/as-scrub-include.m4: 1590 sync with upstream to 0.1.4. Fixes #132440 1591 15922004-06-07 Benjamin Otte <otte@gnome.org> 1593 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. 1597 15982004-06-01 Thomas Vander Stichele <thomas at apestaart dot org> 1599 1600 * m4/as-compiler-flag.m4: 1601 * m4/as-compiler.m4: 1602 * m4/as-libtool.m4: 1603 * m4/as-version.m4: 1604 sync with upstream, change sticky options to -ko 1605 16062004-05-24 Thomas Vander Stichele <thomas at apestaart dot org> 1607 1608 * m4/as-scrub-include.m4: synced with upstream 1609 16102004-05-03 Thomas Vander Stichele <thomas at apestaart dot org> 1611 1612 * po.mak: 1613 snippet for updating .po files 1614 16152004-03-18 Thomas Vander Stichele <thomas at apestaart dot org> 1616 1617 * Makefile.am: 1618 * m4/Makefile.am: 1619 integrate these with the dist 1620 16212004-03-17 Thomas Vander Stichele <thomas at apestaart dot org> 1622 1623 * release.mak: add a release target 1624 16252004-03-09 Thomas Vander Stichele <thomas at apestaart dot org> 1626 1627 patch by: Stephane Loeuillet 1628 1629 * m4/ax_create_stdint_h.m4: 1630 use head -n instead of head - (#136500) 1631 16322004-03-05 Thomas Vander Stichele <thomas at apestaart dot org> 1633 1634 * m4/gst-doc.m4: don't build PS without dvips binary 1635 16362004-02-22 Julio M. Merino Vidal <jmmv@menta.net> 1637 1638 reviewed by: Benjamin Otte <otte@gnome.org> 1639 1640 * m4/as-docbook.m4: 1641 don't use == operator with test(1) (fixes #135115) 1642 16432004-02-16 Thomas Vander Stichele <thomas at apestaart dot org> 1644 1645 * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test) 1646 16472004-02-13 Thomas Vander Stichele <thomas at apestaart dot org> 1648 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 1652 16532004-02-13 Thomas Vander Stichele <thomas at apestaart dot org> 1654 1655 * m4/gst-libxml2.m4: 1656 take required version as argument, and default to 2.4.9 if not 1657 specified 1658 16592004-02-12 Thomas Vander Stichele <thomas at apestaart dot org> 1660 1661 * m4/gst-feature.m4: 1662 rename and fix up GST_CHECK_DISABLE_SUBSYSTEM 1663 16642004-02-11 Thomas Vander Stichele <thomas at apestaart dot org> 1665 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: 1685 * common/m4/pkg.m4: 1686 fix underquoted macros as reported by automake 1.8.x (#133800) 1687 16882004-02-11 Johan Dahlin <johan@gnome.org> 1689 1690 * gst-autogen.sh: Use A-Z instead of A-z in sed expression to 1691 avoid a warning 1692 16932004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org> 1694 1695 * m4/gst-doc.m4: 1696 we use --output-format=xml and --ingnore-files options to 1697 gtkdoc-mkdb, which got added between 0.9 and 1.0 1698 16992004-02-04 Thomas Vander Stichele <thomas at apestaart dot org> 1700 1701 * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back 1702 to configure.ac to shut up libtoolize 1703 17042004-02-03 Thomas Vander Stichele <thomas at apestaart dot org> 1705 1706 * glib-gen.mak: added; used to generate enums and marshal code 1707 17082004-01-13 Thomas Vander Stichele <thomas at apestaart dot org> 1709 1710 * gettext.patch: added; used by autogen.sh to make sure 1711 GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in 1712 1713