简体   繁体   English

如何获取依赖项“ gstreamer-sharp-1.0”?

[英]How do I acquire the dependency 'gstreamer-sharp-1.0'?

I have decided I would like to contribute to an open source project, so I am attempting to contribute to Banshee media player. 我已经决定要为一个开源项目做出贡献,所以我试图为Banshee媒体播放器做出贡献。 I have got the latest commit from GitHub. 我从GitHub获得了最新的提交。 When I try to compile the code using ./autogen, I get the following error: 当我尝试使用./autogen编译代码时,出现以下错误:

configure: error: Package requirements (gstreamer-sharp-1.0 >= 0.99.0) were not met: No package 'gstreamer-sharp-1.0' found 配置:错误:未满足软件包要求(gstreamer-sharp-1.0> = 0.99.0):未找到软件包“ gstreamer-sharp-1.0”

I have searched for a package containing this dependency using: 我使用以下方法搜索了包含此依赖项的软件包:

apt-cache search gstreamer-sharp-1.0 apt-cache搜索gstreamer-sharp-1.0

But it returns nothing. 但是它什么也没返回。 Could somebody explain to me in detail how I can get this dependency? 有人可以详细向我解释我如何获得这种依赖吗? I am on Ubuntu 14.04 if that helps. 如果有帮助,我使用Ubuntu 14.04。

Here's the answer: "how to build banshee 2 9 1 on ubuntu 14 04" – user3159253 答案是: “如何在ubuntu 14 04上构建banshee 2 9 1” – user3159253

Thank you very much, I managed to build Banshee using that post. 非常感谢您,我设法使用该帖子构建了Banshee。 I had to use './autogen.sh --prefix=/usr' to build 'gstreamer-sharp-1.0'. 我必须使用'./autogen.sh --prefix = / usr'构建'gstreamer-sharp-1.0'。 I also had to build 'gudev-sharp-3.0' from source. 我还必须从源代码构建“ gudev-sharp-3.0”。 – user2961850 –用户2961850

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM