From owner-dev-commits-ports-all@freebsd.org Sun Jun 6 13:08:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 01A4865E711; Sun, 6 Jun 2021 13:08:28 +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 4FycJC6d0zz4lnJ; Sun, 6 Jun 2021 13:08:27 +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 C838323D5D; Sun, 6 Jun 2021 13:08:27 +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 156D8RNa040224; Sun, 6 Jun 2021 13:08:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 156D8Rjw040223; Sun, 6 Jun 2021 13:08:27 GMT (envelope-from git) Date: Sun, 6 Jun 2021 13:08:27 GMT Message-Id: <202106061308.156D8Rjw040223@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 40bc82d33e2b - main - audio/rubberband: Update to 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 40bc82d33e2bd7478a128bdb0696f8a7757115ee Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 13:08:28 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=40bc82d33e2bd7478a128bdb0696f8a7757115ee commit 40bc82d33e2bd7478a128bdb0696f8a7757115ee Author: Daniel Engberg AuthorDate: 2021-06-06 12:58:52 +0000 Commit: Joseph Mingrone CommitDate: 2021-06-06 13:07:54 +0000 audio/rubberband: Update to 1.9.1 Changes in Rubber Band v1.9.1 * Switch build system from Makefiles and Visual Studio project to Meson/Ninja for all platforms. There are still Makefiles and VS projects included in otherbuilds/ for those who wish to use them to build the static library directly * Make various fixes to improve sound quality when pitch-shifting dynamically in real-time (requires libsamplerate) * Fix floating-point exception when a very very long stretch factor is presented * Move the two directories that together provide the .NET interface (rubberband-sharp and rubberband-dll) into their own subdir (dotnet) * Ensure the library builds and runs correctly on ARM Mac (Apple Silicon, M1), and also on Windows using the Visual C++ Clang front-end The API is unchanged and the library is binary compatible with version 1.7. PR: 255965 Approved by: acm (maintainer, timeout) Co-authored-by: Joseph Mingrone --- audio/rubberband/Makefile | 14 ++++++++------ audio/rubberband/distinfo | 8 +++----- audio/rubberband/pkg-plist | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 400e586be66c..227840ce548e 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -1,7 +1,7 @@ # Created by: mathias.picker@gmx.de PORTNAME= rubberband -DISTVERSION= 1.9.0 +DISTVERSION= 1.9.1 CATEGORIES= audio MASTER_SITES= https://breakfastquay.com/files/releases/ @@ -13,13 +13,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ladspa>0:audio/ladspa \ lv2>0:audio/lv2 -LIB_DEPENDS= libsndfile.so:audio/libsndfile \ +LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsamplerate.so:audio/libsamplerate \ - libvamp-sdk.so:audio/vamp-plugin-sdk \ - libfftw3.so:math/fftw3 + libsndfile.so:audio/libsndfile \ + libvamp-sdk.so:audio/vamp-plugin-sdk -USES= gmake pkgconfig tar:bzip2 -GNU_CONFIGURE= yes +USES= localbase meson pkgconfig tar:bzip2 USE_LDCONFIG= yes +MESON_ARGS= -Dfft=fftw \ + -Dresampler=libsamplerate + .include diff --git a/audio/rubberband/distinfo b/audio/rubberband/distinfo index 8731a1abf2ec..0e3c78529e55 100644 --- a/audio/rubberband/distinfo +++ b/audio/rubberband/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1608010284 -SHA256 (rubberband-1.9.0.tar.bz2) = 4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026 -SIZE (rubberband-1.9.0.tar.bz2) = 192240 -SHA256 (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = ec24ae424a5815aecfa3a5106163d922bc4933e77cd7948299d24c4c4451bb93 -SIZE (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = 1304 +TIMESTAMP = 1621266846 +SHA256 (rubberband-1.9.1.tar.bz2) = fc474878f6823c27ef5df1f9616a8c8b6a4c01346132ea7d1498fe5245e549e3 +SIZE (rubberband-1.9.1.tar.bz2) = 164644 diff --git a/audio/rubberband/pkg-plist b/audio/rubberband/pkg-plist index dd8ad87061be..474bb239bb2c 100644 --- a/audio/rubberband/pkg-plist +++ b/audio/rubberband/pkg-plist @@ -6,7 +6,7 @@ lib/ladspa/ladspa-rubberband.so lib/librubberband.a lib/librubberband.so lib/librubberband.so.2 -lib/librubberband.so.2.1.2 +lib/librubberband.so.2.1.3 lib/vamp/vamp-rubberband.cat lib/vamp/vamp-rubberband.so libdata/pkgconfig/rubberband.pc