git: 9a16ad99aee1 - main - audio/ladspa: Update to 1.17
Tilman Keskinoz
arved at FreeBSD.org
Sun Sep 12 20:07:13 UTC 2021
The branch main has been updated by arved:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9a16ad99aee1b4ad4c11e1465e16aae1a916733a
commit 9a16ad99aee1b4ad4c11e1465e16aae1a916733a
Author: Tilman Keskinoz <arved at FreeBSD.org>
AuthorDate: 2021-09-12 20:02:34 +0000
Commit: Tilman Keskinoz <arved at FreeBSD.org>
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 <arved at FreeBSD.org>
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
More information about the dev-commits-ports-all
mailing list