mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Enable stage support
- Convert to new LIB_DEPENDS format
This commit is contained in:
parent
2f04cf5a8e
commit
83e8407ad1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328680
@ -12,7 +12,6 @@ COMMENT= A software implementation of the OpenAL specification
|
||||
CONFLICTS= openal-200[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
|
||||
@ -26,7 +25,7 @@ PULSEAUDIO_DESC= Enable sound streaming using PulseAudio
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPULSEAUDIO}
|
||||
LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio
|
||||
LIB_DEPENDS+= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
|
||||
CFLAGS+= -Iinclude -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON
|
||||
|
@ -7,4 +7,4 @@ effects, including air absorption, low-pass filters, and reverb, are
|
||||
available through the EFX extension. It also facilitates streaming audio,
|
||||
multi-channel buffers, and audio capture.
|
||||
|
||||
WWW: http://kcat.strangesoft.net/openal.html
|
||||
WWW: http://kcat.strangesoft.net/openal.html
|
||||
|
Loading…
Reference in New Issue
Block a user