7
0

Accepting request 930713 from devel:languages:javascript

- Do not build with H264
- Removed electron-13-openh264-format-security.patch

OBS-URL: https://build.opensuse.org/request/show/930713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=10
This commit is contained in:
2021-11-11 20:37:54 +00:00
committed by Git OBS Bridge
parent fd50b8872c
commit d51b5b9a83
5 changed files with 10 additions and 18 deletions

View File

@@ -94,8 +94,6 @@ Patch22: electron-13-fix-base-check-nomerge.patch
Patch23: electron-13-gcc-fix-v8-nodiscard.patch
# Fix blink nodestructor
Patch24: electron-13-blink-gcc-ambiguous-nodestructor.patch
# Remove -Wno-format-security from openh264
Patch25: electron-13-openh264-format-security.patch
Patch26: a9831f1cbf93fb18dd951453635f488037454ce9.patch
BuildRequires: SDL-devel
BuildRequires: binutils-gold
@@ -429,6 +427,8 @@ myconf_gn+=" enable_widevine=true"
myconf_gn+=" use_dbus=true"
myconf_gn+=" enable_vulkan=true"
myconf_gn+=" icu_use_data_file=false"
myconf_gn+=" media_use_openh264=false"
myconf_gn+=" rtc_use_h264=false"
%if %{with clang}
myconf_gn+=" is_clang=true clang_base_path=\"/usr\" clang_use_chrome_plugins=false"