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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
Index: flumotion-0.5.3/flumotion/scenario/live/Makefile.am
===================================================================
--- flumotion-0.5.3/flumotion/scenario/live/Makefile.am (revision 7757)
+++ flumotion-0.5.3/flumotion/scenario/live/Makefile.am (working copy)
@@ -4,6 +4,10 @@
component_PYTHON = \
__init__.py \
wizard_gtk.py
+
+component_DATA = \
+ live.xml
+
TAGS_FILES = $(component_PYTHON)
clean-local:
Index: flumotion-0.5.3/flumotion/scenario/live/live.xml
===================================================================
--- flumotion-0.5.3/flumotion/scenario/live/live.xml (revision 0)
+++ flumotion-0.5.3/flumotion/scenario/live/live.xml (revision 0)
@@ -0,0 +1,26 @@
+<registry>
+ <scenarios>
+ <scenario type="live-scenario"
+ base="flumotion/scenario/live"
+ _description="Creates a live stream.">
+ <entries>
+ <entry type="wizard" location="wizard_gtk.py"
+ function="LiveAssistantPlugin" />
+ </entries>
+ </scenario>
+ </scenarios>
+ <bundles>
+ <bundle name="live-scenario-base">
+ <dependencies>
+ <dependency name="scenario-base"/>
+ <dependency name="scenario-steps"/>
+ </dependencies>
+ <directories>
+ <directory name="flumotion/scenario/live">
+ <filename location="wizard_gtk.py" />
+ <filename location="__init__.py" />
+ </directory>
+ </directories>
+ </bundle>
+ </bundles>
+</registry>
Index: flumotion-0.5.3/flumotion/scenario/scenario.xml
===================================================================
--- flumotion-0.5.3/flumotion/scenario/scenario.xml (revision 0)
+++ flumotion-0.5.3/flumotion/scenario/scenario.xml (revision 0)
@@ -0,0 +1,11 @@
+<registry>
+ <bundles>
+ <bundle name="scenario-base">
+ <directories>
+ <directory name="flumotion/scenario">
+ <filename location="__init__.py" />
+ </directory>
+ </directories>
+ </bundle>
+ </bundles>
+</registry>
Index: flumotion-0.5.3/flumotion/scenario/ondemand/ondemand.xml
===================================================================
--- flumotion-0.5.3/flumotion/scenario/ondemand/ondemand.xml (revision 0)
+++ flumotion-0.5.3/flumotion/scenario/ondemand/ondemand.xml (revision 0)
@@ -0,0 +1,26 @@
+<registry>
+ <scenarios>
+ <scenario type="ondemand-scenario"
+ base="flumotion/scenario/ondemand"
+ _description="Creates an ondemand stream.">
+ <entries>
+ <entry type="wizard" location="wizard_gtk.py"
+ function="OndemandAssistantPlugin" />
+ </entries>
+ </scenario>
+ </scenarios>
+ <bundles>
+ <bundle name="ondemand-scenario-base">
+ <dependencies>
+ <dependency name="scenario-base" />
+ <dependency name="scenario-steps"/>
+ </dependencies>
+ <directories>
+ <directory name="flumotion/scenario/ondemand">
+ <filename location="wizard_gtk.py" />
+ <filename location="__init__.py" />
+ </directory>
+ </directories>
+ </bundle>
+ </bundles>
+</registry>
Index: flumotion-0.5.3/flumotion/scenario/ondemand/Makefile.am
===================================================================
--- flumotion-0.5.3/flumotion/scenario/ondemand/Makefile.am (revision 7757)
+++ flumotion-0.5.3/flumotion/scenario/ondemand/Makefile.am (working copy)
@@ -5,6 +5,9 @@
__init__.py \
wizard_gtk.py
+component_DATA = \
+ ondemand.xml
+
TAGS_FILES = $(component_PYTHON)
clean-local:
Index: flumotion-0.5.3/flumotion/scenario/Makefile.am
===================================================================
--- flumotion-0.5.3/flumotion/scenario/Makefile.am (revision 7757)
+++ flumotion-0.5.3/flumotion/scenario/Makefile.am (working copy)
@@ -4,6 +4,9 @@
component_PYTHON = \
__init__.py
+component_DATA = \
+ scenario.xml
+
TAGS_FILES = $(component_PYTHON)
clean-local:
Index: flumotion-0.5.3/flumotion/scenario/steps/Makefile.am
===================================================================
--- flumotion-0.5.3/flumotion/scenario/steps/Makefile.am (revision 7757)
+++ flumotion-0.5.3/flumotion/scenario/steps/Makefile.am (working copy)
@@ -13,6 +13,9 @@
shout2steps.py \
summarysteps.py
+component_DATA = \
+ steps.xml
+
TAGS_FILES = $(component_PYTHON)
clean-local:
Index: flumotion-0.5.3/flumotion/scenario/steps/steps.xml
===================================================================
--- flumotion-0.5.3/flumotion/scenario/steps/steps.xml (revision 0)
+++ flumotion-0.5.3/flumotion/scenario/steps/steps.xml (revision 0)
@@ -0,0 +1,23 @@
+<registry>
+ <bundles>
+ <bundle name="scenario-steps">
+ <dependencies>
+ <dependency name="scenario-base"/>
+ </dependencies>
+ <directories>
+ <directory name="flumotion/scenario/steps">
+ <filename location="consumptionsteps.py"/>
+ <filename location="conversionsteps.py"/>
+ <filename location="diskersteps.py"/>
+ <filename location="httpstreamersteps.py"/>
+ <filename location="__init__.py"/>
+ <filename location="ondemandstep.py"/>
+ <filename location="productionsteps.py"/>
+ <filename location="shout2steps.py"/>
+ <filename location="summarysteps.py"/>
+ <filename location="licensestep.py"/>
+ </directory>
+ </directories>
+ </bundle>
+ </bundles>
+</registry>
|