blob: 6dc0bf26a1604eef9c5dc711a7fa2d441d67b8bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= speexdsp
DISTVERSION= 1.2.1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Audio compression format designed for speech
WWW= https://www.speex.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${ARCH} == "aarch64"
CONFIGURE_ARGS+=--disable-neon
.endif
.include <bsd.port.mk>
|