Package Details: gnomad2 2.9.6-3

Git Clone URL: https://aur.archlinux.org/gnomad2.git (read-only, click to copy)
Package Base: gnomad2
Description: GTK client program for the NOMAD Jukebox with MTP support
Upstream URL: http://gnomad2.sourceforge.net
Licenses: GPL
Submitter: None
Maintainer: jorge_barroso
Last Packager: jorge_barroso
Votes: 68
Popularity: 0.000000
First Submitted: 2007-03-25 02:51 (UTC)
Last Updated: 2015-06-15 19:25 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2021-06-24 06:21 (UTC) (edited on 2021-06-24 06:22 (UTC) by micwoj92)

Hello, could you update download to https?

mrunion commented on 2012-07-14 18:20 (UTC)

I hit the button on the wrong package and flagged this out of date! My apologies! Sorry!

<deleted-account> commented on 2011-07-11 19:24 (UTC)

this package needs a makedepends=('intltool') added. Before doing this, configure bombed out about not finding intltool-update. An updated PKGBUILD with the appropriate line can be provided upon request.

<deleted-account> commented on 2011-01-08 02:38 (UTC)

This has the patch to fix the gtk_widget_destroy errors. It does not completely eliminate the problem, the error only comes up once instead of repeatedly.

<deleted-account> commented on 2011-01-07 17:59 (UTC)

I get the following error whenever I open gnomad2: (gnomad2:3394): Grk-CRITICAL **: IA__gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed This appear to be the bug referred to here: http://sourceforge.net/tracker/?func=detail&aid=3142015&group_id=65573&atid=511470 and a patch to fix something similar on Gentoo Linux here: http://packages.gentoo.org/package/media-sound/gnomad Can this patch or something similar be applied to fix the problem here on Arch? Apparently the program is trying to destroy a widget without first checking to see if it exists.

<deleted-account> commented on 2010-11-07 23:54 (UTC)

pkg-config is part of the "base-devel" group which is assumed to be already installed when building with makepkg. https://wiki.archlinux.org/index.php/Makepkg

<deleted-account> commented on 2010-11-07 23:51 (UTC)

pkg-config is part of the "base-devel" group which is assumed to be already installed when building with makepkg. https://wiki.archlinux.org/index.php/PKGBUILD

<deleted-account> commented on 2010-11-07 23:50 (UTC)

pkg-config is part of the "base-devel" which is assumed to be already installed when building with makepkg. https://wiki.archlinux.org/index.php/PKGBUILD

john_schaf commented on 2010-11-07 22:03 (UTC)

I think pkg-config should be a dependence of this package

<deleted-account> commented on 2010-11-07 14:28 (UTC)

Fixed the PKGBUILD to get rid of the syntax error. Thanks for the heads up.