How to install gst-python (gstreamer python bind) on Mac OSX in a simple way?

How to install gst-python , which is the connecting core of GStreamer on my Mac (Snow Leopard) in a simple way? This is likely due to the use of a package manager such as homebrew or MacPorts .

I was looking for a package everywhere. Compilation is a real mess.

If this is not possible, what are the alternatives? Detailed instructions are welcome. :)

+3
source share
2 answers

Install the base MacPorts as instructed here . If you already have MacPorts installed, make sure the port files are updated:

$ sudo port selfupdate

, , Python 2.6 Python 2.7, :

$ sudo port install py26-gst-python

$ sudo port install py27-gst-python

. , , , , MacPorts Python Gnome, , , . , , .

+2

, 5 rep, , : brew install homebrew/versions/gst-python010.

gst-python , gst-python010. 010 0.10.

, 1.0 Homebrew.

.

+2

Source: https://habr.com/ru/post/1784859/


All Articles