platform/upstream/gst-common.git
16 years agocheck.mak: Document GST_CHECKS environment variable in checks 'make help'.
Tim-Philipp Müller [Wed, 7 May 2008 10:05:57 +0000 (10:05 +0000)]
check.mak: Document GST_CHECKS environment variable in checks 'make help'.

Original commit message from CVS:
* check.mak: (help):
Document GST_CHECKS environment variable in checks 'make help'.

16 years agoscangobj-merge.py: Don't depend on Twisted just for the OrderedDict but implement...
Marc-Andre Lureau [Tue, 6 May 2008 08:03:40 +0000 (08:03 +0000)]
scangobj-merge.py: Don't depend on Twisted just for the OrderedDict but implement our own ordered dictionary class. F...

Original commit message from CVS:
Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com>
* scangobj-merge.py:
Don't depend on Twisted just for the OrderedDict but implement our
own ordered dictionary class. Fixes bug #531577.

16 years agogst.supp: Re-arrange latest suppressions.
Edward Hervey [Wed, 23 Apr 2008 11:19:02 +0000 (11:19 +0000)]
gst.supp: Re-arrange latest suppressions.

Original commit message from CVS:
* gst.supp:
Re-arrange latest suppressions.
Add all known suppressions for ubuntu hardy. Same as for older
ubuntus, but with different codepaths.

16 years agogst.supp: Make tls leak suppression a bit more generic.
Edward Hervey [Tue, 22 Apr 2008 17:27:47 +0000 (17:27 +0000)]
gst.supp: Make tls leak suppression a bit more generic.

Original commit message from CVS:
* gst.supp: Make tls leak suppression a bit more generic.

16 years agogst.supp: Fix ommission in latest commit.
Edward Hervey [Tue, 22 Apr 2008 16:47:05 +0000 (16:47 +0000)]
gst.supp: Fix ommission in latest commit.

Original commit message from CVS:
* gst.supp: Fix ommission in latest commit.
Make tls leak suppression more generic in order to cover more
distributions (and hopefully also future distributions).

16 years agogst.supp: Add suppressions for Hardy.
Edward Hervey [Tue, 22 Apr 2008 16:24:50 +0000 (16:24 +0000)]
gst.supp: Add suppressions for Hardy.

Original commit message from CVS:
* gst.supp: Add suppressions for Hardy.
They're just the newer versions of similar suppressions we had
for the previous versions of ubuntu.

16 years agoDist all files in common. Fixes bug #527984.
Sebastian Dröge [Tue, 15 Apr 2008 18:02:46 +0000 (18:02 +0000)]
Dist all files in common. Fixes bug #527984.

Original commit message from CVS:
* Makefile.am:
* m4/Makefile.am:
Dist all files in common. Fixes bug #527984.

16 years agom4/gst-function.m4: Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make...
Tim-Philipp Müller [Mon, 14 Apr 2008 09:43:24 +0000 (09:43 +0000)]
m4/gst-function.m4: Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make autoconf-2.62 complain less.

Original commit message from CVS:
* m4/gst-function.m4:
Rename AC_CACHE_VAL cache-ids to contain '_cv_' in order to make
autoconf-2.62 complain less.

16 years agom4/: Bump valgrind requirement to 3.0 (which was released in August 2005).
Tim-Philipp Müller [Sun, 13 Apr 2008 20:43:59 +0000 (20:43 +0000)]
m4/: Bump valgrind requirement to 3.0 (which was released in August 2005).

Original commit message from CVS:
* m4/gst-args.m4:
* m4/gst-valgrind.m4:
Bump valgrind requirement to 3.0 (which was released in August 2005).
Fixes #489269. Also, check for version >=REQ and not >REQ.

16 years agom4/gst-default.m4: Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualiz...
Tim-Philipp Müller [Wed, 9 Apr 2008 09:01:02 +0000 (09:01 +0000)]
m4/gst-default.m4: Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer} configure switches (#519417).

Original commit message from CVS:
* m4/gst-default.m4:
Add --with-default-{audiosink|audiosrc|videosink|videosrc|visualizer}
configure switches (#519417).

16 years agom4/gst-args.m4: Add --disable-foo switch for dependency-less plugins (#525586).
Tim-Philipp Müller [Thu, 3 Apr 2008 08:25:08 +0000 (08:25 +0000)]
m4/gst-args.m4: Add --disable-foo switch for dependency-less plugins (#525586).

Original commit message from CVS:
* m4/gst-args.m4:
Add --disable-foo switch for dependency-less plugins (#525586).

16 years agom4/gst-parser.m4: Unconditionally require flex 2.5.31 and bison 1.875.
Sebastian Dröge [Tue, 1 Apr 2008 13:41:57 +0000 (13:41 +0000)]
m4/gst-parser.m4: Unconditionally require flex 2.5.31 and bison 1.875.

Original commit message from CVS:
* m4/gst-parser.m4:
Unconditionally require flex 2.5.31 and bison 1.875.

16 years agom4/gst-arch.m4: amd64/x86_64 allows unaligned memory access too.
Sebastian Dröge [Sun, 23 Mar 2008 11:20:03 +0000 (11:20 +0000)]
m4/gst-arch.m4: amd64/x86_64 allows unaligned memory access too.

Original commit message from CVS:
* m4/gst-arch.m4:
amd64/x86_64 allows unaligned memory access too.

16 years agom4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0... RELEASE-0_10_10 RELEASE-0_10_11 RELEASE-0_10_12 RELEASE-0_10_13 RELEASE-0_10_14 RELEASE-0_10_4 RELEASE-0_10_5 RELEASE-0_10_6 RELEASE-0_10_7 RELEASE-0_10_8 RELEASE-0_10_9
Sebastian Dröge [Fri, 21 Mar 2008 12:38:02 +0000 (12:38 +0000)]
m4/gst-dowhile.m4: Add macro that checks if the compiler supports do {} while (0) macros and define HAVE_DOWHILE_MACR...

Original commit message from CVS:
* m4/gst-dowhile.m4:
Add macro that checks if the compiler supports do {} while (0)
macros and define HAVE_DOWHILE_MACROS if it does. This is
needed by glib/gmacros.h to use something else than
if (1) else for G_STMT_START/END when compling C++, which
causes compiler warnings because of ambigious else with g++ 4.3.

16 years agom/: Don't depend on PyXML and use only XML modules that are shipped with python....
Sebastian Dröge [Fri, 21 Mar 2008 12:31:52 +0000 (12:31 +0000)]
m/: Don't depend on PyXML and use only XML modules that are shipped with python. Fixes bug #519635.

Original commit message from CVS:
* m4/gst-plugin-docs.m4:
* mangle-tmpl.py:
Don't depend on PyXML and use only XML modules that are shipped
with python. Fixes bug #519635.

16 years agom4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned checking for RELEASE-0_10_18 RELEASE-0_10_19
Edward Hervey [Sat, 8 Mar 2008 00:37:04 +0000 (00:37 +0000)]
m4/gtk-doc.m4: The previous commit to this file by Stefan Kost mentionned checking for

Original commit message from CVS:
* m4/gtk-doc.m4: (GTK_DOC_CHECK):
The previous commit to this file by Stefan Kost mentionned checking for
SED, but NOT checking for gtkdoc-check (wth is that doing there ??).
Therefore, removing the check for gtkdoc-check

16 years agom4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of this file. (Update...
David Schleef [Tue, 4 Mar 2008 02:00:24 +0000 (02:00 +0000)]
m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of this file.  (Update from upstream)

Original commit message from CVS:
* m4/ax_create_stdint_h.m4: Oops, checked in the wrong copy of
this file.  (Update from upstream)

16 years agom4/ax_create_stdint_h.m4: Update from upstream. Fixes a bug compiling with MSVC.
David Schleef [Tue, 4 Mar 2008 01:56:11 +0000 (01:56 +0000)]
m4/ax_create_stdint_h.m4: Update from upstream.  Fixes a bug compiling with MSVC.

Original commit message from CVS:
* m4/ax_create_stdint_h.m4:  Update from upstream.  Fixes a bug
compiling with MSVC.

16 years agom4/pkg.m4: Allow override of pkg-config results, as proposed by configure --help.
Edward Hervey [Mon, 3 Mar 2008 18:16:09 +0000 (18:16 +0000)]
m4/pkg.m4: Allow override of pkg-config results, as proposed by configure --help.

Original commit message from CVS:
* m4/pkg.m4:
Allow override of pkg-config results, as proposed by configure --help.
This is in fact just a backport from upstream pkg.m4.
Fixes #518892

16 years agoChangeLog: Changelog surgery of my previous commit to add bugzilla reference.
Peter Kjellerstedt [Mon, 3 Mar 2008 11:53:47 +0000 (11:53 +0000)]
ChangeLog: Changelog surgery of my previous commit to add bugzilla reference.

Original commit message from CVS:
* ChangeLog:
Changelog surgery of my previous commit to add bugzilla reference.
* m4/gst-args.m4:
Add AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to make it easier
to include and exclude plug-ins without external references, i.e.,
plug-ins listed in GST_PLUGINS_SELECTED. (#498222)

16 years agogst.supp: Add another glibc suppression.
Sebastian Dröge [Mon, 3 Mar 2008 07:07:41 +0000 (07:07 +0000)]
gst.supp: Add another glibc suppression.

Original commit message from CVS:
* gst.supp:
Add another glibc suppression.

16 years agom4/gst-feature.m4: Make the comment before defines generated via AG_GST_CHECK_FEATURE...
Peter Kjellerstedt [Fri, 29 Feb 2008 15:47:06 +0000 (15:47 +0000)]
m4/gst-feature.m4: Make the comment before defines generated via AG_GST_CHECK_FEATURE look nicer.

Original commit message from CVS:
* m4/gst-feature.m4:
Make the comment before defines generated via AG_GST_CHECK_FEATURE
look nicer.

16 years agom4/: Add Dave Schleef's GCC inline assembly detection macro for using in gst-plugins...
Jan Schmidt [Tue, 26 Feb 2008 09:38:00 +0000 (09:38 +0000)]
m4/: Add Dave Schleef's GCC inline assembly detection macro for using in gst-plugins-good in the goom 2k4 plugin.

Original commit message from CVS:
* m4/Makefile.am:
* m4/as-gcc-inline-assembly.m4:
Add Dave Schleef's GCC inline assembly detection macro
for using in gst-plugins-good in the goom 2k4 plugin.

16 years agogst-autogen.sh: Instead of only passing certain arguments to configure, pass anything...
Andy Wingo [Mon, 25 Feb 2008 17:49:48 +0000 (17:49 +0000)]
gst-autogen.sh: Instead of only passing certain arguments to configure, pass anything that we didn't handle. Much fri...

Original commit message from CVS:
2008-02-25  Andy Wingo  <wingo@pobox.com>

* gst-autogen.sh: Instead of only passing certain arguments to
configure, pass anything that we didn't handle. Much friendlier.
Fixes #34412.

16 years agom4/gst-error.m4: Store the detected compiler flags into ERROR_CFLAGS rather than
Jan Schmidt [Sat, 23 Feb 2008 15:39:26 +0000 (15:39 +0000)]
m4/gst-error.m4: Store the detected compiler flags into ERROR_CFLAGS rather than

Original commit message from CVS:
* m4/gst-error.m4:
Store the detected compiler flags into ERROR_CFLAGS rather than
ERROR_CXXFLAGS, and use the macro that checks the C compiler, not
the C++ one.

16 years agom4/gst-error.m4: Reflow checks for additional warning flags so they're not nested...
Tim-Philipp Müller [Sat, 23 Feb 2008 12:18:51 +0000 (12:18 +0000)]
m4/gst-error.m4: Reflow checks for additional warning flags so they're not nested, which fixes the result reporting i...

Original commit message from CVS:
* m4/gst-error.m4:
Reflow checks for additional warning flags so they're not
nested, which fixes the result reporting in the configure
output.

16 years agom4/as-compiler-flag.m4: Add AS_CXX_COMPILER_FLAG
Tim-Philipp Müller [Fri, 22 Feb 2008 11:22:58 +0000 (11:22 +0000)]
m4/as-compiler-flag.m4: Add AS_CXX_COMPILER_FLAG

Original commit message from CVS:
* m4/as-compiler-flag.m4:
Add AS_CXX_COMPILER_FLAG
* m4/gst-error.m4:
Add AG_GST_SET_ERROR_CXXFLAGS (Forte bits need testing)

16 years agogtk-doc-plugins.mak: Add 'check-inspected-versions' target; this helps identify files...
Tim-Philipp Müller [Fri, 22 Feb 2008 10:25:59 +0000 (10:25 +0000)]
gtk-doc-plugins.mak: Add 'check-inspected-versions' target; this helps identify files that should have been removed o...

Original commit message from CVS:
* gtk-doc-plugins.mak:
Add 'check-inspected-versions' target; this helps identify
files that should have been removed or where the version
number should (ideally) be updated before a release
(which doesn't happen automatically if the releaser doesn't
build that plugin locally). Not adding at a distcheck hook
yet though, because it's not really that important and would
probably also be a problem on buildbots.

16 years agogst.supp: Add even more glibc 2.7 suppressions.
Sebastian Dröge [Fri, 22 Feb 2008 06:40:20 +0000 (06:40 +0000)]
gst.supp: Add even more glibc 2.7 suppressions.

Original commit message from CVS:
* gst.supp:
Add even more glibc 2.7 suppressions.

16 years agogst.supp: Add another suppression for GLib caching some values after the first call.
Sebastian Dröge [Fri, 22 Feb 2008 06:28:46 +0000 (06:28 +0000)]
gst.supp: Add another suppression for GLib caching some values after the first call.

Original commit message from CVS:
* gst.supp:
Add another suppression for GLib caching some values after
the first call.

16 years agom4/gst-error.m4: Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.
Sebastian Dröge [Tue, 12 Feb 2008 12:20:21 +0000 (12:20 +0000)]
m4/gst-error.m4: Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.

Original commit message from CVS:
Patch by:
Tim Mooney <mooney at dogbert dot cc dot ndsu dot nodak dot edu>
* m4/gst-error.m4:
Use no%E_MACRO_REDEFINED on Solaris to prevent compiler warnings.
Fixes bug #515905.

16 years agogst.supp: Add a few more glibc 2.7 suppressions to make the avisubtitle unit test...
Sebastian Dröge [Mon, 11 Feb 2008 13:49:31 +0000 (13:49 +0000)]
gst.supp: Add a few more glibc 2.7 suppressions to make the avisubtitle unit test valgrind clean. Fixes bug #515703.

Original commit message from CVS:
* gst.supp:
Add a few more glibc 2.7 suppressions to make the avisubtitle unit
test valgrind clean. Fixes bug #515703.

16 years agoChangeLog: Changelog surgery for last commit.
Stefan Kost [Fri, 8 Feb 2008 16:21:14 +0000 (16:21 +0000)]
ChangeLog: Changelog surgery for last commit.

Original commit message from CVS:
* ChangeLog:
Changelog surgery for last commit.

16 years agom4/gtk-doc.m4: Conditionally check for SED.
Stefan Kost [Fri, 8 Feb 2008 16:09:23 +0000 (16:09 +0000)]
m4/gtk-doc.m4: Conditionally check for SED.

Original commit message from CVS:
* m4/gtk-doc.m4:
Conditionally check for SED.

16 years agogtk-doc/: Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu only...
Stefan Kost [Fri, 8 Feb 2008 13:06:11 +0000 (13:06 +0000)]
gtk-doc/: Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu only, move to a temp file instead.

Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Use '$(SED)' instead of 'sed'. Don't use -i for in-place as its gnu
only, move to a temp file instead.

16 years agogtk-doc/: As our docs are versioned, we need to patch the index.sgml file to have...
Stefan Kost [Wed, 6 Feb 2008 13:08:34 +0000 (13:08 +0000)]
gtk-doc/: As our docs are versioned, we need to patch the index.sgml file to have correct paths there, unless we also...

Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
As our docs are versioned, we need to patch the index.sgml file to have
correct paths there, unless we also want to fork gtk-doc's xsl (which
we don't). This hopefully fixes xrefs between modules.

16 years agom4/gst-feature.m4: Use printf instead of echo as "echo -e" isn't POSIX and doesn...
Sebastian Dröge [Sat, 2 Feb 2008 06:56:20 +0000 (06:56 +0000)]
m4/gst-feature.m4: Use printf instead of echo as "echo -e" isn't POSIX and doesn't work with strict POSIX shells like...

Original commit message from CVS:
* m4/gst-feature.m4:
Use printf instead of echo as "echo -e" isn't POSIX and doesn't work
with strict POSIX shells like tcsh or dash and also not every platform
has a /bin/echo that supports it.

16 years agoChangeLog: ChangeLog surgery. RELEASE-0_10_0_3 RELEASE-0_10_16 RELEASE-0_10_17
Stefan Kost [Thu, 24 Jan 2008 10:41:06 +0000 (10:41 +0000)]
ChangeLog: ChangeLog surgery.

Original commit message from CVS:
* ChangeLog:
ChangeLog surgery.
* gstdoc-scangobj:
Sync the object scanner with gtk-doc fixes. Update args and hierarchy
files.

16 years agogtk-doc-plugins.mak: Sync the object scanner with gtk-doc fixes. Update args and...
Stefan Kost [Thu, 24 Jan 2008 10:26:36 +0000 (10:26 +0000)]
gtk-doc-plugins.mak: Sync the object scanner with gtk-doc fixes. Update args and hierarchy files.

Original commit message from CVS:
* gtk-doc-plugins.mak:
Sync the object scanner with gtk-doc fixes. Update args and hierarchy
files.

16 years agoUse $(MAKE) instead of make to fix the build if GNU make is called something else...
Sebastian Dröge [Sun, 20 Jan 2008 08:27:57 +0000 (08:27 +0000)]
Use $(MAKE) instead of make to fix the build if GNU make is called something else on the system.

Original commit message from CVS:
* check.mak:
* coverage/lcov.mak:
* gtk-doc-plugins.mak:
* release.mak:
Use $(MAKE) instead of make to fix the build if GNU make is called
something else on the system.
* m4/as-docbook.m4:
Fix path for docbook.xsl if we have no /etc/xml/catalog and add a
docbook-xsl search path for FreeBSD.

16 years agogst.supp: Add a suppression for a glibc bug: http://valgrind.org/docs/manual/faq...
Sebastian Dröge [Fri, 18 Jan 2008 15:46:08 +0000 (15:46 +0000)]
gst.supp: Add a suppression for a glibc bug: valgrind.org/docs/manual/faq.html#faq.exit_errors>

Original commit message from CVS:
* gst.supp:
Add a suppression for a glibc bug:
http://valgrind.org/docs/manual/faq.html#faq.exit_errors>

16 years agogst.supp: Add some more glibc 2.7 suppressions and make the GLib suppressions for...
Sebastian Dröge [Fri, 18 Jan 2008 11:07:23 +0000 (11:07 +0000)]
gst.supp: Add some more glibc 2.7 suppressions and make the GLib suppressions for the home/tmp/etc directory caching ...

Original commit message from CVS:
* gst.supp:
Add some more glibc 2.7 suppressions and make the GLib suppressions
for the home/tmp/etc directory caching a bit more generic.

16 years agogst.supp: Add some glibc 2.7 supressions as found on Debian/unstable.
Sebastian Dröge [Fri, 18 Jan 2008 09:50:12 +0000 (09:50 +0000)]
gst.supp: Add some glibc 2.7 supressions as found on Debian/unstable.

Original commit message from CVS:
* gst.supp:
Add some glibc 2.7 supressions as found on Debian/unstable.

16 years agodownload-translations: Apparently I have problems with leaving things commented out...
Jan Schmidt [Mon, 14 Jan 2008 21:58:29 +0000 (21:58 +0000)]
download-translations: Apparently I have problems with leaving things commented out when

Original commit message from CVS:
* download-translations:
Apparently I have problems with leaving things commented out when
I edit shell scripts.

16 years agodownload-translations: Remove bash-isms
Jan Schmidt [Sat, 12 Jan 2008 22:13:03 +0000 (22:13 +0000)]
download-translations: Remove bash-isms

Original commit message from CVS:
* download-translations:
Remove bash-isms

16 years agocheck-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave...
Jan Schmidt [Sat, 12 Jan 2008 19:40:02 +0000 (19:40 +0000)]
check-exports: Restore the cleanup rm of our tmp file which I didn't mean to leave commented out.

Original commit message from CVS:
* check-exports:
Restore the cleanup rm of our tmp file which I didn't mean to leave
commented out.

16 years agocheck-exports: Fixes to make check-export work on both Solaris and Linux
Jan Schmidt [Sat, 12 Jan 2008 18:05:43 +0000 (18:05 +0000)]
check-exports: Fixes to make check-export work on both Solaris and Linux

Original commit message from CVS:
* check-exports:
Fixes to make check-export work on both Solaris and Linux
* m4/gst-error.m4:
Disable extra warning category (argument mismatch) as an error
on Forte, as it prevents the libcheck fail_if macros from compiling.
* win32.mak:
Substitute the GStreamer version so things will keep working in 0.11

16 years agom4/: Improve/fix output from configure if either glib-2.0 or libxml2 are not installe...
Peter Kjellerstedt [Fri, 11 Jan 2008 15:18:03 +0000 (15:18 +0000)]
m4/: Improve/fix output from configure if either glib-2.0 or libxml2 are not installed (#498222).

Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj axis com>
* m4/gst-glib2.m4:
* m4/gst-libxml2.m4:
Improve/fix output from configure if either glib-2.0 or
libxml2 are not installed (#498222).

16 years agocoverage/lcov.mak: Update coverage make-rules: use them conditionaly, use libtool...
Stefan Kost [Wed, 9 Jan 2008 13:33:12 +0000 (13:33 +0000)]
coverage/lcov.mak: Update coverage make-rules: use them conditionaly, use libtool mode and use lcov to cleanup.

Original commit message from CVS:
* coverage/lcov.mak:
Update coverage make-rules: use them conditionaly, use libtool mode
and use lcov to cleanup.

16 years agoglib-gen.mak: Also use #include "header" instead of #include <header> for the headers...
Sebastian Dröge [Tue, 18 Dec 2007 15:29:07 +0000 (15:29 +0000)]
glib-gen.mak: Also use #include "header" instead of #include <header> for the headers that were used to generate the ...

Original commit message from CVS:
* glib-gen.mak:
Also use #include "header" instead of #include <header> for the
headers that were used to generate the source files for the same
reason as below.
Remove whitespace before #include.

16 years agoglib-gen.mak: Use #include "header" instead of #include <header> for the generated...
Sebastian Dröge [Tue, 18 Dec 2007 15:17:30 +0000 (15:17 +0000)]
glib-gen.mak: Use #include "header" instead of #include <header> for the generated enum C files as the file will alwa...

Original commit message from CVS:
* glib-gen.mak:
Use #include "header" instead of #include <header> for the generated
enum C files as the file will always be in the same directory and
some compilers seem to be a bit strict about that unless . is added
to the include path.
Include all headers that were used to generate the source files in
the C file as they're used there.

16 years agowin32.mak: Make check for CR LF in Visual C++ 6.0 project files
David Schleef [Mon, 17 Dec 2007 23:37:49 +0000 (23:37 +0000)]
win32.mak: Make check for CR LF in Visual C++ 6.0 project files

Original commit message from CVS:
* win32.mak: (win32), (win32defs), (win32crlf):
Make check for CR LF in Visual C++ 6.0 project files
work, based on patch by David Schleef (#496722, #393626).

16 years agoMakefile.am: Don't forget to dist the new win32.mak.
Tim-Philipp Müller [Mon, 17 Dec 2007 19:56:32 +0000 (19:56 +0000)]
Makefile.am: Don't forget to dist the new win32.mak.

Original commit message from CVS:
* Makefile.am:
Don't forget to dist the new win32.mak.

16 years agowin32.mak: Move common win32 Makefile foo into this new file.
Tim-Philipp Müller [Mon, 17 Dec 2007 19:54:29 +0000 (19:54 +0000)]
win32.mak: Move common win32 Makefile foo into this new file.

Original commit message from CVS:
* win32.mak: (win32), (win32defs):
Move common win32 Makefile foo into this new file.

16 years agogtk-doc/: We should have never forked this that much :/.
Stefan Kost [Sat, 15 Dec 2007 16:52:11 +0000 (16:52 +0000)]
gtk-doc/: We should have never forked this that much :/.

Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
We should have never forked this that much :/.

16 years agocheck-exports: Fix build on the ppc64 build bot.
Tim-Philipp Müller [Thu, 13 Dec 2007 12:32:49 +0000 (12:32 +0000)]
check-exports: Fix build on the ppc64 build bot.

Original commit message from CVS:
* check-exports:
Fix build on the ppc64 build bot.

16 years agocheck-exports: Suppress more unintentional exports (too much hassle to rename them...
Tim-Philipp Müller [Thu, 13 Dec 2007 10:02:16 +0000 (10:02 +0000)]
check-exports: Suppress more unintentional exports (too much hassle to rename them, since the win32 project files wou...

Original commit message from CVS:
* check-exports:
Suppress more unintentional exports (too much hassle to rename them,
since the win32 project files would need changing too).

16 years agoMakefile.am: check-exports should be disted.
Tim-Philipp Müller [Wed, 12 Dec 2007 21:23:18 +0000 (21:23 +0000)]
Makefile.am: check-exports should be disted.

Original commit message from CVS:
* Makefile.am:
check-exports should be disted.

16 years agocheck-exports: Add quick'n'dirty script to check the exported symbols of a library...
Tim-Philipp Müller [Wed, 12 Dec 2007 21:17:50 +0000 (21:17 +0000)]
check-exports: Add quick'n'dirty script to check the exported symbols of a library against the symbols in the corresp...

Original commit message from CVS:
* check-exports:
Add quick'n'dirty script to check the exported symbols of a library
against the symbols in the corresponding .def file (#493983). Based
on script by Ole André Vadla Ravnås.

16 years agogtk-doc-plugins.mak: Fix distcheck by making sure the types files are treated like... RELEASE-0_10_15
Jan Schmidt [Tue, 6 Nov 2007 01:31:23 +0000 (01:31 +0000)]
gtk-doc-plugins.mak: Fix distcheck by making sure the types files are treated like the other gtkdoc-scangobj generate...

Original commit message from CVS:
* gtk-doc-plugins.mak:
Fix distcheck by making sure the types files are treated like the
other gtkdoc-scangobj generated files.

16 years agom4/gst-args.m4: Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable build...
Sebastian Dröge [Fri, 21 Sep 2007 17:01:17 +0000 (17:01 +0000)]
m4/gst-args.m4: Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable building of experimental plugins. Nob...

Original commit message from CVS:
* m4/gst-args.m4:
Let the AG_GST_ARG_ENABLE_EXPERIMENTAL macro default to disable
building of experimental plugins. Nobody uses it yet and the
--enable--experimental stuff from gst-plugins-good defaults to
disable too.

16 years agogtk-doc-plugins.mak: Just use the normal 'check' target and avoid a circular dependency.
Tim-Philipp Müller [Thu, 6 Sep 2007 12:08:20 +0000 (12:08 +0000)]
gtk-doc-plugins.mak: Just use the normal 'check' target and avoid a circular dependency.

Original commit message from CVS:
* gtk-doc-plugins.mak:
Just use the normal 'check' target and avoid a circular
dependency.

16 years agogtk-doc-plugins.mak: Add rule to error out if .hierarchy file contains tabs.
Tim-Philipp Müller [Thu, 6 Sep 2007 12:02:01 +0000 (12:02 +0000)]
gtk-doc-plugins.mak: Add rule to error out if .hierarchy file contains tabs.

Original commit message from CVS:
* gtk-doc-plugins.mak:
Add rule to error out if .hierarchy file contains tabs.

16 years agocommon/gtk-doc-plugins.mak: Grrrrr. Don't remove the types file on make clean.
Stefan Kost [Tue, 21 Aug 2007 14:10:10 +0000 (14:10 +0000)]
common/gtk-doc-plugins.mak: Grrrrr. Don't remove the types file on make clean.

Original commit message from CVS:
* common/gtk-doc-plugins.mak:
Grrrrr. Don't remove the types file on make clean.

16 years agoIf there are new languages, they need to be added to po/LINGUAS. RELEASE-0_10_3
Tim-Philipp Müller [Mon, 20 Aug 2007 12:09:02 +0000 (12:09 +0000)]
If there are new languages, they need to be added to po/LINGUAS.

Original commit message from CVS:
* download-translations:
* po.mak:
If there are new languages, they need to be added to po/LINGUAS.

16 years agoFix up 'download-po' a bit, so that we find new translations for languages that aren...
Tim-Philipp Müller [Mon, 20 Aug 2007 11:57:35 +0000 (11:57 +0000)]
Fix up 'download-po' a bit, so that we find new translations for languages that aren't in our po/LINGUAS file yet too.

Original commit message from CVS:
* download-translations:
* po.mak:
Fix up 'download-po' a bit, so that we find new translations
for languages that aren't in our po/LINGUAS file yet too.

17 years agogst.supp: Add a suppression for GLib caching the tmp dir seen on an
Jan Schmidt [Mon, 16 Jul 2007 16:28:14 +0000 (16:28 +0000)]
gst.supp: Add a suppression for GLib caching the tmp dir seen on an

Original commit message from CVS:
* gst.supp:
Add a suppression for GLib caching the tmp dir seen on an
Ubuntu Feisty system.

17 years agom4/gst-feature.m4: If we want to use 'echo -e', call /bin/echo instead of the shell...
Jan Schmidt [Fri, 13 Jul 2007 16:53:45 +0000 (16:53 +0000)]
m4/gst-feature.m4: If we want to use 'echo -e', call /bin/echo instead of the shell's since -e is a bash extension, a...

Original commit message from CVS:
* m4/gst-feature.m4:
If we want to use 'echo -e', call /bin/echo instead of the shell's
since -e is a bash extension, and our /bin/sh might not be being
provided by bash.

17 years agopo.mak: Translation project has moved. Also, no idea how this used to work given...
Thomas Vander Stichele [Sun, 1 Jul 2007 21:30:52 +0000 (21:30 +0000)]
po.mak: Translation project has moved.  Also, no idea how this used to work given that we weren't downloading a .po f...

Original commit message from CVS:
* po.mak:
Translation project has moved.  Also, no idea how this used to
work given that we weren't downloading a .po file.

17 years agoAlso extract element caps for plugin-docs. Fixes parts of #117692.
Stefan Kost [Mon, 25 Jun 2007 10:06:54 +0000 (10:06 +0000)]
Also extract element caps for plugin-docs. Fixes parts of #117692.

Original commit message from CVS:
* gst-xmlinspect.py:
* plugins.xsl:
Also extract element caps for plugin-docs. Fixes parts of #117692.

17 years agom4/gst-feature.m4: Fix quoting (#449493).
Andreas Schwab [Thu, 21 Jun 2007 08:55:36 +0000 (08:55 +0000)]
m4/gst-feature.m4: Fix quoting (#449493).

Original commit message from CVS:
Patch by: Andreas Schwab
* m4/gst-feature.m4:
Fix quoting (#449493).

17 years agom4/gst-parser.m4: Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31...
Sebastian Dröge [Sun, 10 Jun 2007 13:13:16 +0000 (13:13 +0000)]
m4/gst-parser.m4: Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is installed and use pre-generated ...

Original commit message from CVS:
* m4/gst-parser.m4:
Only generate the parser if bison >= 1.875 _and_ flex >= 2.5.31 is
installed and use pre-generated sources otherwise. Fixes bug #444820.

17 years agogst.supp: Suppression variant for our good friend the TLS leak, this time for
Michael Smith [Fri, 11 May 2007 13:26:14 +0000 (13:26 +0000)]
gst.supp: Suppression variant for our good friend the TLS leak, this time for

Original commit message from CVS:
* gst.supp:
Suppression variant for our good friend the TLS leak, this time for
Ubuntu Feisty/x86.

17 years agocommon/m4/gst-x11.m4: Restore CFLAGS and LIBS.
Stefan Kost [Thu, 10 May 2007 07:41:48 +0000 (07:41 +0000)]
common/m4/gst-x11.m4: Restore CFLAGS and LIBS.

Original commit message from CVS:
* common/m4/gst-x11.m4:
Restore CFLAGS and LIBS.
* configure.ac:
Revert previous patch.

17 years agogtk-doc-plugins.mak: Fix make distcheck again; change some spaces to tabs in makefile.
Tim-Philipp Müller [Wed, 9 May 2007 17:34:23 +0000 (17:34 +0000)]
gtk-doc-plugins.mak: Fix make distcheck again; change some spaces to tabs in makefile.

Original commit message from CVS:
* gtk-doc-plugins.mak:
Fix make distcheck again; change some spaces to tabs in makefile.

17 years agogtk-doc-plugins.mak (-module): Error out when the html build step gives warnings...
Thomas Vander Stichele [Sun, 29 Apr 2007 13:04:24 +0000 (13:04 +0000)]
gtk-doc-plugins.mak (-module): Error out when the html build step gives warnings, so they get fixed properly.

Original commit message from CVS:
* gtk-doc-plugins.mak (-module):
Error out when the html build step gives warnings, so they get
fixed properly.

17 years agom4/gst-feature.m4: Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines...
Stefan Kost [Mon, 23 Apr 2007 14:39:30 +0000 (14:39 +0000)]
m4/gst-feature.m4: Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in the configuration header and ...

Original commit message from CVS:
* m4/gst-feature.m4:
Add macro AG_GST_PARSE_SUBSYSTEM_DISABLES that checks the defines in
the configuration header and AC_DEFINES the setings.

17 years agoChangeLog surgery...
Sebastian Dröge [Thu, 19 Apr 2007 06:22:43 +0000 (06:22 +0000)]
ChangeLog surgery...

Original commit message from CVS:
ChangeLog surgery...

17 years agom4/:
Sebastian Dröge [Thu, 19 Apr 2007 06:18:58 +0000 (06:18 +0000)]
m4/:

Original commit message from CVS:
reviewed by: <delete if not using a buddy>
* ChangeLog:
* m4/gst-parser.m4:

17 years agoChangeLog surgery
Sebastian Dröge [Wed, 18 Apr 2007 12:37:17 +0000 (12:37 +0000)]
ChangeLog surgery

Original commit message from CVS:
ChangeLog surgery

17 years agom4/:
Sebastian Dröge [Wed, 18 Apr 2007 12:34:20 +0000 (12:34 +0000)]
m4/:

Original commit message from CVS:
reviewed by: <delete if not using a buddy>
* ChangeLog:
* m4/gst-parser.m4:

17 years agoMake --disable-nls to work
Stefan Kost [Wed, 18 Apr 2007 10:58:30 +0000 (10:58 +0000)]
Make --disable-nls to work

Original commit message from CVS:
* common/m4/gst-gettext.m4:
* gst/gst-i18n-lib.h:
Make --disable-nls to work

17 years agom4/gst-check.m4: Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help...
Thomas Vander Stichele [Tue, 10 Apr 2007 08:51:05 +0000 (08:51 +0000)]
m4/gst-check.m4: Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help builds against older GStreamer.

Original commit message from CVS:
* m4/gst-check.m4:
Allow pre-setting the GST(PB)_TOOLS/PLUGINS_DIR variables to help
builds against older GStreamer.

17 years agom4/gst-parser.m4: Fix the flex version check. It ignored the micro version before.
Sebastian Dröge [Sun, 25 Mar 2007 17:40:54 +0000 (17:40 +0000)]
m4/gst-parser.m4: Fix the flex version check. It ignored the micro version before.

Original commit message from CVS:
* m4/gst-parser.m4:
Fix the flex version check. It ignored the micro version before.

17 years agocheck.mak: Use the same timeout when generating valgrind suppressions as running...
Jan Schmidt [Fri, 9 Mar 2007 18:47:30 +0000 (18:47 +0000)]
check.mak: Use the same timeout when generating valgrind suppressions as running the valgrind test.

Original commit message from CVS:
* check.mak:
Use the same timeout when generating valgrind suppressions as
running the valgrind test.
* gst.supp:
Add some more suppressions and stuff.

17 years agocheck.mak: Make sure GSlice is disabled when building suppressions too.
Jan Schmidt [Thu, 8 Mar 2007 17:46:12 +0000 (17:46 +0000)]
check.mak: Make sure GSlice is disabled when building suppressions too.

Original commit message from CVS:
* check.mak:
Make sure GSlice is disabled when building suppressions too.
* gst.supp:
Add around *850* lines of suppressions for one-time initialisations
inside libasound and gconf/bonobo/ORBit. I feel so dirty.

17 years agogst.supp: add a suppression for this GConf flup on the FC5 buildbot.
Jan Schmidt [Wed, 7 Mar 2007 19:46:45 +0000 (19:46 +0000)]
gst.supp: add a suppression for this GConf flup on the FC5 buildbot.

Original commit message from CVS:
* gst.supp:
add a suppression for this GConf flup on the FC5 buildbot.

17 years agogst.supp: Make the suppression a little more generic, to catch the FC5 backtrace...
Jan Schmidt [Tue, 6 Mar 2007 18:32:24 +0000 (18:32 +0000)]
gst.supp: Make the suppression a little more generic, to catch the FC5 backtrace too.

Original commit message from CVS:
* gst.supp:
Make the suppression a little more generic, to catch the FC5
backtrace too.

17 years agogst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the...
Jan Schmidt [Tue, 6 Mar 2007 18:16:10 +0000 (18:16 +0000)]
gst.supp: Add a suppression for libcdio 0.76. It leaks an internal struct when the CD-ROM device is not accessible.

Original commit message from CVS:
* gst.supp:
Add a suppression for libcdio 0.76. It leaks an internal struct
when the CD-ROM device is not accessible.

17 years agom4/gst-arch.m4: Move a line that was in the wrong macro
Thomas Vander Stichele [Wed, 28 Feb 2007 20:57:59 +0000 (20:57 +0000)]
m4/gst-arch.m4: Move a line that was in the wrong macro

Original commit message from CVS:
* m4/gst-arch.m4:
Move a line that was in the wrong macro

17 years agoadd comment
Thomas Vander Stichele [Wed, 28 Feb 2007 20:42:58 +0000 (20:42 +0000)]
add comment

Original commit message from CVS:
add comment

17 years agofix header
Thomas Vander Stichele [Wed, 28 Feb 2007 20:37:11 +0000 (20:37 +0000)]
fix header

Original commit message from CVS:
fix header

17 years agom4/gst.m4: Add
Thomas Vander Stichele [Wed, 28 Feb 2007 19:24:38 +0000 (19:24 +0000)]
m4/gst.m4: Add

Original commit message from CVS:
* m4/gst.m4:
Add
* m4/gst-arch.m4:
* m4/gst-args.m4:
* m4/gst-check.m4:
* m4/gst-debuginfo.m4:
* m4/gst-default.m4:
* m4/gst-doc.m4:
* m4/gst-error.m4:
* m4/gst-feature.m4:
* m4/gst-function.m4:
* m4/gst-gettext.m4:
* m4/gst-glib2.m4:
* m4/gst-libxml2.m4:
* m4/gst-parser.m4:
* m4/gst-plugin-docs.m4:
* m4/gst-plugindir.m4:
* m4/gst-valgrind.m4:
* m4/gst-x11.m4:
Convert all macros to use AG_GST style so we can properly warn
when they're missing if configure.ac calls AG_GST_INIT
Will require update in all GStreamer modules.

17 years agom4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to...
Stefan Kost [Sun, 11 Feb 2007 10:35:08 +0000 (10:35 +0000)]
m4/gst-args.m4: Remove 'enable' from configure swicth description as this leads to confusing lines like "disable enab...

Original commit message from CVS:
* m4/gst-args.m4:
Remove 'enable' from configure swicth description as this leads to
confusing lines like "disable enable builing ...".
* m4/gst-feature.m4:
Fix comment to sounds less horrible.

17 years agom4/gst-check.m4: Use $PKG_CONFIG rather than pkg-config directly, the one in our...
Will Newton [Wed, 7 Feb 2007 11:07:24 +0000 (11:07 +0000)]
m4/gst-check.m4: Use $PKG_CONFIG rather than pkg-config directly, the one in our path might not be the one we want, l...

Original commit message from CVS:
Patch by: Will Newton  <will.newton gmail com>
* m4/gst-check.m4:
Use $PKG_CONFIG rather than pkg-config directly, the one in our path
might not be the one we want, like when cross-compiling. Also, other
macros such as PKG_CHECK_MODULES use $PKG_CONFIG, so we should
probably too just for consistency. Fixes #405288.

17 years agom4/gst-parser.m4: Need to use double square brackets again so m4 doesn't remove them... RELEASE_0_10_7
Tim-Philipp Müller [Mon, 8 Jan 2007 09:37:32 +0000 (09:37 +0000)]
m4/gst-parser.m4: Need to use double square brackets again so m4 doesn't remove them (fixes #378931).

Original commit message from CVS:
* m4/gst-parser.m4:
Need to use double square brackets again so m4 doesn't remove them
(fixes #378931).
* m4/gst-args.m4:
Use double square brackets here as well, for the same reason.

17 years agom4/gst-parser.m4: Use 'sed' rather than 'tr' to strip trailing letters from version...
Tim-Philipp Müller [Fri, 5 Jan 2007 14:57:48 +0000 (14:57 +0000)]
m4/gst-parser.m4: Use 'sed' rather than 'tr' to strip trailing letters from version numbers, since 'tr' might not be ...

Original commit message from CVS:
* m4/gst-parser.m4:
Use 'sed' rather than 'tr' to strip trailing letters from version
numbers, since 'tr' might not be available and we know sed is
(#378931).

17 years agocheck.mak: Increase default timeout under valgrind, 60 is just too short and some...
Tim-Philipp Müller [Sat, 21 Oct 2006 16:32:29 +0000 (16:32 +0000)]
check.mak: Increase default timeout under valgrind, 60 is just too short and some tests take a bit longer these days ...

Original commit message from CVS:
* check.mak:
Increase default timeout under valgrind, 60 is just too short and
some tests take a bit longer these days and not everyone has a
beefy machine.

17 years agocommon/m4/gst-error.m4: Disable warning of statement not reached on Forte.
Josep Torre Valles [Mon, 9 Oct 2006 09:32:28 +0000 (09:32 +0000)]
common/m4/gst-error.m4: Disable warning of statement not reached on Forte.

Original commit message from CVS:
2006-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

Patch by: Josep Torre Valles <josep@fluendo.com>

* common/m4/gst-error.m4:
Disable warning of statement not reached on Forte.
* gst/gstmessage.h:
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/base/gstbasesink.c: (gst_base_sink_chain_unlocked):
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
DEBUG macro says it takes minimum of 2 args and so Forte
complains about the use with just 1 arg.
* plugins/elements/gstfdsink.c:
* plugins/elements/gstfdsrc.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
Use correct return type for the uri handler implementations.

All these fix warnings in Forte.  Fixes bug #360860.

17 years agocommon/m4/gst-error.m4: Fixed bug #360151.
Josep Torre Valles [Fri, 6 Oct 2006 14:00:49 +0000 (14:00 +0000)]
common/m4/gst-error.m4: Fixed bug #360151.

Original commit message from CVS:
2006-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

Patch by: Josep Torre Valles <josep@fluendo.com>

* common/m4/gst-error.m4:
Fixed bug #360151.
We need to disable warnings on Forte for empty declarations
due to gst-indent adding ;s to lines that just use macros
where the macro actually doesn't need a ; at end to end
statement.