diff options
author | mva <mva@FreeBSD.org> | 2013-09-29 19:31:53 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-09-29 19:31:53 +0800 |
commit | 32e586c2445a5db05e7ccda27d3ad1a62eb66231 (patch) | |
tree | f88bbb984b00d48d02996df00ba89c2e6523c7f3 /audio | |
parent | a93d3d755877e3aaac6f6502df0d2d19dd02e10c (diff) | |
download | freebsd-ports-gnome-32e586c2445a5db05e7ccda27d3ad1a62eb66231.tar.gz freebsd-ports-gnome-32e586c2445a5db05e7ccda27d3ad1a62eb66231.tar.zst freebsd-ports-gnome-32e586c2445a5db05e7ccda27d3ad1a62eb66231.zip |
- Enable stage support
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal-soft/Makefile | 3 | ||||
-rw-r--r-- | audio/openal-soft/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 39f81b9095c2..9814b61ee6ac 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -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 diff --git a/audio/openal-soft/pkg-descr b/audio/openal-soft/pkg-descr index 3826a68dcd2a..93f94643742e 100644 --- a/audio/openal-soft/pkg-descr +++ b/audio/openal-soft/pkg-descr @@ -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 |