Username: Password: Remember me
Search Criteria Advanced
Package Details

gnomad2 2.9.4-3
http://gnomad2.sourceforge.net
GTK client program for the NOMAD Jukebox with MTP support

unsupported :: multimedia
Maintainer: None
Votes: 160

License: GPL

Last Updated: Thu, 09 Apr 2009 17:57:59 +0000
First Submitted: Sun, 25 Mar 2007 02:51:27 +0000

Tarball :: Files :: PKGBUILD

Dependencies gtk2 intltool libid3tag libmtp libnjb libusb taglib

Sources
http://downloads.sourceforge.net/gnomad2/gnomad2-2.9.4.tar.gz
Comment by: anespor on Thu, 09 Apr 2009 17:58:27 +0000
@fettouhi :
thanks, updated
Comment by: fettouhi on Thu, 09 Apr 2009 13:16:07 +0000
libmtp in extra has been FINALLY updated to 0.3.7. So gnomad2 can depend on libmtp again
Comment by: jfca283 on Sat, 04 Apr 2009 01:46:40 +0000
is this out dated?
Comment by: mcmillan on Tue, 10 Feb 2009 19:23:42 +0000
Looks like there might be a new dependency for intltool (might just be a build dependency, I haven't had a chance to test running it yet)

When building the newest version I got an error saying
"checking for intltool >= 0.35.0... ./configure: line 5713: intltool-update: command not found
found
configure: error: Your intltool is too old. You need intltool 0.35.0 or later."

It built fine after installing intltool, the version in extra is 0.40
Comment by: fettouhi on Mon, 01 Dec 2008 10:52:07 +0000
Yeah but does it still support libmtp versions below 0.3.0, e.g. is it backwards compatible?

Regards

André
Comment by: fettouhi on Mon, 01 Dec 2008 09:13:44 +0000
Why has the libmtp version been set to 0.3.3 and above. Doesn't gnomad2 2.9.2 work with libmtp 0.2.6 from extra?

Regards

André
Comment by: moz on Thu, 30 Oct 2008 13:56:28 +0000
@sawk & scippio
I had your same exact problem, gnomad2 doesnt compile with libmtp from core. After installing libmtp-devel from aur (conflicts with libmpt core) you HAVE to edit the pkgbuild file to actually make it use the libmtp-devel. So the pkgbuild would look like this:

# Maintainer: Alois Nespor <alois.nespor@gmail.com>
pkgname=gnomad2
pkgver=2.9.2
pkgrel=2
pkgdesc="GTK client program for the NOMAD Jukebox with MTP support"
arch=('i686' 'x86_64')
url="http://gnomad2.sourceforge.net"
license=('GPL')
depends=('libusb' 'libnjb' 'libid3tag' 'gtk2' 'libmtp-devel>=0.3.0' 'taglib')
makedepends=('perlxml')
install=$pkgname.install
source=(http://downloads.sourceforge.net/gnomad2/gnomad2-$pkgver.tar.gz)


build()
{
cd $startdir/src/gnomad2-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}


md5sums=('39ca24bec8b8a28ee73e88eabddf59fb')


Notice the depends. Now it should compile flawlessly :).
Comment by: Sawk on Thu, 23 Oct 2008 20:32:23 +0000
where are you found libmtp 0.3.3 ?

Are you build a PKGBUILD ?
Comment by: scippio on Thu, 09 Oct 2008 16:45:41 +0000
I have same error like Sawk and libmtp-devel is installed :/
Comment by: zakorah on Sat, 27 Sep 2008 15:36:50 +0000
For the previous error : install libmtp-devel .
Comment by: Sawk on Fri, 19 Sep 2008 22:03:39 +0000
error on compile:

jukebox.c: In function ‘hd2jb_thread’:
jukebox.c:2183: error: ‘LIBMTP_track_t’ has no member named ‘storage_id’
jukebox.c:2187: error: too few arguments to function ‘LIBMTP_Send_Track_From_File’
jukebox.c: In function ‘hd2jb_data_thread’:
jukebox.c:2354: error: too few arguments to function ‘LIBMTP_Send_File_From_File’
jukebox.c: In function ‘jukebox_create_playlist’:
jukebox.c:2752: error: ‘LIBMTP_playlist_t’ has no member named ‘parent_id’
jukebox.c:2753: error: ‘LIBMTP_playlist_t’ has no member named ‘storage_id’
jukebox.c:2755: error: too few arguments to function ‘LIBMTP_Create_New_Playlist’
jukebox.c: In function ‘jukebox_create_folder’:
jukebox.c:3617: error: too many arguments to function ‘LIBMTP_Create_Folder’
make[1]: *** [jukebox.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/editmeta.Tpo .deps/editmeta.Po
mv -f .deps/mp3file.Tpo .deps/mp3file.Po
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-gnomad2/gnomad2/src/gnomad2-2.9.2/src'
make: *** [all-recursive] Error 1
Comment by: sinister99 on Wed, 06 Feb 2008 15:03:47 +0000
I will be away from computers for up to 6 months attempting to hike the Appalachian Trail :-D. Orphaning for now, I will re-adopt if package is orphaned when I return.
Comment by: sinister99 on Tue, 29 Jan 2008 23:57:56 +0000
Updated to 2.9.1
Comment by: sinister99 on Tue, 18 Sep 2007 00:50:30 +0000
updated to 2.9.0
Comment by: mgzzy on Mon, 17 Sep 2007 22:15:03 +0000
also, 2.9.0 is out
Comment by: mgzzy on Mon, 17 Sep 2007 22:13:45 +0000
please remove sources from the archive..
Comment by: sinister99 on Mon, 20 Aug 2007 21:52:54 +0000
version update
Comment by: TrendKill on Sat, 02 Jun 2007 01:07:30 +0000
I am switching to another linux distribution and will no longer be using Arch Linux so I am disowning this package. Rest assured that I regard Arch to be one of the best linux variants out there. I am switching now for work-related reasons and will mostly be coming back in the future.
Comment by: TrendKill on Tue, 24 Apr 2007 02:47:07 +0000
Added x86_64
Comment by: mezoko on Sun, 22 Apr 2007 16:44:46 +0000
Please add x86_64 to the arch line as gnomad2 has no problem with the x86_64
Comment by: TrendKill on Sun, 15 Apr 2007 14:16:35 +0000
New release. See changelog here:
http://gnomad2.cvs.sourceforge.net/*checkout*/gnomad2/gnomad2/ChangeLog
Comment by: TrendKill on Sun, 01 Apr 2007 18:03:07 +0000
I rebuilt the package under gnome 2.18 without any issues so I\'m leaving the PKGBUILD as is
Comment by: TrendKill on Sun, 25 Mar 2007 14:51:23 +0000
My bad...I misunderstood the meaning of maintainer. I have now uploaded a corrected PKGBUILD
Comment by: wizzomafizzo on Sun, 25 Mar 2007 11:04:38 +0000
Please remove the \"Maintainer\" line in your PKGBUILD.
Comment by: TrendKill on Sun, 25 Mar 2007 02:51:27 +0000
GTK client program for the NOMAD Jukebox with MTP support

v1.6.0