[Bug 196696] [PATCH] Mk/bsd.gstreamer.mk, fix support of Python for GStreamer 1.0 API

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 13 20:11:58 UTC 2015


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 at FreeBSD.org
          Reporter: olivierd at FreeBSD.org
                CC: portmgr at 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.


More information about the freebsd-ports-bugs mailing list