Skip to content

Commit

Permalink
Update Monkey's Audio to version 10.53.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Mar 10, 2024
1 parent eadc5bf commit 32556b8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools/build-macos
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ ${MACOSX_DEPLOYMENT_TARGET:0:2} = 11 ]]; then
lipo -create libvorbis-1.3.7/lib/.libs/libvorbis.0.dylib arm64/libvorbis-1.3.7/lib/.libs/libvorbis.0.dylib -output libvorbis.0.dylib
lipo -create libvorbis-1.3.7/lib/.libs/libvorbisenc.2.dylib arm64/libvorbis-1.3.7/lib/.libs/libvorbisenc.2.dylib -output libvorbisenc.2.dylib
lipo -create flac-1.4.3/src/libFLAC/.libs/libFLAC.12.dylib arm64/flac-1.4.3/src/libFLAC/.libs/libFLAC.12.dylib -output libFLAC.12.dylib
lipo -create MAC_1039_SDK/libMAC.10.dylib arm64/MAC_1039_SDK/libMAC.10.dylib -output libMAC.10.dylib
lipo -create MAC_1053_SDK/libMAC.10.dylib arm64/MAC_1053_SDK/libMAC.10.dylib -output libMAC.10.dylib
lipo -create libsndfile-1.2.2/src/.libs/libsndfile.1.dylib arm64/libsndfile-1.2.2/src/.libs/libsndfile.1.dylib -output libsndfile.1.dylib
lipo -create libsamplerate-0.2.2/src/.libs/libsamplerate.0.dylib arm64/libsamplerate-0.2.2/src/.libs/libsamplerate.0.dylib -output libsamplerate.0.dylib
lipo -create rnnoise-9acc1e5/.libs/librnnoise.0.dylib arm64/rnnoise-9acc1e5/.libs/librnnoise.0.dylib -output librnnoise.0.dylib
Expand Down
2 changes: 1 addition & 1 deletion Readme
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ History

- updated FFmpeg to version 6.1.1
- updated Opus to version 1.5.1 with Opus Speech Coding Enhancement
- updated Monkey's Audio to version 10.39
- updated Monkey's Audio to version 10.53
- updated FLAC to version 1.4.3
- updated MP4v2 to version 2.1.3
- updated mpg123 to version 1.32.5
Expand Down
2 changes: 1 addition & 1 deletion Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Geschichte

- FFmpeg auf Version 6.1.1 aktualisiert
- Opus auf Version 1.5.1 mit Opus Speech Coding Enhancement aktualisiert
- Monkey's Audio auf Version 10.39 aktualisiert
- Monkey's Audio auf Version 10.53 aktualisiert
- FLAC auf Version 1.4.3 aktualisiert
- MP4v2 auf Version 2.1.3 aktualisiert
- mpg123 auf Version 1.32.5 aktualisiert
Expand Down
4 changes: 2 additions & 2 deletions packaging/flatpak/shared-modules/mac/mac.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sources": [
{
"type": "archive",
"url": "https://freac.org/patches/MAC_1039_SDK.zip",
"sha256": "b666393077cca38d272edd30b8b075439079ac73689526b0f590e1120c4fd2d3",
"url": "https://freac.org/patches/MAC_1053_SDK.zip",
"sha256": "d136b0bf7c811d96adad816dc468f593931351c1cb37e403505f184f691f52a5",
"strip-components": 0
}
]
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ parts:
- usr/lib/libFLAC.so*

libmac:
source: https://freac.org/patches/MAC_1039_SDK.zip
source-checksum: sha256/b666393077cca38d272edd30b8b075439079ac73689526b0f590e1120c4fd2d3
source: https://freac.org/patches/MAC_1053_SDK.zip
source-checksum: sha256/d136b0bf7c811d96adad816dc468f593931351c1cb37e403505f184f691f52a5
source-subdir: .
plugin: cmake
cmake-parameters: [ -DCMAKE_INSTALL_PREFIX=/usr ]
Expand Down
2 changes: 1 addition & 1 deletion tools/build-codecs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ libcdrip_version=2.4a
libogg_version=1.3.5
libsamplerate_version=0.2.2
libsndfile_version=1.2.2
mac_version=10.39
mac_version=10.53
mp4v2_version=2.1.3
mpg123_version=1.32.5
musepack_version=4.75
Expand Down

0 comments on commit 32556b8

Please sign in to comment.