File tree 6 files changed +8
-8
lines changed
packaging/flatpak/shared-modules/mac
6 files changed +8
-8
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.5.0/src/libFLAC/.libs/libFLAC.14.dylib arm64/flac-1.5.0/src/libFLAC/.libs/libFLAC.14.dylib -output libFLAC.14.dylib
92
- lipo -create MAC_1090_SDK /libMAC.11 .dylib arm64/MAC_1090_SDK /libMAC.11 .dylib -output libMAC.11 .dylib
92
+ lipo -create MAC_1096_SDK /libMAC.12 .dylib arm64/MAC_1096_SDK /libMAC.12 .dylib -output libMAC.12 .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 @@ -189,7 +189,7 @@ History
189
189
190
190
- updated FFmpeg to version 7.1
191
191
- updated Opus to version 1.5.2 with Opus Speech Coding Enhancement
192
- - updated Monkey's Audio to version 10.90
192
+ - updated Monkey's Audio to version 10.96
193
193
- updated WavPack to version 5.8.1
194
194
- updated FLAC to version 1.5.0
195
195
- updated MP4v2 to version 2.1.3
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Geschichte
188
188
189
189
- FFmpeg auf Version 7.1 aktualisiert
190
190
- Opus auf Version 1.5.2 mit Opus Speech Coding Enhancement aktualisiert
191
- - Monkey's Audio auf Version 10.90 aktualisiert
191
+ - Monkey's Audio auf Version 10.96 aktualisiert
192
192
- WavPack auf Version 5.8.1 aktualisiert
193
193
- FLAC auf Version 1.5.0 aktualisiert
194
194
- 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_1090_SDK .zip" ,
11
- "sha256" : " bdbfb3358e3dc61853cbc9e2b107a5f9f8428355fa74bbec37a99b4d08c5974a " ,
10
+ "url" : " https://freac.org/patches/MAC_1096_SDK .zip" ,
11
+ "sha256" : " 73b25a517079bb015e2066b65854a7de0d8468f050b9b96025b7a3cb038f4dba " ,
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_1090_SDK .zip
106
- source-checksum : sha256/bdbfb3358e3dc61853cbc9e2b107a5f9f8428355fa74bbec37a99b4d08c5974a
105
+ source : https://freac.org/patches/MAC_1096_SDK .zip
106
+ source-checksum : sha256/73b25a517079bb015e2066b65854a7de0d8468f050b9b96025b7a3cb038f4dba
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 @@ -176,7 +176,7 @@ libcdrip_version=2.4a
176
176
libogg_version=1.3.5
177
177
libsamplerate_version=0.2.2
178
178
libsndfile_version=1.2.2
179
- mac_version=10.90
179
+ mac_version=10.96
180
180
mp4v2_version=2.1.3
181
181
mpg123_version=1.32.10
182
182
musepack_version=4.75
You can’t perform that action at this time.
0 commit comments