Skip to content

Commit

Permalink
Update Monkey's Audio to version 10.82.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Dec 1, 2024
1 parent e642cf5 commit 51dca24
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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_1076_SDK/libMAC.10.dylib arm64/MAC_1076_SDK/libMAC.10.dylib -output libMAC.10.dylib
lipo -create MAC_1082_SDK/libMAC.10.dylib arm64/MAC_1082_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
4 changes: 2 additions & 2 deletions Readme
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Requirements
History
-------

Version 1.1.8 (November 2024)
Version 1.1.8 (December 2024)

- Improvements

Expand All @@ -186,7 +186,7 @@ History

- updated FFmpeg to version 7.1
- updated Opus to version 1.5.2 with Opus Speech Coding Enhancement
- updated Monkey's Audio to version 10.76
- updated Monkey's Audio to version 10.82
- updated WavPack to version 5.7.0
- updated FLAC to version 1.4.3
- updated MP4v2 to version 2.1.3
Expand Down
4 changes: 2 additions & 2 deletions Readme.de
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Voraussetzungen
Geschichte
----------

Version 1.1.8 (November 2024)
Version 1.1.8 (Dezember 2024)

- Verbesserungen

Expand All @@ -185,7 +185,7 @@ Geschichte

- FFmpeg auf Version 7.1 aktualisiert
- Opus auf Version 1.5.2 mit Opus Speech Coding Enhancement aktualisiert
- Monkey's Audio auf Version 10.76 aktualisiert
- Monkey's Audio auf Version 10.82 aktualisiert
- WavPack auf Version 5.7.0 aktualisiert
- FLAC auf Version 1.4.3 aktualisiert
- MP4v2 auf Version 2.1.3 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_1076_SDK.zip",
"sha256": "d0c8e69f2dbe337feb0d9e0a2a24e0bbb6f50613f0c88d0d0cf121cf603995d3",
"url": "https://freac.org/patches/MAC_1082_SDK.zip",
"sha256": "513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd",
"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 @@ -102,8 +102,8 @@ parts:
- usr/lib/libFLAC.so*

libmac:
source: https://freac.org/patches/MAC_1076_SDK.zip
source-checksum: sha256/d0c8e69f2dbe337feb0d9e0a2a24e0bbb6f50613f0c88d0d0cf121cf603995d3
source: https://freac.org/patches/MAC_1082_SDK.zip
source-checksum: sha256/513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd
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.76
mac_version=10.82
mp4v2_version=2.1.3
mpg123_version=1.32.9
musepack_version=4.75
Expand Down

0 comments on commit 51dca24

Please sign in to comment.