From faa370abe5f6d013c5f0e123a1983fb97a24f2ab Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Thu, 20 Aug 2020 06:41:16 -0400 Subject: [PATCH] chromaprint: Fix using shared libraries (#4139) --- cross/chromaprint/PLIST | 5 ++++- spk/chromaprint/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cross/chromaprint/PLIST b/cross/chromaprint/PLIST index 53ff4159b2e..1dcbed39598 100644 --- a/cross/chromaprint/PLIST +++ b/cross/chromaprint/PLIST @@ -1 +1,4 @@ -bin:bin/fpcalc \ No newline at end of file +bin:bin/fpcalc +lnk:lib/libchromaprint.so +lnk:lib/libchromaprint.so.1 +lib:lib/libchromaprint.so.1.5.0 diff --git a/spk/chromaprint/Makefile b/spk/chromaprint/Makefile index 7f3064a0d6d..94e2e552f7c 100644 --- a/spk/chromaprint/Makefile +++ b/spk/chromaprint/Makefile @@ -1,6 +1,6 @@ SPK_NAME = chromaprint SPK_VERS = 1.5.0 -SPK_REV = 11 +SPK_REV = 12 SPK_ICON = src/chromaprint.png DEPENDS = cross/$(SPK_NAME) @@ -10,7 +10,7 @@ STARTABLE = no MAINTAINER = ymartin59 DESCRIPTION = Chromaprint is the core component of the AcoustID project. It\'s a client-side library that implements a custom algorithm for extracting fingerprints from any audio source. DISPLAY_NAME = Chromaprint -CHANGELOG = "1. Update version 1.5.0
2. Update to ffmpeg 4.2.4" +CHANGELOG = "1. Update version 1.5.0
2. Update to ffmpeg 4.2.4
3. Fix shared library build" HOMEPAGE = http://acoustid.org/chromaprint LICENSE = LGPL2.1+