Lines 60-99
Link Here
|
60 |
GST1_SHLIB_VERSION= 0 |
60 |
GST1_SHLIB_VERSION= 0 |
61 |
GST1_MINIMAL_VERSION= .0 |
61 |
GST1_MINIMAL_VERSION= .0 |
62 |
|
62 |
|
63 |
# |
|
|
64 |
# missing base: alsa ivorbisdec |
65 |
# missing good: - |
66 |
# missing ugly: - |
67 |
# missing bad: openal |
68 |
|
69 |
# These are the current supported gstreamer-plugins modules: |
63 |
# These are the current supported gstreamer-plugins modules: |
70 |
# Supported plugins by both 0.10 and 1.0. |
64 |
# Supported plugins by both 0.10 and 1.0. |
71 |
_GSTREAMER_PLUGINS= \ |
65 |
_GSTREAMER_PLUGINS= \ |
72 |
a52dec aalib amrnb amrwbdec cairo cdio \ |
66 |
a52dec \ |
73 |
cdparanoia dts dv faac faad flac flite \ |
67 |
aalib \ |
74 |
gdkpixbuf gl gme gnonlin gsm jack jpeg lame libcaca \ |
68 |
amrnb \ |
75 |
libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ |
69 |
amrwbdec \ |
76 |
opencv opus pango pulse resindvd schroedinger \ |
70 |
cairo \ |
77 |
shout2 sidplay soundtouch soup speex taglib \ |
71 |
cdio \ |
78 |
theora twolame v4l2 vorbis wavpack x264 |
72 |
cdparanoia \ |
|
|
73 |
dts \ |
74 |
dv \ |
75 |
faac \ |
76 |
faad \ |
77 |
flac \ |
78 |
flite \ |
79 |
gdkpixbuf \ |
80 |
gl \ |
81 |
gme \ |
82 |
gnonlin \ |
83 |
gsm \ |
84 |
jack \ |
85 |
jpeg \ |
86 |
ladspa \ |
87 |
lame \ |
88 |
libcaca \ |
89 |
libmms \ |
90 |
libvisual \ |
91 |
mpeg2dec \ |
92 |
mpeg2enc \ |
93 |
musepack \ |
94 |
neon \ |
95 |
ogg \ |
96 |
opencv \ |
97 |
opus \ |
98 |
pango \ |
99 |
pulse \ |
100 |
resindvd \ |
101 |
schroedinger \ |
102 |
shout2 \ |
103 |
sndfile \ |
104 |
sndio \ |
105 |
sidplay \ |
106 |
soundtouch \ |
107 |
soup \ |
108 |
spc \ |
109 |
speex \ |
110 |
taglib \ |
111 |
theora \ |
112 |
twolame \ |
113 |
v4l2 \ |
114 |
vorbis \ |
115 |
wavpack \ |
116 |
x264 |
79 |
|
117 |
|
80 |
# plugins only in 0.10 |
118 |
# plugins only in 0.10 |
81 |
.if defined(USE_GSTREAMER) |
119 |
.if defined(USE_GSTREAMER) |
82 |
_GSTREAMER_PLUGINS+= \ |
120 |
_GSTREAMER_PLUGINS+= \ |
83 |
annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \ |
121 |
annodex \ |
84 |
fluendo-mpegdemux gconf gio gnomevfs hal \ |
122 |
bz2 \ |
85 |
ladspa libpng mm mp3 musepack nas python qt4 \ |
123 |
cdaudio \ |
86 |
sdl sndfile spc vdpau vp8 xvid |
124 |
dvd \ |
87 |
.endif |
125 |
esound \ |
|
|
126 |
ffmpeg \ |
127 |
fluendo-mp3 \ |
128 |
fluendo-mpegdemux \ |
129 |
gconf \ |
130 |
gio \ |
131 |
gnomevfs \ |
132 |
hal \ |
133 |
libpng \ |
134 |
mad \ |
135 |
mm \ |
136 |
mp3 \ |
137 |
nas \ |
138 |
python \ |
139 |
qt4 \ |
140 |
sdl \ |
141 |
vdpau \ |
142 |
vp8 \ |
143 |
xvid |
144 |
.endif # USE_GSTREAMER |
88 |
|
145 |
|
89 |
# plugins only in 1.0 |
146 |
# plugins only in 1.0 |
90 |
.if defined(USE_GSTREAMER1) |
147 |
.if defined(USE_GSTREAMER1) |
91 |
_GSTREAMER_PLUGINS+= \ |
148 |
_GSTREAMER_PLUGINS+= \ |
92 |
assrender bs2b chromaprint curl dtls dvdread editing-services \ |
149 |
assrender \ |
93 |
gtksink hls kate libav libde265 modplug mpg123 openh264 openjpeg \ |
150 |
bs2b \ |
94 |
png rsvg rtmp spandsp vpx webp x x265 ximagesrc zbar |
151 |
chromaprint \ |
95 |
# vaapi? |
152 |
curl \ |
96 |
.endif |
153 |
dash \ |
|
|
154 |
dtls \ |
155 |
dvdread \ |
156 |
editing-services \ |
157 |
gtk \ |
158 |
hls \ |
159 |
kate \ |
160 |
kms \ |
161 |
libav \ |
162 |
libde265 \ |
163 |
modplug \ |
164 |
mpg123 \ |
165 |
mplex \ |
166 |
openexr \ |
167 |
openh264 \ |
168 |
openjpeg \ |
169 |
png \ |
170 |
rsvg \ |
171 |
rtmp \ |
172 |
smoothstreaming \ |
173 |
spandsp \ |
174 |
srtp \ |
175 |
ttml \ |
176 |
vpx \ |
177 |
webp \ |
178 |
x \ |
179 |
x265 \ |
180 |
ximagesrc \ |
181 |
zbar |
182 |
# vaapi webrtcdsp |
183 |
.endif # USE_GSTREAMER1 |
97 |
|
184 |
|
98 |
# other plugins |
185 |
# other plugins |
99 |
_USE_GSTREAMER_ALL= bad core good ugly yes ${_GSTREAMER_PLUGINS} |
186 |
_USE_GSTREAMER_ALL= bad core good ugly yes ${_GSTREAMER_PLUGINS} |
Lines 101-331
Link Here
|
101 |
#--------------------------------------------------------------------------# |
188 |
#--------------------------------------------------------------------------# |
102 |
|
189 |
|
103 |
core_DEPENDS= multimedia/gstreamer-plugins-core |
190 |
core_DEPENDS= multimedia/gstreamer-plugins-core |
|
|
191 |
core_IMPL= # |
104 |
|
192 |
|
105 |
yes_DEPENDS= multimedia/gstreamer-plugins |
193 |
yes_DEPENDS= multimedia/gstreamer-plugins |
106 |
yes_NAME= gstreamer-plugins |
194 |
yes_NAME= gstreamer-plugins |
107 |
yes_NAME10= gstreamer1-plugins |
195 |
yes_NAME10= gstreamer1-plugins |
108 |
yes_GST_PREFIX= # empty |
196 |
yes_GST_PREFIX= # empty |
|
|
197 |
yes_IMPL= # empty |
109 |
|
198 |
|
|
|
199 |
# XXX check if IMPL is correct for both 0.10 and 1.0 |
200 |
|
110 |
#-- audio plugins section -------------------------------------------------# |
201 |
#-- audio plugins section -------------------------------------------------# |
111 |
|
202 |
|
112 |
# Audio Plugins Section |
203 |
# Audio Plugins Section |
113 |
a52dec_DEPENDS= audio/gstreamer-plugins-a52dec |
204 |
a52dec_DEPENDS= audio/gstreamer-plugins-a52dec |
|
|
205 |
a52dec_IMPL= ugly |
114 |
|
206 |
|
115 |
amrnb_DEPENDS= audio/gstreamer-plugins-amrnb |
207 |
amrnb_DEPENDS= audio/gstreamer-plugins-amrnb |
|
|
208 |
amrnb_IMPL= ugly |
116 |
|
209 |
|
117 |
amrwbdec_DEPENDS= audio/gstreamer-plugins-amrwbdec |
210 |
amrwbdec_DEPENDS= audio/gstreamer-plugins-amrwbdec |
|
|
211 |
amrwbdec_IMPL= ugly |
118 |
|
212 |
|
119 |
artsd_DEPENDS= audio/gstreamer-plugins-artsd |
|
|
120 |
|
121 |
audiofile_DEPENDS= audio/gstreamer-plugins-audiofile |
122 |
|
123 |
bs2b_DEPENDS= audio/gstreamer-plugins-bs2b |
213 |
bs2b_DEPENDS= audio/gstreamer-plugins-bs2b |
|
|
214 |
bs2b_IMPL= bad |
124 |
|
215 |
|
125 |
cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio |
216 |
cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio |
|
|
217 |
cdaudio_IMPL= bad |
126 |
|
218 |
|
127 |
cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia |
219 |
cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia |
|
|
220 |
cdparanoia_IMPL= # |
128 |
|
221 |
|
129 |
chromaprint_DEPENDS= audio/gstreamer-plugins-chromaprint |
222 |
chromaprint_DEPENDS= audio/gstreamer-plugins-chromaprint |
|
|
223 |
chromeprint_IMPL= bad |
130 |
|
224 |
|
131 |
esound_DEPENDS= audio/gstreamer-plugins-esound |
225 |
esound_DEPENDS= audio/gstreamer-plugins-esound |
|
|
226 |
esound_IMPL= good |
132 |
|
227 |
|
133 |
faac_DEPENDS= audio/gstreamer-plugins-faac |
228 |
faac_DEPENDS= audio/gstreamer-plugins-faac |
|
|
229 |
faac_IMPL= bad |
134 |
|
230 |
|
135 |
faad_DEPENDS= audio/gstreamer-plugins-faad |
231 |
faad_DEPENDS= audio/gstreamer-plugins-faad |
|
|
232 |
faad_IMPL= bad |
136 |
|
233 |
|
137 |
flac_DEPENDS= audio/gstreamer-plugins-flac |
234 |
flac_DEPENDS= audio/gstreamer-plugins-flac |
|
|
235 |
flac_IMPL= good |
138 |
|
236 |
|
139 |
flite_DEPENDS= audio/gstreamer-plugins-flite |
237 |
flite_DEPENDS= audio/gstreamer-plugins-flite |
|
|
238 |
flite_IMPL= bad |
140 |
|
239 |
|
141 |
fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3 |
240 |
fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3 |
|
|
241 |
fluendo_IMPL= # |
142 |
|
242 |
|
143 |
gme_DEPENDS= audio/gstreamer-plugins-gme |
243 |
gme_DEPENDS= audio/gstreamer-plugins-gme |
|
|
244 |
gme_IMPL= bad |
144 |
|
245 |
|
145 |
gsm_DEPENDS= audio/gstreamer-plugins-gsm |
246 |
gsm_DEPENDS= audio/gstreamer-plugins-gsm |
|
|
247 |
gsm_IMPL= bad |
146 |
|
248 |
|
147 |
hal_DEPENDS= sysutils/gstreamer-plugins-hal |
249 |
hal_DEPENDS= sysutils/gstreamer-plugins-hal |
|
|
250 |
hal_IMPL= good |
148 |
|
251 |
|
149 |
jack_DEPENDS= audio/gstreamer-plugins-jack |
252 |
jack_DEPENDS= audio/gstreamer-plugins-jack |
|
|
253 |
jack_IMPL= good |
150 |
|
254 |
|
151 |
ladspa_DEPENDS= audio/gstreamer-plugins-ladspa |
255 |
ladspa_DEPENDS= audio/gstreamer-plugins-ladspa |
|
|
256 |
ladspa_IMPL= bad |
152 |
|
257 |
|
153 |
lame_DEPENDS= audio/gstreamer-plugins-lame |
258 |
lame_DEPENDS= audio/gstreamer-plugins-lame |
|
|
259 |
lame_IMPL= ugly |
154 |
|
260 |
|
155 |
mad_DEPENDS= audio/gstreamer-plugins-mad |
261 |
mad_DEPENDS= audio/gstreamer-plugins-mad |
|
|
262 |
mad_IMPL= ugly |
156 |
|
263 |
|
157 |
mikmod_DEPENDS= audio/gstreamer-plugins-mikmod |
|
|
158 |
|
159 |
modplug_DEPENDS= audio/gstreamer-plugins-modplug |
264 |
modplug_DEPENDS= audio/gstreamer-plugins-modplug |
|
|
265 |
modplug_IMPL= bad |
160 |
|
266 |
|
161 |
mp3_DEPENDS= audio/gstreamer-plugins-mp3 |
267 |
mp3_DEPENDS= audio/gstreamer-plugins-mp3 |
|
|
268 |
mp3_IMPL= # |
162 |
|
269 |
|
163 |
mpg123_DEPENDS= audio/gstreamer-plugins-mpg123 |
270 |
mpg123_DEPENDS= audio/gstreamer-plugins-mpg123 |
|
|
271 |
mpg123_IMPL= ugly |
164 |
|
272 |
|
165 |
musepack_DEPENDS= audio/gstreamer-plugins-musepack |
273 |
musepack_DEPENDS= audio/gstreamer-plugins-musepack |
|
|
274 |
musepack_IMPL= bad |
166 |
|
275 |
|
167 |
nas_DEPENDS= audio/gstreamer-plugins-nas |
276 |
nas_DEPENDS= audio/gstreamer-plugins-nas |
|
|
277 |
nas_IMPL= bad |
168 |
|
278 |
|
169 |
neon_DEPENDS= www/gstreamer-plugins-neon |
279 |
neon_DEPENDS= www/gstreamer-plugins-neon |
|
|
280 |
neon_IMPL= bad |
170 |
|
281 |
|
171 |
ogg_DEPENDS= audio/gstreamer-plugins-ogg |
282 |
ogg_DEPENDS= audio/gstreamer-plugins-ogg |
|
|
283 |
ogg_IMPL= # |
172 |
|
284 |
|
173 |
opus_DEPENDS= audio/gstreamer-plugins-opus |
285 |
opus_DEPENDS= audio/gstreamer-plugins-opus |
|
|
286 |
opus_IMPL= # |
174 |
|
287 |
|
175 |
polyp_DEPENDS= audio/gstreamer-plugins-polyp |
|
|
176 |
|
177 |
pulse_DEPENDS= audio/gstreamer-plugins-pulse |
288 |
pulse_DEPENDS= audio/gstreamer-plugins-pulse |
|
|
289 |
pulse_IMPL= good |
178 |
|
290 |
|
179 |
shout_DEPENDS= audio/gstreamer-plugins-shout |
|
|
180 |
|
181 |
shout2_DEPENDS= audio/gstreamer-plugins-shout2 |
291 |
shout2_DEPENDS= audio/gstreamer-plugins-shout2 |
|
|
292 |
shout2_IMPL= good |
182 |
|
293 |
|
183 |
sidplay_DEPENDS= audio/gstreamer-plugins-sidplay |
294 |
sidplay_DEPENDS= audio/gstreamer-plugins-sidplay |
|
|
295 |
sidplay_IMPL= ugly |
184 |
|
296 |
|
185 |
smoothwave_DEPENDS= audio/gstreamer-plugins-smoothwave |
297 |
sndio_DEPENDS= audio/gstreamer-plugins-sndio |
|
|
298 |
sndio_IMPL= # |
186 |
|
299 |
|
187 |
sndfile_DEPENDS= audio/gstreamer-plugins-sndfile |
300 |
sndfile_DEPENDS= audio/gstreamer-plugins-sndfile |
|
|
301 |
sndfile_IMPL= bad |
188 |
|
302 |
|
189 |
soundtouch_DEPENDS= audio/gstreamer-plugins-soundtouch |
303 |
soundtouch_DEPENDS= audio/gstreamer-plugins-soundtouch |
|
|
304 |
soundtouch_IMPL= bad |
190 |
|
305 |
|
191 |
spc_DEPENDS= audio/gstreamer-plugins-spc |
306 |
spc_DEPENDS= audio/gstreamer-plugins-spc |
|
|
307 |
spc_IMPL= bad |
192 |
|
308 |
|
193 |
speex_DEPENDS= audio/gstreamer-plugins-speex |
309 |
speex_DEPENDS= audio/gstreamer-plugins-speex |
|
|
310 |
speex_IMPL= good |
194 |
|
311 |
|
195 |
taglib_DEPENDS= audio/gstreamer-plugins-taglib |
312 |
taglib_DEPENDS= audio/gstreamer-plugins-taglib |
|
|
313 |
taglib_IMPL= good |
196 |
|
314 |
|
197 |
twolame_DEPENDS= audio/gstreamer-plugins-twolame |
315 |
twolame_DEPENDS= audio/gstreamer-plugins-twolame |
|
|
316 |
twolame_IMPL= ugly |
198 |
|
317 |
|
199 |
vorbis_DEPENDS= audio/gstreamer-plugins-vorbis |
318 |
vorbis_DEPENDS= audio/gstreamer-plugins-vorbis |
|
|
319 |
vorbis_IMPL= # |
200 |
|
320 |
|
201 |
wavpack_DEPENDS= audio/gstreamer-plugins-wavpack |
321 |
wavpack_DEPENDS= audio/gstreamer-plugins-wavpack |
|
|
322 |
wavpack_IMPL= good |
202 |
|
323 |
|
203 |
#-- comms plugin section --------------------------------------------------# |
324 |
#-- comms plugin section --------------------------------------------------# |
204 |
|
325 |
|
205 |
spandsp_DEPENDS= comms/gstreamer-plugins-spandsp |
326 |
spandsp_DEPENDS= comms/gstreamer-plugins-spandsp |
|
|
327 |
spandsp_IMPL= bad |
206 |
|
328 |
|
207 |
#-- devel plugin section --------------------------------------------------# |
329 |
#-- devel plugin section --------------------------------------------------# |
208 |
|
330 |
|
209 |
gconf_DEPENDS= devel/gstreamer-plugins-gconf |
331 |
gconf_DEPENDS= devel/gstreamer-plugins-gconf |
|
|
332 |
gconf_IMPL= good |
210 |
|
333 |
|
211 |
gio_DEPENDS= devel/gstreamer-plugins-gio |
334 |
gio_DEPENDS= devel/gstreamer-plugins-gio |
|
|
335 |
gio_IMPL= # |
212 |
|
336 |
|
213 |
gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs |
337 |
gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs |
|
|
338 |
gnomevfs_IMPL= # |
214 |
|
339 |
|
215 |
sdl_DEPENDS= devel/gstreamer-plugins-sdl |
340 |
sdl_DEPENDS= devel/gstreamer-plugins-sdl |
|
|
341 |
sdl_IMPL= bad |
216 |
|
342 |
|
217 |
soup_DEPENDS= devel/gstreamer-plugins-soup |
343 |
soup_DEPENDS= devel/gstreamer-plugins-soup |
|
|
344 |
soup_IMPL= good |
218 |
|
345 |
|
219 |
#-- ftp plugin section ----------------------------------------------------# |
346 |
#-- ftp plugin section ----------------------------------------------------# |
220 |
|
347 |
|
221 |
curl_DEPENDS= ftp/gstreamer-plugins-curl |
348 |
curl_DEPENDS= ftp/gstreamer-plugins-curl |
|
|
349 |
curl_IMPL= bad |
222 |
|
350 |
|
223 |
#-- graphics plugin section -----------------------------------------------# |
351 |
#-- graphics plugin section -----------------------------------------------# |
224 |
|
352 |
|
225 |
aalib_DEPENDS= graphics/gstreamer-plugins-aalib |
353 |
aalib_DEPENDS= graphics/gstreamer-plugins-aalib |
|
|
354 |
aalib_IMPL= good |
226 |
|
355 |
|
227 |
annodex_DEPENDS= multimedia/gstreamer-plugins-annodex |
356 |
annodex_DEPENDS= multimedia/gstreamer-plugins-annodex |
|
|
357 |
annodex_IMPL= good |
228 |
|
358 |
|
229 |
assrender_DEPENDS= multimedia/gstreamer-plugins-assrender |
359 |
assrender_DEPENDS= multimedia/gstreamer-plugins-assrender |
|
|
360 |
assrender_IMPL= bad |
230 |
|
361 |
|
231 |
cairo_DEPENDS= graphics/gstreamer-plugins-cairo |
362 |
cairo_DEPENDS= graphics/gstreamer-plugins-cairo |
|
|
363 |
cairo_IMPL= good |
232 |
|
364 |
|
233 |
gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf |
365 |
gdkpixbuf_DEPENDS= graphics/gstreamer-plugins-gdkpixbuf |
|
|
366 |
gdkpixbuf_IMPL= good |
234 |
|
367 |
|
235 |
gl_DEPENDS= graphics/gstreamer-plugins-gl |
368 |
gl_DEPENDS= graphics/gstreamer-plugins-gl |
|
|
369 |
gl_IMPL= bad |
236 |
|
370 |
|
237 |
hermes_DEPENDS= graphics/gstreamer-plugins-hermes |
|
|
238 |
|
239 |
jpeg_DEPENDS= graphics/gstreamer-plugins-jpeg |
371 |
jpeg_DEPENDS= graphics/gstreamer-plugins-jpeg |
|
|
372 |
jpeg_IMPL= good |
240 |
|
373 |
|
|
|
374 |
kms_DEPENDS= graphics/gstreamer-plugins-kms |
375 |
kms_IMPL= bad |
376 |
|
241 |
libcaca_DEPENDS= graphics/gstreamer-plugins-libcaca |
377 |
libcaca_DEPENDS= graphics/gstreamer-plugins-libcaca |
|
|
378 |
libcaca_IMPL= good |
242 |
|
379 |
|
243 |
libmng_DEPENDS= graphics/gstreamer-plugins-libmng |
|
|
244 |
|
245 |
libpng_DEPENDS= graphics/gstreamer-plugins-libpng |
380 |
libpng_DEPENDS= graphics/gstreamer-plugins-libpng |
|
|
381 |
libpng_IMPL= good |
246 |
|
382 |
|
247 |
libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual |
383 |
libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual |
|
|
384 |
libvisual_IMPL= # |
248 |
|
385 |
|
249 |
opencv_DEPENDS= graphics/gstreamer-plugins-opencv |
386 |
opencv_DEPENDS= graphics/gstreamer-plugins-opencv |
|
|
387 |
opencv_IMPL= bad |
250 |
|
388 |
|
|
|
389 |
openexr_DEPENDS= graphics/gstreamer-plugins-openexr |
390 |
openexr_IMPL= bad |
391 |
|
251 |
openjpeg_DEPENDS= graphics/gstreamer-plugins-openjpeg |
392 |
openjpeg_DEPENDS= graphics/gstreamer-plugins-openjpeg |
|
|
393 |
openjpeg_IMPL= bad |
252 |
|
394 |
|
253 |
png_DEPENDS= graphics/gstreamer-plugins-png |
395 |
png_DEPENDS= graphics/gstreamer-plugins-png |
|
|
396 |
png_IMPL= good |
254 |
|
397 |
|
255 |
rsvg_DEPENDS= graphics/gstreamer-plugins-rsvg |
398 |
rsvg_DEPENDS= graphics/gstreamer-plugins-rsvg |
|
|
399 |
rsvg_IMPL= bad |
256 |
|
400 |
|
257 |
webp_DEPENDS= graphics/gstreamer-plugins-webp |
401 |
webp_DEPENDS= graphics/gstreamer-plugins-webp |
|
|
402 |
webp_IMPL= bad |
258 |
|
403 |
|
259 |
zbar_DEPENDS= graphics/gstreamer-plugins-zbar |
404 |
zbar_DEPENDS= graphics/gstreamer-plugins-zbar |
|
|
405 |
zbar_IMPL= bad |
260 |
|
406 |
|
261 |
#-- multimedia plugins section --------------------------------------------# |
407 |
#-- multimedia plugins section --------------------------------------------# |
262 |
|
408 |
|
263 |
bad_DEPENDS= multimedia/gstreamer-plugins-bad |
409 |
bad_DEPENDS= multimedia/gstreamer-plugins-bad |
|
|
410 |
bad_IMPL= # |
264 |
|
411 |
|
265 |
bz2_DEPENDS= multimedia/gstreamer-plugins-bz2 |
412 |
bz2_DEPENDS= multimedia/gstreamer-plugins-bz2 |
|
|
413 |
bz2_IMPL= bad |
266 |
|
414 |
|
|
|
415 |
dash_DEPENDS= multimedia/gstreamer-plugins-dash |
416 |
dash_IMPL= bad |
417 |
|
267 |
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread |
418 |
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread |
|
|
419 |
dvdread_IMPL= ugly |
268 |
|
420 |
|
269 |
editing-services_DEPENDS= multimedia/gstreamer-editing-services |
421 |
editing-services_DEPENDS= multimedia/gstreamer-editing-services |
270 |
editing-services_GST_PREFIX= gstreamer1- |
422 |
editing-services_GST_PREFIX= gstreamer1- |
271 |
editing-services_GST_SUFX= # empty |
423 |
editing-services_GST_SUFX= # empty |
272 |
editing-services_GST_VERSION= 1.0.0 |
424 |
editing-services_GST_VERSION= 1.0.0 |
|
|
425 |
editing-services_IMPL= # |
273 |
|
426 |
|
274 |
ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg |
427 |
ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg |
275 |
ffmpeg_GST_PREFIX= gstreamer- |
428 |
ffmpeg_GST_PREFIX= gstreamer- |
276 |
ffmpeg_GST_SUFX= # empty |
429 |
ffmpeg_GST_SUFX= # empty |
277 |
ffmpeg_GST_VERSION= 0.10.0 |
430 |
ffmpeg_GST_VERSION= 0.10.0 |
|
|
431 |
ffmpeg_IMPL= # |
278 |
|
432 |
|
279 |
fluendo-mpegdemux_DEPENDS= multimedia/gstreamer-plugins-fluendo-mpegdemux |
433 |
fluendo-mpegdemux_DEPENDS= multimedia/gstreamer-plugins-fluendo-mpegdemux |
|
|
434 |
fluendo-mpegdemux_IMPL= # |
280 |
|
435 |
|
281 |
dts_DEPENDS= multimedia/gstreamer-plugins-dts |
436 |
dts_DEPENDS= multimedia/gstreamer-plugins-dts |
|
|
437 |
dts_IMPL= bad |
282 |
|
438 |
|
283 |
dv_DEPENDS= multimedia/gstreamer-plugins-dv |
439 |
dv_DEPENDS= multimedia/gstreamer-plugins-dv |
|
|
440 |
dv_IMPL= good |
284 |
|
441 |
|
285 |
dvd_DEPENDS= multimedia/gstreamer-plugins-dvd |
442 |
dvd_DEPENDS= multimedia/gstreamer-plugins-dvd |
|
|
443 |
dvd_IMPL= ugly |
286 |
|
444 |
|
287 |
good_DEPENDS= multimedia/gstreamer-plugins-good |
445 |
good_DEPENDS= multimedia/gstreamer-plugins-good |
|
|
446 |
good_IMPL= # |
288 |
|
447 |
|
289 |
gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin |
448 |
gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin |
|
|
449 |
gnonlin_IMPL= good |
290 |
|
450 |
|
291 |
hls_DEPENDS= multimedia/gstreamer-plugins-hls |
451 |
hls_DEPENDS= multimedia/gstreamer-plugins-hls |
|
|
452 |
hls_IMPL= bad |
292 |
|
453 |
|
293 |
kate_DEPENDS= multimedia/gstreamer-plugins-kate |
454 |
kate_DEPENDS= multimedia/gstreamer-plugins-kate |
|
|
455 |
kate_IMPL= bad |
294 |
|
456 |
|
295 |
libav_DEPENDS= multimedia/gstreamer-libav |
457 |
libav_DEPENDS= multimedia/gstreamer-libav |
296 |
libav_GST_PREFIX= gstreamer1- |
458 |
libav_GST_PREFIX= gstreamer1- |
297 |
libav_GST_SUFX= # empty |
459 |
libav_GST_SUFX= # empty |
298 |
libav_GST_VERSION= 1.0.0 |
460 |
libav_GST_VERSION= 1.0.0 |
|
|
461 |
libav_IMPL= # |
299 |
|
462 |
|
300 |
libde265_DEPENDS= multimedia/gstreamer-plugins-libde265 |
463 |
libde265_DEPENDS= multimedia/gstreamer-plugins-libde265 |
|
|
464 |
libde265_IMPL= bad |
301 |
|
465 |
|
302 |
libfame_DEPENDS= multimedia/gstreamer-plugins-libfame |
|
|
303 |
|
304 |
mm_DEPENDS= multimedia/gstreamermm |
466 |
mm_DEPENDS= multimedia/gstreamermm |
305 |
mm_GST_PREFIX= gstreamer |
467 |
mm_GST_PREFIX= gstreamer |
306 |
mm_GST_SUFX= # empty |
468 |
mm_GST_SUFX= # empty |
307 |
mm_GST_VERSION= 0.9.4 |
469 |
mm_GST_VERSION= 0.9.4 |
|
|
470 |
mm_IMPL= # |
308 |
|
471 |
|
309 |
mpeg2dec_DEPENDS= multimedia/gstreamer-plugins-mpeg2dec |
472 |
mpeg2dec_DEPENDS= multimedia/gstreamer-plugins-mpeg2dec |
|
|
473 |
mpeg2dec_IMPL= ugly |
310 |
|
474 |
|
311 |
mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc |
475 |
mpeg2enc_DEPENDS= multimedia/gstreamer-plugins-mpeg2enc |
|
|
476 |
mpeg2enc_IMPL= bad |
312 |
|
477 |
|
313 |
mplex_DEPENDS= multimedia/gstreamer-plugins-mplex |
478 |
mplex_DEPENDS= multimedia/gstreamer-plugins-mplex |
|
|
479 |
mplex_IMPL= bad |
314 |
|
480 |
|
315 |
openh264_DEPENDS= multimedia/gstreamer-plugins-openh264 |
481 |
openh264_DEPENDS= multimedia/gstreamer-plugins-openh264 |
|
|
482 |
openh264_IMPL= bad |
316 |
|
483 |
|
317 |
qt4_DEPENDS= multimedia/gstreamer-qt4 |
484 |
qt4_DEPENDS= multimedia/gstreamer-qt4 |
318 |
qt4_GST_PREFIX= gstreamer- |
485 |
qt4_GST_PREFIX= gstreamer- |
|
|
486 |
qt4_IMPL= # |
319 |
|
487 |
|
320 |
rtmp_DEPENDS= multimedia/gstreamer1-plugins-rtmp |
488 |
rtmp_DEPENDS= multimedia/gstreamer-plugins-rtmp |
|
|
489 |
rtmp_IMPL= bad |
321 |
|
490 |
|
|
|
491 |
smoothstreaming_DEPENDS= multimedia/gstreamer-plugins-smoothstreaming |
492 |
smoothstreaming_IMPL= bad |
493 |
|
494 |
ttml_DEPENDS= multimedia/gstreamer-plugins-ttml |
495 |
ttml_IMPL= bad |
496 |
|
322 |
v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 |
497 |
v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 |
|
|
498 |
v4l2_IMPL= good |
323 |
|
499 |
|
324 |
vaapi_DEPENDS= multimedia/gstreamer-plugins-vaapi |
500 |
# hmmm |
|
|
501 |
vaapi_DEPENDS= multimedia/gstreamer-vaapi |
502 |
vaapi_IMPL= bad |
325 |
|
503 |
|
326 |
vp8_DEPENDS= multimedia/gstreamer-plugins-vp8 |
504 |
vp8_DEPENDS= multimedia/gstreamer-plugins-vp8 |
|
|
505 |
vp8_IMPL= bad |
327 |
|
506 |
|
328 |
vpx_DEPENDS= multimedia/gstreamer-plugins-vpx |
507 |
vpx_DEPENDS= multimedia/gstreamer-plugins-vpx |
|
|
508 |
vpx_IMPL= good |
329 |
|
509 |
|
330 |
# XXX: This is a quick solution for ports with USE_GSTREAMER=python |
510 |
# XXX: This is a quick solution for ports with USE_GSTREAMER=python |
331 |
# but without USE_PYTHON. |
511 |
# but without USE_PYTHON. |
Lines 336-382
Link Here
|
336 |
python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} |
516 |
python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} |
337 |
python_GST_SUFX= # empty |
517 |
python_GST_SUFX= # empty |
338 |
python_GST_VERSION= 0.10.4 |
518 |
python_GST_VERSION= 0.10.4 |
|
|
519 |
python_IMPL= # |
339 |
|
520 |
|
340 |
resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd |
521 |
resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd |
|
|
522 |
resindvd_IMPL= bad |
341 |
|
523 |
|
342 |
schroedinger_DEPENDS= multimedia/gstreamer-plugins-schroedinger |
524 |
schroedinger_DEPENDS= multimedia/gstreamer-plugins-schroedinger |
|
|
525 |
schroedinger_IMPL= bad |
343 |
|
526 |
|
344 |
theora_DEPENDS= multimedia/gstreamer-plugins-theora |
527 |
theora_DEPENDS= multimedia/gstreamer-plugins-theora |
|
|
528 |
theora_IMPL= # |
345 |
|
529 |
|
346 |
ugly_DEPENDS= multimedia/gstreamer-plugins-ugly |
530 |
ugly_DEPENDS= multimedia/gstreamer-plugins-ugly |
|
|
531 |
ugly_IMPL= # |
347 |
|
532 |
|
348 |
vdpau_DEPENDS= multimedia/gstreamer-plugins-vdpau |
533 |
vdpau_DEPENDS= multimedia/gstreamer-plugins-vdpau |
|
|
534 |
vdpau_IMPL= bad |
349 |
|
535 |
|
|
|
536 |
webrtcdsp_DEPENDS= multimedia/gstreamer-plugins-webrtcdsp |
537 |
webrtcdsp_IMPL= bad |
538 |
|
350 |
x264_DEPENDS= multimedia/gstreamer-plugins-x264 |
539 |
x264_DEPENDS= multimedia/gstreamer-plugins-x264 |
|
|
540 |
x264_IMPL= ugly |
351 |
|
541 |
|
352 |
x265_DEPENDS= multimedia/gstreamer-plugins-x265 |
542 |
x265_DEPENDS= multimedia/gstreamer-plugins-x265 |
|
|
543 |
x265_IMPL= bad |
353 |
|
544 |
|
354 |
xvid_DEPENDS= multimedia/gstreamer-plugins-xvid |
545 |
xvid_DEPENDS= multimedia/gstreamer-plugins-xvid |
|
|
546 |
xvid_IMPL= bad |
355 |
|
547 |
|
356 |
|
548 |
|
357 |
#-- Net Plugins Section ---------------------------------------------------# |
549 |
#-- Net Plugins Section ---------------------------------------------------# |
358 |
|
550 |
|
359 |
libmms_DEPENDS= net/gstreamer-plugins-libmms |
551 |
libmms_DEPENDS= net/gstreamer-plugins-libmms |
|
|
552 |
libmms_IMPL= bad |
360 |
|
553 |
|
|
|
554 |
srtp_DEPENDS= net/gstreamer-plugins-srtp |
555 |
srtp_IMPL= bad |
556 |
|
361 |
#-- security plugins section ----------------------------------------------# |
557 |
#-- security plugins section ----------------------------------------------# |
362 |
|
558 |
|
363 |
dtls_DEPENDS= security/gstreamer-plugins-dtls |
559 |
dtls_DEPENDS= security/gstreamer-plugins-dtls |
|
|
560 |
dtls_IMPL= bad |
364 |
|
561 |
|
365 |
#-- sysutils plugins section ----------------------------------------------# |
562 |
#-- sysutils plugins section ----------------------------------------------# |
366 |
|
563 |
|
367 |
cdio_DEPENDS= sysutils/gstreamer-plugins-cdio |
564 |
cdio_DEPENDS= sysutils/gstreamer-plugins-cdio |
|
|
565 |
cdio_IMPL= ugly |
368 |
|
566 |
|
369 |
#-- x11 plugins section ---------------------------------------------------# |
567 |
#-- x11 plugins section ---------------------------------------------------# |
370 |
|
568 |
|
371 |
x_DEPENDS= x11/gstreamer-plugins-x |
569 |
x_DEPENDS= x11/gstreamer-plugins-x |
|
|
570 |
x_IMPL= # |
372 |
|
571 |
|
373 |
ximagesrc_DEPENDS= x11/gstreamer-plugins-ximagesrc |
572 |
ximagesrc_DEPENDS= x11/gstreamer-plugins-ximagesrc |
|
|
573 |
ximagesrc_IMPL= good |
374 |
|
574 |
|
375 |
#-- x11-toolkits plugins section ------------------------------------------# |
575 |
#-- x11-toolkits plugins section ------------------------------------------# |
376 |
|
576 |
|
377 |
gtksink_DEPENDS= x11-toolkits/gstreamer-plugins-gtksink |
577 |
gtk_DEPENDS= x11-toolkits/gstreamer-plugins-gtk |
|
|
578 |
gtk_IMPL= bad |
378 |
|
579 |
|
379 |
pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango |
580 |
pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango |
|
|
581 |
pango_IMPL= # |
380 |
|
582 |
|
381 |
#--------------------------------------------------------------------------# |
583 |
#--------------------------------------------------------------------------# |
382 |
|
584 |
|
Lines 387-419
Link Here
|
387 |
IGNORE= USE_GSTREAMER and USE_GSTREAMER1 can't be used together |
589 |
IGNORE= USE_GSTREAMER and USE_GSTREAMER1 can't be used together |
388 |
.endif |
590 |
.endif |
389 |
|
591 |
|
|
|
592 |
_GST_IMPL_LIST:= # |
593 |
|
390 |
.if defined(USE_GSTREAMER) |
594 |
.if defined(USE_GSTREAMER) |
391 |
.for ext in ${USE_GSTREAMER} |
595 |
# update this with the gst 1.0 version below |
|
|
596 |
. for ext in ${USE_GSTREAMER} |
392 |
${ext}_GST_PREFIX?= gstreamer-plugins- |
597 |
${ext}_GST_PREFIX?= gstreamer-plugins- |
393 |
${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION} |
598 |
${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION} |
394 |
${ext}_NAME?= ${ext} |
599 |
${ext}_NAME?= ${ext} |
395 |
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}) |
600 |
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}) |
396 |
BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS} |
601 |
_GST_BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS} |
397 |
RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS} |
602 |
_GST_RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${${ext}_DEPENDS} |
398 |
. else |
603 |
_GST_GST_IMPL_LIST+= ${${ext}_IMPL} |
|
|
604 |
. else |
399 |
IGNORE= cannot install: unknown gstreamer ${GST_VERSION} plugin -- ${ext} |
605 |
IGNORE= cannot install: unknown gstreamer ${GST_VERSION} plugin -- ${ext} |
400 |
. endif |
606 |
. endif |
401 |
.endfor |
607 |
. endfor |
|
|
608 |
|
609 |
# everything wants this |
610 |
_GST_BUILD_DEPENDS+= gstreamer-plugins>=0:multimedia/gstreamer-plugins |
611 |
_GST_LIB_DEPENDS+= libgstreamer-0.10.so:multimedia/gstreamer |
612 |
_GST_RUN_DEPENDS+= gstreamer-plugins>=0:multimedia/gstreamer-plugins |
613 |
|
614 |
. for plugin in ${_GST_IMPL_LIST:O:u} |
615 |
_GST_BUILD_DEPENDS+= gstreamer-plugins-${plugin}>=0:multimedia/gstreamer-plugins-${plugin} |
616 |
_GST_RUN_DEPENDS+= gstreamer-plugins-${plugin}>=0:multimedia/gstreamer-plugins-${plugin} |
617 |
. endfor |
618 |
|
619 |
BUILD_DEPENDS+= ${_GST_BUILD_DEPENDS:O:u} |
620 |
LIB_DEPENDS+= ${_GST_LIB_DEPENDS:O:u} |
621 |
RUN_DEPENDS+= ${_GST_RUN_DEPENDS:O:u} |
402 |
.endif |
622 |
.endif |
403 |
|
623 |
|
404 |
.if defined(USE_GSTREAMER1) |
624 |
.if defined(USE_GSTREAMER1) |
405 |
.for ext in ${USE_GSTREAMER1} |
625 |
. for ext in ${USE_GSTREAMER1} |
406 |
${ext}_GST_PREFIX?= gstreamer1-plugins- |
626 |
${ext}_GST_PREFIX?= gstreamer1-plugins- |
407 |
${ext}_GST_VERSION?= ${GST1_VERSION}${GST1_MINIMAL_VERSION} |
627 |
${ext}_GST_VERSION?= ${GST1_VERSION} |
408 |
${ext}_NAME10?= ${ext} |
628 |
${ext}_NAME10?= ${ext} |
409 |
${ext}_GST_DEPENDS?= ${${ext}_DEPENDS:S,gstreamer-,gstreamer1-,} |
629 |
${ext}_GST_DEPENDS?= ${${ext}_DEPENDS:S,gstreamer-,gstreamer1-,} |
410 |
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS}) |
630 |
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS}) |
411 |
BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS} |
631 |
_GST_BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS} |
412 |
RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS} |
632 |
_GST_RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${${ext}_GST_DEPENDS} |
413 |
. else |
633 |
. if defined(${ext}1_IMPL) |
|
|
634 |
_GST_IMPL_LIST+= ${${ext}1_IMPL} |
635 |
. else |
636 |
_GST_IMPL_LIST+= ${${ext}_IMPL} |
637 |
. endif |
638 |
. else |
414 |
IGNORE= cannot install: unknown gstreamer ${GST1_VERSION} plugin -- ${ext} |
639 |
IGNORE= cannot install: unknown gstreamer ${GST1_VERSION} plugin -- ${ext} |
415 |
. endif |
640 |
. endif |
416 |
.endfor |
641 |
. endfor |
|
|
642 |
|
643 |
# everything wants this |
644 |
_GST_BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}:multimedia/gstreamer1-plugins |
645 |
_GST_LIB_DEPENDS+= libgstreamer-1.0.so:multimedia/gstreamer1 |
646 |
_GST_RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}:multimedia/gstreamer1-plugins |
647 |
|
648 |
. for plugin in ${_GST_IMPL_LIST:O:u} |
649 |
_GST_BUILD_DEPENDS+= gstreamer1-plugins-${plugin}>=${GST1_VERSION}:multimedia/gstreamer1-plugins-${plugin} |
650 |
_GST_RUN_DEPENDS+= gstreamer1-plugins-${plugin}>=${GST1_VERSION}:multimedia/gstreamer1-plugins-${plugin} |
651 |
. endfor |
652 |
|
653 |
BUILD_DEPENDS+= ${_GST_BUILD_DEPENDS:O:u} |
654 |
LIB_DEPENDS+= ${_GST_LIB_DEPENDS:O:u} |
655 |
RUN_DEPENDS+= ${_GST_RUN_DEPENDS:O:u} |
417 |
.endif |
656 |
.endif |
418 |
|
657 |
|
419 |
# The End |
658 |
# The End |