svn commit: r527828 - head/audio/libebur128

Alexey Dokuchaev danfe at FreeBSD.org
Thu Mar 5 12:22:25 UTC 2020


Author: danfe
Date: Thu Mar  5 12:22:23 2020
New Revision: 527828
URL: https://svnweb.freebsd.org/changeset/ports/527828

Log:
  Drop dependency on `audio/speexdsp', not needed since 1.2.0:
  https://github.com/jiixyj/libebur128/releases/tag/v1.2.0
  
  PR:	243427

Modified:
  head/audio/libebur128/Makefile

Modified: head/audio/libebur128/Makefile
==============================================================================
--- head/audio/libebur128/Makefile	Thu Mar  5 12:12:09 2020	(r527827)
+++ head/audio/libebur128/Makefile	Thu Mar  5 12:22:23 2020	(r527828)
@@ -12,12 +12,9 @@ COMMENT=	Implementation of the EBU R128 loudness stand
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libspeexdsp.so:audio/speexdsp
-
+USES=		cmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	jiixyj
-
-USES=		cmake localbase:ldflags pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list