From 57ff83b61e6b11a313a23b1564f9d5f98e418931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 16 Mar 2013 12:00:55 +0000 Subject: [PATCH] gst-uninstalled: add gst-editing-serves to GI_TYPELIB_PATH So pygi can find it. https://bugzilla.gnome.org/show_bug.cgi?id=695937 --- scripts/gst-uninstalled | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 26da56f..b862a1b 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -81,6 +81,7 @@ done # GStreamer Editing Services library LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH +GI_TYPELIB_PATH=$GST/gst-editing-services/ges:$GI_TYPELIB_PATH PATH=$GST/gst-editing-services/tools:$PATH -- 2.7.4