From owner-svn-ports-head@freebsd.org Thu Mar 5 12:22:25 2020 Return-Path: Delivered-To: svn-ports-head@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 0B3CE267CEE; Thu, 5 Mar 2020 12:22:25 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Y8yS35X9z3NwR; Thu, 5 Mar 2020 12:22:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64FF971C8; Thu, 5 Mar 2020 12:22:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 025CMOWB074699; Thu, 5 Mar 2020 12:22:24 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 025CMOip074698; Thu, 5 Mar 2020 12:22:24 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202003051222.025CMOip074698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 5 Mar 2020 12:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527828 - head/audio/libebur128 X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/audio/libebur128 X-SVN-Commit-Revision: 527828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2020 12:22:25 -0000 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