Skip to content

Commit

Permalink
Update Monkey's Audio to version 8.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Oct 2, 2022
1 parent 9ae4113 commit bd6b292
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.1/src/libFLAC/.libs/libFLAC.12.dylib arm64/flac-1.4.1/src/libFLAC/.libs/libFLAC.12.dylib -output libFLAC.12.dylib
lipo -create MAC_864_SDK/libMAC.8.dylib arm64/MAC_864_SDK/libMAC.8.dylib -output libMAC.8.dylib
lipo -create MAC_890_SDK/libMAC.8.dylib arm64/MAC_890_SDK/libMAC.8.dylib -output libMAC.8.dylib
lipo -create libsndfile-1.1.0/src/.libs/libsndfile.1.dylib arm64/libsndfile-1.1.0/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.7 (September 2022)
Version 1.1.7 (October 2022)

- New features

Expand Down Expand Up @@ -201,7 +201,7 @@ History

- updated ALAC decoder for security fixes and improved performance
- updated FFmpeg to version 5.1.2
- updated Monkey's Audio to version 8.64
- updated Monkey's Audio to version 8.90
- updated WavPack to version 5.5.0
- updated Tom's Audiokompressor to version 2.3.3
- updated FLAC to version 1.4.1
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.7 (September 2022)
Version 1.1.7 (Oktober 2022)

- Neue Funktionen

Expand Down Expand Up @@ -200,7 +200,7 @@ Geschichte

- ALAC-Dekoder für Sicherheitskorrekturen und Geschwindigkeitsverbesserungen aktualisiert
- FFmpeg auf Version 5.1.2 aktualisiert
- Monkey's Audio auf Version 8.64 aktualisiert
- Monkey's Audio auf Version 8.90 aktualisiert
- WavPack auf Version 5.5.0 aktualisiert
- Tom's Audiokompressor auf Version 2.3.3 aktualisiert
- FLAC auf Version 1.4.1 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 @@ -11,8 +11,8 @@
"sources": [
{
"type": "archive",
"url": "https://freac.org/patches/MAC_864_SDK.zip",
"sha256": "d485c35b5483da46d495f4a0d95174ed8dd292bdc92d1a0af8e65144e7a40037",
"url": "https://freac.org/patches/MAC_890_SDK.zip",
"sha256": "b78d57c25ad9c5ac507beaefb0f9d6e2fced123f76d3747402dcfe9cc8b26186",
"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 @@ -99,8 +99,8 @@ parts:
- usr/lib/libFLAC.so*

libmac:
source: https://freac.org/patches/MAC_864_SDK.zip
source-checksum: sha256/d485c35b5483da46d495f4a0d95174ed8dd292bdc92d1a0af8e65144e7a40037
source: https://freac.org/patches/MAC_890_SDK.zip
source-checksum: sha256/b78d57c25ad9c5ac507beaefb0f9d6e2fced123f76d3747402dcfe9cc8b26186
source-subdir: .
plugin: make
make-parameters: [ -f, Source/Projects/NonWindows/Makefile, 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 @@ -154,7 +154,7 @@ libcdrip_version=2.4a
libogg_version=1.3.5
libsamplerate_version=0.2.2
libsndfile_version=1.1.0
mac_version=8.64
mac_version=8.90
mp4v2_version=2.1.1
mpg123_version=1.30.2
musepack_version=4.75
Expand Down

0 comments on commit bd6b292

Please sign in to comment.