29 lines
634 B
Makefile
29 lines
634 B
Makefile
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:43:41 sthen Exp $
|
|
|
|
COMMENT= patent-free speech codec
|
|
|
|
DISTNAME= speex-1.2.0
|
|
CATEGORIES= audio
|
|
HOMEPAGE= https://speex.org/
|
|
SHARED_LIBS= speex 8.0 # 6.1
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= https://downloads.xiph.org/releases/speex/
|
|
|
|
LIB_DEPENDS= audio/libogg \
|
|
audio/speexdsp
|
|
WANTLIB= c m ogg sndio speexdsp
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
# binaries are intended to be enabled by default, but the configure
|
|
# script is wrong
|
|
CONFIGURE_ARGS= --enable-binaries
|
|
CONFIGURE_ENV= CPPFLAGS="-DUSE_SNDIO"
|
|
|
|
.include <bsd.port.mk>
|