Update to 1.7.411.
Approved by: miwi (mentor)
This commit is contained in:
parent
f56281c4d5
commit
94da7e9931
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230376
4 changed files with 11 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= openal-soft
|
||||
PORTVERSION= 1.6.372
|
||||
PORTVERSION= 1.7.411
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
|
||||
|
||||
|
@ -19,6 +19,7 @@ USE_BZIP2= yes
|
|||
USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_USE_PTHREAD= yes
|
||||
CMAKE_ARGS= -DALSA:BOOL=OFF
|
||||
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
|
||||
-DDSOUND:BOOL=OFF
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (openal-soft-1.6.372.tar.bz2) = 8dc255ba24859953335a0402a644c4ca
|
||||
SHA256 (openal-soft-1.6.372.tar.bz2) = f69b2ee7768b8b7eff324d9bc6044c903ab40ddc294c4d37d4ccb092adc7c8b8
|
||||
SIZE (openal-soft-1.6.372.tar.bz2) = 77568
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- CMakeLists.txt.orig 2008-11-21 17:57:01.000000000 +0100
|
||||
+++ CMakeLists.txt 2009-02-01 17:28:27.000000000 +0100
|
||||
@@ -371,7 +371,7 @@
|
||||
--- CMakeLists.txt.orig 2009-03-16 09:05:18.000000000 +0100
|
||||
+++ CMakeLists.txt 2009-03-16 09:05:45.000000000 +0100
|
||||
@@ -387,7 +387,7 @@
|
||||
DESTINATION include/AL
|
||||
)
|
||||
INSTALL(FILES "${OpenAL_BINARY_DIR}/admin/pkgconfig/openal.pc"
|
||||
- DESTINATION lib/pkgconfig)
|
||||
- DESTINATION "${LIB_INSTALL_DIR}/pkgconfig")
|
||||
+ DESTINATION libdata/pkgconfig)
|
||||
|
||||
IF(EXAMPLES)
|
||||
|
|
|
@ -2,7 +2,7 @@ bin/openal-info
|
|||
include/AL/al.h
|
||||
include/AL/alc.h
|
||||
include/AL/alext.h
|
||||
lib/libopenal.so.1.6.372
|
||||
lib/libopenal.so.1.7.411
|
||||
lib/libopenal.so.1
|
||||
lib/libopenal.so
|
||||
libdata/pkgconfig/openal.pc
|
||||
|
|
Loading…
Reference in a new issue