mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
scripts: move gst-uninstalled from docs/faq to scripts
Don't include the long gst-uninstalled script in verbatim in the faq anymore (there is a link to cgit). Dist the script under its new location.
This commit is contained in:
parent
4da2c6b380
commit
8baf6fa494
6 changed files with 6 additions and 10 deletions
|
@ -33,6 +33,7 @@ EXTRA_DIST = \
|
||||||
gst-element-check.m4.in \
|
gst-element-check.m4.in \
|
||||||
configure.ac autogen.sh depcomp \
|
configure.ac autogen.sh depcomp \
|
||||||
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
||||||
|
scripts/gst-uninstalled \
|
||||||
$(win32)
|
$(win32)
|
||||||
|
|
||||||
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
||||||
|
|
2
README
2
README
|
@ -220,7 +220,7 @@ After the autogen.sh stage, you can follow the directions listed in
|
||||||
"COMPILING FROM SOURCE"
|
"COMPILING FROM SOURCE"
|
||||||
|
|
||||||
You can also run your whole cvs stack uninstalled. The script in
|
You can also run your whole cvs stack uninstalled. The script in
|
||||||
the gstreamer module /docs/faq/gst-uninstalled) is helpful in setting
|
the gstreamer module /scripts/gst-uninstalled) is helpful in setting
|
||||||
up your environment for this.
|
up your environment for this.
|
||||||
|
|
||||||
PLUG-IN DEPENDENCIES AND LICENSES
|
PLUG-IN DEPENDENCIES AND LICENSES
|
||||||
|
|
|
@ -17,7 +17,7 @@ PNG_SRC =
|
||||||
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
||||||
|
|
||||||
# extra sources to copy in build directory
|
# extra sources to copy in build directory
|
||||||
EXTRA_SRC = gst-uninstalled
|
EXTRA_SRC =
|
||||||
|
|
||||||
### this is the generic bit and you shouln't need to change this
|
### this is the generic bit and you shouln't need to change this
|
||||||
|
|
||||||
|
|
|
@ -45,12 +45,9 @@ or integrate with autoconf using the pkg.m4 macro (providing PKG_CONFIG_CHECK).
|
||||||
<para>
|
<para>
|
||||||
It is possible to develop and compile against an uninstalled copy of
|
It is possible to develop and compile against an uninstalled copy of
|
||||||
gstreamer and gst-plugins-* (for example, against gits checkouts).
|
gstreamer and gst-plugins-* (for example, against gits checkouts).
|
||||||
The easiest way to do this is to use a bash script like this (also:
|
The easiest way to do this is to use a bash script like this:
|
||||||
<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/faq/gst-uninstalled">lastest version of gst-uninstalled</ulink>):
|
<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/faq/gst-uninstalled">lastest version of gst-uninstalled</ulink>.
|
||||||
|
|
||||||
<programlisting>
|
|
||||||
&gst-uninstalled;
|
|
||||||
</programlisting>
|
|
||||||
If you put this script in your path, and symlink it to gst-git (if you want
|
If you put this script in your path, and symlink it to gst-git (if you want
|
||||||
to develop against git master) or to gst-released (if you want to develop
|
to develop against git master) or to gst-released (if you want to develop
|
||||||
against the lastest release of each module), it will automatically use the
|
against the lastest release of each module), it will automatically use the
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
<!ENTITY % version-entities SYSTEM "version.entities">
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
||||||
%version-entities;
|
%version-entities;
|
||||||
|
|
||||||
<!ENTITY gst-uninstalled SYSTEM "gst-uninstalled">
|
|
||||||
|
|
||||||
<!ENTITY START SYSTEM "start.xml">
|
<!ENTITY START SYSTEM "start.xml">
|
||||||
<!ENTITY GENERAL SYSTEM "general.xml">
|
<!ENTITY GENERAL SYSTEM "general.xml">
|
||||||
<!ENTITY DEPENDENCIES SYSTEM "dependencies.xml">
|
<!ENTITY DEPENDENCIES SYSTEM "dependencies.xml">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -i
|
#!/bin/bash -i
|
||||||
#
|
#
|
||||||
# this script is in git as gstreamer/docs/faq/gst-uninstalled
|
# this script is in git as gstreamer/scripts/gst-uninstalled
|
||||||
#
|
#
|
||||||
# It will set up the environment to use and develop gstreamer and projects
|
# It will set up the environment to use and develop gstreamer and projects
|
||||||
# that use gstreamer with an uninstalled git checkout of gstreamer and the
|
# that use gstreamer with an uninstalled git checkout of gstreamer and the
|
Loading…
Reference in a new issue