From f88751e60ac087f27ad0aa9393839272b6d8bdd7 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Mon, 29 Jan 2024 16:45:17 +0900 Subject: devel/electron28: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/ --- devel/electron28/files/patch-electron_build_args_release.gn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/electron28/files/patch-electron_build_args_release.gn (limited to 'devel/electron28/files/patch-electron_build_args_release.gn') diff --git a/devel/electron28/files/patch-electron_build_args_release.gn b/devel/electron28/files/patch-electron_build_args_release.gn new file mode 100644 index 000000000000..99262be2e1ef --- /dev/null +++ b/devel/electron28/files/patch-electron_build_args_release.gn @@ -0,0 +1,11 @@ +--- electron/build/args/release.gn.orig 2023-08-27 08:03:35 UTC ++++ electron/build/args/release.gn +@@ -7,7 +7,7 @@ is_official_build = true + # explicitly override here to build OpenH264 encoder/FFmpeg decoder. + # The initialization of the decoder depends on whether ffmpeg has + # been built with H.264 support. +-rtc_use_h264 = proprietary_codecs ++# rtc_use_h264 = proprietary_codecs + + # By default, Electron builds ffmpeg with proprietary codecs enabled. In order + # to facilitate users who don't want to ship proprietary codecs in ffmpeg, or -- cgit v1.2.3