diff options
author | naddy <naddy@FreeBSD.org> | 2018-10-21 02:17:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2018-10-21 02:17:09 +0800 |
commit | df0be329c948664ca04107ffb1e96f24df8466e6 (patch) | |
tree | daedbd669eb4b6bc1d39d7e5bf22cd6d25d20b16 | |
parent | 6c6b5fc2b294b24de5a3f3d9d1bce38870ae4c37 (diff) | |
download | freebsd-ports-gnome-df0be329c948664ca04107ffb1e96f24df8466e6.tar.gz freebsd-ports-gnome-df0be329c948664ca04107ffb1e96f24df8466e6.tar.zst freebsd-ports-gnome-df0be329c948664ca04107ffb1e96f24df8466e6.zip |
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
-rw-r--r-- | audio/opus/Makefile | 2 | ||||
-rw-r--r-- | audio/opus/distinfo | 6 | ||||
-rw-r--r-- | audio/opus/pkg-plist | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile index e4fc239f726f..d7c15c4434bb 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= audio MASTER_SITES= MOZILLA/opus diff --git a/audio/opus/distinfo b/audio/opus/distinfo index ed925f94280b..c664df772794 100644 --- a/audio/opus/distinfo +++ b/audio/opus/distinfo @@ -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 diff --git a/audio/opus/pkg-plist b/audio/opus/pkg-plist index 078e91eaff1b..24748761d52d 100644 --- a/audio/opus/pkg-plist +++ b/audio/opus/pkg-plist @@ -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 |