Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: Mk/bsd.gstreamer.mk
- ===================================================================
- --- Mk/bsd.gstreamer.mk (revision 19549)
- +++ Mk/bsd.gstreamer.mk (working copy)
- @@ -88,8 +88,9 @@
- # plugins only in 1.0
- .if defined(USE_GSTREAMER1)
- _GSTREAMER_PLUGINS+= \
- - assrender curl dvdread kate libav modplug openjpeg png rtmp \
- - spandsp vpx webp x ximagesrc zbar
- + assrender curl dvdread kate libav modplug openjpeg \
- + python python3 png rtmp spandsp vpx webp x \
- + ximagesrc zbar
- # vaapi?
- .endif
- @@ -306,6 +307,7 @@
- vpx_DEPENDS= multimedia/gstreamer-plugins-vpx
- +.if defined(USE_GSTREAMER)
- # XXX: This is a quick solution for ports with USE_GSTREAMER=python
- # but without USE_PYTHON.
- PYTHON_PKGNAMEPREFIX?= py*-
- @@ -315,7 +317,20 @@
- python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX}
- python_GST_SUFX= # empty
- python_GST_VERSION= 0.10.4
- +.endif
- +.if defined(USE_GSTREAMER1)
- +# XXX: This is a quick solution for ports with USE_GSTREAMER=python
- +# but without USE_PYTHON.
- +PYTHON_PKGNAMEPREFIX?= py*-
- +
- +python_DEPENDS= multimedia/py-gstreamer1
- +python_NAME= gstreamer1
- +
- +python3_DEPENDS= multimedia/py3-gstreamer1
- +python3_NAME= gstreamer1
- +.endif
- +
- resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd
- schroedinger_DEPENDS= multimedia/gstreamer-plugins-schroedinger
Advertisement
Add Comment
Please, Sign In to add comment