Skip to content

Commit c06144d

Browse files
committed
openal-soft: update to 1.25.1
1 parent 8a17622 commit c06144d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

audio/openal-soft/Portfile

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ legacysupport.newest_darwin_requires_legacy 14
99

1010
name openal-soft
1111
if {${os.platform} ne "darwin" || ${os.major} >= 17} {
12-
version 1.24.2
12+
version 1.25.1
1313
revision 0
14-
checksums rmd160 8469975aa3192c68678db050b56ae17c26e04758 \
15-
sha256 cd4c88c9b7311cb6785db71c0ed64f5430c9d5b3454e0158314b2ef25ace3e61 \
16-
size 1020760
14+
checksums rmd160 933bfea1b345159b5226c11b2c3d385c3d824930 \
15+
sha256 4c2aff6f81975f46ecc5148d092c4948c71dbfb76e4b9ba4bf1fce287f47d4b5 \
16+
size 1119330
1717
} else {
1818
# macOS 10.12:
1919
# https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/291362/steps/install-port/logs/stdio
@@ -60,15 +60,16 @@ if {[vercmp ${version} < 1.24.0]} {
6060
patch-cinttypes.diff
6161

6262
compiler.cxx_standard 2014
63+
# error: inline declaration of 'configValue<...>' follows non-inline definition
64+
# https://github.com/kcat/openal-soft/issues/703
65+
compiler.blacklist-append {clang < 900}
6366
} else {
64-
compiler.cxx_standard 2017
67+
compiler.cxx_standard 2020
68+
# no member named 'join' in namespace 'std::ranges::views'
69+
compiler.blacklist-append {clang < 1700}
6570
}
6671
compiler.thread_local_storage yes
6772

68-
# error: inline declaration of 'configValue<...>' follows non-inline definition
69-
# https://github.com/kcat/openal-soft/issues/703
70-
compiler.blacklist-append {clang < 900}
71-
7273
configure.args-append -DALSOFT_EXAMPLES=OFF \
7374
-DALSOFT_UTILS=ON \
7475
-DALSOFT_NO_CONFIG_UTIL=ON \

0 commit comments

Comments
 (0)