Bug 196696 - [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API
Summary: [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 20:11 UTC by Olivier Duchateau
Modified: 2022-10-15 11:05 UTC (History)
2 users (show)

See Also:


Attachments
Patch, which add support of Python for GStreamer 1.0 api (1.98 KB, patch)
2015-01-13 20:11 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau freebsd_committer freebsd_triage 2015-01-13 20:11:58 UTC
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
Comment 1 Olivier Duchateau freebsd_committer freebsd_triage 2015-01-13 20:13:09 UTC
Re-assign to the multimedia team.
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2022-10-15 11:05:01 UTC
Feel free to reopen if this is still an issue