mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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.
This commit is contained in:
parent
2787798482
commit
16e1c0ad3d
6 changed files with 28 additions and 7 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* 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 <wim@fluendo.com>
|
||||
|
||||
* ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
|
||||
|
|
|
@ -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 $@
|
||||
|
||||
|
|
|
@ -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 ***
|
||||
|
||||
|
|
|
@ -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 = \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -3,12 +3,19 @@
|
|||
<description>Tag writing plug-in based on taglib</description>
|
||||
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
|
||||
<basename>libgsttaglib.so</basename>
|
||||
<version>0.10.3</version>
|
||||
<version>0.10.3.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-good</source>
|
||||
<package>GStreamer Good Plug-ins source release</package>
|
||||
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>apev2mux</name>
|
||||
<longname>TagLib-based APEv2 Muxer</longname>
|
||||
<class>Formatter/Metadata</class>
|
||||
<description>Adds an APEv2 header to the beginning of files using taglib</description>
|
||||
<author>Sebastian Dröge <mail@slomosnail.de></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>id3v2mux</name>
|
||||
<longname>TagLib-based ID3v2 Muxer</longname>
|
||||
|
|
Loading…
Reference in a new issue