From 16e1c0ad3d51c2f3e2b8319f4f9ad2b7f143b1f6 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 16 Jun 2006 10:56:24 +0000 Subject: Use GST_PLUGIN_DOCS, --enable-plugin-docs etc. Original commit message from CVS: * autogen.sh: * configure.ac: * docs/Makefile.am: Use GST_PLUGIN_DOCS, --enable-plugin-docs etc. * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/inspect/plugin-taglib.xml: Add/fix apev2mux docs. --- ChangeLog | 12 ++++++++++++ autogen.sh | 2 +- configure.ac | 1 + docs/Makefile.am | 8 ++++---- docs/plugins/Makefile.am | 1 + docs/plugins/inspect/plugin-taglib.xml | 11 +++++++++-- 6 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a260252..9d2548f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-06-16 Tim-Philipp Müller + + * autogen.sh: + * configure.ac: + * docs/Makefile.am: + Use GST_PLUGIN_DOCS, --enable-plugin-docs etc. + + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-good-plugins-docs.sgml: + * docs/plugins/inspect/plugin-taglib.xml: + Add/fix apev2mux docs. + 2006-06-14 Wim Taymans * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init), diff --git a/autogen.sh b/autogen.sh index 152a2f5f..895531ac 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,7 @@ then fi . common/gst-autogen.sh -CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' +CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc --enable-plugin-docs' autogen_options $@ diff --git a/configure.ac b/configure.ac index 14aaa8ad..f267a818 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ AM_GCONF_SOURCE_2 dnl check for documentation tools GTK_DOC_CHECK([1.3]) AS_PATH_PYTHON([2.1]) +GST_PLUGIN_DOCS([1.3],[2.1]) dnl *** checks for libraries *** diff --git a/docs/Makefile.am b/docs/Makefile.am index 811eaa98..baeaceb0 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,10 +1,10 @@ -if ENABLE_GTK_DOC -GTK_DOC_DIRS = plugins +if ENABLE_PLUGIN_DOCS +PLUGIN_DOCS_DIRS = plugins else -GTK_DOC_DIRS = +PLUGIN_DOCS_DIRS = endif -SUBDIRS = $(GTK_DOC_DIRS) +SUBDIRS = $(PLUGIN_DOCS_DIRS) DIST_SUBDIRS = plugins EXTRA_DIST = \ diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index d7aae37e..6e3589f7 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -96,6 +96,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/jpeg/gstsmokeenc.h \ $(top_srcdir)/ext/taglib/gsttaglibmux.h \ $(top_srcdir)/ext/taglib/gstid3v2mux.h \ + $(top_srcdir)/ext/taglib/gstapev2mux.h \ $(top_srcdir)/gst/multipart/multipartmux.c \ $(top_srcdir)/gst/multipart/multipartdemux.c \ $(top_srcdir)/gst/udp/gstudpsrc.h \ diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index d5d7f1a4..5e3d40b7 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -3,12 +3,19 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 0.10.3 + 0.10.3.1 LGPL gst-plugins-good - GStreamer Good Plug-ins source release + GStreamer Good Plug-ins CVS/prerelease Unknown package origin + + apev2mux + TagLib-based APEv2 Muxer + Formatter/Metadata + Adds an APEv2 header to the beginning of files using taglib + Sebastian Dröge <mail@slomosnail.de> + id3v2mux TagLib-based ID3v2 Muxer -- cgit