gst-uninstalled: Extend environment variables to allow using an uninstalled gstreamer-sharp

This commit is contained in:
Sebastian Dröge 2009-10-07 09:54:41 +02:00
parent 7c6d555848
commit fe83b6fa66

View file

@ -51,6 +51,7 @@ $GST/gstreamer/tools:\
$GST/gst-plugins-base/tools:\
$GST/gst-player/src:\
$GST/gst-editor/src:\
$GST/gstreamer-sharp/tools:\
$GST/prefix/bin:\
$PATH"
@ -94,6 +95,7 @@ $GST/prefix/lib/pkgconfig\
:$GST/gst-plugins-good/pkgconfig\
:$GST/gst-python/pkgconfig\
:$GST/gst-rtsp-server/pkgconfig\
:$GST/gstreamer-sharp/pkgconfig\
${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
export GST_PLUGIN_PATH="\
@ -142,6 +144,11 @@ export DYLD_LIBRARY_PATH=$GST/totem-pl-parser/plparse/.libs:$DYLD_LIBRARY_PATH
# totem
export PATH=$GST/totem/src:$PATH
# gstreamer-sharp
export MONO_PATH=$GST/gstreamer-sharp/gstreamer-sharp:$MONO_PATH
export LD_LIBRARY_PATH=$GST/gstreamer-sharp/gstreamer-sharp/glue/.libs:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$GST/gstreamer-sharp/gstreamer-sharp/glue/.libs:$DYLD_LIBRARY_PATH
# if we got a command, run it, else start a shell
if test ! -z "$1";
then