@@ -47,10 +47,6 @@ modules:
4747 cflags : -O2 -fno-lto
4848 cxxflags : -O2 -fno-lto
4949 no-autogen : true
50- config-opts :
51- - -DCMAKE_BUILD_TYPE=Release
52- - -DBUILD_STATIC=0
53- - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
5450 cleanup :
5551 - /bin
5652 - /include
@@ -60,7 +56,7 @@ modules:
6056 - type : git
6157 url : https://github.com/LuaJIT/LuaJIT.git
6258 disable-shallow-clone : true
63- commit : 8518c0b40b1734901de888a0a363450c0709d3f8
59+ commit : e17ee83326f73d2bbfce5750ae8dc592a3b63c27
6460 # x-checker-data:
6561 # type: json
6662 # url: https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1
@@ -76,7 +72,7 @@ modules:
7672 config-opts :
7773 - -DCMAKE_BUILD_TYPE=Release
7874 - -DBUILD_STATIC=0
79- - -DCMAKE_POLICY_VERSION_MINIMUM=3.5
75+ - -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # TODO can be removed when updating to uchardet > 0.0.8
8076 cleanup :
8177 - /bin
8278 - /include
@@ -120,8 +116,8 @@ modules:
120116 sources :
121117 - type : archive
122118 archive-type : tar
123- url : https://api.github.com/repos/sekrit-twc/zimg/tarball/release-3.0.5
124- sha256 : 1b8998f03f4a49e4d730033143722b32bc28a5306ef809ccfb3b4bbb29e4b784
119+ url : https://api.github.com/repos/sekrit-twc/zimg/tarball/release-3.0.6
120+ sha256 : 15140e491c4ce9db5f02a038d8a1eb53e9151b55eeed06a2899425a6ebfef367
125121 x-checker-data :
126122 type : json
127123 url : https://api.github.com/repos/sekrit-twc/zimg/releases/latest
@@ -165,21 +161,6 @@ modules:
165161 url : https://api.github.com/repos/ccxvii/mujs/tags
166162 tag-pattern : ^([\d.]+)$
167163
168- - name : nv-codec-headers
169- cleanup :
170- - ' *'
171- no-autogen : true
172- make-install-args :
173- - PREFIX=/app
174- sources :
175- - type : git
176- url : https://github.com/FFmpeg/nv-codec-headers.git
177- tag : n13.0.19.0
178- commit : e844e5b26f46bb77479f063029595293aa8f812d
179- x-checker-data :
180- type : git
181- tag-pattern : ^n([\d.]+)$
182-
183164 - name : ffmpeg
184165 cleanup :
185166 - /include
@@ -227,7 +208,7 @@ modules:
227208 buildsystem : meson
228209 config-opts :
229210 - -Dvulkan=enabled
230- - -Dshaderc=disabled
211+ - -Dshaderc=enabled
231212 - -Ddemos=false
232213 - -Db_lto=true
233214 cleanup :
@@ -236,7 +217,7 @@ modules:
236217 sources :
237218 - type : git
238219 url : https://github.com/haasn/libplacebo.git
239- # tag: v7.351.0
220+ # tag: v7.351.0
240221 commit : 06992a53fafc1549843c8b36751e166cfe3a4079
241222 # x-checker-data:
242223 # type: git
0 commit comments