blob: 83d0da96e9d8dd5ee4bc2705fc8e99e20b316588 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= opus-tools
PORTVERSION= 0.2
CATEGORIES= audio
MASTER_SITES= MOZILLA/opus
MAINTAINER= naddy@FreeBSD.org
COMMENT= Encode, inspect, and decode Opus files
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libFLAC.so:audio/flac \
libogg.so:audio/libogg \
libopusenc.so:audio/libopusenc \
libopus.so:audio/opus \
libopusfile.so:audio/opusfile
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-mode
.include <bsd.port.mk>
|