Index: head/audio/opus/Makefile =================================================================== --- head/audio/opus/Makefile (revision 404668) +++ head/audio/opus/Makefile (revision 404669) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= opus PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake libtool pathfix CPE_VENDOR= opus-codec USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-maintainer-mode \ --disable-doc # requires doxygen INSTALL_TARGET= install-strip TEST_TARGET= check .include # i386: needs cpuid instruction; arm: only floating point .if ${ARCH} == "amd64" CONFIGURE_ARGS+=--enable-intrinsics .endif .if ${ARCH} == "arm" CONFIGURE_ARGS+=--enable-fixed-point .endif .include Index: head/audio/opus/pkg-descr =================================================================== --- head/audio/opus/pkg-descr (revision 404668) +++ head/audio/opus/pkg-descr (revision 404669) @@ -1,14 +1,14 @@ Opus is a totally open, royalty-free, highly versatile audio codec. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec. Opus is designed to handle a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even live, distributed music performances. It scales from low bitrate narrowband speech at 6 kbit/s to very high quality stereo music at 510 kbit/s. Opus uses both Linear Prediction (LP) and the Modified Discrete Cosine Transform (MDCT) to achieve good compression of both speech and music. -WWW: http://opus-codec.org/ +WWW: https://opus-codec.org/ Index: head/audio/opus-tools/Makefile =================================================================== --- head/audio/opus-tools/Makefile (revision 404668) +++ head/audio/opus-tools/Makefile (revision 404669) @@ -1,21 +1,25 @@ # $FreeBSD$ PORTNAME= opus-tools PORTVERSION= 0.1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files + +LICENSE= BSD2CLAUSE GPLv2 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libogg.so:${PORTSDIR}/audio/libogg \ libopus.so:${PORTSDIR}/audio/opus USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode .include Index: head/audio/opus-tools/pkg-descr =================================================================== --- head/audio/opus-tools/pkg-descr (revision 404668) +++ head/audio/opus-tools/pkg-descr (revision 404669) @@ -1,4 +1,4 @@ Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. -WWW: http://opus-codec.org/ +WWW: https://opus-codec.org/