mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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
This commit is contained in:
parent
858d9bde08
commit
08ded8cb40
8 changed files with 85 additions and 92 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/*
|
||||
|
||||
|
|
35
po/de.po
35
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 <ds@schleef.org>\n"
|
||||
"Language-Team: Gnome Translators <i18n@gnome.org>\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"
|
||||
|
||||
|
||||
|
||||
|
|
32
po/es.po
32
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 <ds@schleef.org>\n"
|
||||
"Language-Team: translators <translation@gnome.org>\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 ""
|
||||
|
|
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
|
|
32
po/nl.po
32
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 <ds@schleef.org>\n"
|
||||
"Language-Team: translators <translation@gnome.org>\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 ""
|
||||
|
|
32
po/no.po
32
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 <ds@schleef.org>\n"
|
||||
"Language-Team: translators <translation@gnome.org>\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 ""
|
||||
|
|
Loading…
Reference in a new issue