audiomuze;638761 Wrote: 
> Prior to your PPA update, I'd managed to get dependenencies installed
> and Chromaprint compiled, but not Acousicid - kept saying Chromaprint
> not found.  What's needed to resolve that?

I think the easiest way to compile the source code is to install
packages libavcodec-dev, libavformat-dev, libtag1-dev and libqt4-dev
from Ubuntu repositories and libchromaprint-dev from my PPA. It should
be able to find all the libraries by itself then. If you installed
Chromaprint in a non-standard location, you should be able to configure
the Acoustid fingerprinter with options like this (using /opt/acoustid
as an example installation path):


Code:
--------------------
    
  cmake -DCHROMAPRINT_INCLUDE_DIR=/opt/acoustid/include/ 
-DCHROMAPRINT_LIBRARIES=/opt/acoustid/lib/libchromaprint.so
  
--------------------


-- 
lukaslalinsky
------------------------------------------------------------------------
lukaslalinsky's Profile: http://forums.slimdevices.com/member.php?userid=47841
View this thread: http://forums.slimdevices.com/showthread.php?t=88515

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to