gstreamer: gst-uninstalled: Add insanity, insanity-gst and gst-editing-services
Sebastian Dröge
slomo at kemper.freedesktop.org
Wed Apr 25 09:12:51 PDT 2012
Module: gstreamer
Branch: master
Commit: 12eefc0442695fce2ace96ede3221b59068cd74c
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=12eefc0442695fce2ace96ede3221b59068cd74c
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Apr 25 18:11:03 2012 +0200
gst-uninstalled: Add insanity, insanity-gst and gst-editing-services
---
scripts/gst-uninstalled | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 6cc1b37..ac99e03 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -164,9 +164,16 @@ 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
-# gst-qa-system
-export PYTHONPATH=$GST/gst-qa-system:$PYTHONPATH
-export PATH=$GST/gst-qa-system/bin:$PATH
+# insanity
+export PYTHONPATH=$GST/insanity:$PYTHONPATH
+export PATH=$GST/insanity/bin:$PATH
+export PKG_CONFIG_PATH=$GST/insanity/lib:$GST/insanity-gst/lib:$PKG_CONFIG_PATH
+export GI_TYPELIB_PATH=$GST/insanity/lib/insanity:$GST/insanity-gst/lib/insanity-gst:$GI_TYPELIB_PATH
+
+# GStreamer editing services library
+export LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
+export DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
+export PATH=$GST/gst-editing-services/tools:$PATH
# if we got a command, run it, else start a shell
if test ! -z "$1";
More information about the gstreamer-commits
mailing list