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:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue