pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libopus Update to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6381a367b459
branches:  trunk
changeset: 323086:6381a367b459
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 04 06:17:32 2019 +0000

description:
Update to 1.3.1

Changelog:
Apr 12, 2019
This Opus 1.3.1 minor release fixes an issue with the analysis on
files with digital silence (all zeros), especially on x87 builds
(mostly affects 32-bit builds). It also includes two new features:

    A new OPUS_GET_IN_DTX query to know if the encoder is in DTX
    mode (last frame was either a comfort noise frame or not encoded
    at all)

    A new (and still experimental) CMake-based build system that
    is eventually meant to replace the VS2015 build system (the
    autotools one will stay).

diffstat:

 audio/libopus/Makefile |   4 ++--
 audio/libopus/PLIST    |   3 ++-
 audio/libopus/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 6e3c6360ae7d -r 6381a367b459 audio/libopus/Makefile
--- a/audio/libopus/Makefile    Sat May 04 06:12:26 2019 +0000
+++ b/audio/libopus/Makefile    Sat May 04 06:17:32 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/07/04 08:55:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/05/04 06:17:32 ryoon Exp $
 
-DISTNAME=      opus-1.2.1
+DISTNAME=      opus-1.3.1
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    audio
 MASTER_SITES=  https://archive.mozilla.org/pub/opus/
diff -r 6e3c6360ae7d -r 6381a367b459 audio/libopus/PLIST
--- a/audio/libopus/PLIST       Sat May 04 06:12:26 2019 +0000
+++ b/audio/libopus/PLIST       Sat May 04 06:17:32 2019 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2014/01/05 19:56:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/04 06:17:32 ryoon Exp $
 include/opus/opus.h
 include/opus/opus_defines.h
 include/opus/opus_multistream.h
+include/opus/opus_projection.h
 include/opus/opus_types.h
 lib/libopus.la
 lib/pkgconfig/opus.pc
diff -r 6e3c6360ae7d -r 6381a367b459 audio/libopus/distinfo
--- a/audio/libopus/distinfo    Sat May 04 06:12:26 2019 +0000
+++ b/audio/libopus/distinfo    Sat May 04 06:17:32 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2017/07/04 08:55:08 wiz Exp $
+$NetBSD: distinfo,v 1.12 2019/05/04 06:17:32 ryoon Exp $
 
-SHA1 (opus-1.2.1.tar.gz) = 35d108ca9d6a8d05e52d06c5421a5f95b39fdac9
-RMD160 (opus-1.2.1.tar.gz) = c440d6936e4a3e0d837f7a94159d830ce60e9313
-SHA512 (opus-1.2.1.tar.gz) = 4a98d0a7dbd1a313e89407576805fd733c1192e8ef7e1137e3260025478a1cf1c5a8b71b48c372a0cffe6340524137fe47f181651888284f8221fb4d673f7cd5
-Size (opus-1.2.1.tar.gz) = 1011070 bytes
+SHA1 (opus-1.3.1.tar.gz) = ed226536537861c9f0f1ef7ca79dffc225bc181b
+RMD160 (opus-1.3.1.tar.gz) = c8351ef3aa78dd620b2ee02ccd986f025525b0da
+SHA512 (opus-1.3.1.tar.gz) = 6cd5e4d8a0551ed5fb59488c07a5cc18a241d1fde5f9eb9f16cd4e77abcdb4134dd51ad1d737be1e6039bfa56912510b8648152f2478a1f21c7c1d9ce32933cd
+Size (opus-1.3.1.tar.gz) = 1040054 bytes
 SHA1 (patch-celt_arm_armcpu.c) = 2698814d7f204c8ff82ac86b4b6d54f32ba0afb7



Home | Main Index | Thread Index | Old Index