Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/chromium.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Name: hardened-chromium%{chromium_channel}
local content = f:read "*all"
print("Version: "..content.."\n")
}
Release: 2
Release: 3
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
Expand Down Expand Up @@ -387,7 +387,7 @@ CHROMIUM_GN_DEFINES+=' use_kerberos=true'
CHROMIUM_GN_DEFINES+=' use_qt=true moc_qt5_path="%{_libdir}/qt5/bin/"'
CHROMIUM_GN_DEFINES+=' use_qt6=true moc_qt6_path="%{_libdir}/qt6/libexec/"'
CHROMIUM_GN_DEFINES+=' use_gio=true use_pulseaudio=true'
CHROMIUM_GN_DEFINES+=' enable_widevine=false'
CHROMIUM_GN_DEFINES+=' enable_widevine=true'
CHROMIUM_GN_DEFINES+=' use_vaapi=true'
CHROMIUM_GN_DEFINES+=' rtc_use_pipewire=true rtc_link_pipewire=true'
CHROMIUM_GN_DEFINES+=' use_system_libjpeg=true'
Expand Down