summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good.in
blob: fbc8e21e3c48966604daacb9e9efb19e99f420e0 (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
## 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
	prompt "gst-plugins-good              "
	help
	  A set of good-quality plug-ins for gstreamer

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__DEBUG
		bool
		prompt "debug"

	config GST_PLUGINS_GOOD__EFFECTV
		bool
		prompt "effectv"

	config GST_PLUGINS_GOOD__EQUALIZER
		bool
		prompt "equalizer"

	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__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__RTSP
		bool
		prompt "rtsp"

	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"

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

	config GST_PLUGINS_GOOD__DIRECTDRAW
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "directdraw"

	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__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__V4L2
		bool
		prompt "v4l2"

	config GST_PLUGINS_GOOD__X
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "x"

	config GST_PLUGINS_GOOD__XSHM
		bool
		prompt "xshm"

	config GST_PLUGINS_GOOD__XVIDEO
		bool
		prompt "xvideo"

	config GST_PLUGINS_GOOD__AALIB
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "aalib"

	config GST_PLUGINS_GOOD__AALIBTEST
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "aalibtest"

	config GST_PLUGINS_GOOD__ANNODEX
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "annodex"

	config GST_PLUGINS_GOOD__CAIRO
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "cairo"

	config GST_PLUGINS_GOOD__CDIO
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "cdio"

	config GST_PLUGINS_GOOD__ESD
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "esd"

	config GST_PLUGINS_GOOD__ESDTEST
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "esdtest"

	config GST_PLUGINS_GOOD__FLAC
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "flac"

	config GST_PLUGINS_GOOD__GCONF
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "gconf"

	config GST_PLUGINS_GOOD__GDK_PIXBUF
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		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
		depends on GST_PLUGINS_GOOD__BROKEN
		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__SHOUT2TEST
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "shout2test"

	config GST_PLUGINS_GOOD__SOUP
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		prompt "soup"

	config GST_PLUGINS_GOOD__SPEEX
		bool
		depends on GST_PLUGINS_GOOD__BROKEN
		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"

	config GST_PLUGINS_GOOD__ZLIB
		bool
		prompt "zlib"

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)