[pitivi] bin: Compile the 1.2 branch by default



commit b84d61acbb07d7ebb25bf79efb6c02fc8fb084c3
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Fri Sep 27 21:35:56 2013 +0200

    bin: Compile the 1.2 branch by default

 bin/pitivi-git-environment.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bin/pitivi-git-environment.sh b/bin/pitivi-git-environment.sh
index bb68db6..4bc1ff7 100755
--- a/bin/pitivi-git-environment.sh
+++ b/bin/pitivi-git-environment.sh
@@ -15,7 +15,7 @@ MYPITIVI=${MYPITIVI:-$HOME/pitivi-git}
 # Change this variable to 'master' if you prefer to work with the master branch.
 # When using "master", this script will automatically "pull --rebase" modules.
 # For now, we are using master until we depend on a released version.
-GST_RELEASE_TAG="master"
+GST_RELEASE_TAG="1.2"
 
 # If you care about building the GStreamer/GES developer API documentation:
 BUILD_DOCS=false
@@ -49,7 +49,7 @@ MODULES_CORE="${MODULE_GLIB} gobject-introspection pygobject"
 # The following decision has to be made before we've set any env variables,
 # otherwise the script will detect our "gst uninstalled" and think it's the
 # system-wide install.
-if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.1.0.1'; then
+if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.2.0'; then
     MODULES="gnonlin gst-editing-services gst-python gst-devtools"
 else
     MODULES="gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-ffmpeg gnonlin 
gst-editing-services gst-python"
@@ -78,7 +78,7 @@ GI_TYPELIB_PATH=$PITIVI_PREFIX/share/gir-1.0:${GI_TYPELIB_PATH:+:$GI_TYPELIB_PAT
 export PKG_CONFIG_PATH="$PITIVI_PREFIX/lib/pkgconfig:$PITIVI/pygobject:$PKG_CONFIG_PATH"
 
 
-if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.1.0.1'; then
+if pkg-config --exists --print-errors 'gstreamer-1.0 >= 1.2.0.1'; then
   echo "Using system-wide GStreamer 1.0"
 else
   echo "Using a local build of GStreamer 1.0"


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