- Install configuration file and make proper use of it
PR: ports/150744 Submitted by: <swell.k@gmail.com>
This commit is contained in:
parent
f24e4fd950
commit
1512448ae3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261507
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= openal-soft
|
||||
PORTVERSION= 1.12.854
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
|
||||
|
||||
@ -20,7 +21,7 @@ USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
|
||||
-DDSOUND:BOOL=OFF
|
||||
-DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON
|
||||
|
||||
OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off
|
||||
|
||||
@ -35,4 +36,11 @@ CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON
|
||||
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=OFF
|
||||
.endif
|
||||
|
||||
.post-patch:
|
||||
@${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \
|
||||
${WRKSRC}/Alc/alcConfig.c \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} 's|alsoft.conf|alsoft.conf.sample|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/openal-info
|
||||
%%ETCDIR%%/alsoft.conf.sample
|
||||
include/AL/al.h
|
||||
include/AL/alc.h
|
||||
include/AL/alext.h
|
||||
@ -8,3 +9,4 @@ lib/libopenal.so.1
|
||||
lib/libopenal.so
|
||||
libdata/pkgconfig/openal.pc
|
||||
@dirrmtry include/AL
|
||||
@dirrmtry %%ETCDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user