summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.in
blob: e5d11ccafb5055e342d6542b2b19bc819840746a (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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
## SECTION=multimedia_gstreamer

menuconfig GST_PLUGINS_GOOD
	tristate
	select GLIB
	select LIBOIL
	select GSTREAMER
	select GST_PLUGINS_BASE
	select LIBPNG		if GST_PLUGINS_GOOD_LIBPNG
	select LIBJPEG		if GST_PLUGINS_GOOD_JPEG
	select ZLIB		if GST_PLUGINS_GOOD_ZLIB
	select BZIP2		if GST_PLUGINS_GOOD_BZ2
	select LIBCACA		if GST_PLUGINS_GOOD_LIBCACA
	select XORG_LIB_X11	if GST_PLUGINS_GOOD_X
	select XORG_LIB_X11	if GST_PLUGINS_GOOD_XVIDEO
	select GTK		if GST_PLUGINS_GOOD_GDK_PIXBUF
	select SPEEX		if GST_PLUGINS_GOOD_SPEEX
	select FLAC		if GST_PLUGINS_GOOD_FLAC
	select CAIRO		if GST_PLUGINS_GOOD_CAIRO

	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_GOOD

	config GST_PLUGINS_GOOD_BROKEN
		bool
		prompt "show also broken plugins"
		help
		  Some of the plugins which require external dependencies
		  have not yet ported properly into ptxdist. If you want
		  to play with these plugins, enable this switch.

		  And don't forget to send patches after you have fixed
		  a plugin! :-)

	# ------------------------------
	comment "dependencyless plugins"
	# ------------------------------

	config GST_PLUGINS_GOOD_VIDEOFILTER
		bool
		prompt "videofilter"

	config GST_PLUGINS_GOOD_ALPHA
		bool
		prompt "alpha"

	config GST_PLUGINS_GOOD_APETAG
		bool
		prompt "apetag"

	config GST_PLUGINS_GOOD_AUDIOFX
		bool
		prompt "audiofx"

	config GST_PLUGINS_GOOD_AUPARSE
		bool
		prompt "auparse"

	config GST_PLUGINS_GOOD_AUTODETECT
		bool
		prompt "autodetect"

	config GST_PLUGINS_GOOD_AVI
		bool
		prompt "avi"

	config GST_PLUGINS_GOOD_CUTTER
		bool
		prompt "cutter"

	config GST_PLUGINS_GOOD_DEBUGUTILS
		bool
		prompt "debugutils"

	config GST_PLUGINS_GOOD_DEINTERLACE
		bool
		prompt "deinterlace"

	config GST_PLUGINS_GOOD_EFFECTV
		bool
		prompt "effectv"

	config GST_PLUGINS_GOOD_EQUALIZER
		bool
		prompt "equalizer"

	config GST_PLUGINS_GOOD_FLV
		bool
		prompt "flv"

	config GST_PLUGINS_GOOD_ID3DEMUX
		bool
		prompt "id3demux"

	config GST_PLUGINS_GOOD_ICYDEMUX
		bool
		prompt "icydemux"

	config GST_PLUGINS_GOOD_INTERLEAVE
		bool
		prompt "interleave"

	config GST_PLUGINS_GOOD_FLX
		bool
		prompt "flx"

	config GST_PLUGINS_GOOD_GOOM
		bool
		prompt "goom"

	config GST_PLUGINS_GOOD_GOOM2K1
		bool
		prompt "goom2k1"

	config GST_PLUGINS_GOOD_IMAGEFREEZE
		bool
		prompt "imagefreeze"

	config GST_PLUGINS_GOOD_LAW
		bool
		prompt "law"

	config GST_PLUGINS_GOOD_LEVEL
		bool
		prompt "level"

	config GST_PLUGINS_GOOD_MATROSKA
		bool
		prompt "matroska"

	config GST_PLUGINS_GOOD_MONOSCOPE
		bool
		prompt "monoscope"

	config GST_PLUGINS_GOOD_MULTIFILE
		bool
		prompt "multifile"

	config GST_PLUGINS_GOOD_MULTIPART
		bool
		prompt "multipart"

	config GST_PLUGINS_GOOD_QTDEMUX
		bool
		prompt "qtdemux"

	config GST_PLUGINS_GOOD_REPLAYGAIN
		bool
		prompt "replaygain"

	config GST_PLUGINS_GOOD_RTP
		bool
		prompt "rtp"

	config GST_PLUGINS_GOOD_RTPMANAGER
		bool
		prompt "rtpmanager"

	config GST_PLUGINS_GOOD_RTSP
		bool
		prompt "rtsp"

	config GST_PLUGINS_GOOD_SHAPEWIPE
		bool
		prompt "shapewipe"

	config GST_PLUGINS_GOOD_SMPTE
		bool
		prompt "smpte"

	config GST_PLUGINS_GOOD_SPECTRUM
		bool
		prompt "spectrum"

	config GST_PLUGINS_GOOD_UDP
		bool
		prompt "udp"

	config GST_PLUGINS_GOOD_VIDEOBOX
		bool
		prompt "videobox"

	config GST_PLUGINS_GOOD_VIDEOCROP
		bool
		prompt "videocrop"

	config GST_PLUGINS_GOOD_VIDEOMIXER
		bool
		prompt "videomixer"

	config GST_PLUGINS_GOOD_WAVENC
		bool
		prompt "wavenc"

	config GST_PLUGINS_GOOD_WAVPARSE
		bool
		prompt "wavparse"

	config GST_PLUGINS_GOOD_Y4M
		bool
		prompt "y4m"

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

	config GST_PLUGINS_GOOD_DIRECTSOUND
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "directsound"

	config GST_PLUGINS_GOOD_OSS
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "oss"

	config GST_PLUGINS_GOOD_OSS4
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "oss4"

	config GST_PLUGINS_GOOD_SUNAUDIO
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "sunaudio"

	config GST_PLUGINS_GOOD_OSX_AUDIO
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "osx_audio"

	config GST_PLUGINS_GOOD_OSX_VIDEO
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "osx_video"

	config GST_PLUGINS_GOOD_GST_V4L2
		bool
		prompt "gst_v4l2"

	config GST_PLUGINS_GOOD_XVIDEO
		bool
		depends on GST_PLUGINS_GOOD_GST_V4L2
		prompt "xvideo support"

	config GST_PLUGINS_GOOD_X
		bool
		prompt "x"

	config GST_PLUGINS_GOOD_XSHM
		bool
		depends on GST_PLUGINS_GOOD_X
		prompt "xshm support"

	config GST_PLUGINS_GOOD_AALIB
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "aalib"

	config GST_PLUGINS_GOOD_ANNODEX
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "annodex"

	config GST_PLUGINS_GOOD_CAIRO
		bool
		prompt "cairo"

	config GST_PLUGINS_GOOD_ESD
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "esd"

	config GST_PLUGINS_GOOD_FLAC
		bool
		prompt "flac"

	config GST_PLUGINS_GOOD_GCONF
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "gconf"

	config GST_PLUGINS_GOOD_GDK_PIXBUF
		bool
		prompt "gdk_pixbuf"

	config GST_PLUGINS_GOOD_HAL
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "hal"

	config GST_PLUGINS_GOOD_JPEG
		bool
		prompt "jpeg"

	config GST_PLUGINS_GOOD_LIBCACA
		bool
		prompt "libcaca"

	config GST_PLUGINS_GOOD_LIBDV
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "libdv"

	config GST_PLUGINS_GOOD_LIBPNG
		bool
		prompt "libpng"

	config GST_PLUGINS_GOOD_PULSE
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "pulse"

	config GST_PLUGINS_GOOD_DV1394
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "dv1394"

	config GST_PLUGINS_GOOD_SHOUT2
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "shout2"

	config GST_PLUGINS_GOOD_SOUP
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "soup"

	config GST_PLUGINS_GOOD_SPEEX
		bool
		prompt "speex"

	config GST_PLUGINS_GOOD_TAGLIB
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "taglib"

	config GST_PLUGINS_GOOD_WAVPACK
		bool
		depends on GST_PLUGINS_GOOD_BROKEN
		prompt "wavpack"

	comment "Support options"

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

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

endif

#  --with-libintl-prefix=DIR  search for libintl in DIR/include and DIR/lib
#  --without-libintl-prefix     don't search for libintl in includedir and libdir
#  --with-pkg-config-path  colon-separated list of pkg-config(1) dirs
#  --with-package-name     specify package name to use in plugins
#  --with-package-origin   specify package origin URL to use in plugins
#  --with-plugins          comma-separated list of dependencyless plug-ins to
#                          compile
#  --with-gconf-source=sourceaddress      Config database for installing schema files.
#  --with-gconf-schema-file-dir=dir        Directory for installing schema files.
#  --with-html-dir=PATH    path to installed docs
#  --with-default-audiosink
#                          specify default audio sink
#  --with-default-audiosrc specify default audio source
#  --with-default-videosink
#                          specify default video sink
#  --with-default-videosrc specify default video source
#  --with-default-visualizer
#                          specify default visualizer
#  --with-x                use the X Window System
#  --with-aalib-prefix=PFX prefix where AALIB is installed (optional)
#  --with-aalib-exec-prefix=PFX
#                          exec prefix where AALIB is installed (optional)
#  --with-esd-prefix=PFX   prefix where ESD is installed (optional)
#  --with-esd-exec-prefix=PFX
#                          exec prefix where ESD is installed (optional)
#  --with-jpeg-mmx, path to MMX'ified JPEG library
#  --with-shout2-prefix=PFX   Prefix where libshout2 is installed (optional)