[gst-devel] Re: [gst-cvs] theuraeus gstreamer: gstreamer/ gstreamer/docs/ gstreamer/po/

Thomas Vander Stichele thomas at apestaart.org
Sat Nov 22 15:49:02 CET 2003


Hey Christian,

removing the docs isn't the right way to build packages.
You can disable building of docs with a configure flag, so if you can't
get packages built then just don't build the docs in the package.

Please revert this patch, as we're about to releasee.

Thanks
Thomas


On Sat, 2003-11-22 at 23:06, Christian Schaller wrote:
> CVS Root:       /cvsroot/gstreamer
> Module:         gstreamer
> Changes by:     theuraeus
> Date:           Sat Nov 22 2003  14:06:42 PST
> 
> Log message:
> misc build fixes to make cvs head build from tarballs on Fedora
> 
> Modified files:
>     .               : configure.ac gstreamer.spec.in
>     docs            : Makefile.am
>     po              : de.po es.po gstreamer-0.7.pot nl.po no.po
> 
> Links:
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/configure.ac.diff?r1=1.239&r2=1.240
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gstreamer.spec.in.diff?r1=1.122&r2=1.123
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/docs/Makefile.am.diff?r1=1.28&r2=1.29
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/po/de.po.diff?r1=1.3&r2=1.4
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/po/es.po.diff?r1=1.1&r2=1.2
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/po/gstreamer-0.7.pot.diff?r1=1.2&r2=1.3
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/po/nl.po.diff?r1=1.1&r2=1.2
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/po/no.po.diff?r1=1.1&r2=1.2
> 
> ====Begin Diffs====
> Index: configure.ac
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/configure.ac,v
> retrieving revision 1.239
> retrieving revision 1.240
> diff -u -d -r1.239 -r1.240
> --- configure.ac	19 Nov 2003 15:08:59 -0000	1.239
> +++ configure.ac	22 Nov 2003 22:06:30 -0000	1.240
> @@ -635,11 +635,8 @@
>  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
> Index: gstreamer.spec.in
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/gstreamer.spec.in,v
> retrieving revision 1.122
> retrieving revision 1.123
> diff -u -d -r1.122 -r1.123
> --- gstreamer.spec.in	9 Nov 2003 18:47:11 -0000	1.122
> +++ gstreamer.spec.in	22 Nov 2003 22:06:30 -0000	1.123
> @@ -196,14 +196,13 @@
>  #  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/*
>  
> Index: Makefile.am
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/docs/Makefile.am,v
> retrieving revision 1.28
> retrieving revision 1.29
> diff -u -d -r1.28 -r1.29
> --- Makefile.am	9 Oct 2003 13:10:54 -0000	1.28
> +++ Makefile.am	22 Nov 2003 22:06:30 -0000	1.29
> @@ -6,20 +6,20 @@
>  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
> Index: de.po
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/po/de.po,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -d -r1.3 -r1.4
> --- de.po	10 Oct 2003 21:37:10 -0000	1.3
> +++ de.po	22 Nov 2003 22:06:30 -0000	1.4
> @@ -7,7 +7,7 @@
>  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 at schleef.org>\n"
>  "Language-Team: Gnome Translators <i18n at gnome.org>\n"
> @@ -15,74 +15,71 @@
>  "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"
> -
> -
> -
> Index: es.po
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/po/es.po,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -d -r1.1 -r1.2
> --- es.po	10 Oct 2003 21:37:10 -0000	1.1
> +++ es.po	22 Nov 2003 22:06:30 -0000	1.2
> @@ -7,7 +7,7 @@
>  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 at schleef.org>\n"
>  "Language-Team: translators <translation at gnome.org>\n"
> @@ -15,68 +15,68 @@
>  "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 ""
> Index: gstreamer-0.7.pot
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/po/gstreamer-0.7.pot,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -d -r1.2 -r1.3
> --- gstreamer-0.7.pot	10 Oct 2003 21:37:10 -0000	1.2
> +++ gstreamer-0.7.pot	22 Nov 2003 22:06:30 -0000	1.3
> @@ -8,7 +8,7 @@
>  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 at ADDRESS>\n"
>  "Language-Team: LANGUAGE <LL at li.org>\n"
> @@ -16,68 +16,68 @@
>  "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 ""
> Index: nl.po
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/po/nl.po,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -d -r1.1 -r1.2
> --- nl.po	10 Oct 2003 21:37:10 -0000	1.1
> +++ nl.po	22 Nov 2003 22:06:30 -0000	1.2
> @@ -7,7 +7,7 @@
>  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 at schleef.org>\n"
>  "Language-Team: translators <translation at gnome.org>\n"
> @@ -15,68 +15,68 @@
>  "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 ""
> Index: no.po
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/po/no.po,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -d -r1.1 -r1.2
> --- no.po	10 Oct 2003 21:37:10 -0000	1.1
> +++ no.po	22 Nov 2003 22:06:30 -0000	1.2
> @@ -7,7 +7,7 @@
>  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 at schleef.org>\n"
>  "Language-Team: translators <translation at gnome.org>\n"
> @@ -15,68 +15,68 @@
>  "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 ""
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> gstreamer-cvs-verbose mailing list
> gstreamer-cvs-verbose at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose

Dave/Dina : future TV today ! - http://davedina.apestaart.org/
<-*- thomas (dot) apestaart (dot) org -*->
Mag je buiten
Kom je spelen
Jij mag winnen
Daar kan ik tegen
<-*- thomas (at) apestaart (dot) org -*->
URGent, best radio on the net - 24/7 ! - http://urgent.rug.ac.be/






More information about the gstreamer-devel mailing list