gusibsd

Untitled

Apr 22nd, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Index: Mk/bsd.gstreamer.mk
  2. ===================================================================
  3. --- Mk/bsd.gstreamer.mk (revision 19549)
  4. +++ Mk/bsd.gstreamer.mk (working copy)
  5. @@ -88,8 +88,9 @@
  6. # plugins only in 1.0
  7. .if defined(USE_GSTREAMER1)
  8. _GSTREAMER_PLUGINS+= \
  9. - assrender curl dvdread kate libav modplug openjpeg png rtmp \
  10. - spandsp vpx webp x ximagesrc zbar
  11. + assrender curl dvdread kate libav modplug openjpeg \
  12. + python python3 png rtmp spandsp vpx webp x \
  13. + ximagesrc zbar
  14. # vaapi?
  15. .endif
  16.  
  17. @@ -306,6 +307,7 @@
  18.  
  19. vpx_DEPENDS= multimedia/gstreamer-plugins-vpx
  20.  
  21. +.if defined(USE_GSTREAMER)
  22. # XXX: This is a quick solution for ports with USE_GSTREAMER=python
  23. # but without USE_PYTHON.
  24. PYTHON_PKGNAMEPREFIX?= py*-
  25. @@ -315,7 +317,20 @@
  26. python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX}
  27. python_GST_SUFX= # empty
  28. python_GST_VERSION= 0.10.4
  29. +.endif
  30.  
  31. +.if defined(USE_GSTREAMER1)
  32. +# XXX: This is a quick solution for ports with USE_GSTREAMER=python
  33. +# but without USE_PYTHON.
  34. +PYTHON_PKGNAMEPREFIX?= py*-
  35. +
  36. +python_DEPENDS= multimedia/py-gstreamer1
  37. +python_NAME= gstreamer1
  38. +
  39. +python3_DEPENDS= multimedia/py3-gstreamer1
  40. +python3_NAME= gstreamer1
  41. +.endif
  42. +
  43. resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd
  44.  
  45. schroedinger_DEPENDS= multimedia/gstreamer-plugins-schroedinger
Advertisement
Add Comment
Please, Sign In to add comment