| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/sndio/ |
Upload File : |
PORTNAME= sndio
PORTVERSION= 1.9.0
CATEGORIES= audio
MASTER_SITES= https://sndio.org/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Small audio and MIDI framework from the OpenBSD project
WWW= https://www.sndio.org/
LICENSE= ISCL
USE_LDCONFIG= yes
USE_RC_SUBR= sndiod
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --default-dev="rsnd/default" \
--prefix=${PREFIX}
# Parallel build leads to problems, but sndio is very quick to compile
# as is so not worth fixing
MAKE_JOBS_UNSAFE= yes
USERS= _sndio
GROUPS= _sndio
post-patch:
# Make sure sndiod can be started inside jails as root
@${REINPLACE_CMD} 's|err(1, "setpriority")|warn("setpriority")|' \
${WRKSRC}/sndiod/sndiod.c
post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} \
aucat midicat sndioctl sndiod
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsndio.so.7.2
.include <bsd.port.mk>