summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good1.in
blob: 61c69d83feacc46feb4645ad98fdb6d82ff50fb8 (plain)
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
## SECTION=multimedia_gstreamer1

menuconfig GST_PLUGINS_GOOD1
	tristate
	select GLIB
	select GSTREAMER1
	select GST_PLUGINS_BASE1
	select ORC
	select LIBPNG			if GST_PLUGINS_GOOD1_LIBPNG
	select LIBJPEG			if GST_PLUGINS_GOOD1_JPEG
	select ZLIB			if GST_PLUGINS_GOOD1_ZLIB
	select BZIP2			if GST_PLUGINS_GOOD1_BZ2
	select BZIP2_LIBBZ2		if GST_PLUGINS_GOOD1_BZ2
	select LIBCACA			if GST_PLUGINS_GOOD1_LIBCACA
	select XORG_LIB_X11		if GST_PLUGINS_GOOD1_X
	select XORG_LIB_XDAMAGE		if GST_PLUGINS_GOOD1_X
	select XORG_LIB_XEXT		if GST_PLUGINS_GOOD1_X
	select XORG_LIB_XFIXES		if GST_PLUGINS_GOOD1_X
	select GDK_PIXBUF		if GST_PLUGINS_GOOD1_GDK_PIXBUF
	select GTK			if GST_PLUGINS_GOOD1_GTK3
	select LAME			if GST_PLUGINS_GOOD1_LAME
	select LIBSOUP			if GST_PLUGINS_GOOD1_SOUP
	select SPEEX			if GST_PLUGINS_GOOD1_SPEEX
	select FLAC			if GST_PLUGINS_GOOD1_FLAC
	select CAIRO			if GST_PLUGINS_GOOD1_CAIRO
	select UDEV			if GST_PLUGINS_GOOD1_GST_V4L2
	select LIBGUDEV			if GST_PLUGINS_GOOD1_GST_V4L2
	select V4L_UTILS		if GST_PLUGINS_GOOD1_GST_V4L2_LIBV4L2
	select V4L_UTILS_LIBV4L2	if GST_PLUGINS_GOOD1_GST_V4L2_LIBV4L2
	select LIBSHOUT			if GST_PLUGINS_GOOD1_SHOUT2
	select PULSEAUDIO		if GST_PLUGINS_GOOD1_PULSE
	select QT5			if GST_PLUGINS_GOOD1_QT
	select QT5_GUI			if GST_PLUGINS_GOOD1_QT
	select QT5_MODULE_QTDECLARATIVE	if GST_PLUGINS_GOOD1_QT
	select TWOLAME			if GST_PLUGINS_GOOD1_TWOLAME

	prompt "gst-plugins-good              "
	help
	  GStreamer Good Plug-ins is a set of plug-ins that
	  we consider to have good quality code, correct
	  functionality, our preferred license (LGPL for the
	  plug-in code, LGPL or LGPL-compatible for the
	  supporting library).

if GST_PLUGINS_GOOD1

# ------------------------------
comment "dependency-less plugins"
# ------------------------------

config GST_PLUGINS_GOOD1_ALPHA
	bool
	prompt "alpha"

config GST_PLUGINS_GOOD1_APETAG
	bool
	prompt "apetag"

config GST_PLUGINS_GOOD1_AUDIOFX
	bool
	prompt "audiofx"

config GST_PLUGINS_GOOD1_AUDIOPARSERS
	bool
	prompt "audioparsers"

config GST_PLUGINS_GOOD1_AUPARSE
	bool
	prompt "auparse"

config GST_PLUGINS_GOOD1_AUTODETECT
	bool
	prompt "autodetect"

config GST_PLUGINS_GOOD1_AVI
	bool
	prompt "avi"

config GST_PLUGINS_GOOD1_CUTTER
	bool
	prompt "cutter"

config GST_PLUGINS_GOOD1_DEBUGUTILS
	bool
	prompt "debugutils"

config GST_PLUGINS_GOOD1_DEINTERLACE
	bool
	prompt "deinterlace"

config GST_PLUGINS_GOOD1_DTMF
	bool
	prompt "dtmf"

config GST_PLUGINS_GOOD1_EFFECTV
	bool
	prompt "effectv"

config GST_PLUGINS_GOOD1_EQUALIZER
	bool
	prompt "equalizer"

config GST_PLUGINS_GOOD1_FLV
	bool
	prompt "flv"

config GST_PLUGINS_GOOD1_FLX
	bool
	prompt "flx"

config GST_PLUGINS_GOOD1_GOOM
	bool
	prompt "goom"

config GST_PLUGINS_GOOD1_GOOM2K1
	bool
	prompt "goom2k1"

config GST_PLUGINS_GOOD1_ICYDEMUX
	bool
	prompt "icydemux"

config GST_PLUGINS_GOOD1_ID3DEMUX
	bool
	prompt "id3demux"

config GST_PLUGINS_GOOD1_IMAGEFREEZE
	bool
	prompt "imagefreeze"

config GST_PLUGINS_GOOD1_INTERLEAVE
	bool
	prompt "interleave"

config GST_PLUGINS_GOOD1_QTDEMUX
	bool
	prompt "isomp4"

config GST_PLUGINS_GOOD1_LAW
	bool
	prompt "law"

config GST_PLUGINS_GOOD1_LEVEL
	bool
	prompt "level"

config GST_PLUGINS_GOOD1_MATROSKA
	bool
	prompt "matroska"

config GST_PLUGINS_GOOD1_MONOSCOPE
	bool
	prompt "monoscope"

config GST_PLUGINS_GOOD1_MULTIFILE
	bool
	prompt "multifile"

config GST_PLUGINS_GOOD1_MULTIPART
	bool
	prompt "multipart"

config GST_PLUGINS_GOOD1_REPLAYGAIN
	bool
	prompt "replaygain"

config GST_PLUGINS_GOOD1_RTP
	bool
	prompt "rtp"

config GST_PLUGINS_GOOD1_RTPMANAGER
	bool
	prompt "rtpmanager"

config GST_PLUGINS_GOOD1_RTSP
	bool
	prompt "rtsp"

config GST_PLUGINS_GOOD1_SHAPEWIPE
	bool
	prompt "shapewipe"

config GST_PLUGINS_GOOD1_SMPTE
	bool
	prompt "smpte"

config GST_PLUGINS_GOOD1_SPECTRUM
	bool
	prompt "spectrum"

config GST_PLUGINS_GOOD1_UDP
	bool
	prompt "udp"

config GST_PLUGINS_GOOD1_VIDEOBOX
	bool
	prompt "videobox"

config GST_PLUGINS_GOOD1_VIDEOCROP
	bool
	prompt "videocrop"

config GST_PLUGINS_GOOD1_VIDEOFILTER
	bool
	prompt "videofilter"

config GST_PLUGINS_GOOD1_VIDEOMIXER
	bool
	prompt "videomixer"

config GST_PLUGINS_GOOD1_WAVENC
	bool
	prompt "wavenc"

config GST_PLUGINS_GOOD1_WAVPARSE
	bool
	prompt "wavparse"

config GST_PLUGINS_GOOD1_Y4M
	bool
	prompt "y4m"

# ---------------------------------
comment "plugins with dependencies"
# ---------------------------------

config GST_PLUGINS_GOOD1_OSS
	bool
	prompt "oss"

config GST_PLUGINS_GOOD1_OSS4
	bool
	prompt "oss4"

config GST_PLUGINS_GOOD1_GST_V4L2
	bool
	prompt "gst_v4l2"

config GST_PLUGINS_GOOD1_GST_V4L2_LIBV4L2
	bool
	depends on GST_PLUGINS_GOOD1_GST_V4L2
	prompt "build v4l2 plugin with libv4l2 support"

config GST_PLUGINS_GOOD1_X
	bool
	prompt "x"

config GST_PLUGINS_GOOD1_AALIB
	bool
	depends on BROKEN
	prompt "aalib"

config GST_PLUGINS_GOOD1_CAIRO
	bool
	prompt "cairo"

config GST_PLUGINS_GOOD1_FLAC
	bool
	prompt "flac"

config GST_PLUGINS_GOOD1_GDK_PIXBUF
	bool
	prompt "gdk_pixbuf"

config GST_PLUGINS_GOOD1_GTK3
	bool
	prompt "gtk3"

config GST_PLUGINS_GOOD1_JACK
	bool
	prompt "jack"
	depends on BROKEN

config GST_PLUGINS_GOOD1_JPEG
	bool
	prompt "jpeg"

config GST_PLUGINS_GOOD1_LAME
	bool
	prompt "lame"

config GST_PLUGINS_GOOD1_LIBCACA
	bool
	prompt "libcaca"

config GST_PLUGINS_GOOD1_LIBDV
	bool
	depends on BROKEN
	prompt "libdv"

config GST_PLUGINS_GOOD1_LIBPNG
	bool
	prompt "libpng"

config GST_PLUGINS_GOOD1_MPG123
	bool
	prompt "mpg123"
	# needs libmpg123
	depends on BROKEN

config GST_PLUGINS_GOOD1_PULSE
	bool
	prompt "pulse"

config GST_PLUGINS_GOOD1_DV1394
	bool
	depends on BROKEN
	prompt "dv1394"

config GST_PLUGINS_GOOD1_QT
	bool
	prompt "qt"

config GST_PLUGINS_GOOD1_SHOUT2
	bool
	prompt "shout2"

config GST_PLUGINS_GOOD1_SOUP
	bool
	prompt "soup"

config GST_PLUGINS_GOOD1_SPEEX
	bool
	prompt "speex"

config GST_PLUGINS_GOOD1_TAGLIB
	bool
	depends on BROKEN
	prompt "taglib"

config GST_PLUGINS_GOOD1_TWOLAME
	bool
	prompt "twolame"

config GST_PLUGINS_GOOD1_VPX
	bool
	depends on BROKEN
	prompt "vpx"

config GST_PLUGINS_GOOD1_WAVPACK
	bool
	depends on BROKEN
	prompt "wavpack"

comment "Support options"

config GST_PLUGINS_GOOD1_ZLIB
	bool
	prompt "zlib"
	help
	  zlib support for id3demux/qtdemux/matroska

config GST_PLUGINS_GOOD1_BZ2
	bool
	prompt "bz2"
	help
	  bz2 support for matroska

endif