|
15 | 15 | # and the PG will write to the console the kind of error and in which line it is |
16 | 16 |
|
17 | 17 | meta: |
18 | | - ADDON_NAME = ofxVisualProgramming |
19 | | - ADDON_DESCRIPTION = A visual programming patching environment for OF |
20 | | - ADDON_AUTHOR = Emanuele Mazza |
21 | | - ADDON_TAGS = "visual programming" "visual patching" "cyber-transmedia programming" |
| 18 | + ADDON_NAME = ofxVisualProgramming |
| 19 | + ADDON_DESCRIPTION = A visual programming patching environment for OF |
| 20 | + ADDON_AUTHOR = Emanuele Mazza |
| 21 | + ADDON_TAGS = "visual programming" "visual patching" "cyber-transmedia programming" |
22 | 22 | ADDON_URL = http://github.com/d3cod3/ofxVisualProgramming |
23 | 23 |
|
24 | 24 | common: |
25 | 25 | # dependencies with other addons, a list of them separated by spaces |
26 | 26 | # or use += in several lines |
27 | 27 | ADDON_DEPENDENCIES = ofxAssimpModelLoader ofxGui ofxKinect ofxNetwork ofxOpenCv ofxOsc ofxSvg ofxVectorGraphics ofxXmlSettings |
28 | 28 | ADDON_DEPENDENCIES += ofxAudioAnalyzer ofxAudioFile ofxBTrack ofxChromaKeyShader ofxCv ofxEasing ofxFFmpegRecorder ofxFontStash ofxGLEditor |
29 | | -<<<<<<< HEAD |
30 | 29 | ADDON_DEPENDENCIES += ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D |
31 | 30 | ADDON_DEPENDENCIES += ofxPDSP ofxTimeline ofxWarp |
32 | 31 | ADDON_DEPENDENCIES += ofxImGui |
33 | | -======= |
34 | | - ADDON_DEPENDENCIES += ofxDatGui ofxHistoryPlot ofxJSON ofxInfiniteCanvas ofxLua ofxMidi ofxMtlMapping2D ofxParagraph |
35 | | - ADDON_DEPENDENCIES += ofxPDSP ofxThreadedFileDialog ofxTimeline ofxTimeMeasurements ofxWarp |
36 | | ->>>>>>> master |
37 | 32 |
|
38 | 33 | # include search paths, this will be usually parsed from the file system |
39 | 34 | # but if the addon or addon libraries need special search paths they can be |
@@ -77,21 +72,12 @@ common: |
77 | 72 | # a specific platform |
78 | 73 | # ADDON_INCLUDES_EXCLUDE = |
79 | 74 |
|
| 75 | + |
80 | 76 | linux64: |
81 | | -<<<<<<< HEAD |
82 | 77 | ADDON_DEPENDENCIES += ofxPd ofxPdExternals ofxPython ofxNDI |
83 | 78 |
|
84 | 79 | msys2: |
85 | 80 | ADDON_SOURCES_EXCLUDE = src/objects/scripting/BashScript% src/objects/scripting/PythonScript% src/objects/sound/PDPatch% src/objects/video/VideoSender% src/objects/video/VideoReceiver% |
86 | 81 |
|
87 | 82 | osx: |
88 | 83 | ADDON_DEPENDENCIES += ofxPd ofxPdExternals ofxPython ofxNDI |
89 | | -======= |
90 | | - ADDON_DEPENDENCIES += ofxJava ofxPd ofxPdExternals ofxPython ofxNDI |
91 | | - |
92 | | -msys2: |
93 | | - ADDON_SOURCES_EXCLUDE = src/objects/scripting/BashScript% src/objects/scripting/ProcessingScript% src/objects/scripting/PythonScript% src/objects/sound/PDPatch% src/objects/video/VideoSender% src/objects/video/VideoReceiver% |
94 | | - |
95 | | -osx: |
96 | | - ADDON_DEPENDENCIES += ofxJava ofxPd ofxPdExternals ofxPython ofxNDI |
97 | | ->>>>>>> master |
0 commit comments