Update to 1.2.1.

For a description of the codec improvements in 1.2, see
https://people.xiph.org/~jm/opus/opus-1.2/
This commit is contained in:
Christian Weisgerber 2017-07-01 20:23:17 +00:00
parent 3c56743ff3
commit 9611bebc6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444834
3 changed files with 6 additions and 13 deletions

View file

@ -1,10 +1,9 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= opus PORTNAME= opus
PORTVERSION= 1.1.4 PORTVERSION= 1.2.1
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MASTER_SITES= MOZILLA/opus
MOZILLA/opus
MAINTAINER= naddy@FreeBSD.org MAINTAINER= naddy@FreeBSD.org
COMMENT= IETF audio codec COMMENT= IETF audio codec
@ -18,18 +17,12 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-custom-modes \ CONFIGURE_ARGS= --enable-custom-modes \
--disable-maintainer-mode \
--disable-doc # requires doxygen --disable-doc # requires doxygen
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
TEST_TARGET= check TEST_TARGET= check
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
# i386: needs cpuid instruction; arm: only floating point
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+=--enable-intrinsics
.endif
.if ${ARCH} == "arm" .if ${ARCH} == "arm"
CONFIGURE_ARGS+=--enable-fixed-point CONFIGURE_ARGS+=--enable-fixed-point
.endif .endif

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1485035185 TIMESTAMP = 1498937290
SHA256 (opus-1.1.4.tar.gz) = 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 SHA256 (opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
SIZE (opus-1.1.4.tar.gz) = 978830 SIZE (opus-1.2.1.tar.gz) = 1011070

View file

@ -6,6 +6,6 @@ include/opus/opus_types.h
lib/libopus.a lib/libopus.a
lib/libopus.so lib/libopus.so
lib/libopus.so.0 lib/libopus.so.0
lib/libopus.so.0.5.4 lib/libopus.so.0.6.1
libdata/pkgconfig/opus.pc libdata/pkgconfig/opus.pc
share/aclocal/opus.m4 share/aclocal/opus.m4