d815cc43c9
Version 1.2 -- August 26, 2014 ============================== - Fixed compilation with neither libswresample nor libavresample (#11) - Fixed compilation with static libav (#10) - Functions chromaprint_encode_fingerprint and chromaprint_decode_fingerprint are changed to accept const pointer as input - Added support for using the Kiss FFT library (should make Android port easier) - Removed obsolete dev tools from the package - More compatible DEBUG() macro
22 lines
621 B
Makefile
22 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/08/31 21:44:32 wiz Exp $
|
|
|
|
DISTNAME= chromaprint-1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://acoustid.org/chromaprint
|
|
COMMENT= Audio fingerprinting
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
# build and install "fpcalc"
|
|
CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=on
|
|
# tell it where to find ffmpeg
|
|
CMAKE_ARGS+= -DFFMPEG_ROOT:PATH=${BUILDLINK_PREFIX.ffmpeg1}
|
|
|
|
PKGCONFIG_OVERRIDE= libchromaprint.pc.cmake
|
|
|
|
.include "../../multimedia/ffmpeg1/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|