From owner-dev-commits-ports-main@freebsd.org Sun Sep 12 20:07:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A359766CCA7; Sun, 12 Sep 2021 20:07:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H70y94FVQz3lDb; Sun, 12 Sep 2021 20:07:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7286B19F88; Sun, 12 Sep 2021 20:07:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18CK7Dmm054147; Sun, 12 Sep 2021 20:07:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18CK7DX9054146; Sun, 12 Sep 2021 20:07:13 GMT (envelope-from git) Date: Sun, 12 Sep 2021 20:07:13 GMT Message-Id: <202109122007.18CK7DX9054146@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tilman Keskinoz Subject: git: 9a16ad99aee1 - main - audio/ladspa: Update to 1.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arved X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9a16ad99aee1b4ad4c11e1465e16aae1a916733a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2021 20:07:13 -0000 The branch main has been updated by arved: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a16ad99aee1b4ad4c11e1465e16aae1a916733a commit 9a16ad99aee1b4ad4c11e1465e16aae1a916733a Author: Tilman Keskinoz AuthorDate: 2021-09-12 20:02:34 +0000 Commit: Tilman Keskinoz CommitDate: 2021-09-12 20:07:00 +0000 audio/ladspa: Update to 1.17 the applyplugin now uses libsndfile --- audio/ladspa/Makefile | 7 +++++-- audio/ladspa/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index 3c661adc3df4..fd3534947adb 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,7 +1,7 @@ # Created by: Tilman Linneweh PORTNAME= ladspa -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= audio MASTER_SITES= http://www.ladspa.org/download/ DISTNAME= ladspa_sdk_${PORTVERSION} @@ -12,6 +12,8 @@ COMMENT= Linux Audio Developer's Simple Plugin API LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/doc/COPYING +LIB_DEPENDS= libsndfile.so:audio/libsndfile + USES= gmake tar:tgz USE_LDCONFIG= yes @@ -24,7 +26,8 @@ BUILD_WRKSRC= ${WRKSRC}/src post-patch: ${REINPLACE_CMD} -e 's,-ldl,,; s,-O3,${CFLAGS},; s,-Werror ,,; \ - s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,; s,^CXXFLAGS.*=,CXXFLAGS+=,' \ + s,^CC,#CC,;s,^CPP,#CPP,;s,CPP,CXX,; s,^CXXFLAGS.*=,CXXFLAGS+=,; \ + s,lsndfile,lsndfile -L${LOCALBASE}/lib,;s,I\.,I. -I${LOCALBASE}/include,' \ ${WRKSRC}/src/Makefile do-install: diff --git a/audio/ladspa/distinfo b/audio/ladspa/distinfo index 426f010da005..215fe6664615 100644 --- a/audio/ladspa/distinfo +++ b/audio/ladspa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549915483 -SHA256 (ladspa_sdk_1.15.tgz) = 4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded -SIZE (ladspa_sdk_1.15.tgz) = 71179 +TIMESTAMP = 1631475973 +SHA256 (ladspa_sdk_1.17.tgz) = d9d596171d93f9c226fcdb7e27c6f917422ac487efe2c05e0a18094df4268061 +SIZE (ladspa_sdk_1.17.tgz) = 71052