-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathclone_addons.sh
executable file
·69 lines (52 loc) · 1.47 KB
/
clone_addons.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#!/bin/bash
#Dependencies of Sonoscopio
if [ -z $1 ]; then
PREFIX="git clone https://github.com/"
else
PREFIX="git clone [email protected]:"
fi
cd ../../../addons
#ofxAudioAnalyzer------------------------
${PREFIX}leozimmerman/ofxAudioAnalyzer.git
#ofxAudioDecoder------------------------
${PREFIX}leozimmerman/ofxAudioDecoder.git
#ofxDatGui------------------------
${PREFIX}leozimmerman/ofxDatGui.git
cd ofxDatGui
git checkout sonoscopio
cd ../
#ofxMSATimer------------------------
${PREFIX}obviousjim/ofxMSATimer.git
cd ofxMSATimer
git checkout 14e1ff8b0a358151ba13efadac96cf1c50266518
cd ../
#ofxRange------------------------
${PREFIX}Flightphase/ofxRange.git
cd ofxRange
git checkout 8e232a33a0db5007c425c3d1ebc7f57ffb2232ac
cd ../
#ofxTextInputField------------------------
${PREFIX}elliotwoods/ofxTextInputField.git
cd ofxTextInputField
git checkout e265bee9547cc1790395f9a1b83289e4e11a7624
cd ../
#ofxTimeMeasurements------------------------
${PREFIX}armadillu/ofxTimeMeasurements.git
cd ofxTimeMeasurements
git checkout 47fd27f73850dcaf27ffb5dcb339cbbc04e1af91
cd ../
#ofxTimecode------------------------
${PREFIX}YCAMInterlab/ofxTimecode.git
cd ofxTimecode
git checkout d8b6b97e1334453753b369ace86e0ce7113946b3
cd ../
#ofxTimeline------------------------
${PREFIX}leozimmerman/ofxTimeline.git
cd ofxTimeline
git checkout sonoscopio
cd ../
#ofxTween------------------------
${PREFIX}obviousjim/ofxTween.git
cd ofxTween
git checkout 120757d613b497a7045ee64c1e548abf31ace38e
cd ../