mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.8.466
Approved by: miwi (mentor)
This commit is contained in:
parent
9bb0c06051
commit
a670c9a1e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237187
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openal-soft
|
||||
PORTVERSION= 1.7.411
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8.466
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
|
||||
|
||||
@ -23,4 +22,17 @@ CMAKE_USE_PTHREAD= yes
|
||||
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
|
||||
-DDSOUND:BOOL=OFF
|
||||
|
||||
.include <bsd.port.mk>
|
||||
OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PULSEAUDIO)
|
||||
LIB_DEPENDS+= pulse-simple.0:${PORTSDIR}/audio/pulseaudio
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON
|
||||
.else
|
||||
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=OFF
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (openal-soft-1.7.411.tar.bz2) = e8a14e6e0591b943c078c0616da0d413
|
||||
SHA256 (openal-soft-1.7.411.tar.bz2) = 11319e09e03a7a7a6330196ed6c4d377d5af05ac5544e13b13b77888c0db78d9
|
||||
SIZE (openal-soft-1.7.411.tar.bz2) = 82002
|
||||
MD5 (openal-soft-1.8.466.tar.bz2) = 28d500e0a6b0a7a824b509ad9eaba7be
|
||||
SHA256 (openal-soft-1.8.466.tar.bz2) = e8ef5f057fa3c3b967a628e384f6d55b109456656b61e939febf3ee4472b0b4e
|
||||
SIZE (openal-soft-1.8.466.tar.bz2) = 88588
|
||||
|
@ -2,7 +2,7 @@ bin/openal-info
|
||||
include/AL/al.h
|
||||
include/AL/alc.h
|
||||
include/AL/alext.h
|
||||
lib/libopenal.so.1.7.411
|
||||
lib/libopenal.so.1.8.466
|
||||
lib/libopenal.so.1
|
||||
lib/libopenal.so
|
||||
libdata/pkgconfig/openal.pc
|
||||
|
Loading…
Reference in New Issue
Block a user