Skip to content

Commit

Permalink
chromaprint: update to 1.5.0 and ffmpeg 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymartin59 committed Apr 18, 2020
1 parent 29f6c69 commit ebb1f53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = chromaprint
PKG_VERS = 1.4.3
PKG_VERS = 1.5.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/acoustid/chromaprint/releases/download/v$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/chromaprint/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chromaprint-1.4.3.tar.gz SHA1 c3f880f6ed752c0d0802c55d28a1a6df78b4d7d4
chromaprint-1.4.3.tar.gz SHA256 ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82
chromaprint-1.4.3.tar.gz MD5 20014ca19974de9657d91d331d11f936
chromaprint-1.5.0.tar.gz SHA1 f7619befa313d23016ad6ed31d5b4fb307774da7
chromaprint-1.5.0.tar.gz SHA256 573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
chromaprint-1.5.0.tar.gz MD5 e078aa024cf78788d55434a487b5978f
6 changes: 3 additions & 3 deletions spk/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = chromaprint
SPK_VERS = 1.4.3
SPK_REV = 9
SPK_VERS = 1.5.0
SPK_REV = 10
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 to ffmpeg 4.2<br/>2. Add fpcalc in PATH /usr/local/bin"
CHANGELOG = "1. Update version 1.5.0<br/>2. Update to ffmpeg 4.2.2"

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

0 comments on commit ebb1f53

Please sign in to comment.