You are not logged in.

#1 2010-07-29 11:44:44

sweetthdevil
Member
Registered: 2009-10-20
Posts: 426

Banshee SVN - GDATASHARP

Hi all,

I am trying to install Banshee from SVN directory using git ( git clone git://git.gnome.org/banshee )

I am however running into a corner as I am missing GDATASHARP (see terminal error below)

checking for GDATASHARP... no
configure: error: Package requirements (gdata-sharp-core >= 1.4
            gdata-sharp-youtube >= 1.4) were not met:

No package 'gdata-sharp-core' found
No package 'gdata-sharp-youtube' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GDATASHARP_CFLAGS
and GDATASHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Error: Could not run ./configure, which is required to configure banshee

So after googleling a bit I compile and installed http://code.google.com/p/google-gdata/ using a modify pkgbuild dispo on AUR (to have the latest version)

#Contributor: neuromante <lorenzo.nizzi.grifi[at]gmail.com>
pkgname=google-gdata-sharp
pkgver=1.6.0.0
pkgrel=1
pkgdesc="NET library for the Google Data API "
arch=('i686' 'x86_64')
url="http://code.google.com/p/google-gdata/"
license=("APACHE")
depends=('mono')
makedepends=('mono')
options=('!libtool')
provides=('libgoogle-data-mono')
source=(http://google-gdata.googlecode.com/files/libgoogle-data-mono-1.6.0.0.tar.gz)
md5sums=('5056c2f594e4d0421a2ff54778c52417')

build() {
  cd "$srcdir/libgoogle-data-mono-$pkgver"
  make
  make DESTDIR=$pkgdir install || return 1
}

I have also installed libgdata-0.6.4-1  python-gdata-2.0.10-1

But still the same error...

Any idea?

Many thanks for your help,

Regards,

Offline

#2 2011-07-09 02:09:42

Distro-jumper
Member
Registered: 2008-01-23
Posts: 30

Re: Banshee SVN - GDATASHARP

I know this is probably bad etiquette but did you ever resolve this issue?

Offline

#3 2011-07-09 03:14:56

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: Banshee SVN - GDATASHARP

Moderator: This is an old topic, but it has not reached any closure -- So I'll leave it open

Have you looked at https://aur.archlinux.org/packages.php?ID=26048  It looks like Banshee-git in aur was updated this month.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#4 2011-07-09 08:52:36

sweetthdevil
Member
Registered: 2009-10-20
Posts: 426

Re: Banshee SVN - GDATASHARP

Yes was resolve one way, not relevant any more

Please close it,

Offline

Board footer

Powered by FluxBB