Summary: | [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olivier Duchateau <olivierd> | ||||
Component: | Ports Framework | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Only Me | CC: | portmgr, riggs | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Re-assign to the multimedia team. Feel free to reopen if this is still an issue |
Created attachment 151582 [details] Patch, which add support of Python for GStreamer 1.0 api Currently Python works only when USE_GSTREAMER is defined (0.10 api). But for ports which uses GStreamer 1.0 api, it's always multimedia/py-gstreamer which is installed. Patch add support of Python (multimedia/py-gstreamer1 and multimedia/py3-gstreamer1) when USE_GSTREAMER1 is defined. If ports needs Python3, same syntax as Python's framework is used. E.g., if port requires Python2 plugin, we define USE_GSTREAMER1= python If port requires Python3 plugin, we define USE_GSTREAMER1= python:3