From fe83b6fa66567342584c690b28fe42b063e54aca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Oct 2009 09:54:41 +0200 Subject: [PATCH] gst-uninstalled: Extend environment variables to allow using an uninstalled gstreamer-sharp --- docs/faq/gst-uninstalled | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled index 2c28b8c..0baf298 100755 --- a/docs/faq/gst-uninstalled +++ b/docs/faq/gst-uninstalled @@ -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 -- 2.7.4