Date: Thu, 10 Sep 2020 10:51:41 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548199 - in branches/2020Q3/audio/libsndfile: . files Message-ID: <202009101051.08AApfch079268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Thu Sep 10 10:51:40 2020 New Revision: 548199 URL: https://svnweb.freebsd.org/changeset/ports/548199 Log: MFH: r548196 Update to upstream release 1.0.29 PR: 248665 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: tcberner Approved by: ports-secteam (riggs) Deleted: branches/2020Q3/audio/libsndfile/files/patch-CMakeLists.txt branches/2020Q3/audio/libsndfile/files/patch-cmake_SndFileChecks.cmake Modified: branches/2020Q3/audio/libsndfile/Makefile branches/2020Q3/audio/libsndfile/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/audio/libsndfile/Makefile ============================================================================== --- branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/Makefile Thu Sep 10 10:51:40 2020 (r548199) @@ -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 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 \ Modified: branches/2020Q3/audio/libsndfile/distinfo ============================================================================== --- branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:13:52 2020 (r548198) +++ branches/2020Q3/audio/libsndfile/distinfo Thu Sep 10 10:51:40 2020 (r548199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595853607 -SHA256 (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 70fee769ab60c579090edf5a43a4959a71feb14f0e531394f4e1c1a9741258c3 -SIZE (erikd-libsndfile-1.0.29pre.20200620-2ccb23f_GH0.tar.gz) = 721895 +TIMESTAMP = 1598210411 +SHA256 (libsndfile-1.0.29.tar.bz2) = 2ba20d44817c8176f097ab25eff44ef0aeec9e00973def5a7174c5ae0764b22f +SIZE (libsndfile-1.0.29.tar.bz2) = 831090
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009101051.08AApfch079268>