File tree 6 files changed +9
-8
lines changed
packaging/flatpak/shared-modules/mac
6 files changed +9
-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.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_1082_SDK /libMAC.11.dylib arm64/MAC_1082_SDK /libMAC.11.dylib -output libMAC.11.dylib
92
+ lipo -create MAC_1090_SDK /libMAC.11.dylib arm64/MAC_1090_SDK /libMAC.11.dylib -output libMAC.11.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 @@ -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.82
189
+ - updated Monkey's Audio to version 10.90
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 @@ -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.82 aktualisiert
188
+ - Monkey's Audio auf Version 10.90 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_1082_SDK .zip" ,
11
- "sha256" : " 513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd " ,
10
+ "url" : " https://freac.org/patches/MAC_1090_SDK .zip" ,
11
+ "sha256" : " bdbfb3358e3dc61853cbc9e2b107a5f9f8428355fa74bbec37a99b4d08c5974a " ,
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_1082_SDK .zip
106
- source-checksum : sha256/513bb0bc0f467ab6d69347811219bd7795addcbf6e721a883ea1666f374ad8bd
105
+ source : https://freac.org/patches/MAC_1090_SDK .zip
106
+ source-checksum : sha256/bdbfb3358e3dc61853cbc9e2b107a5f9f8428355fa74bbec37a99b4d08c5974a
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 @@ -166,7 +166,7 @@ libcdrip_version=2.4a
166
166
libogg_version=1.3.5
167
167
libsamplerate_version=0.2.2
168
168
libsndfile_version=1.2.2
169
- mac_version=10.82
169
+ mac_version=10.90
170
170
mp4v2_version=2.1.3
171
171
mpg123_version=1.32.9
172
172
musepack_version=4.75
@@ -572,6 +572,7 @@ for package in ${packages[@]}; do
572
572
rm -fr $folder ; unzip -d $folder $archive
573
573
rm $archive ; zip -m -r $archive $folder
574
574
export CXXFLAGS=" $cflags $cflags_unroll "
575
+ cmake_flags=" -DBUILD_UTIL=OFF"
575
576
build $archive MACDll.$sharedext MACDll.$sharedext
576
577
577
578
elif [ $package == mp4v2 ]; then
You can’t perform that action at this time.
0 commit comments