Package Details: keyfinder-cli-git 40.91ec8bb-1

Git Clone URL: https://aur.archlinux.org/keyfinder-cli-git.git (read-only, click to copy)
Package Base: keyfinder-cli-git
Description: A DJ friendly tool for estimating the musical key of an audio file
Upstream URL: https://github.com/evanpurkhiser/keyfinder-cli
Keywords: music
Licenses: GPL3
Submitter: evanpurkhiser
Maintainer: evanpurkhiser
Last Packager: evanpurkhiser
Votes: 2
Popularity: 0.000000
First Submitted: 2015-01-03 12:58 (UTC)
Last Updated: 2022-06-18 06:12 (UTC)

Latest Comments

evanpurkhiser commented on 2022-06-11 20:05 (UTC)

Thanks @xeruf. Updated!

xeruf commented on 2022-06-09 22:38 (UTC)

Please replace the source with the following, otherwise cloning does not work at least for me:

source=("$pkgname::git+$url")

lubosz commented on 2021-03-27 12:19 (UTC)

Awesome work, thanks! :)

evanpurkhiser commented on 2019-01-10 07:34 (UTC)

Ported it over to libswresample. Should build now.

evanpurkhiser commented on 2018-12-26 01:03 (UTC)

Yeah, I'm aware :( https://travis-ci.com/EvanPurkhiser/PKGBUILDs/jobs/166961433

Just haven't had time to port over to libswresample. Definitely open to pull requests!

lubosz commented on 2018-12-25 21:33 (UTC) (edited on 2018-12-25 21:33 (UTC) by lubosz)

Can't build

g++ keyfinder_cli.cpp -std=c++11 -Wall -lkeyfinder -lavcodec -lavformat -lavutil -lavresample -o keyfinder-cli
keyfinder_cli.cpp:14:10: fatal error: libavresample/avresample.h: No such file or directory
 #include <libavresample/avresample.h>

libavresample support has been dropped from arch: https://www.archlinux.org/todo/libavresample-drop/

This should be ported to libswresample.

alienvenom commented on 2015-10-07 22:51 (UTC)

==> Starting build()... g++ keyfinder_cli.cpp -std=c++11 -Wall -lkeyfinder -lavcodec -lavformat -lavutil -lavresample -o keyfinder-cli keyfinder_cli.cpp: In function ‘int main(int, char**)’: keyfinder_cli.cpp:314:13: error: cannot convert ‘KeyFinder::KeyDetectionResult’ to ‘KeyFinder::key_t’ in assignment key = key_finder.keyOfAudio(audio_data); ^ Makefile:4: recipe for target 'keyfinder-cli' failed make: *** [keyfinder-cli] Error 1 ==> ERROR: A failure occurred in build().