@theia/electron 1.18.0-next.8df74a70 → 1.18.0-next.a73a746b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/native/build/Makefile +1 -1
- package/package.json +1 -1
- package/post-install.log +3 -3
package/native/build/Makefile
CHANGED
|
@@ -309,7 +309,7 @@ endif
|
|
|
309
309
|
|
|
310
310
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
311
311
|
cmd_regen_makefile = cd $(srcdir); /home/runner/work/theia/theia/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/runner/.cache/node-gyp/12.22.6" "-Dnode_gyp_dir=/home/runner/work/theia/theia/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/12.22.6/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/runner/work/theia/theia/dev-packages/electron/native" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/runner/work/theia/theia/dev-packages/electron/native/build/config.gypi -I/home/runner/work/theia/theia/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/12.22.6/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
312
|
-
Makefile: $(srcdir)
|
|
312
|
+
Makefile: $(srcdir)/../../../../../../.cache/node-gyp/12.22.6/include/node/common.gypi $(srcdir)/../../../node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi
|
|
313
313
|
$(call do_cmd,regen_makefile)
|
|
314
314
|
|
|
315
315
|
# "all" is a concatenation of the "all" targets from all the included
|
package/package.json
CHANGED
package/post-install.log
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(Tue,
|
|
2
|
-
(Tue,
|
|
3
|
-
(Tue,
|
|
1
|
+
(Tue, 21 Sep 2021 15:29:41 GMT) info: Downloaded ffmpeg shared library { version: "9.4.4", dist: "/home/runner/work/theia/theia/node_modules/electron/dist" }.
|
|
2
|
+
(Tue, 21 Sep 2021 15:29:41 GMT) info: Successfully replaced "/home/runner/work/theia/theia/node_modules/electron/dist/libffmpeg.so".
|
|
3
|
+
(Tue, 21 Sep 2021 15:29:41 GMT) info: "/home/runner/work/theia/theia/node_modules/electron/dist/libffmpeg.so" does not contain proprietary codecs (16 found).
|