Date: Sat, 20 Oct 2018 18:17:09 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482612 - head/audio/opus Message-ID: <201810201817.w9KIH9CR035144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sat Oct 20 18:17:09 2018 New Revision: 482612 URL: https://svnweb.freebsd.org/changeset/ports/482612 Log: Update to 1.3. Changes since 1.2.x include: - Improvements to the VAD and speech/music classification using an RNN - Support for ambisonics coding using channel mapping families 2 and 3 - Improvements to stereo speech coding at low bitrate - Using wideband encoding down to 9 kb/s - Making it possible to use SILK down to bitrates around 5 kb/s - Minor quality improvement on tones - Enabling the spec fixes in RFC 8251 by default - Security/hardening improvements Notable bug fixes include: - Fixes to the CELT PLC - Bandwidth detection fixes Modified: head/audio/opus/Makefile head/audio/opus/distinfo head/audio/opus/pkg-plist Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Sat Oct 20 18:13:19 2018 (r482611) +++ head/audio/opus/Makefile Sat Oct 20 18:17:09 2018 (r482612) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= audio MASTER_SITES= MOZILLA/opus Modified: head/audio/opus/distinfo ============================================================================== --- head/audio/opus/distinfo Sat Oct 20 18:13:19 2018 (r482611) +++ head/audio/opus/distinfo Sat Oct 20 18:17:09 2018 (r482612) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498937290 -SHA256 (opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 -SIZE (opus-1.2.1.tar.gz) = 1011070 +TIMESTAMP = 1540057767 +SHA256 (opus-1.3.tar.gz) = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550 +SIZE (opus-1.3.tar.gz) = 1032750 Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Sat Oct 20 18:13:19 2018 (r482611) +++ head/audio/opus/pkg-plist Sat Oct 20 18:17:09 2018 (r482612) @@ -2,10 +2,11 @@ include/opus/opus.h include/opus/opus_custom.h include/opus/opus_defines.h include/opus/opus_multistream.h +include/opus/opus_projection.h include/opus/opus_types.h lib/libopus.a lib/libopus.so lib/libopus.so.0 -lib/libopus.so.0.6.1 +lib/libopus.so.0.7.0 libdata/pkgconfig/opus.pc share/aclocal/opus.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201817.w9KIH9CR035144>