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
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()
Thomas Vander Stichele [Tue, 2 Jun 2009 23:15:08 +0000 (01:15 +0200)]
split out version functions; add libtool_2_2 check
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
Edward Hervey [Mon, 1 Jun 2009 16:48:59 +0000 (18:48 +0200)]
gst.supp: More glibc-2.10 suppressions
Edward Hervey [Mon, 1 Jun 2009 09:07:56 +0000 (11:07 +0200)]
gst.supp: Add suppressions for glibc-2.10
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.
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.
Tim-Philipp Müller [Thu, 21 May 2009 23:55:54 +0000 (00:55 +0100)]
gst-dowhile.m4: fix 'suspicious cache id' warning
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.
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>
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.
Felipe Contreras [Sat, 4 Apr 2009 18:06:28 +0000 (21:06 +0300)]
Whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Edward Hervey [Sat, 4 Apr 2009 12:45:55 +0000 (14:45 +0200)]
suppressions: Add variant of the g_type_init leak
Sebastian Dröge [Thu, 2 Apr 2009 09:26:27 +0000 (11:26 +0200)]
suppressions: Add suppression for 'safety' strdup in gst-ffmpeg
Sebastian Dröge [Thu, 2 Apr 2009 09:18:22 +0000 (11:18 +0200)]
suppressions: Add suppression for mxfmux dynamic pad templates
Felipe Contreras [Wed, 11 Mar 2009 21:53:05 +0000 (23:53 +0200)]
update-common: remove gst-openmax
No more spam :)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Felipe Contreras [Wed, 11 Mar 2009 21:52:48 +0000 (23:52 +0200)]
update-common: trivial cleanup
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Tim-Philipp Müller [Tue, 10 Mar 2009 19:47:34 +0000 (19:47 +0000)]
pre-commit.hook: check for GNU indent before using it, and allow gnuindent as binary name
Tim-Philipp Müller [Mon, 9 Mar 2009 20:39:27 +0000 (20:39 +0000)]
gtk-doc*.mak: don't make distclean-local depend on 'clean'
Fixes make distcheck of gst-plugins-bad for me.
Tim-Philipp Müller [Mon, 9 Mar 2009 20:36:31 +0000 (20:36 +0000)]
check.mak: don't clean build dirs we didn't create
Fixes 'make distcheck' for me for the core.
Sebastian Dröge [Sun, 8 Mar 2009 10:59:54 +0000 (11:59 +0100)]
suppressions: Add some more variants for the GstRiff leaks
Sebastian Dröge [Sun, 8 Mar 2009 10:59:37 +0000 (11:59 +0100)]
suppressions: Add some more variants for the GstAudioFilter leaks
Sebastian Dröge [Sun, 8 Mar 2009 10:13:34 +0000 (11:13 +0100)]
suppressions: Add another variant of the gst-ffmpeg property leak
Sebastian Dröge [Sun, 8 Mar 2009 10:12:24 +0000 (11:12 +0100)]
suppressions: Add another variant of a Pango leak
Sebastian Dröge [Sat, 7 Mar 2009 10:40:22 +0000 (11:40 +0100)]
check-exports: Don't include the distcheck build directory if it's not our $(top_builddir) and only include a single .so file
Sebastian Dröge [Sat, 7 Mar 2009 09:41:38 +0000 (10:41 +0100)]
suppressions: Don't hardcode the complete soname of libexpat
Sebastian Dröge [Sat, 7 Mar 2009 09:40:58 +0000 (10:40 +0100)]
suppressions: Add some more pango leaks
Sebastian Dröge [Sat, 7 Mar 2009 09:23:34 +0000 (10:23 +0100)]
suppressions: Add another variant of the videotestsrc dynamic pad templates suppression
David Schleef [Sun, 1 Mar 2009 20:46:50 +0000 (12:46 -0800)]
Add Objective C support to shave
Jan Schmidt [Wed, 25 Feb 2009 12:07:02 +0000 (12:07 +0000)]
Update shave files from shave git
Jan Schmidt [Tue, 24 Feb 2009 18:25:32 +0000 (18:25 +0000)]
default srcs/sinks: Change the default video and audio sources and sinks
Just use autoaudiosink and autovideosink for output. Switch video input
to v4l2src by default for now. At some point (when?) we can just use
autoaudiosrc and autovideosrc.
Jan Schmidt [Sun, 22 Feb 2009 23:15:28 +0000 (23:15 +0000)]
build: Add shave and shave-libtool to the CONFIG_CLEAN_FILES list
Jan Schmidt [Sun, 22 Feb 2009 17:35:28 +0000 (17:35 +0000)]
Make the update-common script push from the correct directory...
David Schleef [Sun, 22 Feb 2009 19:41:39 +0000 (11:41 -0800)]
Enable pushing. Add documentation
No need to update other modules for this change.
Jan Schmidt [Sun, 22 Feb 2009 15:25:42 +0000 (15:25 +0000)]
Add shave files to gitignores
Jan Schmidt [Sun, 22 Feb 2009 13:42:36 +0000 (13:42 +0000)]
Enrol shave files
Sebastian Dröge [Sat, 21 Feb 2009 17:17:11 +0000 (18:17 +0100)]
Only add -fno-strict-aliasing to ERROR_CXXFLAGS with older GLib versions
Sebastian Dröge [Sat, 21 Feb 2009 17:02:51 +0000 (18:02 +0100)]
Use git log instead of git-log as the latter doesn't exist anymore in newer git versions
Sebastian Dröge [Sat, 21 Feb 2009 16:57:55 +0000 (17:57 +0100)]
Only add -fno-strict-aliasing for GLib version before 2.19.8
GLib since 2.19.8 has again warning clean headers so we don't
add -fno-strict-aliasing to the ERROR_CFLAGS as it might hide
some bugs (because we build releases with -fstrict-aliasing).
Jan Schmidt [Thu, 19 Feb 2009 20:29:22 +0000 (20:29 +0000)]
Recognise tags with and without dereferences when generating ChangeLog
Recognise tag dereferences or the tag commits themselves for labelling
releases into the ChangeLog.
Jan Schmidt [Thu, 19 Feb 2009 17:13:32 +0000 (17:13 +0000)]
Add changelog generator script based on Edward's.
The script looks for a CHANGELOG_START tag to start generating from,
and parses RELEASE-x_y_z tags to insert release markers in the ChangeLog
David Schleef [Sat, 14 Feb 2009 00:36:27 +0000 (16:36 -0800)]
A script to update common in all modules
Updates all modules to common's current master by cloning fresh
repositories, using --reference if possible. Currently does not
push any of the modules or clean up after itself.
David Schleef [Fri, 13 Feb 2009 21:29:59 +0000 (13:29 -0800)]
Add -Wpointer-arith to AG_GST_SET_ERROR_CFLAGS
Some compilers throw errors for void* arithmetic, so enabling
this allows us to check it in gcc. Besides, void* arithmetic
is invalid.
Michael Smith [Tue, 10 Feb 2009 20:17:10 +0000 (12:17 -0800)]
pre-commit script: only run on files that exist, not deleted files.
Add --diff-filter=ACMR to only get added, copied, modified, or renamed
files (importantly, not deleted files!) in the list of files we run the
indent script on.
Edward Hervey [Mon, 9 Feb 2009 10:57:16 +0000 (11:57 +0100)]
pre-commit.hook: Use the file content from the index.
Issue reported by Jonas Holmberg on #gstreamer
Tim-Philipp Müller [Thu, 5 Feb 2009 15:17:16 +0000 (15:17 +0000)]
Show a helpful message when 'make check-exports' fails
Tim-Philipp Müller [Thu, 5 Feb 2009 15:09:24 +0000 (15:09 +0000)]
Make 'make check' fail if the win32 .def files with the exported symbols are not up-to-date
Tim-Philipp Müller [Thu, 5 Feb 2009 14:41:21 +0000 (14:41 +0000)]
pre-commit hook: only check indentation of those files we're trying to commit and not all locally modified files
Tim-Philipp Müller [Tue, 3 Feb 2009 20:34:36 +0000 (20:34 +0000)]
gst-autogen.sh: add install_git_hooks() subroutine
Jan Schmidt [Fri, 30 Jan 2009 16:18:14 +0000 (16:18 +0000)]
Re-add conditional check for SED
Re-add conditional check for SED to the gtk-doc.m4 check so that we
don't rely on it being pulled in implicitly by something else. Fixes
Solaris build.
Edward Hervey [Fri, 30 Jan 2009 07:28:12 +0000 (08:28 +0100)]
Make the pre-commit hook executable
Stefan Kost [Wed, 21 Jan 2009 16:24:32 +0000 (18:24 +0200)]
Sync makefiles with upstream.
Add parameters that are needed to build with gtk-doc svn trunk and don't hurt when used with older versions.
Sync other parts of makefiles (namely expand_content files).
Sebastian Dröge [Thu, 22 Jan 2009 10:34:17 +0000 (11:34 +0100)]
Call indent twice to get correct output
indent tends to add line-breaks at different positions
for every second call.
Sebastian Dröge [Thu, 22 Jan 2009 09:46:35 +0000 (10:46 +0100)]
Fix pre-commit hook for moved/deleted files
Edward Hervey [Thu, 22 Jan 2009 04:10:38 +0000 (05:10 +0100)]
Adding git hooks
Edward Hervey [Wed, 17 Dec 2008 12:15:50 +0000 (12:15 +0000)]
gst.supp: And yet another variation of the GstAudioFilter leak.
Original commit message from CVS:
* gst.supp:
And yet another variation of the GstAudioFilter leak.
Roland Illig [Mon, 15 Dec 2008 07:06:26 +0000 (07:06 +0000)]
m4/gst-parser.m4: Fix AG_GST_BISON_CHECK to handle version numbers with more than two components (i.e. 2.4.1). Fixes ...
Original commit message from CVS:
Patch by: Roland Illig <roland dot illig at gmx dot de>
* m4/gst-parser.m4:
Fix AG_GST_BISON_CHECK to handle version numbers with more than
two components (i.e. 2.4.1). Fixes bug #564507.
Edward Hervey [Sun, 14 Dec 2008 08:54:37 +0000 (08:54 +0000)]
gst.supp: And yet another variant of the GstAudioFilter leak.
Original commit message from CVS:
* gst.supp:
And yet another variant of the GstAudioFilter leak.
Edward Hervey [Sat, 13 Dec 2008 15:19:36 +0000 (15:19 +0000)]
gst.supp: Added variants of leaks of dynamic pad templates created in
Original commit message from CVS:
* gst.supp:
Added variants of leaks of dynamic pad templates created in
GstAudioFilter.
Add conditional jump triggered by getaddrinfo (maybe glibc-2.9).
Edward Hervey [Fri, 12 Dec 2008 15:03:42 +0000 (15:03 +0000)]
gst.supp: Fix leak in GIO called by gnomevfs. Nothing we can do about this.
Original commit message from CVS:
* gst.supp:
Fix leak in GIO called by gnomevfs. Nothing we can do about this.
Edward Hervey [Fri, 12 Dec 2008 13:44:36 +0000 (13:44 +0000)]
gst.supp: Added another suppression for dynamic pad templates, in this case
Original commit message from CVS:
* gst.supp:
Added another suppression for dynamic pad templates, in this case
GstAudioFilter.
Added suppression for PangoLanguage which can never be freed
according to the Pango API.
Edward Hervey [Fri, 12 Dec 2008 10:51:42 +0000 (10:51 +0000)]
gst.supp: Added another suppression for dynamic pad templates, in this case
Original commit message from CVS:
* gst.supp:
Added another suppression for dynamic pad templates, in this case
GstAudioFilter.
Added suppression for PangoLanguage which can never be freed
according to the Pango API.
Edward Hervey [Fri, 12 Dec 2008 07:45:38 +0000 (07:45 +0000)]
gst.supp: A whole bunch of suppressions detected on latest gentoo ~amd64.
Original commit message from CVS:
* gst.supp:
A whole bunch of suppressions detected on latest gentoo ~amd64.
Make some existing suppressions more generic (for subtle dependecy
code changes).
Added suppressions for glibc-2.9.
Added suppressions for new variants of ALSA leaks.
Added suppressions for a series of leaks in plugins registrations due
to some pad templates' caps calculated at runtime.
Added suppressions for variants of some leaks in pango/fontconfig.
Added suppressions for leak in gstffmpegcsp.c (nothing we can do
about it, but will only exist once).
Sebastian Dröge [Thu, 4 Dec 2008 19:30:17 +0000 (19:30 +0000)]
m4/gst-plugin-docs.m4: Remove the check if $have_gtk_doc equals yes as it's not defined and $enable_gtk_doc should be...
Original commit message from CVS:
* m4/gst-plugin-docs.m4:
Remove the check if $have_gtk_doc equals yes as it's not defined
and $enable_gtk_doc should be good enough.
Also this restores the build of the plugin documentation.
Mark Nauwelaerts [Mon, 1 Dec 2008 16:43:56 +0000 (16:43 +0000)]
gst.supp: Add suppression variant for Ubuntu Hardy x86/64bit.
Original commit message from CVS:
* gst.supp:
Add suppression variant for Ubuntu Hardy x86/64bit.
Stefan Kost [Mon, 1 Dec 2008 09:00:15 +0000 (09:00 +0000)]
gtk-doc/: Simplily uninstall rule. Its closer to upstream and fixes #150331.
Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Simplily uninstall rule. Its closer to upstream and fixes #150331.
Sebastian Dröge [Sat, 29 Nov 2008 19:40:02 +0000 (19:40 +0000)]
m4/glib-gettext.m4: Update glib-gettext.m4 from latest stable GLib release.
Original commit message from CVS:
* m4/glib-gettext.m4:
Update glib-gettext.m4 from latest stable GLib release.
Sebastian Dröge [Sat, 29 Nov 2008 13:27:01 +0000 (13:27 +0000)]
gettext.patch: Update the gettext patch for use with gettext 0.17 which is required to build with libtool 2.2 because...
Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* gettext.patch:
Update the gettext patch for use with gettext 0.17 which is
required to build with libtool 2.2 because of conflicts.
First part of bug #556091.
Sebastian Dröge [Sat, 29 Nov 2008 13:22:44 +0000 (13:22 +0000)]
m4/: Update gtk-doc and pkg-config m4 macros from their latest releases.
Original commit message from CVS:
* m4/gtk-doc.m4:
* m4/pkg.m4:
Update gtk-doc and pkg-config m4 macros from their latest releases.
Michael Smith [Thu, 20 Nov 2008 22:30:20 +0000 (22:30 +0000)]
m4/as-objc.m4: Fix objective C test macro when none of the compilers are found at all.
Original commit message from CVS:
* m4/as-objc.m4:
Fix objective C test macro when none of the compilers are found at all.
Stefan Kost [Thu, 30 Oct 2008 14:35:59 +0000 (14:35 +0000)]
gtk-doc.mak: Also cp the entities here to all xinlcude based docs (workaround for not being able to set up a search p...
Original commit message from CVS:
* gtk-doc.mak:
Also cp the entities here to all xinlcude based docs (workaround for
not being able to set up a search path).
Jan Schmidt [Fri, 17 Oct 2008 22:03:53 +0000 (22:03 +0000)]
gtk-doc.mak: Don't clobber the real registry cache file when building docs.
Original commit message from CVS:
* gtk-doc.mak:
Don't clobber the real registry cache file when
building docs.
Jan Schmidt [Tue, 7 Oct 2008 11:26:46 +0000 (11:26 +0000)]
m4/gst-error.m4: Also disable the bogus "loop not entered at top" warnings appearing on Sparc Forte builds.
Original commit message from CVS:
* m4/gst-error.m4:
Also disable the bogus "loop not entered at top" warnings appearing on Sparc Forte builds.
Stefan Kost [Mon, 6 Oct 2008 08:36:15 +0000 (08:36 +0000)]
gtk-doc.mak: Apply the same fix as below to gtk-doc.mak. Somehow did not end up in
Original commit message from CVS:
* gtk-doc.mak:
Apply the same fix as below to gtk-doc.mak. Somehow did not end up in
CVS.
David Schleef [Sat, 6 Sep 2008 01:10:27 +0000 (01:10 +0000)]
gtk-doc-plugins.mak: Fix the check for gtkdoc-rebase: don't pass the 'which' error back to make. This fix is more sp...
Original commit message from CVS:
* gtk-doc-plugins.mak: Fix the check for gtkdoc-rebase: don't
pass the 'which' error back to make. This fix is more specific
than what is in upstream.
Stefan Kost [Fri, 5 Sep 2008 09:20:52 +0000 (09:20 +0000)]
gtk-doc/: Get closer to upstream makefiles. Don't install index.sgml twice. Call gtkdoc-rebase (if exists).
Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Get closer to upstream makefiles. Don't install index.sgml twice. Call
gtkdoc-rebase (if exists).
Stefan Kost [Thu, 21 Aug 2008 12:42:40 +0000 (12:42 +0000)]
gtk-doc-plugins.mak: Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is no variable called builddir.
Original commit message from CVS:
* gtk-doc-plugins.mak:
Revert $(top_builddir) -> $(builddir) change of rev. 1.39 as there is
no variable called builddir.
Mark Nauwelaerts [Thu, 31 Jul 2008 17:22:38 +0000 (17:22 +0000)]
gst.supp: Add suppressions for Ubunty Hardy x86/64bit, similar to earlier versions and 32bit variant.
Original commit message from CVS:
* gst.supp:
Add suppressions for Ubunty Hardy x86/64bit, similar to earlier
versions and 32bit variant.
Sebastian Dröge [Thu, 31 Jul 2008 15:19:27 +0000 (15:19 +0000)]
m4/gst-feature.m4: Remove GST_DISABLE_(ENUMTYPES|INDEX|URI).
Original commit message from CVS:
* m4/gst-feature.m4:
Remove GST_DISABLE_(ENUMTYPES|INDEX|URI).
Tim-Philipp Müller [Mon, 21 Jul 2008 09:02:43 +0000 (09:02 +0000)]
m4/gst-error.m4: When checking for GST_ERROR_CXXFLAGS, check each compiler flag individually, not all together.
Original commit message from CVS:
* m4/gst-error.m4::
When checking for GST_ERROR_CXXFLAGS, check each compiler flag
individually, not all together.
Tim-Philipp Müller [Sun, 20 Jul 2008 19:55:14 +0000 (19:55 +0000)]
m4/gst-parser.m4: Fix bison version number detection for older --version output format (as bison 1.28 on OSX 10.4 out...
Original commit message from CVS:
* m4/gst-parser.m4::
Fix bison version number detection for older --version
output format (as bison 1.28 on OSX 10.4 outputs).
Fixes #543853.
Stefan Kost [Sat, 12 Jul 2008 10:21:33 +0000 (10:21 +0000)]
plugins.xsl: Split refsect2 also here to make "Element Pads" subtitle visible.
Original commit message from CVS:
* plugins.xsl:
Split refsect2 also here to make "Element Pads" subtitle visible.
Sebastian Dröge [Tue, 8 Jul 2008 11:20:25 +0000 (11:20 +0000)]
m4/gst-error.m4: Add compiler flags to warn if declarations after statements or variable length arrays are used. Thes...
Original commit message from CVS:
* m4/gst-error.m4:
Add compiler flags to warn if declarations after statements or
variable length arrays are used. These are C99/GCC extensions and
are not supported by some compilers we want to support.
Mark Nauwelaerts [Wed, 2 Jul 2008 07:20:34 +0000 (07:20 +0000)]
gtk-doc-plugins.mak: Only clean doc maintainer stamps in maintainer-clean. Fixes #539977.
Original commit message from CVS:
* gtk-doc-plugins.mak:
Only clean doc maintainer stamps in maintainer-clean. Fixes #539977.
Sebastian Dröge [Fri, 20 Jun 2008 08:43:28 +0000 (08:43 +0000)]
gstdoc-scangobj: Always use format strings for printf-like functions, even if they just print a string. Fixes bug #53...
Original commit message from CVS:
* gstdoc-scangobj:
Always use format strings for printf-like functions, even if they just
print a string. Fixes bug #536981.
Sebastian Dröge [Fri, 20 Jun 2008 08:42:11 +0000 (08:42 +0000)]
gtk-doc/: Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS, otherwise the values passed to configure ar...
Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Include CFLAGS and LDFLAGS in GTKDOC_CFLAGS and GTKDOC_LDFLAGS,
otherwise the values passed to configure are ignored.
Fixes bug #536978.
Tim-Philipp Müller [Thu, 5 Jun 2008 16:12:03 +0000 (16:12 +0000)]
m4/gst-error.m4: Add -fno-strict-aliasing when compiling with -Werror, to work around warnings caused by G_LOCK with ...
Original commit message from CVS:
* m4/gst-error.m4:
Add -fno-strict-aliasing when compiling with -Werror, to work around
warnings caused by G_LOCK with recent GLib versions (2.16.x) (#316221).
Jan Schmidt [Wed, 4 Jun 2008 23:34:22 +0000 (23:34 +0000)]
gtk-doc.mak: Don't copy html/*.png files unless they don't already exist in the destdir. Fixes distcheck failure caus...
Original commit message from CVS:
* gtk-doc.mak:
Don't copy html/*.png files unless they don't already exist
in the destdir. Fixes distcheck failure caused by permissions
problems trying to copy a file into the destdir when it already
exists.
Stefan Kost [Wed, 28 May 2008 14:22:29 +0000 (14:22 +0000)]
plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog below.
Original commit message from CVS:
* plugins.xsl:
The class was not shown in plugin docs. Fix typo in changelog below.
Jan Schmidt [Thu, 22 May 2008 21:20:42 +0000 (21:20 +0000)]
gstdoc-scangobj: Emit warnings if one of the GTypes we're expecting is 0 when scanning.
Original commit message from CVS:
* gstdoc-scangobj:
Emit warnings if one of the GTypes we're expecting is 0
when scanning.
Felipe Contreras [Wed, 21 May 2008 15:40:05 +0000 (15:40 +0000)]
gtk-doc/: Fix installing png images when gtk-doc is disabled.
Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Fix installing png images when gtk-doc is disabled.
Felipe Contreras [Wed, 21 May 2008 13:29:06 +0000 (13:29 +0000)]
gtk-doc/: Fix make clean when gtk-doc is disabled and other cleanups.
Original commit message from CVS:
* gtk-doc-plugins.mak:
* gtk-doc.mak:
Fix make clean when gtk-doc is disabled and other cleanups.
Jan Schmidt [Sat, 17 May 2008 17:17:59 +0000 (17:17 +0000)]
gtk-doc-plugins.mak: Be more quiet when the files don't yet exist.
Original commit message from CVS:
* gtk-doc-plugins.mak:
Be more quiet when the files don't yet exist.
Jan Schmidt [Fri, 16 May 2008 14:52:29 +0000 (14:52 +0000)]
gstdoc-scangobj: Add a mechanism for adding 'implicitly created' GTypes into the scan, allowing for documenting plugi...
Original commit message from CVS:
* gstdoc-scangobj:
Add a mechanism for adding 'implicitly created' GTypes into the
scan, allowing for documenting plugin-private base classes that
provide signals or properties for public elements.
* gtk-doc-plugins.mak:
Use $(builddir) instead of $(top_builddir) in a few places - there's
no need to hard code 'docs/plugins' as the only useable path.
Peter Kjellerstedt [Wed, 14 May 2008 18:21:56 +0000 (18:21 +0000)]
m4/gst-feature.m4: Report plug-ins without external dependencies that will not be built even when the name of the plu...
Original commit message from CVS:
* m4/gst-feature.m4:
Report plug-ins without external dependencies that will not be built
even when the name of the plug-in is a substring of another plug-in,
e.g., goom vs. goom2k1.
Tim-Philipp Müller [Wed, 14 May 2008 16:17:10 +0000 (16:17 +0000)]
gst.supp: Add suppression for glibc bug on gutsy/x86-64
Original commit message from CVS:
* gst.supp:
Add suppression for glibc bug on gutsy/x86-64
Stefan Kost [Mon, 12 May 2008 11:57:07 +0000 (11:57 +0000)]
plugins.xsl: Improve the layput of the caps, but splitting them on ";".
Original commit message from CVS:
* plugins.xsl:
Improve the layput of the caps, but splitting them on ";".
Brian Cameron [Fri, 9 May 2008 07:37:41 +0000 (07:37 +0000)]
m4/gst-default.m4: Don't set the default audio sink to the default visualizer.
Original commit message from CVS:
Patch by: Brian Cameron <brian dot cameron at sun dot com>
* m4/gst-default.m4:
Don't set the default audio sink to the default visualizer.
Fixes bug #532295.
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'.