Date: Tue, 13 Jan 2015 20:11:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196696] [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API Message-ID: <bug-196696-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196696 Bug ID: 196696 Summary: [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: olivierd@FreeBSD.org CC: portmgr@FreeBSD.org Created attachment 151582 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151582&action=edit 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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196696-13>