summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-25 18:11:03 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-25 18:12:42 +0200
commit12eefc0442695fce2ace96ede3221b59068cd74c (patch)
tree874abf273ef118230984394ba4ca213ba56fd633 /scripts
parentb67be761e010fb6320ee8aa4316a1b00f9a8fce2 (diff)
gst-uninstalled: Add insanity, insanity-gst and gst-editing-services
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled13
1 files changed, 10 insertions, 3 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 6cc1b3716..ac99e039c 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";