FreeBSD Bugzilla – Attachment 151582 Details for
Bug 196696
[PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch, which add support of Python for GStreamer 1.0 api
bsd.gstreamer.mk.diff (text/plain), 1.98 KB, created by
Olivier Duchateau
on 2015-01-13 20:11:58 UTC
(
hide
)
Description:
Patch, which add support of Python for GStreamer 1.0 api
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2015-01-13 20:11:58 UTC
Size:
1.98 KB
patch
obsolete
>Index: bsd.gstreamer.mk >=================================================================== >--- bsd.gstreamer.mk (révision 376983) >+++ bsd.gstreamer.mk (copie de travail) >@@ -73,7 +73,7 @@ > cdparanoia dts dv faac faad flac flite \ > gdkpixbuf gl gme gnonlin gsm jack jpeg lame libcaca \ > libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ >- opencv opus pango pulse resindvd schroedinger \ >+ opencv opus pango pulse python resindvd schroedinger \ > shout2 sidplay soundtouch soup speex taglib \ > theora twolame v4l2 vorbis wavpack x264 > >@@ -82,7 +82,7 @@ > _GSTREAMER_PLUGINS+= \ > annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \ > fluendo-mpegdemux gconf gio gnomevfs hal \ >- ladspa libpng mm mp3 musepack nas python qt4 \ >+ ladspa libpng mm mp3 musepack nas qt4 \ > sdl sndfile spc vdpau vp8 xvid > .endif > >@@ -380,11 +380,21 @@ > .endif > > .if defined(USE_GSTREAMER1) >-.for ext in ${USE_GSTREAMER1} >-${ext}_GST_PREFIX?= gstreamer1-plugins- >-${ext}_GST_VERSION?= ${GST1_VERSION}${GST1_MINIMAL_VERSION} >-${ext}_NAME10?= ${ext} >-${ext}_GST_DEPENDS?= ${${ext}_DEPENDS:S,gstreamer-,gstreamer1-,} >+# Python3 is also supported >+_USE_GSTREAMER_ALL+= python3 >+.for ext in ${USE_GSTREAMER1:C,\:,,} >+. if ${_USE_GSTREAMER_ALL:M${ext}} != python3 && ${_USE_GSTREAMER_ALL:M${ext}} != python >+${ext}_GST_PREFIX?= gstreamer1-plugins- >+${ext}_NAME10?= ${ext} >+. else >+. if ${_USE_GSTREAMER_ALL:M${ext}} == python3 >+${ext}_DEPENDS?= ${${ext:C,3,,}_DEPENDS:S,py,py3,} >+. endif >+${ext}_GST_PREFIX?= ${PYTHON_PKGNAMEPREFIX} >+${ext}_NAME10?= gstreamer1 >+. endif >+${ext}_GST_DEPENDS?= ${${ext}_DEPENDS:S,gstreamer,gstreamer1,} >+${ext}_GST_VERSION?= ${GST1_VERSION}${GST1_MINIMAL_VERSION} > . if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST_DEPENDS}) > BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS} > RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME10}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_GST_DEPENDS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196696
: 151582