Wed Dec 2 06:57:13 2015 UTC ()
Update libopus to 1.1.1:

This Opus 1.1.1 release brings many optimizations to the encoder
and decoder, including:

*   x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time
    CPU detection contributed by Cisco Systems,
*   MIPS intrinsics optimizations contributed by Imagination
    Technologies,
*   ARM Neon optimizations contributed by Linaro and ARM,
*   many architecture-independent optimizations and memory footprint
    reductions that should improve performance on all platforms,
    and
*   several minor bug fixes.

The quality of the encoder should be mostly unchanged compared to
version 1.1.


(wiz)
diff -r1.5 -r1.6 pkgsrc/audio/libopus/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/libopus/distinfo
diff -r1.1 -r0 pkgsrc/audio/libopus/patches/patch-configure

cvs diff -r1.5 -r1.6 pkgsrc/audio/libopus/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libopus/Makefile 2014/01/05 19:56:50 1.5
+++ pkgsrc/audio/libopus/Makefile 2015/12/02 06:57:13 1.6
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2014/01/05 19:56:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2015/12/02 06:57:13 wiz Exp $
2 2
3DISTNAME= opus-1.1 3DISTNAME= opus-1.1.1
4PKGNAME= lib${DISTNAME} 4PKGNAME= lib${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= audio 5CATEGORIES= audio
7MASTER_SITES= http://downloads.xiph.org/releases/opus/ 6MASTER_SITES= http://downloads.xiph.org/releases/opus/
8 7
9MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://opus-codec.org/ 9HOMEPAGE= http://opus-codec.org/
11COMMENT= Totally open, royalty-free, highly versatile audio codec library 10COMMENT= Totally open, royalty-free, highly versatile audio codec library
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14CONFLICTS= opus<=1.0.2 13CONFLICTS= opus<=1.0.2
15SUPERSEDES= opus<=1.0.2 14SUPERSEDES= opus<=1.0.2
16 15
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.4 -r1.5 pkgsrc/audio/libopus/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/libopus/distinfo 2015/11/03 01:12:38 1.4
+++ pkgsrc/audio/libopus/distinfo 2015/12/02 06:57:13 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 01:12:38 agc Exp $ 1$NetBSD: distinfo,v 1.5 2015/12/02 06:57:13 wiz Exp $
2 2
3SHA1 (opus-1.1.tar.gz) = 35005f5549e2583f5770590135984dcfce6f3d58 3SHA1 (opus-1.1.1.tar.gz) = 33f83cdccc36e875fea378425003bba448b15b8b
4RMD160 (opus-1.1.tar.gz) = 01945dc82b7573f1d8b706bd82a4cb3fda57da35 4RMD160 (opus-1.1.1.tar.gz) = f85e4bf9d7fa574ab44c6edd3516218cb9423dc3
5SHA512 (opus-1.1.tar.gz) = b603efe66d65ef38dbcd0d2bbf213a1d15fa456aee00eca73e99abe4ec78668ed82e661ca7a69e9af4e0bc39e1aa76c4151b7f9840ff621ddcfd69f596cf2ba9 5SHA512 (opus-1.1.1.tar.gz) = 1e55ed19f07ed399371aaf92544b3c5fb3d214c8ae67210a709edfede2102a5fa5c6f5b8287d26dcacad62b5c0a591bfe14ee7ae7d846629e5a814a05da4e149
6Size (opus-1.1.tar.gz) = 850208 bytes 6Size (opus-1.1.1.tar.gz) = 957948 bytes
7SHA1 (patch-configure) = 707ab1c9e5a9ad404b822fa7931d57a54568ead9 7SHA1 (patch-configure) = 707ab1c9e5a9ad404b822fa7931d57a54568ead9

File Deleted: pkgsrc/audio/libopus/patches/Attic/patch-configure