Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2020 12:22:24 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527828 - head/audio/libebur128
Message-ID:  <202003051222.025CMOip074698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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