如何在 Mac OSX 上以简单的方式安装 gst-python (gstreamer python bind)?

发布于 2024-10-11 05:42:46 字数 309 浏览 2 评论 0原文

如何在我的 Mac (Snow Leopard) 上轻松安装 gst-python(GStreamer 的 python 绑定)?这可能涉及使用包管理器,例如 homebrewMacPorts.

我一直在到处寻找包裹。编译真是一团糟。

如果这不可能,还有什么替代方案?欢迎详细指导。 :)

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪花飘飘的天空 2024-10-18 05:42:46

按照此处的说明安装基本 MacPorts。如果您已经安装了 MacPorts,请确保端口文件是最新的:

$ sudo port selfupdate

然后,根据您想要使用 Python 2.6 还是 Python 2.7,安装适当的端口:

$ sudo port install py26-gst-python

或:

$ sudo port install py27-gst-python

然后坐下来等待。请注意,这些端口似乎会引入大量依赖包,包括 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:

$ sudo port selfupdate

Then, depending on whether you want to use Python 2.6 or Python 2.7, install the appropriate port, either:

$ sudo port install py26-gst-python

or:

$ sudo port install py27-gst-python

and sit back and wait. Be aware that those ports appear to pull in a lot of dependent packages including a MacPorts Python installation and Gnome, so it will likely take a while. But, in the end, it should all just work.

明月夜 2024-10-18 05:42:46

我无法将其作为评论发布,因为我只有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文