File tree 6 files changed +10
-10
lines changed
packaging/flatpak/shared-modules/mac
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if [[ ${MACOSX_DEPLOYMENT_TARGET:0:2} = 11 ]]; then
89
89
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
90
90
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
91
91
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
92
- lipo -create MAC_1076_SDK /libMAC.10.dylib arm64/MAC_1076_SDK /libMAC.10.dylib -output libMAC.10.dylib
92
+ lipo -create MAC_1082_SDK /libMAC.10.dylib arm64/MAC_1082_SDK /libMAC.10.dylib -output libMAC.10.dylib
93
93
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
94
94
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
95
95
lipo -create rnnoise-9acc1e5/.libs/librnnoise.0.dylib arm64/rnnoise-9acc1e5/.libs/librnnoise.0.dylib -output librnnoise.0.dylib
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Requirements
161
161
History
162
162
-------
163
163
164
- Version 1.1.8 (November 2024)
164
+ Version 1.1.8 (December 2024)
165
165
166
166
- Improvements
167
167
@@ -186,7 +186,7 @@ History
186
186
187
187
- updated FFmpeg to version 7.1
188
188
- updated Opus to version 1.5.2 with Opus Speech Coding Enhancement
189
- - updated Monkey's Audio to version 10.76
189
+ - updated Monkey's Audio to version 10.82
190
190
- updated WavPack to version 5.7.0
191
191
- updated FLAC to version 1.4.3
192
192
- updated MP4v2 to version 2.1.3
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Voraussetzungen
160
160
Geschichte
161
161
----------
162
162
163
- Version 1.1.8 (November 2024)
163
+ Version 1.1.8 (Dezember 2024)
164
164
165
165
- Verbesserungen
166
166
@@ -185,7 +185,7 @@ Geschichte
185
185
186
186
- FFmpeg auf Version 7.1 aktualisiert
187
187
- Opus auf Version 1.5.2 mit Opus Speech Coding Enhancement aktualisiert
188
- - Monkey's Audio auf Version 10.76 aktualisiert
188
+ - Monkey's Audio auf Version 10.82 aktualisiert
189
189
- WavPack auf Version 5.7.0 aktualisiert
190
190
- FLAC auf Version 1.4.3 aktualisiert
191
191
- MP4v2 auf Version 2.1.3 aktualisiert
Original file line number Diff line number Diff line change 7
7
"sources" : [
8
8
{
9
9
"type" : " archive" ,
10
- "url" : " https://freac.org/patches/MAC_1076_SDK .zip" ,
11
- "sha256" : " d0c8e69f2dbe337feb0d9e0a2a24e0bbb6f50613f0c88d0d0cf121cf603995d3 " ,
10
+ "url" : " https://freac.org/patches/MAC_1082_SDK .zip" ,
11
+ "sha256" : " 513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd " ,
12
12
"strip-components" : 0
13
13
}
14
14
]
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ parts:
102
102
- usr/lib/libFLAC.so*
103
103
104
104
libmac :
105
- source : https://freac.org/patches/MAC_1076_SDK .zip
106
- source-checksum : sha256/d0c8e69f2dbe337feb0d9e0a2a24e0bbb6f50613f0c88d0d0cf121cf603995d3
105
+ source : https://freac.org/patches/MAC_1082_SDK .zip
106
+ source-checksum : sha256/513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd
107
107
source-subdir : .
108
108
plugin : cmake
109
109
cmake-parameters : [ -DCMAKE_INSTALL_PREFIX=/usr ]
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ libcdrip_version=2.4a
163
163
libogg_version=1.3.5
164
164
libsamplerate_version=0.2.2
165
165
libsndfile_version=1.2.2
166
- mac_version=10.76
166
+ mac_version=10.82
167
167
mp4v2_version=2.1.3
168
168
mpg123_version=1.32.9
169
169
musepack_version=4.75
You can’t perform that action at this time.
0 commit comments