svn commit: r328680 - head/audio/openal-soft
Marcus von Appen
mva at FreeBSD.org
Sun Sep 29 11:31:53 UTC 2013
Author: mva
Date: Sun Sep 29 11:31:53 2013
New Revision: 328680
URL: http://svnweb.freebsd.org/changeset/ports/328680
Log:
- Enable stage support
- Convert to new LIB_DEPENDS format
Modified:
head/audio/openal-soft/Makefile
head/audio/openal-soft/pkg-descr (contents, props changed)
Modified: head/audio/openal-soft/Makefile
==============================================================================
--- head/audio/openal-soft/Makefile Sun Sep 29 11:18:05 2013 (r328679)
+++ head/audio/openal-soft/Makefile Sun Sep 29 11:31:53 2013 (r328680)
@@ -12,7 +12,6 @@ COMMENT= A software implementation of th
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
.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
Modified: head/audio/openal-soft/pkg-descr
==============================================================================
--- head/audio/openal-soft/pkg-descr Sun Sep 29 11:18:05 2013 (r328679)
+++ head/audio/openal-soft/pkg-descr Sun Sep 29 11:31:53 2013 (r328680)
@@ -7,4 +7,4 @@ effects, including air absorption, low-p
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
More information about the svn-ports-head
mailing list