Skip to content

Commit

Permalink
chromaprint: Fix using shared libraries (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 authored Aug 20, 2020
1 parent 747f9f8 commit faa370a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion cross/chromaprint/PLIST
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
bin:bin/fpcalc
bin:bin/fpcalc
lnk:lib/libchromaprint.so
lnk:lib/libchromaprint.so.1
lib:lib/libchromaprint.so.1.5.0
4 changes: 2 additions & 2 deletions spk/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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<br/>2. Update to ffmpeg 4.2.4"
CHANGELOG = "1. Update version 1.5.0<br/>2. Update to ffmpeg 4.2.4<br/>3. Fix shared library build"

HOMEPAGE = http://acoustid.org/chromaprint
LICENSE = LGPL2.1+
Expand Down

0 comments on commit faa370a

Please sign in to comment.