[pitivi/ges] bin: Now use the GES 0.10 branch as master is now based on Gst 0.10



commit 36ab6aef59cd295d8e957a52409b651d9bb9fd53
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Tue Mar 27 23:57:58 2012 -0400

    bin: Now use the GES 0.10 branch as master is now based on Gst 0.10

 bin/pitivi-git |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bin/pitivi-git b/bin/pitivi-git
index 82d4af6..297ca8b 100755
--- a/bin/pitivi-git
+++ b/bin/pitivi-git
@@ -53,9 +53,9 @@ if test ! -e $PITIVI; then
     tar -xf gst-python-0.10.22.tar.gz &&\
     mv gst-python-0.10.22 gst-python &&\
     cd gst-python && ./configure && make &&\
-    #Get GES \
+    #Get GES 0.10 \
     cd .. && git clone git://anongit.freedesktop.org/gstreamer/gst-editing-services &&\
-    cd gst-editing-services && ./autogen.sh && make && cd ../ &&\
+    cd gst-editing-services && git checkout 0.10 && ./autogen.sh && make && cd ../ &&\
     #Get pitivi \
     git clone git://git.gnome.org/pitivi &&\
     cd pitivi && \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]