[0.10] gstreamer: gst-uninstalled: Add insanity, insanity-gst and gst-editing-services

Sebastian Dröge slomo at kemper.freedesktop.org
Wed Apr 25 09:11:23 PDT 2012


Module: gstreamer
Branch: 0.10
Commit: 6d39c958cb2352af20eaa008d7a53bf849661cea
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=6d39c958cb2352af20eaa008d7a53bf849661cea

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 045c437..3e4965e 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