Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 19:15:55 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8434b0a91e8a - main - audio/soundtouch: Add CPE information
Message-ID:  <202110051915.195JFtOT075856@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8434b0a91e8a30864350b6c684f473ba3d3086d5

commit 8434b0a91e8a30864350b6c684f473ba3d3086d5
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:52:41 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:46 +0000

    audio/soundtouch: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/soundtouch/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile
index 527114cc0040..a715b7324da4 100644
--- a/audio/soundtouch/Makefile
+++ b/audio/soundtouch/Makefile
@@ -10,11 +10,13 @@ COMMENT=	Open-source audio processing library
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.TXT
 
-USES=		cmake
+USES=		cmake cpe
 USE_GITLAB=	yes
 GL_COMMIT=	e1f315f5358d9db5cee35a7a2886425489fcefe8
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	surina
+
 CMAKE_ON=	BUILD_SHARED_LIBS
 
 OPTIONS_DEFINE=		INTEGER_SAMPLES OPTIMIZED_CFLAGS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110051915.195JFtOT075856>