rehome git repo, change config dir to .bcast5
authorGood Guy <good1.2guy@gmail.com>
Thu, 28 Jan 2016 18:53:24 +0000 (11:53 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 28 Jan 2016 18:53:24 +0000 (11:53 -0700)
cinelerra-5.0/bld_scripts/bld_dynamic.sh
cinelerra-5.0/bld_scripts/bld_static.sh
cinelerra-5.0/cinelerra/pluginclient.h
cinelerra-5.0/cinelerra/preferences.inc

index 864e6ca0e14ca8a6580ea66a0fa4bdd7b7f0d9f9..0babdddacbb48d24d5ec7b60f685856ec0b27000 100755 (executable)
@@ -4,19 +4,19 @@ dir="$1"
 shift
 path="/home"
 bld="git-repo"
-proj="cinelerra"
+proj="cinelerra5"
 base="cinelerra-5.0"
 
 if [ ! -d "$path/$dir/$bld" ]; then
-  echo "$bld missing in /$path/$dir"
+  echo "$bld missing in $path/$dir"
   exit 1
 fi
 
 cd "$path/$dir/$bld"
 rm -rf "$proj"
-git clone "http://cinelerra.org/git-repo/$proj"
+git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj"
 if [ $? -ne 0 ]; then
-  echo "git clone $bld/$proj/ failed"
+  echo "git clone $proj failed"
   exit 1
 fi
 
index a7ed47ddf438c477c55a53af2ab5b52ec37a935f..8ee92f4f9cbfda9283e8d178e107c149dfa303b5 100755 (executable)
@@ -4,7 +4,7 @@ dir="$1"
 shift
 path="/home"
 bld="git-repo"
-proj="cinelerra"
+proj="cinelerra5"
 base="cinelerra-5.0"
 
 if [ ! -d "$path/$dir/$bld" ]; then
@@ -14,9 +14,9 @@ fi
 
 cd "$path/$dir/$bld"
 rm -rf "$proj"
-git clone "http://cinelerra.org/git-repo/$proj"
+git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj"
 if [ $? -ne 0 ]; then
-  echo "git clone $bld/$proj/ failed"
+  echo "git clone $proj failed"
   exit 1
 fi
 
index 3ffa84e4c079ad19e02050103da97e739da9df48..da684b4fb257b6914f6256f6cfd4c778a7423cf7 100644 (file)
@@ -24,7 +24,7 @@
 
 // Base class inherited by all the different types of plugins.
 
-#define BCASTDIR "~/.bcast/"
+#define BCASTDIR "~/.bcast5/"
 #define MAX_FRAME_BUFFER 1024
 
 class PluginClient;
index 11910235f11a6f1eedfb0de9182e660a4460064c..172ce2c6ee05b90f4da34cd8773ca94491bfe0e9 100644 (file)
@@ -23,7 +23,7 @@
 #define PREFERENCES_INC
 
 // Run-time configuration directory
-#define BCASTDIR "~/.bcast/"
+#define BCASTDIR "~/.bcast5/"
 #define BACKUP_PATH BCASTDIR "backup.xml"
 #define DEAMON_PORT 400