From: Christian Schaller Date: Sat, 22 Nov 2003 22:06:30 +0000 (+0000) Subject: misc build fixes to make cvs head build from tarballs on Fedora X-Git-Tag: BRANCH-RELEASE-0_7_2-ROOT^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08ded8cb40a351a670081133d4d3204097e7bf1b;p=platform%2Fupstream%2Fgstreamer.git misc build fixes to make cvs head build from tarballs on Fedora Original commit message from CVS: misc build fixes to make cvs head build from tarballs on Fedora --- diff --git a/configure.ac b/configure.ac index 3da9302..baa2046 100644 --- a/configure.ac +++ b/configure.ac @@ -635,11 +635,8 @@ examples/typefind/Makefile examples/xml/Makefile tools/Makefile docs/Makefile -docs/faq/Makefile docs/gst/Makefile docs/libs/Makefile -docs/manual/Makefile -docs/pwg/Makefile docs/plugins/Makefile docs/plugins/gstreamer-plugins.types docs/xsl/Makefile diff --git a/docs/Makefile.am b/docs/Makefile.am index 50cdcbe..f883a3b 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -6,20 +6,20 @@ SUBDIRS_PLUGINS = endif if BUILD_DOCS -SUBDIRS_DOCS = faq manual pwg gst libs +SUBDIRS_DOCS = gst libs else SUBDIRS_DOCS = endif SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS) -DIST_SUBDIRS = faq manual pwg gst libs plugins xsl +DIST_SUBDIRS = gst libs plugins xsl EXTRA_DIST = \ slides manuals.mak htmlinstall.mak \ image-png image-pdf image-eps version.entities.in upload: - @for a in manual pwg faq; do cd $$a; make upload; cd ..; done + @for a in pwg; do cd $$a; make upload; cd ..; done dist-hook: $(RM) -rf $(distdir)/random/CVS diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 1f3ab27..0f5320b 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -196,14 +196,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # we list all of the files we really need to trap incomplete doc builds # then we catch the rest with *, you can safely ignore the errors from this ## gstreamer API -# %dir %{_datadir}/gtk-doc/html/%{name}-%{majorminor} # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/%{name}-%{majorminor}.devhelp # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/element-types.html # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/gstreamer.html -# %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/index.sgml +%{_datadir}/gtk-doc/html/%{name}-%{majorminor}/* ## gstreamer-libs API # %dir %{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor} -# %{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor}/index.sgml +%{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor}/* ## this catches all of the rest of the docs we might have forgotten # %{_datadir}/gtk-doc/html/* diff --git a/po/de.po b/po/de.po index 3a0cade..a4b91f3 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer-0.7 0.7.0.1\n" "Report-Msgid-Bugs-To: \"http://bugzilla.gnome.org\"\n" -"POT-Creation-Date: 2003-10-08 15:36-0700\n" +"POT-Creation-Date: 2003-11-22 17:49+0100\n" "PO-Revision-Date: 2003-10-08 15:36-0700\n" "Last-Translator: David Schleef \n" "Language-Team: Gnome Translators \n" @@ -15,74 +15,71 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:113 +#: gst/gst.c:112 msgid "Print the GStreamer version" msgstr "druck die GStreamer Version" -#: gst/gst.c:114 +#: gst/gst.c:113 msgid "Make all warnings fatal" msgstr "macht alle Achtunge toedlich" -#: gst/gst.c:116 +#: gst/gst.c:115 msgid "" "default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:117 +#: gst/gst.c:116 msgid "" "colon-seperated list of category_name=level pairs to set specific levels for " "the individual categories.\n" "Example:GST_AUTOPLUG=5:GST_ELEMENT_*=3" msgstr "" -#: gst/gst.c:118 +#: gst/gst.c:117 msgid "disable color debugging output" msgstr "abschalt Farbe in Fehlersucheausgabe" -#: gst/gst.c:119 +#: gst/gst.c:118 msgid "disable debugging" msgstr "abschalt die Fehlersuche" -#: gst/gst.c:120 +#: gst/gst.c:119 msgid "print available debug categories and exit" msgstr "" -#: gst/gst.c:122 +#: gst/gst.c:121 msgid "Disable accelerated CPU instructions" msgstr "" -#: gst/gst.c:123 +#: gst/gst.c:122 msgid "enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'--separated path list for loading plugins" msgstr "" -#: gst/gst.c:125 +#: gst/gst.c:124 msgid "" "comma-separated list of plugins to preload in addition to the list stored in " "env variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "scheduler to use ('" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "' is the default)" msgstr "" -#: gst/gst.c:127 +#: gst/gst.c:126 msgid "registry to use" msgstr "" #~ msgid "This is a test\n" #~ msgstr "moo\n" - - - diff --git a/po/es.po b/po/es.po index 1ec8cef..8b01f72 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GStreamer 0.7.0.1\n" "Report-Msgid-Bugs-To: \"http://bugzilla.gnome.org\"\n" -"POT-Creation-Date: 2003-10-08 16:20-0700\n" +"POT-Creation-Date: 2003-11-22 17:49+0100\n" "PO-Revision-Date: 2003-10-09 14:10-0700\n" "Last-Translator: David Schleef \n" "Language-Team: translators \n" @@ -15,68 +15,68 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:113 +#: gst/gst.c:112 msgid "Print the GStreamer version" msgstr "" -#: gst/gst.c:114 +#: gst/gst.c:113 msgid "Make all warnings fatal" msgstr "" -#: gst/gst.c:116 +#: gst/gst.c:115 msgid "" "default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:117 +#: gst/gst.c:116 msgid "" "colon-seperated list of category_name=level pairs to set specific levels for " "the individual categories.\n" "Example:GST_AUTOPLUG=5:GST_ELEMENT_*=3" msgstr "" -#: gst/gst.c:118 +#: gst/gst.c:117 msgid "disable color debugging output" msgstr "" -#: gst/gst.c:119 +#: gst/gst.c:118 msgid "disable debugging" msgstr "" -#: gst/gst.c:120 +#: gst/gst.c:119 msgid "print available debug categories and exit" msgstr "" -#: gst/gst.c:122 +#: gst/gst.c:121 msgid "Disable accelerated CPU instructions" msgstr "" -#: gst/gst.c:123 +#: gst/gst.c:122 msgid "enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'--separated path list for loading plugins" msgstr "" -#: gst/gst.c:125 +#: gst/gst.c:124 msgid "" "comma-separated list of plugins to preload in addition to the list stored in " "env variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "scheduler to use ('" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "' is the default)" msgstr "" -#: gst/gst.c:127 +#: gst/gst.c:126 msgid "registry to use" msgstr "" diff --git a/po/gstreamer-0.7.pot b/po/gstreamer-0.7.pot index 7493610..c008f92 100644 --- a/po/gstreamer-0.7.pot +++ b/po/gstreamer-0.7.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \"http://bugzilla.gnome.org\"\n" -"POT-Creation-Date: 2003-10-10 14:09-0700\n" +"POT-Creation-Date: 2003-11-22 17:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,68 +16,68 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:113 +#: gst/gst.c:112 msgid "Print the GStreamer version" msgstr "" -#: gst/gst.c:114 +#: gst/gst.c:113 msgid "Make all warnings fatal" msgstr "" -#: gst/gst.c:116 +#: gst/gst.c:115 msgid "" "default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:117 +#: gst/gst.c:116 msgid "" "colon-seperated list of category_name=level pairs to set specific levels for " "the individual categories.\n" "Example:GST_AUTOPLUG=5:GST_ELEMENT_*=3" msgstr "" -#: gst/gst.c:118 +#: gst/gst.c:117 msgid "disable color debugging output" msgstr "" -#: gst/gst.c:119 +#: gst/gst.c:118 msgid "disable debugging" msgstr "" -#: gst/gst.c:120 +#: gst/gst.c:119 msgid "print available debug categories and exit" msgstr "" -#: gst/gst.c:122 +#: gst/gst.c:121 msgid "Disable accelerated CPU instructions" msgstr "" -#: gst/gst.c:123 +#: gst/gst.c:122 msgid "enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'--separated path list for loading plugins" msgstr "" -#: gst/gst.c:125 +#: gst/gst.c:124 msgid "" "comma-separated list of plugins to preload in addition to the list stored in " "env variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "scheduler to use ('" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "' is the default)" msgstr "" -#: gst/gst.c:127 +#: gst/gst.c:126 msgid "registry to use" msgstr "" diff --git a/po/nl.po b/po/nl.po index 1ec8cef..8b01f72 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GStreamer 0.7.0.1\n" "Report-Msgid-Bugs-To: \"http://bugzilla.gnome.org\"\n" -"POT-Creation-Date: 2003-10-08 16:20-0700\n" +"POT-Creation-Date: 2003-11-22 17:49+0100\n" "PO-Revision-Date: 2003-10-09 14:10-0700\n" "Last-Translator: David Schleef \n" "Language-Team: translators \n" @@ -15,68 +15,68 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:113 +#: gst/gst.c:112 msgid "Print the GStreamer version" msgstr "" -#: gst/gst.c:114 +#: gst/gst.c:113 msgid "Make all warnings fatal" msgstr "" -#: gst/gst.c:116 +#: gst/gst.c:115 msgid "" "default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:117 +#: gst/gst.c:116 msgid "" "colon-seperated list of category_name=level pairs to set specific levels for " "the individual categories.\n" "Example:GST_AUTOPLUG=5:GST_ELEMENT_*=3" msgstr "" -#: gst/gst.c:118 +#: gst/gst.c:117 msgid "disable color debugging output" msgstr "" -#: gst/gst.c:119 +#: gst/gst.c:118 msgid "disable debugging" msgstr "" -#: gst/gst.c:120 +#: gst/gst.c:119 msgid "print available debug categories and exit" msgstr "" -#: gst/gst.c:122 +#: gst/gst.c:121 msgid "Disable accelerated CPU instructions" msgstr "" -#: gst/gst.c:123 +#: gst/gst.c:122 msgid "enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'--separated path list for loading plugins" msgstr "" -#: gst/gst.c:125 +#: gst/gst.c:124 msgid "" "comma-separated list of plugins to preload in addition to the list stored in " "env variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "scheduler to use ('" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "' is the default)" msgstr "" -#: gst/gst.c:127 +#: gst/gst.c:126 msgid "registry to use" msgstr "" diff --git a/po/no.po b/po/no.po index 1ec8cef..8b01f72 100644 --- a/po/no.po +++ b/po/no.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GStreamer 0.7.0.1\n" "Report-Msgid-Bugs-To: \"http://bugzilla.gnome.org\"\n" -"POT-Creation-Date: 2003-10-08 16:20-0700\n" +"POT-Creation-Date: 2003-11-22 17:49+0100\n" "PO-Revision-Date: 2003-10-09 14:10-0700\n" "Last-Translator: David Schleef \n" "Language-Team: translators \n" @@ -15,68 +15,68 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:113 +#: gst/gst.c:112 msgid "Print the GStreamer version" msgstr "" -#: gst/gst.c:114 +#: gst/gst.c:113 msgid "Make all warnings fatal" msgstr "" -#: gst/gst.c:116 +#: gst/gst.c:115 msgid "" "default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:117 +#: gst/gst.c:116 msgid "" "colon-seperated list of category_name=level pairs to set specific levels for " "the individual categories.\n" "Example:GST_AUTOPLUG=5:GST_ELEMENT_*=3" msgstr "" -#: gst/gst.c:118 +#: gst/gst.c:117 msgid "disable color debugging output" msgstr "" -#: gst/gst.c:119 +#: gst/gst.c:118 msgid "disable debugging" msgstr "" -#: gst/gst.c:120 +#: gst/gst.c:119 msgid "print available debug categories and exit" msgstr "" -#: gst/gst.c:122 +#: gst/gst.c:121 msgid "Disable accelerated CPU instructions" msgstr "" -#: gst/gst.c:123 +#: gst/gst.c:122 msgid "enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'" msgstr "" -#: gst/gst.c:124 +#: gst/gst.c:123 msgid "'--separated path list for loading plugins" msgstr "" -#: gst/gst.c:125 +#: gst/gst.c:124 msgid "" "comma-separated list of plugins to preload in addition to the list stored in " "env variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "scheduler to use ('" msgstr "" -#: gst/gst.c:126 +#: gst/gst.c:125 msgid "' is the default)" msgstr "" -#: gst/gst.c:127 +#: gst/gst.c:126 msgid "registry to use" msgstr ""