svn commit: r482612 - head/audio/opus

Christian Weisgerber naddy at FreeBSD.org
Sat Oct 20 18:17:10 UTC 2018


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


More information about the svn-ports-all mailing list