Package Details: keyfinder-git 243.e200ccc-1

Git Clone URL: https://aur.archlinux.org/keyfinder-git.git (read-only, click to copy)
Package Base: keyfinder-git
Description: KeyFinder is a tool for estimating the musical key of digital recordings, to aid DJs in harmonic mixing.
Upstream URL: http://www.ibrahimshaath.co.uk/keyfinder/
Licenses: GPL3
Conflicts: keyfinder
Provides: keyfinder
Submitter: lubosz
Maintainer: lubosz
Last Packager: lubosz
Votes: 1
Popularity: 0.000000
First Submitted: 2013-02-21 00:38 (UTC)
Last Updated: 2015-06-22 20:56 (UTC)

Latest Comments

unknown78 commented on 2014-07-19 16:03 (UTC)

I don't want to change from ffmpeg (arch standard) to libav. Can someone provide a solution maybe ?

goowi commented on 2014-03-14 21:53 (UTC)

https://bbs.archlinux.org/viewtopic.php?pid=1392464 Thanks to karol I was able to get this working correctly.. libav needs to be compiled with using the comment provided! Works now :)

goowi commented on 2014-03-13 16:26 (UTC)

==> Starting build()... /usr/lib/qt/bin/uic forms/aboutdialog.ui -o ui/ui_aboutdialog.h /usr/lib/qt/bin/uic forms/batchwindow.ui -o ui/ui_batchwindow.h /usr/lib/qt/bin/uic forms/detailwindow.ui -o ui/ui_detailwindow.h /usr/lib/qt/bin/uic forms/prefsdialog.ui -o ui/ui_prefsdialog.h g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asynckeyprocess.o source/asynckeyprocess.cpp In file included from source/asynckeyprocess.h:36:0, from source/asynckeyprocess.cpp:22: source/decoderlibav.h:70:3: error: ‘ReSampleContext’ does not name a type ReSampleContext* rsCtx; ^ Makefile:2275: recipe for target 'asynckeyprocess.o' failed make: *** [asynckeyprocess.o] Error 1

lubosz commented on 2013-06-10 22:09 (UTC)

i can fix the build, but for the sample format fixing you would need to fix this upstream. you need to port it to a more recent libav. meanwhile you can convert your audio to a working format. i think wav did the job, or flac.

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

.. but anyway it fails with following message: [audioresample @ 0x7fffd80075c0] Audio sample format conversion failed

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

1. There is no need to apply link-boost.diff from rev.f4563805c6. 2. Please add 'qt5-xmlpatterns' to depends(). 3. Use qmake-qt5 instead of qmake (which is qmake-qt4 by default).