Skip to content

Commit

Permalink
FAudio: update to 23.08
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Aug 7, 2023
1 parent a456d52 commit e6c9d71
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions audio/FAudio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1

github.setup FNA-XNA FAudio 23.07
github.setup FNA-XNA FAudio 23.08
revision 0

license zlib
Expand All @@ -17,13 +17,12 @@ long_description an XAudio reimplementation that focuses solely on develo

depends_lib-append port:libsdl2

checksums rmd160 8ed9524caf1eeab7301378cbf900ad87d8ddf609 \
sha256 9596ec67a7fd56d50a9dfc9e70d6bdd3add8b6522b4a57c473bec94a7fd40e0b \
size 1119901
checksums rmd160 d4e51ac0af74c3d990aa5c0f5c17d0d6888b062a \
sha256 bd35be172b27b8347cd2b5a50ac638da1d72cf3f529167c3828bceb1959caf97 \
size 1119994

# remove set deployment target and hard-coded RPATH setting
patchfiles patch-faudio-remove-deployment-target.diff \
patch-Unbreak-build-on-Darwin-PowerPC.diff
patchfiles patch-faudio-remove-deployment-target.diff

configure.args -DBUILD_UTILS=OFF \
-DBUILD_TESTS=ON \
Expand All @@ -37,8 +36,13 @@ if {${os.major} <= 10} {
checksums rmd160 efcded088e1076b086d6db12b0cb135da66a794f \
sha256 f3975715f7ba915fa6f2d6ca1d050e838ada814b327fec5a0833e52e26dec31b \
size 1110469

patchfiles-append patch-Unbreak-build-on-Darwin-PowerPC.diff
}

# https://github.com/FNA-XNA/FAudio/issues/321
compiler.blacklist-append *gcc-4.*

#pre-destroot {
# there are some utilities to consider, but the facttool segfaulted when I tried to open an audio engine
# they are not installed by default with the cmake install script, and other pkg systems don't install them
Expand Down

0 comments on commit e6c9d71

Please sign in to comment.