mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1f7cb7e829
* update to opus 1.0.3 surround encoder API * support for encoding from FLAC files * better metadata support, including copying tags from FLAC input
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opus-tools
|
|
PORTVERSION= 0.1.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
|
|
https://ftp.mozilla.org/pub/mozilla.org/opus/
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Encode, inspect, and decode Opus files
|
|
|
|
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>
|