如何在 Mac OSX 上以简单的方式安装 gst-python (gstreamer python bind)?
如何在我的 Mac (Snow Leopard) 上轻松安装 gst-python(GStreamer 的 python 绑定)?这可能涉及使用包管理器,例如 homebrew 或 MacPorts.
我一直在到处寻找包裹。编译真是一团糟。
如果这不可能,还有什么替代方案?欢迎详细指导。 :)
How can I install gst-python, which is GStreamer's python bind, on my Mac (Snow Leopard) the easy way? This will probably involve using a package-manager like homebrew or MacPorts.
I've been looking for the package everywhere. Compiling is a real mess.
If this isn't possible, what are the alternatives? Detailed instruction are welcome. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按照此处的说明安装基本 MacPorts。如果您已经安装了 MacPorts,请确保端口文件是最新的:
然后,根据您想要使用 Python 2.6 还是 Python 2.7,安装适当的端口:
或:
然后坐下来等待。请注意,这些端口似乎会引入大量依赖包,包括 MacPorts
Python
安装和Gnome
,因此可能需要一段时间。但最终,一切都应该正常。Install the base MacPorts following the instructions here. If you already have MacPorts installed, make sure the portfiles are up-to-date:
Then, depending on whether you want to use Python 2.6 or Python 2.7, install the appropriate port, either:
or:
and sit back and wait. Be aware that those ports appear to pull in a lot of dependent packages including a MacPorts
Python
installation andGnome
, so it will likely take a while. But, in the end, it should all just work.我无法将其作为评论发布,因为我只有 5 个代表,但您实际上可以使用以下命令安装它:
brew install homebrew/versions/gst-python010
。这将从包含 gst-python010 的 Tap 中获取 gst-python。
末尾的 010 表示版本 0.10。
不幸的是,目前 Homebrew 的 Taps 或 Package 还没有 1.0 版本。
将来可能会有更新版本。
I couldn't post it as a comment because I only have 5 rep, but you actually can install it using:
brew install homebrew/versions/gst-python010
.This obtains gst-python from the tap containing gst-python010.
The 010 at the end there shows the version 0.10.
Unfortunately, there is not a 1.0 version from Homebrew's taps or packages, currently.
There might be a updated version in the future.