gusibsd

Untitled

Apr 22nd, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. .if defined(USE_GSTREAMER)
  2. # XXX: This is a quick solution for ports with USE_GSTREAMER=python
  3. # but without USE_PYTHON.
  4. PYTHON_PKGNAMEPREFIX?= py*-
  5.  
  6. python_DEPENDS= multimedia/py-gstreamer
  7. python_NAME= gstreamer
  8. python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX}
  9. python_GST_SUFX= # empty
  10. python_GST_VERSION= 0.10.4
  11. .endif
  12.  
  13. .if defined(USE_GSTREAMER)
  14. # XXX: This is a quick solution for ports with USE_GSTREAMER=python
  15. # but without USE_PYTHON.
  16. PYTHON_PKGNAMEPREFIX?= py*-
  17.  
  18. python_DEPENDS= multimedia/py-gstreamer1
  19. python_NAME= gstreamer
  20. python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX}
  21. python_GST_SUFX= # empty
  22. .endif
Advertisement
Add Comment
Please, Sign In to add comment