pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libopus



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat May  4 06:17:32 UTC 2019

Modified Files:
        pkgsrc/audio/libopus: Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/libopus/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libopus/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/libopus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libopus/Makefile
diff -u pkgsrc/audio/libopus/Makefile:1.12 pkgsrc/audio/libopus/Makefile:1.13
--- pkgsrc/audio/libopus/Makefile:1.12  Tue Jul  4 08:55:08 2017
+++ pkgsrc/audio/libopus/Makefile       Sat May  4 06:17:32 2019
@@ -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/

Index: pkgsrc/audio/libopus/PLIST
diff -u pkgsrc/audio/libopus/PLIST:1.3 pkgsrc/audio/libopus/PLIST:1.4
--- pkgsrc/audio/libopus/PLIST:1.3      Sun Jan  5 19:56:50 2014
+++ pkgsrc/audio/libopus/PLIST  Sat May  4 06:17:32 2019
@@ -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

Index: pkgsrc/audio/libopus/distinfo
diff -u pkgsrc/audio/libopus/distinfo:1.11 pkgsrc/audio/libopus/distinfo:1.12
--- pkgsrc/audio/libopus/distinfo:1.11  Tue Jul  4 08:55:08 2017
+++ pkgsrc/audio/libopus/distinfo       Sat May  4 06:17:32 2019
@@ -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