pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/chromaprint
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 6 07:48:56 UTC 2025
Modified Files:
pkgsrc/audio/chromaprint: Makefile options.mk
Log Message:
chromaprint: pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/audio/chromaprint/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/chromaprint/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/chromaprint/Makefile
diff -u pkgsrc/audio/chromaprint/Makefile:1.44 pkgsrc/audio/chromaprint/Makefile:1.45
--- pkgsrc/audio/chromaprint/Makefile:1.44 Tue May 6 07:48:40 2025
+++ pkgsrc/audio/chromaprint/Makefile Tue May 6 07:48:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2025/05/06 07:48:40 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/05/06 07:48:56 wiz Exp $
DISTNAME= chromaprint-1.5.1
PKGREVISION= 9
@@ -11,7 +11,7 @@ HOMEPAGE= https://acoustid.org/chromapri
COMMENT= Audio fingerprinting
LICENSE= mit
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
# build and install "fpcalc"
CMAKE_CONFIGURE_ARGS+= -DBUILD_TOOLS=ON
CMAKE_CONFIGURE_ARGS+= -DFFT_LIB=fftw3
Index: pkgsrc/audio/chromaprint/options.mk
diff -u pkgsrc/audio/chromaprint/options.mk:1.2 pkgsrc/audio/chromaprint/options.mk:1.3
--- pkgsrc/audio/chromaprint/options.mk:1.2 Sun Aug 25 06:18:22 2024
+++ pkgsrc/audio/chromaprint/options.mk Tue May 6 07:48:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2024/08/25 06:18:22 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2025/05/06 07:48:56 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.chromaprint
@@ -11,7 +11,7 @@ PKG_SUPPORTED_OPTIONS= tests
# googletest requires at least C++14. It bundles its own copy.
USE_CXX_FEATURES+= c++14
TEST_TARGET= check
-CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTS=ON
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTS=ON
.else
-CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTS=OFF
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTS=OFF
.endif
Home |
Main Index |
Thread Index |
Old Index