View | Details | Raw Unified | Return to bug 187649
Collapse All | Expand All

(-)bsd.gstreamer.mk (-7 / +13 lines)
Lines 71-79 Link Here
71
_GSTREAMER_PLUGINS= \
71
_GSTREAMER_PLUGINS= \
72
		a52dec aalib amrnb amrwbdec cairo cdio \
72
		a52dec aalib amrnb amrwbdec cairo cdio \
73
		cdparanoia dts dv faac faad flac flite \
73
		cdparanoia dts dv faac faad flac flite \
74
		gdkpixbuf gme gsm jack jpeg lame libcaca \
74
		gdkpixbuf gme gnonlin gsm jack jpeg lame libcaca \
75
		libmms libvisual mad mpeg2dec mpeg2enc neon ogg \
75
		libmms libvisual mad mpeg2dec mpeg2enc neon ogg \
76
		opencv opus pango resindvd schroedinger \
76
		opencv opus pango python resindvd schroedinger \
77
		shout2 sidplay soundtouch soup speex taglib \
77
		shout2 sidplay soundtouch soup speex taglib \
78
		theora twolame v4l2 vorbis wavpack x264
78
		theora twolame v4l2 vorbis wavpack x264
79
79
Lines 81-95 Link Here
81
.if defined(USE_GSTREAMER)
81
.if defined(USE_GSTREAMER)
82
_GSTREAMER_PLUGINS+= \
82
_GSTREAMER_PLUGINS+= \
83
		annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \
83
		annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \
84
		fluendo-mpegdemux gconf gio gl gnomevfs gnonlin hal \
84
		fluendo-mpegdemux gconf gio gl gnomevfs hal \
85
		ladspa libpng mm mp3 musepack nas pulse python qt4 \
85
		ladspa libpng mm mp3 musepack nas pulse qt4 \
86
		sdl sndfile spc vdpau vp8 xvid
86
		sdl sndfile spc vdpau vp8 xvid
87
.endif
87
.endif
88
88
89
# plugins only in 1.0
89
# plugins only in 1.0
90
.if defined(USE_GSTREAMER1)
90
.if defined(USE_GSTREAMER1)
91
_GSTREAMER_PLUGINS+= \
91
_GSTREAMER_PLUGINS+= \
92
		assrender curl dvdread kate libav modplug openjpeg png rtmp \
92
		assrender curl dvdread editing-services kate libav modplug \
93
		openjpeg png rtmp \
93
		spandsp vpx webp x ximagesrc zbar
94
		spandsp vpx webp x ximagesrc zbar
94
# vaapi?
95
# vaapi?
95
.endif
96
.endif
Lines 257-262 Link Here
257
258
258
dvdread_DEPENDS=	multimedia/gstreamer-plugins-dvdread
259
dvdread_DEPENDS=	multimedia/gstreamer-plugins-dvdread
259
260
261
editing-services_DEPENDS=	multimedia/gstreamer-editing-services
262
editing-services_GST_PREFIX=	gstreamer1-
263
editing-services_GST_SUFX=	# empty
264
editing-services_GST_VERSION=	1.0.0
265
260
ffmpeg_DEPENDS=	multimedia/gstreamer-ffmpeg
266
ffmpeg_DEPENDS=	multimedia/gstreamer-ffmpeg
261
ffmpeg_GST_PREFIX=	gstreamer-
267
ffmpeg_GST_PREFIX=	gstreamer-
262
ffmpeg_GST_SUFX=	# empty
268
ffmpeg_GST_SUFX=	# empty
Lines 308-321 Link Here
308
vpx_DEPENDS=	multimedia/gstreamer-plugins-vpx
314
vpx_DEPENDS=	multimedia/gstreamer-plugins-vpx
309
315
310
# XXX: This is a quick solution for ports with USE_GSTREAMER=python
316
# XXX: This is a quick solution for ports with USE_GSTREAMER=python
311
#      but without USE_PYTHON.
317
#      or USE_GSTREAMER1=python, without USE_PYTHON.
312
PYTHON_PKGNAMEPREFIX?=	py*-
318
PYTHON_PKGNAMEPREFIX?=	py*-
313
319
314
python_DEPENDS=	multimedia/py-gstreamer
320
python_DEPENDS=	multimedia/py-gstreamer
315
python_NAME=	gstreamer
321
python_NAME=	gstreamer
322
python_NAME10=	gstreamer1
316
python_GST_PREFIX=      ${PYTHON_PKGNAMEPREFIX}
323
python_GST_PREFIX=      ${PYTHON_PKGNAMEPREFIX}
317
python_GST_SUFX=        # empty
324
python_GST_SUFX=        # empty
318
python_GST_VERSION=     0.10.4
319
325
320
resindvd_DEPENDS=	multimedia/gstreamer-plugins-resindvd
326
resindvd_DEPENDS=	multimedia/gstreamer-plugins-resindvd

Return to bug 187649