From 032412ef7fe05f36a703ffb99eec7db0d4155718 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Thu, 10 Sep 2020 10:08:58 +0000 Subject: Update to upstream release 1.0.29 PR: 248665 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: tcberner MFH: 2020Q3 (hat: ports-secteam) --- audio/libsndfile/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'audio/libsndfile/Makefile') diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 4b16deb2bfa6..0215f47356d9 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= libsndfile -DISTVERSION= 1.0.29pre.20200620 +DISTVERSION= 1.0.29 CATEGORIES= audio +MASTER_SITES= https://github.com/erikd/${PORTNAME}/releases/download/v1.0.29/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) @@ -11,23 +12,26 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe localbase pkgconfig python:build,test shebangfix +USES= cmake cpe localbase pkgconfig python:build,test shebangfix \ + tar:bz2 SHEBANG_FILES= programs/test-sndfile-metadata-set.py \ src/binheader_writef_check.py \ src/create_symbols_file.py CPE_VENDOR= ${CPE_PRODUCT}_project -USE_GITHUB= yes -GH_ACCOUNT= erikd -GH_TAGNAME= 2ccb23f - USE_LDCONFIG= yes +CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_ALSA:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Sndio:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_Speex:BOOL=True \ + -DCMAKE_DISABLE_FIND_PACKAGE_SQLite3:BOOL=True + OPTIONS_DEFINE= DOCS EXTERNAL STATIC TEST OPTIONS_SUB= yes OPTIONS_DEFAULT= EXTERNAL EXTERNAL_DESC= Enable FLAC, Ogg Vorbis, Opus support +TEST_DESC= Build tests (forces static library only) TEST_IMPLIES= STATIC EXTERNAL_LIB_DEPENDS= libFLAC.so:audio/flac \ -- cgit v1.2.3