Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 11:31:53 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328680 - head/audio/openal-soft
Message-ID:  <201309291131.r8TBVrd1028751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291131.r8TBVrd1028751>