platform/upstream/gst-common.git
13 years agodocs: use g_string instead of fragile static strings
Stefan Kost [Tue, 15 Jun 2010 13:51:28 +0000 (16:51 +0300)]
docs: use g_string instead of fragile static strings

13 years agodocs: make static string buffers bigger
Stefan Kost [Tue, 15 Jun 2010 13:33:25 +0000 (16:33 +0300)]
docs: make static string buffers bigger

13 years agodocs: move gst-xmlinspect.py functionality to gstdoc-scanobj
Stefan Kost [Tue, 15 Jun 2010 12:21:15 +0000 (15:21 +0300)]
docs: move gst-xmlinspect.py functionality to gstdoc-scanobj

gst-xmlinspect was causing a circular dependency (as it uses gst-python). It
also caused and extra build step and double registry scan.

14 years agogst-glib2.m4: Add our custom GLib CFLAGS to GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 10:59:35 +0000 (12:59 +0200)]
gst-glib2.m4: Add our custom GLib CFLAGS to GLIB_EXTRA_CFLAGS

GLIB_CFLAGS is only used by core and all other modules
get the flags from gstreamer-0.10.pc.

14 years agogst-glib.m4: Define G_DISABLE_DEPRECATED for GIT versions
Sebastian Dröge [Mon, 14 Jun 2010 09:26:08 +0000 (11:26 +0200)]
gst-glib.m4: Define G_DISABLE_DEPRECATED for GIT versions

If deprecated API is found, for which the replacement is in
a newer version of GLib than we currently depend on, use
the new API in a #if GLIB_CHECK_VERSION block and remove
that block after depending on a new enougb GLib version.

Fixes bug #605100.

14 years agogst.supp: Update dl_relocate_object suppression for libc in /lib instead of /lib64
Sebastian Dröge [Sat, 12 Jun 2010 06:19:07 +0000 (08:19 +0200)]
gst.supp: Update dl_relocate_object suppression for libc in /lib instead of /lib64

14 years agoAdd orc.m4 to dist files
David Schleef [Wed, 9 Jun 2010 19:29:59 +0000 (12:29 -0700)]
Add orc.m4 to dist files

14 years agoAdd autoconf macros for Orc
David Schleef [Wed, 9 Jun 2010 19:25:27 +0000 (12:25 -0700)]
Add autoconf macros for Orc

14 years agoorc.mak: Use automake silent rules for the orcc calls if automake 1.11 is used
Sebastian Dröge [Tue, 8 Jun 2010 08:02:42 +0000 (10:02 +0200)]
orc.mak: Use automake silent rules for the orcc calls if automake 1.11 is used

14 years agoorc.mak: rename from orc.mk
David Schleef [Wed, 2 Jun 2010 06:47:35 +0000 (23:47 -0700)]
orc.mak: rename from orc.mk

All the other makefile snippets are called *.mak.

14 years agoorc.mk: change generated file/variable names
David Schleef [Wed, 2 Jun 2010 05:52:01 +0000 (22:52 -0700)]
orc.mk: change generated file/variable names

14 years agoorc: Fix distcheck problems in orc.mk
David Schleef [Sun, 30 May 2010 21:35:28 +0000 (14:35 -0700)]
orc: Fix distcheck problems in orc.mk

Add gst-indent to common, since orc.mk uses it to clean up
source files.

14 years agoAdd a makefile fragment for Orc
David Schleef [Fri, 28 May 2010 07:39:44 +0000 (00:39 -0700)]
Add a makefile fragment for Orc

Not updating all the modules, because it's only used on the Orc
branch for now.

14 years agoglib-gen.mak: Don't use == for comparisons in shell scripts
Sebastian Dröge [Tue, 25 May 2010 18:04:08 +0000 (20:04 +0200)]
glib-gen.mak: Don't use == for comparisons in shell scripts

14 years agogst-error.m4: Don't use == for comparisons in shell scripts
Sebastian Dröge [Tue, 25 May 2010 18:01:47 +0000 (20:01 +0200)]
gst-error.m4: Don't use == for comparisons in shell scripts

This only works with bash and not strictly POSIX compatible shells.

14 years agogst.supp: suppress dash leaks
Tim-Philipp Müller [Fri, 14 May 2010 17:20:50 +0000 (18:20 +0100)]
gst.supp: suppress dash leaks

14 years agoupload-doc.mak: upload release docs to the right place
Tim-Philipp Müller [Thu, 29 Apr 2010 08:49:46 +0000 (09:49 +0100)]
upload-doc.mak: upload release docs to the right place

On our website, all doc links point to the docs for head, which
is where git docs get uploaded to, while release docs for some
reason get uploaded to docs/$version where no one will ever
find them. Change upload rule to upload release docs to both
the versioned directory and head, so that new docs will actually
be visible on the website when the new-release script in www
uploads them as part of the release process.

14 years agowin32.mak: rename check-nonportable-int64-print-format rule and check for %zu
Tim-Philipp Müller [Thu, 29 Apr 2010 08:47:46 +0000 (09:47 +0100)]
win32.mak: rename check-nonportable-int64-print-format rule and check for %zu

Rename check-nonportable-int64-print-format rule to check-nonportable-print-format
and also check for %zu, %zd, etc.

14 years agogst-arch.m4: fix detection on Solaris
Brian Cameron [Fri, 23 Apr 2010 13:34:41 +0000 (14:34 +0100)]
gst-arch.m4: fix detection on Solaris

stop-gap measure to fix CPU/arch detection on solaris, which
makes the goom problems work properly on solaris. Probably
needs more fixes after the release (use target_* etc.).

Fixes #615996.

14 years agopre-commit: Add --leave-preprocessor-space
Edward Hervey [Mon, 12 Apr 2010 13:27:41 +0000 (15:27 +0200)]
pre-commit: Add --leave-preprocessor-space

This puts it in sync with core/tools/gst-indent.

14 years agogst-glib2.m4: Add configure parameter to disable GObject type checks
Sebastian Dröge [Fri, 9 Apr 2010 06:17:45 +0000 (08:17 +0200)]
gst-glib2.m4: Add configure parameter to disable GObject type checks

...and disable them by default for pre-releases and releases.

Fixes bug #612540.

14 years agocruft.mak: add make rule to remove cruft
Tim-Philipp Müller [Fri, 9 Apr 2010 08:23:15 +0000 (09:23 +0100)]
cruft.mak: add make rule to remove cruft

14 years agodownload-translations: make sure existing translations are listed in LINGUAS
Tim-Philipp Müller [Wed, 7 Apr 2010 23:18:03 +0000 (00:18 +0100)]
download-translations: make sure existing translations are listed in LINGUAS

Fixes #509662.

14 years agogst.supp: Make ALSA suppressions a bit more generic
Edward Hervey [Thu, 1 Apr 2010 14:47:56 +0000 (16:47 +0200)]
gst.supp: Make ALSA suppressions a bit more generic

14 years agogst.supp: Make some suppressions more generic
Edward Hervey [Thu, 1 Apr 2010 10:27:31 +0000 (12:27 +0200)]
gst.supp: Make some suppressions more generic

14 years agoMake sure new parallel-subdirs.mak gets disted
Tim-Philipp Müller [Mon, 29 Mar 2010 23:44:01 +0000 (00:44 +0100)]
Make sure new parallel-subdirs.mak gets disted

It seems to get disted automagically already when used, but better be safe..

14 years agogst-libxml2.m4: fix error message - we are building GStreamer, not glib2
Tim-Philipp Müller [Mon, 29 Mar 2010 12:38:33 +0000 (13:38 +0100)]
gst-libxml2.m4: fix error message - we are building GStreamer, not glib2

14 years agoparallel-subdirs.mak: snippet to include in Makefiles to build subdirectories in...
Tim-Philipp Müller [Fri, 26 Mar 2010 19:42:41 +0000 (19:42 +0000)]
parallel-subdirs.mak: snippet to include in Makefiles to build subdirectories in parallel

Build sub-directories in parallel if make -jN is used. We'll descend
into the sub-directories a second time after the first parallel run,
but at that point there shouldn't be anything left to do. Assumes
there are no dependencies between any of the sub-directories.

14 years agocheck.mak: fix typo in make help
Tim-Philipp Müller [Wed, 24 Mar 2010 17:57:41 +0000 (17:57 +0000)]
check.mak: fix typo in make help

14 years agogst.supp: Simplify some more suppressions
Edward Hervey [Wed, 24 Mar 2010 17:14:41 +0000 (18:14 +0100)]
gst.supp: Simplify some more suppressions

14 years agocheck.mak: Add a "make valgrind.gen-suppressions" rule
Edward Hervey [Wed, 24 Mar 2010 16:32:07 +0000 (17:32 +0100)]
check.mak: Add a "make valgrind.gen-suppressions" rule

This allows generating suppressions for all tests

14 years agogst.supp: More suppressions for glib 2.23
Edward Hervey [Fri, 12 Mar 2010 14:16:30 +0000 (15:16 +0100)]
gst.supp: More suppressions for glib 2.23

See on gentoo ~amd64. Also simplified existing ones.

14 years agogst.supp: update valgrind suppressions for newer glib
Tim-Philipp Müller [Fri, 12 Mar 2010 13:53:31 +0000 (13:53 +0000)]
gst.supp: update valgrind suppressions for newer glib

14 years agocheck.mak: fix 'make check-valgrind'
Tim-Philipp Müller [Fri, 12 Mar 2010 11:57:09 +0000 (11:57 +0000)]
check.mak: fix 'make check-valgrind'

Don't use @ on a continuation line, that will lead to syntax errors.
Also replace some spaces with tabs.

14 years agoMake sure MORE_FLAGS are evaluated one by one
Benjamin Otte [Thu, 11 Mar 2010 10:17:12 +0000 (11:17 +0100)]
Make sure MORE_FLAGS are evaluated one by one

Previously the argument was just evaluated as a single string.

I still don't get shell and m4 (un)escaping rules...

14 years agoClean up the brokenness from my latest changes
Benjamin Otte [Wed, 10 Mar 2010 20:48:34 +0000 (21:48 +0100)]
Clean up the brokenness from my latest changes

- Fix calling AG_GST_SET_ERROR_CFLAGS() without a second parameter
- Make AG_GST_SET_ERROR_CXXFLAGS() actually work

14 years agoSplit ERROR_{C|CXX} flags into WARNING and ERROR flags
Benjamin Otte [Wed, 10 Mar 2010 15:55:23 +0000 (16:55 +0100)]
Split ERROR_{C|CXX} flags into WARNING and ERROR flags

The WARNING flags now contain all warning flags, the ERROR flags contain
the flags related to making warnings fatal. For more explanation, see
the inline docs.

The rationale is that we want to turn on a lot more warning flags, but
generated and imported sources might not have the same quality. For
those, we want to use the WARNING_CFLAGS but not the ERROR_CFLAGS.

14 years agoAdd a MORE_FLAGS argument to AG_GST_SET_ERROR_{C|XX}FLAGS
Benjamin Otte [Wed, 10 Mar 2010 11:05:44 +0000 (12:05 +0100)]
Add a MORE_FLAGS argument to AG_GST_SET_ERROR_{C|XX}FLAGS

This allows modules to specify additional warning flags to
AG_GST_SET_ERROR_CFLAGS() and AG_GST_SET_ERROR_CXXFLAGS() that will be
added to the ERROR_CFLAGS.

https://bugzilla.gnome.org/show_bug.cgi?id=611690

14 years agoDon't try to dist shave files that have been removed
Tim-Philipp Müller [Wed, 10 Mar 2010 00:07:27 +0000 (00:07 +0000)]
Don't try to dist shave files that have been removed

14 years agobuild: Make some generic rules silent
Sebastian Dröge [Fri, 26 Feb 2010 15:22:00 +0000 (16:22 +0100)]
build: Make some generic rules silent

14 years agoRemove shave from common, all modules are using AM_SILENT_RULES now
Sebastian Dröge [Fri, 26 Feb 2010 14:57:06 +0000 (15:57 +0100)]
Remove shave from common, all modules are using AM_SILENT_RULES now

14 years agogst.supp: Add another type registration, one-time leak in GObject
Sebastian Dröge [Sun, 14 Feb 2010 22:13:30 +0000 (23:13 +0100)]
gst.supp: Add another type registration, one-time leak in GObject

14 years agogst.supp: even more valgrind suppressions
Tim-Philipp Müller [Mon, 1 Feb 2010 00:32:39 +0000 (00:32 +0000)]
gst.supp: even more valgrind suppressions

GLib 2.23.2, debian sid, amd64. Also make use of ... some more.

14 years agogst.supp: add some more valgrind suppressions for newer glib versions
Tim-Philipp Müller [Mon, 1 Feb 2010 00:32:39 +0000 (00:32 +0000)]
gst.supp: add some more valgrind suppressions for newer glib versions

GLib 2.23.2, debian sid, amd64

14 years agogst-glib2.m4: add -DG_THREADS_MANDATORY to GLIB_CFLAGS
Tim-Philipp Müller [Sat, 30 Jan 2010 13:56:42 +0000 (13:56 +0000)]
gst-glib2.m4: add -DG_THREADS_MANDATORY to GLIB_CFLAGS

Threading is always enabled in GStreamer code, so we may just as well
add -DG_THREADS_MANDATORY to GLIB_CFLAGS so that all GStreamer modules
are automatically compiled with it (optimisation).

14 years agogst-arch.m4: fix unaligned detection for x86-64 when cross compiling
Peter Korsgaard [Mon, 18 Jan 2010 15:22:01 +0000 (16:22 +0100)]
gst-arch.m4: fix unaligned detection for x86-64 when cross compiling

Commit 4221e9dc (amd64/x86_64 allows unaligned memory access too) added
x86-64 to the unaligned access whitelist, but missed the trailing
wildcards, so the test never succeeds (host is something like
x86_64-unknown-linux-gnu).

When building natively, this isn't a big deal as the AC_TRY_RUN test
correctly detects it, but that doesn't work when cross compiling so
the build dies with:

configure: error: cannot run test program while cross compiling
See `config.log' for more details.

Fix it by adding the trailing wildcards.

Fixes bug #607317.

14 years agoDon't forget to dist new cruft.mak file
Tim-Philipp Müller [Wed, 13 Jan 2010 00:41:04 +0000 (00:41 +0000)]
Don't forget to dist new cruft.mak file

14 years agoAdd cruft.mak file that can be included from modules to check for cruft
Tim-Philipp Müller [Wed, 13 Jan 2010 00:28:03 +0000 (00:28 +0000)]
Add cruft.mak file that can be included from modules to check for cruft

When plugins get renamed, moved or removed we often leave behind unwanted
left-overs in our source tree, since no one runs 'make clean' before every
git update. This can cause problems and be confusing, so add a little
Makefile rule to include to print a warning for if any of the files or
directories specified in CRUFT_FILES and/or CRUFT_DIRS are still present
in our uninstalled tree.

14 years agogtk-doc*.mak: html is created in build directory, not source directory
Mark Nauwelaerts [Mon, 21 Dec 2009 18:09:28 +0000 (19:09 +0100)]
gtk-doc*.mak: html is created in build directory, not source directory

Fixes make dist for out-of-source build.

14 years agogst.supp: Add some more invalid read variations for 64-bit
Mark Nauwelaerts [Mon, 21 Dec 2009 17:52:36 +0000 (18:52 +0100)]
gst.supp: Add some more invalid read variations for 64-bit

14 years agoDist new gst-platform.m4
Tim-Philipp Müller [Tue, 1 Dec 2009 14:16:31 +0000 (14:16 +0000)]
Dist new gst-platform.m4

14 years agom4: Add gst-platform.m4 for platform specific checks and defines
Sebastian Dröge [Tue, 1 Dec 2009 13:06:47 +0000 (14:06 +0100)]
m4: Add gst-platform.m4 for platform specific checks and defines

These are currently copied from core but some/most of them are
useful for other modules too.

14 years agogst.supp: Suppression for macosx (Leopard) loader
Edward Hervey [Fri, 27 Nov 2009 17:52:48 +0000 (18:52 +0100)]
gst.supp: Suppression for macosx (Leopard) loader

14 years agogst.supp: More suppressions for data only created once at initialization
Edward Hervey [Fri, 27 Nov 2009 17:52:23 +0000 (18:52 +0100)]
gst.supp: More suppressions for data only created once at initialization

14 years agogst.supp: Suppression for allocation done only once at initialization
Edward Hervey [Fri, 27 Nov 2009 17:29:47 +0000 (18:29 +0100)]
gst.supp: Suppression for allocation done only once at initialization

Tags are only registered once, and we keep a reference to some classes.

14 years agogst.supp: Another dlopen suppression
Edward Hervey [Fri, 27 Nov 2009 17:29:33 +0000 (18:29 +0100)]
gst.supp: Another dlopen suppression

14 years agogst.supp: Add suppressions for new registry system
Edward Hervey [Fri, 27 Nov 2009 17:28:39 +0000 (18:28 +0100)]
gst.supp: Add suppressions for new registry system

14 years agogst.supp: make gstffmpegc suppression more flexible
Edward Hervey [Fri, 27 Nov 2009 17:27:45 +0000 (18:27 +0100)]
gst.supp: make gstffmpegc suppression more flexible

14 years agogst.supp: Make ALSA suppressions more flexible
Edward Hervey [Fri, 27 Nov 2009 17:27:15 +0000 (18:27 +0100)]
gst.supp: Make ALSA suppressions more flexible

14 years agogst.supp: Add suppression for leak in glib static types
Edward Hervey [Fri, 27 Nov 2009 14:53:48 +0000 (15:53 +0100)]
gst.supp: Add suppression for leak in glib static types

14 years agogst.supp: Add suppressions for recent alsa
Edward Hervey [Fri, 27 Nov 2009 14:53:21 +0000 (15:53 +0100)]
gst.supp: Add suppressions for recent alsa

14 years agogst.supp: Add some glibc 2.11 leaks
Edward Hervey [Fri, 27 Nov 2009 14:52:57 +0000 (15:52 +0100)]
gst.supp: Add some glibc 2.11 leaks

14 years agogst.supp: Make some dlopen suppressions more flexible
Edward Hervey [Fri, 27 Nov 2009 14:52:01 +0000 (15:52 +0100)]
gst.supp: Make some dlopen suppressions more flexible

14 years agogst.supp: Add suppression for glibc-2.11 relocatable conditional
Edward Hervey [Fri, 27 Nov 2009 13:57:29 +0000 (14:57 +0100)]
gst.supp: Add suppression for glibc-2.11 relocatable conditional

14 years agogst-args: fix version checking
Tim-Philipp Müller [Thu, 19 Nov 2009 10:24:26 +0000 (10:24 +0000)]
gst-args: fix version checking

Without the 'test' configure will look for a binary call x and
fail to find it..

14 years agogtk-doc.mak: add GTKDOC_EXTRA_ENVIRONMENT when calling gtkdoc-scangobj
Tim-Philipp Müller [Tue, 17 Nov 2009 08:58:55 +0000 (08:58 +0000)]
gtk-doc.mak: add GTKDOC_EXTRA_ENVIRONMENT when calling gtkdoc-scangobj

So core can set GST_PLUGIN_SCANNER environment variable that's needed
to make building the core docs work correctly.

14 years agobuild: use glib_gen_basename for generated files. Fixes #598114
Stefan Kost [Fri, 16 Oct 2009 07:07:21 +0000 (10:07 +0300)]
build: use glib_gen_basename for generated files. Fixes #598114

We used pattern rules before. This breaks if a header is references from a
different directory. For marshallers I could trigger useless rebuilds. For enums
it caused that the genrated files where overwritten with wrong content as the
pattern rule has a static dependecy. So it created enumtypes for dir a in dir b.

14 years agom4/gst-args: Properly set the package name for git/pre-release/release
Edward Hervey [Wed, 14 Oct 2009 06:40:11 +0000 (08:40 +0200)]
m4/gst-args: Properly set the package name for git/pre-release/release

https://bugzilla.gnome.org/show_bug.cgi?id=598248

14 years agom4/as-version: Make AS_NANO set RELEASE if nano != 1
Edward Hervey [Wed, 14 Oct 2009 06:38:47 +0000 (08:38 +0200)]
m4/as-version: Make AS_NANO set RELEASE if nano != 1

If code using AS_NANO wants finer grained control, they should
use the PACKAGE_VERSION_NANO.

https://bugzilla.gnome.org/show_bug.cgi?id=598248

14 years agocheck: Use the LIBTOOL env var rather than hard-coding
Jan Schmidt [Mon, 12 Oct 2009 13:37:15 +0000 (14:37 +0100)]
check: Use the LIBTOOL env var rather than hard-coding

Instead of hard-coding libtool, use the LIBTOOL env var supplied
by the makefiles for the gdb/valgrind targets to ensure the correct
libtool binary gets used.

14 years agogtk-doc-plugins: Allow modules to add extra env vars to the inspect step.
Jan Schmidt [Thu, 8 Oct 2009 09:56:22 +0000 (10:56 +0100)]
gtk-doc-plugins: Allow modules to add extra env vars to the inspect step.

14 years agoUpdate supressions for GLib 2.21
Sebastian Dröge [Sat, 12 Sep 2009 13:02:26 +0000 (15:02 +0200)]
Update supressions for GLib 2.21

This creates static type data at different places now

14 years agoDist introspection.m4 as well
Tim-Philipp Müller [Wed, 9 Sep 2009 16:49:41 +0000 (17:49 +0100)]
Dist introspection.m4 as well

14 years agocommon: Add m4 file for gobject-introspection configure check
Sebastian Dröge [Sat, 5 Sep 2009 07:52:49 +0000 (09:52 +0200)]
common: Add m4 file for gobject-introspection configure check

14 years agomangle-tmpl.py: don't fail if there's no description for an element
Tim-Philipp Müller [Sat, 29 Aug 2009 23:15:13 +0000 (00:15 +0100)]
mangle-tmpl.py: don't fail if there's no description for an element

14 years agoupload-doc.mak: abort instead of uploading docs with broken cross-references
Tim-Philipp Müller [Mon, 24 Aug 2009 22:36:00 +0000 (23:36 +0100)]
upload-doc.mak: abort instead of uploading docs with broken cross-references

In 'make upload', make sure we have the online locations for the various
libraries we depend on and that we want to cross-reference properly, ie.
glib, gobject, gstreamer core, gstreamer libs, and gst-plugins-base libs.

Should fix #592619.

14 years agodownload-translations: make sure all .po files are UTF-8
Tim-Philipp Müller [Fri, 21 Aug 2009 01:17:42 +0000 (02:17 +0100)]
download-translations: make sure all .po files are UTF-8

14 years agopre-commit.hook: mention need to run git add after fixing the indentation
Tim-Philipp Müller [Sun, 2 Aug 2009 13:43:04 +0000 (14:43 +0100)]
pre-commit.hook: mention need to run git add after fixing the indentation

14 years agowin32.mak: add 'check-nonportable-int64-print-format' target
Tim-Philipp Müller [Mon, 29 Jun 2009 20:56:15 +0000 (21:56 +0100)]
win32.mak: add 'check-nonportable-int64-print-format' target

Check for non-portable printf strings (%lld, %llu, %llx etc.).

14 years agoplugin-docs: add a fallback for the include of -details.xml
Stefan Kost [Thu, 23 Jul 2009 20:53:55 +0000 (23:53 +0300)]
plugin-docs: add a fallback for the include of -details.xml

For wrapper plugins we cannot know the details.xml (besides that there will be
many). Regardless we don't want to fail if there are no details (gtk-doc-1.12
handles this already). Also remove that fancy warning -> ERROR mapping from
makefile, we don't do that for normal docs either.

14 years agoglib-gen: Use g_once_init to protect enum registration
Olivier Crête [Mon, 13 Jul 2009 16:13:10 +0000 (12:13 -0400)]
glib-gen: Use g_once_init to protect enum registration

Make use that enums are only registered once by using g_once_init_enter/leave()

14 years agodocs: do a gtkdoc-rebase --online before 'make upload'
Tim-Philipp Müller [Sun, 28 Jun 2009 00:12:00 +0000 (01:12 +0100)]
docs: do a gtkdoc-rebase --online before 'make upload'

Fix cross-references to GLib by doing a gtkdoc-rebase --online
before rsyncing the html docs to our server.

14 years agogst-autogen.sh: Substitute punctuation in variable names. Use printf
Jan Schmidt [Fri, 26 Jun 2009 12:16:05 +0000 (13:16 +0100)]
gst-autogen.sh: Substitute punctuation in variable names. Use printf

Replace the punctuation (-,.) in variable names with underscores, so
that checks for binaries with names like 'automake-1.10' can succeed.

Use printf instead of 'echo -n' as it's apparently more portable.

14 years agogst-autogen.sh: Don't use bash extension
Jan Schmidt [Wed, 24 Jun 2009 14:11:27 +0000 (15:11 +0100)]
gst-autogen.sh: Don't use bash extension

There's no need to use bash sub-shells just to get computed variable
names. Use eval directly instead, so that it works on systems where
/bin/sh isn't bash.

15 years agodocs: Fix up the upload-doc.mak and remove upload.mak
Jan Schmidt [Thu, 11 Jun 2009 12:00:47 +0000 (13:00 +0100)]
docs: Fix up the upload-doc.mak and remove upload.mak

For some reason we have 2 nearly identical copies of the upload make
snippet, one of which is broken. Fix them up, and remove upload.mak as
upload-doc.mak is the better name

15 years agoadd debug to version_compare(); use it in libtool_2_check()
Thomas Vander Stichele [Tue, 9 Jun 2009 13:26:06 +0000 (15:26 +0200)]
add debug to version_compare(); use it in libtool_2_check()

15 years agosplit out version functions; add libtool_2_2 check
Thomas Vander Stichele [Tue, 2 Jun 2009 23:15:08 +0000 (01:15 +0200)]
split out version functions; add libtool_2_2 check

15 years agomake shave.m4 work on autoconf 2.59 where ac_pwd does not exist
Thomas Vander Stichele [Tue, 2 Jun 2009 22:48:45 +0000 (00:48 +0200)]
make shave.m4 work on autoconf 2.59 where ac_pwd does not exist

15 years agogst.supp: More glibc-2.10 suppressions
Edward Hervey [Mon, 1 Jun 2009 16:48:59 +0000 (18:48 +0200)]
gst.supp: More glibc-2.10 suppressions

15 years agogst.supp: Add suppressions for glibc-2.10
Edward Hervey [Mon, 1 Jun 2009 09:07:56 +0000 (11:07 +0200)]
gst.supp: Add suppressions for glibc-2.10

15 years agocheck: Switch CRLF line ending check to use perl
Jan Schmidt [Tue, 26 May 2009 10:22:55 +0000 (11:22 +0100)]
check: Switch CRLF line ending check to use perl

Apparently only GNU file differentiates between text files with different
line ending styles, so this test breaks on Solaris. Use a small perl
fragment instead.

15 years agocheck-exports: Use the return code of diff rather than the output
Jan Schmidt [Mon, 25 May 2009 15:58:51 +0000 (16:58 +0100)]
check-exports: Use the return code of diff rather than the output

diff on Solaris prints 'No differences found' for matching files, which
makes the check-exports call fail regardless of whether the exports match
or not. Instead, use the return code of diff, which is 0 when the files match.

15 years agogst-dowhile.m4: fix 'suspicious cache id' warning
Tim-Philipp Müller [Thu, 21 May 2009 23:55:54 +0000 (00:55 +0100)]
gst-dowhile.m4: fix 'suspicious cache id' warning

15 years agoChange CVS -> git in various places
Tim-Philipp Müller [Tue, 12 May 2009 00:09:11 +0000 (01:09 +0100)]
Change CVS -> git in various places

but keep backwards compatibility wrt to the GST_CVS variable.

15 years agoTrivial whitespace cleanups
Felipe Contreras [Sun, 26 Apr 2009 16:21:29 +0000 (19:21 +0300)]
Trivial whitespace cleanups

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
15 years agohooks: Don't get confused by indent --version strings containing spaces.
Jan Schmidt [Fri, 17 Apr 2009 14:18:46 +0000 (15:18 +0100)]
hooks: Don't get confused by indent --version strings containing spaces.

Use some quote marks around the indent existence checks.

15 years agoWhitespace cleanups
Felipe Contreras [Sat, 4 Apr 2009 18:06:28 +0000 (21:06 +0300)]
Whitespace cleanups

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
15 years agosuppressions: Add variant of the g_type_init leak
Edward Hervey [Sat, 4 Apr 2009 12:45:55 +0000 (14:45 +0200)]
suppressions: Add variant of the g_type_init leak

15 years agosuppressions: Add suppression for 'safety' strdup in gst-ffmpeg
Sebastian Dröge [Thu, 2 Apr 2009 09:26:27 +0000 (11:26 +0200)]
suppressions: Add suppression for 'safety' strdup in gst-ffmpeg

15 years agosuppressions: Add suppression for mxfmux dynamic pad templates
Sebastian Dröge [Thu, 2 Apr 2009 09:18:22 +0000 (11:18 +0200)]
suppressions: Add suppression for mxfmux dynamic pad templates