Date: Sun, 21 Apr 2019 19:31:40 +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: r499590 - head/audio/opus Message-ID: <201904211931.x3LJVe7C027415@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sun Apr 21 19:31:40 2019 New Revision: 499590 URL: https://svnweb.freebsd.org/changeset/ports/499590 Log: Update to 1.3.1. Changes: * Fixes an issue with the analysis of files with digital silence. * A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode. Modified: head/audio/opus/Makefile head/audio/opus/distinfo head/audio/opus/pkg-plist Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Sun Apr 21 19:09:53 2019 (r499589) +++ head/audio/opus/Makefile Sun Apr 21 19:31:40 2019 (r499590) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= audio MASTER_SITES= MOZILLA/opus Modified: head/audio/opus/distinfo ============================================================================== --- head/audio/opus/distinfo Sun Apr 21 19:09:53 2019 (r499589) +++ head/audio/opus/distinfo Sun Apr 21 19:31:40 2019 (r499590) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540057767 -SHA256 (opus-1.3.tar.gz) = 4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550 -SIZE (opus-1.3.tar.gz) = 1032750 +TIMESTAMP = 1555874048 +SHA256 (opus-1.3.1.tar.gz) = 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d +SIZE (opus-1.3.1.tar.gz) = 1040054 Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Sun Apr 21 19:09:53 2019 (r499589) +++ head/audio/opus/pkg-plist Sun Apr 21 19:31:40 2019 (r499590) @@ -7,6 +7,6 @@ include/opus/opus_types.h lib/libopus.a lib/libopus.so lib/libopus.so.0 -lib/libopus.so.0.7.0 +lib/libopus.so.0.8.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?201904211931.x3LJVe7C027415>