Update to 0.1.8. Changes include:

* update to opus 1.0.3 surround encoder API
* support for encoding from FLAC files
* better metadata support, including copying tags from FLAC input
This commit is contained in:
Christian Weisgerber 2013-12-18 16:05:42 +00:00
parent 56ba5294e6
commit 1f7cb7e829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336844
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= opus-tools
PORTVERSION= 0.1.6
PORTREVISION= 1
PORTVERSION= 0.1.8
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
@ -10,10 +9,12 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
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 <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (opus-tools-0.1.6.tar.gz) = cc86dbc2a4d76da7e1ed9afee85448c8f798c465a5412233f178783220f3a2c1
SIZE (opus-tools-0.1.6.tar.gz) = 306902
SHA256 (opus-tools-0.1.8.tar.gz) = e4e188579ea1c4e4d5066460d4a7214a7eafe3539e9a4466fdc98af41ba4a2f6
SIZE (opus-tools-0.1.8.tar.gz) = 388711