1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/opus-tools/Makefile
Christian Weisgerber 9f7e240854 Update to 0.1.5.
This release removes the confusing and ineffective '--speech' and
'--music' options to opusenc.

PR:		171565
2012-09-15 19:46:11 +00:00

23 lines
504 B
Makefile

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