View | Details | Raw Unified | Return to bug 150744
Collapse All | Expand All

(-)audio/openal-soft/Makefile (-1 / +9 lines)
Lines 20-26 USE_CMAKE= yes Link Here
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
CMAKE_USE_PTHREAD=	yes
21
CMAKE_USE_PTHREAD=	yes
22
CMAKE_ARGS+=	-DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
22
CMAKE_ARGS+=	-DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
23
		-DDSOUND:BOOL=OFF
23
		-DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON
24
25
ETCDIR_REL=	etc/openal
26
PLIST_SUB=	VERSION=${PORTVERSION}
24
27
25
OPTIONS=	PULSEAUDIO	"Enable sound streaming using PulseAudio" off
28
OPTIONS=	PULSEAUDIO	"Enable sound streaming using PulseAudio" off
26
29
Lines 35-38 CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON Link Here
35
CMAKE_ARGS+=	-DPULSEAUDIO:BOOL=OFF
38
CMAKE_ARGS+=	-DPULSEAUDIO:BOOL=OFF
36
.endif
39
.endif
37
40
41
post-patch:	.SILENT
42
	${REINPLACE_CMD} '/RENAME/d; s|/etc|${PREFIX}&|' \
43
		${WRKSRC}/Alc/alcConfig.c \
44
		${WRKSRC}/CMakeLists.txt
45
38
.include <bsd.port.post.mk>
46
.include <bsd.port.post.mk>
(-)audio/openal-soft/pkg-plist (-1 / +3 lines)
Lines 1-10 Link Here
1
bin/openal-info
1
bin/openal-info
2
%%ETCDIR%%/alsoftrc.sample
2
include/AL/al.h
3
include/AL/al.h
3
include/AL/alc.h
4
include/AL/alc.h
4
include/AL/alext.h
5
include/AL/alext.h
5
include/AL/efx.h
6
include/AL/efx.h
6
lib/libopenal.so.1.12.854
7
lib/libopenal.so.%%VERSION%%
7
lib/libopenal.so.1
8
lib/libopenal.so.1
8
lib/libopenal.so
9
lib/libopenal.so
9
libdata/pkgconfig/openal.pc
10
libdata/pkgconfig/openal.pc
10
@dirrmtry include/AL
11
@dirrmtry include/AL
12
@dirrmtry %%ETCDIR%%

Return to bug 150744