Package Details: libkeyfinder-git 333.4e1a502-1

Git Clone URL: https://aur.archlinux.org/libkeyfinder-git.git (read-only, click to copy)
Package Base: libkeyfinder-git
Description: Musical key detection for digital audio.
Upstream URL: https://github.com/mixxxdj/libkeyfinder
Licenses: GPL3
Conflicts: libkeyfinder
Provides: libkeyfinder
Submitter: lubosz
Maintainer: evanpurkhiser
Last Packager: evanpurkhiser
Votes: 6
Popularity: 0.196820
First Submitted: 2013-02-13 14:11 (UTC)
Last Updated: 2022-06-18 05:59 (UTC)

Dependencies (3)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

izenn commented on 2014-04-08 19:34 (UTC)

keyfinder is currently incompatible with libav (version 10). Something similar to http://git.xiph.org/?p=ffmpeg2theora.git;a=commitdiff;h=82d2d6a6cd1b3fd7019c5cb20523c0becf005232 needs to be done to keyfinder, unfortunately it is beyond me. I have released libav9 until upstream can fix the compatibility issues. also, please add taglib to the dependencies

jay7 commented on 2013-06-10 21:20 (UTC)

build.patch fails to clean apply. I've found that starting from rev.6b898cf4a1 libkeyfinder have added -lboost_system to the LIBS already. Below is updated build.patch: diff --git a/LibKeyFinder.pro b/LibKeyFinder.pro index 09c8773..180e7fc 100644 --- a/LibKeyFinder.pro +++ b/LibKeyFinder.pro @@ -29,6 +29,8 @@ VERSION = 0.8.0 DEFINES += LIBKEYFINDER_LIBRARY +PREFIX = /usr + HEADERS += \ audiodata.h \ binode.h \ @@ -115,7 +117,7 @@ unix:!symbian { maemo5 { target.path = /opt/usr/lib } else { - target.path = /usr/local/lib + target.path = /usr/lib } INSTALLS += target }