-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cinderblock.xml
30 lines (30 loc) · 935 Bytes
/
cinderblock.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<cinder>
<block
name="Cinder-VDR"
id="com.videodromm.vdr"
author="Bruce Lane"
license="MIT"
summary=" block for Cinder 0.9: utilities for Spout, WebSockets, Shaders"
url="https://github.com/videodromm/Cinder-VDR"
git="git://github.com/videodromm/Cinder-VDR.git"
core="true"
>
<supports os="msw" />
<includePath>include</includePath>
<includePath>src</includePath>
<headerPattern>include/*.h</headerPattern>
<sourcePattern>src/*.cpp</sourcePattern>
<sourcePattern>src/*.c</sourcePattern>
<requires>com.wk.websocketpp</requires>
<requires>nl.cowlumbus.warping</requires>
<requires>org.libcinder.OSC</requires>
<platform os="msw">
<requires>fr.batchass.spout</requires>
<requires>mb.cinder.midi2</requires>
<requires>org.libcinder.HTTPS</requires>
<requires>org.libcinder.wmfvideo</requires>
</platform>
</block>
<template>templates/VD/template.xml</template>
</cinder>