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 »

WorMzy commented on 2024-03-03 13:50 (UTC)

Currently broken due to a couple of issues. I've flagged the package OOD, but here's a working PKGBUILD:

pkgname=gnomad2
pkgver=2.9.6
pkgrel=4
pkgdesc="GTK client program for the NOMAD Jukebox with MTP support"
arch=('i686' 'x86_64')
url="http://gnomad2.sourceforge.net"
license=('GPL-2.0-or-later')
depends=('gdk-pixbuf2' 'glib2' 'glibc' 'gtk2' 'libid3tag' 'libmtp' 'libnjb' 'libusb' 'taglib')
makedepends=('intltool')
optdepends=('dbus-glib: for device autodetection')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('10f025ac38089ebc4a063ac25a262d3e2f6b72336c4566877fae311a873923b55d532d210fd2ec8a29013c06c806ddacc50f042546e4aaa5cf23228d09d854a1')

build() {
  # disable failing on warnings, allow multiple definitons of functions
  CFLAGS="${CFLAGS/-Werror=format-security/} -fcommon"
  export CFLAGS

  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
}

package() {
  cd ${pkgname}-${pkgver}
  make DESTDIR="${pkgdir}" install
}

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