Re: [voidlinux/void-packages] New package: acoustibrainz-client (#5008)

Felix Hanley at Wed, 26 Oct 2016 02:10:54 -0700
felix commented on this pull request. > @@ -0,0 +1,38 @@ +# Template file for 'acousticbrainz-client' +pkgname=acousticbrainz-client +version=0.1 +revision=1 +only_for_archs="i686 x86_64" It pulls in the statically built essentia extractor which is only available for i686 and x86_64. The project wants/recommends using their binary over building your own to provide consistent results.
ayghor at Wed, 26 Oct 2016 08:39:30 -0700
just noticed a small typo on teh subject: [voidlinux/void-packages] New package: acoustibrainz-client (#5008) is missing teh last c of acoustic -- Igor
Jürgen Buchmüller at Wed, 26 Oct 2016 09:10:23 -0700
If you really need to install one of two binary packages, you need to add a case/esac statement to set both, distfiles and checksum for the binary. I'd still prefer to have this built from source. At the very least this binary package should have a `-bin` extension, if some day the same package is built from source. This already happened for some packages in Void, e.g. lightzone and libreoffice.
Felix Hanley at Wed, 26 Oct 2016 09:15:19 -0700
Okay, leave this for now and I will play with a local build from source.