Update to Opus 1.0.3:
* new surround API * fixes for a few minor glitches during mode switching * fixes a regression in the FEC code introduced in 1.0.2 Chase libopus bump in dependent ports.
This commit is contained in:
parent
4598bfc229
commit
532255a7ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323078
8 changed files with 18 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer Opus audio encoder/decoder plugin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer Opus audio encoder/decoder plugin
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= mumble
|
||||
PORTVERSION= 1.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= opus-tools
|
||||
PORTVERSION= 0.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
||||
https://ftp.mozilla.org/pub/mozilla.org/opus/
|
||||
|
@ -9,7 +10,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Encode, inspect, and decode Opus files
|
||||
|
||||
LIB_DEPENDS= ogg.8:${PORTSDIR}/audio/libogg \
|
||||
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
|
||||
opus:${PORTSDIR}/audio/opus
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opus
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
||||
https://ftp.mozilla.org/pub/mozilla.org/opus/
|
||||
|
@ -10,16 +9,23 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= IETF audio codec
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-custom-modes \
|
||||
--disable-maintainer-mode \
|
||||
--disable-doc # requires doxygen
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "arm"
|
||||
CONFIGURE_ARGS+=--enable-fixed-point
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (opus-1.0.2.tar.gz) = da615edbee5d019c1833071d69a4782c19f178cf9ca1401375036ecef25cd78a
|
||||
SIZE (opus-1.0.2.tar.gz) = 777306
|
||||
SHA256 (opus-1.0.3.tar.gz) = 191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c
|
||||
SIZE (opus-1.0.3.tar.gz) = 781049
|
||||
|
|
|
@ -6,7 +6,7 @@ include/opus/opus_types.h
|
|||
lib/libopus.a
|
||||
lib/libopus.la
|
||||
lib/libopus.so
|
||||
lib/libopus.so.3
|
||||
lib/libopus.so.4
|
||||
libdata/pkgconfig/opus.pc
|
||||
share/aclocal/opus.m4
|
||||
@dirrm include/opus
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.0.6
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/p/-pre/}/ \
|
||||
|
|
Loading…
Reference in a new issue