mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
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:
parent
3c56743ff3
commit
9611bebc6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444834
@ -1,10 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opus
|
||||
PORTVERSION= 1.1.4
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
||||
MOZILLA/opus
|
||||
MASTER_SITES= MOZILLA/opus
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= IETF audio codec
|
||||
@ -18,18 +17,12 @@ 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 <bsd.port.options.mk>
|
||||
|
||||
# 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
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485035185
|
||||
SHA256 (opus-1.1.4.tar.gz) = 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692
|
||||
SIZE (opus-1.1.4.tar.gz) = 978830
|
||||
TIMESTAMP = 1498937290
|
||||
SHA256 (opus-1.2.1.tar.gz) = cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
|
||||
SIZE (opus-1.2.1.tar.gz) = 1011070
|
||||
|
@ -6,6 +6,6 @@ include/opus/opus_types.h
|
||||
lib/libopus.a
|
||||
lib/libopus.so
|
||||
lib/libopus.so.0
|
||||
lib/libopus.so.0.5.4
|
||||
lib/libopus.so.0.6.1
|
||||
libdata/pkgconfig/opus.pc
|
||||
share/aclocal/opus.m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user