gst-uninstalled: Add all the base/bad libraries and remove obsolete ones
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 5 Mar 2013 10:30:22 +0000 (11:30 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 5 Mar 2013 10:31:02 +0000 (11:31 +0100)
scripts/gst-uninstalled

index 6de5263..26da56f 100755 (executable)
@@ -85,7 +85,7 @@ PATH=$GST/gst-editing-services/tools:$PATH
 
 
 # GStreamer plugins base libraries
-for path in allocators app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
+for path in allocators app audio fft pbutils riff rtp rtsp sdp tag utils video
 do
   LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
   DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
@@ -93,7 +93,7 @@ do
 done
 
 # GStreamer plugins bad libraries
-for path in basecamerabinsrc codecparsers interfaces
+for path in basecamerabinsrc codecparsers egl insertbin interfaces signalprocessor video
 do
   LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
   DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
@@ -101,7 +101,7 @@ do
 done
 
 # GStreamer core libraries
-for path in base net check controller
+for path in base check controller net
 do
   LD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$LD_LIBRARY_PATH
   DYLD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$DYLD_LIBRARY_PATH