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

(-)bsd.gstreamer.mk (-7 / +17 lines)
Lines 73-79 Link Here
73
		cdparanoia dts dv faac faad flac flite \
73
		cdparanoia dts dv faac faad flac flite \
74
		gdkpixbuf gl gme gnonlin gsm jack jpeg lame libcaca \
74
		gdkpixbuf gl 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 pulse resindvd schroedinger \
76
		opencv opus pango pulse 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 82-88 Link Here
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 gnomevfs hal \
84
		fluendo-mpegdemux gconf gio gnomevfs hal \
85
		ladspa libpng mm mp3 musepack nas python qt4 \
85
		ladspa libpng mm mp3 musepack nas qt4 \
86
		sdl sndfile spc vdpau vp8 xvid
86
		sdl sndfile spc vdpau vp8 xvid
87
.endif
87
.endif
88
88
Lines 380-390 Link Here
380
.endif
380
.endif
381
381
382
.if defined(USE_GSTREAMER1)
382
.if defined(USE_GSTREAMER1)
383
.for ext in ${USE_GSTREAMER1}
383
# Python3 is also supported
384
${ext}_GST_PREFIX?=	gstreamer1-plugins-
384
_USE_GSTREAMER_ALL+=	python3
385
${ext}_GST_VERSION?=	${GST1_VERSION}${GST1_MINIMAL_VERSION}
385
.for ext in ${USE_GSTREAMER1:C,\:,,}
386
${ext}_NAME10?=		${ext}
386
. if ${_USE_GSTREAMER_ALL:M${ext}} != python3 && ${_USE_GSTREAMER_ALL:M${ext}} != python
387
${ext}_GST_DEPENDS?=	${${ext}_DEPENDS:S,gstreamer-,gstreamer1-,}
387
${ext}_GST_PREFIX?=     gstreamer1-plugins-
388
${ext}_NAME10?=         ${ext}
389
. else
390
.  if ${_USE_GSTREAMER_ALL:M${ext}} == python3
391
${ext}_DEPENDS?=	${${ext:C,3,,}_DEPENDS:S,py,py3,}
392
.  endif
393
${ext}_GST_PREFIX?=     ${PYTHON_PKGNAMEPREFIX}
394
${ext}_NAME10?=         gstreamer1
395
. endif
396
${ext}_GST_DEPENDS?=    ${${ext}_DEPENDS:S,gstreamer,gstreamer1,}
397
${ext}_GST_VERSION?=    ${GST1_VERSION}${GST1_MINIMAL_VERSION}
388
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS})
398
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS})
389
BUILD_DEPENDS+=	${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS}
399
BUILD_DEPENDS+=	${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS}
390
RUN_DEPENDS+=	${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS}
400
RUN_DEPENDS+=	${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS}

Return to bug 196696