You are not logged in.
Pages: 1
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 bansheeSo 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
I know this is probably bad etiquette but did you ever resolve this issue?
Offline
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
Yes was resolve one way, not relevant any more
Please close it,
Offline
Pages: 1