user2961850
user2961850

Reputation: 91

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. I have got the latest commit from GitHub. When I try to compile the code using ./autogen, I get the following error:

configure: error: Package requirements (gstreamer-sharp-1.0 >= 0.99.0) were not met: No package 'gstreamer-sharp-1.0' found

I have searched for a package containing this dependency using:

apt-cache search 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.

Upvotes: 0

Views: 564

Answers (1)

Armali
Armali

Reputation: 19375

Here's the answer: "how to build banshee 2 9 1 on ubuntu 14 04" – user3159253

Thank you very much, I managed to build Banshee using that post. I had to use './autogen.sh --prefix=/usr' to build 'gstreamer-sharp-1.0'. I also had to build 'gudev-sharp-3.0' from source. – user2961850

Upvotes: 0

Related Questions