freebsd-ports/audio/opus-tools/Makefile
Christian Weisgerber 532255a7ae Update to Opus 1.0.3:
* new surround API
* fixes for a few minor glitches during mode switching
* fixes a regression in the FEC code introduced in 1.0.2

Chase libopus bump in dependent ports.
2013-07-15 20:24:59 +00:00

23 lines
516 B
Makefile

# $FreeBSD$
PORTNAME= opus-tools
PORTVERSION= 0.1.6
PORTREVISION= 1
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= ogg:${PORTSDIR}/audio/libogg \
opus:${PORTSDIR}/audio/opus
GNU_CONFIGURE= yes
USES= pkgconfig
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/opusdec bin/opusenc bin/opusinfo
MAN1= opusdec.1 opusenc.1 opusinfo.1
.include <bsd.port.mk>