gbemol 0.3.2-1
http://gbemol.sourceforge.net
A GTK+ interface for MPD with a nice library browser
unsupported :: multimedia
Maintainer: felipeweckx
Votes: 39
License: GPL
Last Updated: Sat, 25 Apr 2009 03:13:10 +0000
First Submitted: Tue, 22 May 2007 03:56:27 +0000
Dependencies curl gtk2>=2.10.0 libxml2
intltool appears to be a dependancy.
Indeed, worked like a charm in my i686. Thanks
update to 0.3.2 - fixed compiling on x86_64, probable i686 also
If it's useful, I just tried to compile from source and got exactly the same mistake, so it's not related to the pkgbuild but to the source code (well, as far as i understand, not being anything close to a programer :D)
Same problem for me on 686
Same problem as brisbin33 and killajoe (Arch64)
i can confirm killajoe's error(s) (i'm also on arch64)
Failed to Builsd on ARCH64:
http://kamprad.net/killajoe/logs/gbemol-log/
Updated to 0.3.1. Thanks to tam1138 for the PKGBUILD
Here's a PKGBUILD for the new version:
pkgname=gbemol
pkgver=0.3.1
pkgrel=1
pkgdesc="A GTK+ interface for MPD with a nice library browser"
url="http://gbemol.sourceforge.net"
arch=(i686 x86_64)
license=('GPL')
depends=('gtk2>=2.10.0' 'curl' 'libxml2')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=
source=(http://ufpr.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar
.gz)
noextract=()
md5sums=('640e26c7455f9201807ca658ef28885f')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
0.3 Version
please add perlxml to the dependancies
Added x86_64 flag, thanks mathieu.clabaut for remembering
Could you please add x86_64 to the arch variable ?
Not really, the MPD server does not need to be on the machine, it can be a remote server and the app only controls it.
should it not also have MPD as a dependency??
First upload
v1.6.0