svn commit: r541069 - head/audio/chromaprint
Jason E. Hale
jhale at FreeBSD.org
Fri Jul 3 04:34:33 UTC 2020
Author: jhale
Date: Fri Jul 3 04:34:32 2020
New Revision: 541069
URL: https://svnweb.freebsd.org/changeset/ports/541069
Log:
audio/chromaprint: Update to 1.5.0
Modified:
head/audio/chromaprint/Makefile
head/audio/chromaprint/distinfo
head/audio/chromaprint/pkg-plist
Modified: head/audio/chromaprint/Makefile
==============================================================================
--- head/audio/chromaprint/Makefile Fri Jul 3 03:06:39 2020 (r541068)
+++ head/audio/chromaprint/Makefile Fri Jul 3 04:34:32 2020 (r541069)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= chromaprint
-PORTVERSION= 1.4.3
-PORTREVISION= 6
+PORTVERSION= 1.5.0
CATEGORIES= audio
MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/
@@ -19,6 +18,7 @@ USES= cmake compiler:c++11-lib pathfix
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_TOOLS:BOOL=true \
+ -DAUDIO_PROCESSOR_LIB=swresample \
-DFFT_LIB:STRING=avfft
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
@@ -32,7 +32,7 @@ DOXYGEN_IMPLIES= DOCS
TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googletest:patch
TEST_CMAKE_BOOL= BUILD_TESTS
-TEST_CMAKE_ON= -DGTEST_ROOT:PATH=`${MAKE} -C ${PORTSDIR}/devel/googletest -VWRKSRC`
+TEST_CMAKE_ON= -DGTEST_ROOT:PATH=`${MAKE} -C ${PORTSDIR}/devel/googletest -VWRKSRC`/googletest
TEST_TARGET= check
do-build-DOXYGEN-on:
Modified: head/audio/chromaprint/distinfo
==============================================================================
--- head/audio/chromaprint/distinfo Fri Jul 3 03:06:39 2020 (r541068)
+++ head/audio/chromaprint/distinfo Fri Jul 3 04:34:32 2020 (r541069)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518010171
-SHA256 (chromaprint-1.4.3.tar.gz) = ea18608b76fb88e0203b7d3e1833fb125ce9bb61efe22c6e169a50c52c457f82
-SIZE (chromaprint-1.4.3.tar.gz) = 613741
+TIMESTAMP = 1593746197
+SHA256 (chromaprint-1.5.0.tar.gz) = 573a5400e635b3823fc2394cfa7a217fbb46e8e50ecebd4a61991451a8af766a
+SIZE (chromaprint-1.5.0.tar.gz) = 615217
Modified: head/audio/chromaprint/pkg-plist
==============================================================================
--- head/audio/chromaprint/pkg-plist Fri Jul 3 03:06:39 2020 (r541068)
+++ head/audio/chromaprint/pkg-plist Fri Jul 3 04:34:32 2020 (r541069)
@@ -2,5 +2,5 @@ bin/fpcalc
include/chromaprint.h
lib/libchromaprint.so
lib/libchromaprint.so.1
-lib/libchromaprint.so.1.4.3
+lib/libchromaprint.so.1.5.0
libdata/pkgconfig/libchromaprint.pc
More information about the svn-ports-head
mailing list