naddy ea4eb23be9 Import opusfile 0.5.
Opusfile provides application developers with a high-level API for
decoding and seeking in .opus files.

From Sergey Bronnikov; composite ok from landry@ and sthen@
2014-05-23 20:46:05 +00:00

35 lines
798 B
Makefile

# $OpenBSD $
COMMENT = high-level decoding and seeking API for Opus files
DISTNAME = opusfile-0.5
CATEGORIES = audio
SHARED_LIBS += opusfile 0.0 # 3.0
SHARED_LIBS += opusurl 0.0 # 3.0
HOMEPAGE = http://opus-codec.org/
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = crypto m ogg opus ssl
MASTER_SITES = http://downloads.xiph.org/releases/opus/ \
https://ftp.mozilla.org/pub/mozilla.org/opus/
LIB_DEPENDS = audio/libogg \
audio/opus
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-maintainer-mode
CONFIGURE_ARGS += --disable-doc # requires doxygen
.if ${MACHINE_ARCH} == "arm"
CONFIGURE_ARGS += --enable-fixed-point
.endif
.include <bsd.port.mk>