mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Update to 1.13.0
This commit is contained in:
parent
07add2d7d8
commit
a227f4751a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272140
4 changed files with 12 additions and 12 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= openal-soft
|
||||
PORTVERSION= 1.12.854
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (openal-soft-1.12.854.tar.bz2) = 180e56366990086f37bc0fec9a15d1a1e48cb8e8ae1c5c8019d70da818a47269
|
||||
SIZE (openal-soft-1.12.854.tar.bz2) = 104008
|
||||
SHA256 (openal-soft-1.13.tar.bz2) = dc735b8b2ab21f6ec54b4262f150a7e0527ae42aa975a1965b9342df1520443c
|
||||
SIZE (openal-soft-1.13.tar.bz2) = 113770
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- CMakeLists.txt.orig 2010-01-20 08:40:38.000000000 +0100
|
||||
+++ CMakeLists.txt 2010-01-20 08:40:50.000000000 +0100
|
||||
@@ -259,10 +259,6 @@ IF(NOT HAVE_WINDOWS_H)
|
||||
--- CMakeLists.txt.orig 2011-02-15 21:05:40.000000000 +0100
|
||||
+++ CMakeLists.txt 2011-02-17 21:52:49.000000000 +0100
|
||||
@@ -270,10 +270,6 @@
|
||||
|
||||
CHECK_LIBRARY_EXISTS(pthread pthread_setschedparam "" HAVE_PTHREAD_SETSCHEDPARAM)
|
||||
|
||||
|
@ -11,12 +11,12 @@
|
|||
ENDIF()
|
||||
|
||||
# Check for a 64-bit type
|
||||
@@ -463,7 +463,7 @@
|
||||
@@ -502,7 +498,7 @@
|
||||
DESTINATION include/AL
|
||||
)
|
||||
INSTALL(FILES "${OpenAL_BINARY_DIR}/openal.pc"
|
||||
- DESTINATION "${LIB_INSTALL_DIR}/pkgconfig")
|
||||
- DESTINATION "lib${LIB_SUFFIX}/pkgconfig")
|
||||
+ DESTINATION "libdata/pkgconfig")
|
||||
|
||||
# Install alsoft.conf configuration file
|
||||
IF(ALSOFT_CONFIG)
|
||||
|
||||
MESSAGE(STATUS "")
|
||||
|
|
|
@ -4,7 +4,8 @@ include/AL/al.h
|
|||
include/AL/alc.h
|
||||
include/AL/alext.h
|
||||
include/AL/efx.h
|
||||
lib/libopenal.so.1.12.854
|
||||
include/AL/efx-creative.h
|
||||
lib/libopenal.so.1.13.0
|
||||
lib/libopenal.so.1
|
||||
lib/libopenal.so
|
||||
libdata/pkgconfig/openal.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue