10
10
CXX : clang++
11
11
CPATH : /usr/local/include
12
12
LIBRARY_PATH : /usr/local/lib
13
- CFLAGS : -O3 -Wno-deprecated-declarations -Wno-format -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-int-conversion
14
- CROSSCFLAGS : -O3 -Wno-deprecated-declarations -Wno-format -Wno- incompatible-pointer-types -Wno-implicit-function-declaration -Wno- int-conversion
13
+ CFLAGS : -O3
14
+ CROSSCFLAGS : -O3 -Wno-error= incompatible-pointer-types -Wno-error= int-conversion
15
15
LDFLAGS : -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
16
16
MACOSX_DEPLOYMENT_TARGET : 10.14
17
17
WINE_CONFIGURE : $GITHUB_WORKSPACE/configure
37
37
"pkg-config"
38
38
"gcenx/wine/cx-llvm"
39
39
40
- # Utilities (DXVK)
41
- "jq"
42
-
43
40
# Dependencies
44
41
"freetype"
45
42
"gettext"
50
47
"winetricks"
51
48
)
52
49
50
+ brew update
53
51
brew install "${REQUIRED_PACKAGES[@]}"
54
52
55
53
- name : Install mingw
67
65
ls $(brew --prefix)/lib
68
66
69
67
echo "FFmpeg Libs"
70
- ls $(brew --prefix ffmpeg@6 )/lib
68
+ ls $(brew --prefix ffmpeg@7 )/lib
71
69
72
70
echo "GStreamer Libs"
73
71
ls $(brew --prefix gstreamer)/lib/gstreamer-1.0
@@ -252,24 +250,15 @@ jobs:
252
250
"libidn2.0"
253
251
"libintl.8"
254
252
"libjpeg.8"
255
- "libjxl.0.10 "
256
- "libjxl_threads.0.10 "
253
+ "libjxl.0.11 "
254
+ "libjxl_threads.0.11 "
257
255
"libMoltenVK"
258
256
"libnettle.8"
259
257
"libogg.0"
260
- "libopenvino.2410"
261
- "libopenvino_c.2410"
262
- "libopenvino_onnx_frontend.2410"
263
- "libopenvino_paddle_frontend.2410"
264
- "libopenvino_pytorch_frontend.2410"
265
- "libopenvino_tensorflow_frontend.2410"
266
- "libopenvino_tensorflow_lite_frontend.2410"
267
258
"liborc-0.4.0"
268
259
"libp11-kit.0"
269
260
"libpcre2-8.0"
270
- "libpostproc.57"
271
261
"libpng16.16"
272
- "libpugixml.1"
273
262
"librav1e.0.7"
274
263
"librist.4"
275
264
"librubberband.2"
@@ -278,7 +267,6 @@ jobs:
278
267
"libsoxr.0"
279
268
"libsrt.1.5"
280
269
"libtasn1.6"
281
- "libtbb.12"
282
270
"libunistring.5"
283
271
"libvidstab.1.2"
284
272
"libvmaf.3"
@@ -299,13 +287,13 @@ jobs:
299
287
)
300
288
301
289
FFMPEG_LIBS=(
302
- "libavfilter.9 "
303
- "libavformat.60 "
304
- "libavcodec.60 "
305
- "libavutil.58 "
306
- "libpostproc.57 "
307
- "libswresample.4 "
308
- "libswscale.7 "
290
+ "libavfilter.10 "
291
+ "libavformat.61 "
292
+ "libavcodec.61 "
293
+ "libavutil.59 "
294
+ "libpostproc.58 "
295
+ "libswresample.5 "
296
+ "libswscale.8 "
309
297
)
310
298
311
299
GSTREAMER_LIBS=(
@@ -337,7 +325,7 @@ jobs:
337
325
338
326
for i in "${FFMPEG_LIBS[@]}"
339
327
do
340
- cp -Lr $(brew --prefix ffmpeg@6 )/lib/"$i".dylib Libraries/Wine/lib
328
+ cp -Lr $(brew --prefix ffmpeg@7 )/lib/"$i".dylib Libraries/Wine/lib
341
329
done
342
330
343
331
mkdir Libraries/Wine/lib/gstreamer-1.0
0 commit comments