[chromium-freeworld] Update to 100.0.4896.60
by Leigh Scott
commit 25dc7d3a233b3837121f8b54207e23660befc024
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Mar 30 14:36:08 2022 +0100
Update to 100.0.4896.60
chromium-93-ffmpeg-4.4.patch | 36 --------------
chromium-98-system-libdrm.patch | 34 --------------
chromium-clang-format.patch | 36 --------------
chromium-freeworld.spec | 67 ++++-----------------------
chromium-glibc-2.34-r1.patch | 20 --------
gcc12.patch | 10 ----
signin.patch | 37 ---------------
sources | 4 +-
unbundle-ffmpeg-av_stream_get_first_dts.patch | 12 -----
9 files changed, 12 insertions(+), 244 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index de22275..f844dde 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -6,7 +6,6 @@
%global _smp_build_ncpus 6
%endif
%undefine _auto_set_build_flags
-%global use_clang 1
#This can be any folder on out
%global target out/Release
### Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -43,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 99.0.4844.84
+Version: 100.0.4896.60
Release: 1%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -51,7 +50,7 @@ URL: https://www.chromium.org/Home
Source0: https://commondatastorage.googleapis.com/chromium-browser-official/chromi...
# Patchset composed by Stephan Hartmann.
-%global patchset_revision chromium-99-patchset-3
+%global patchset_revision chromium-100-patchset-4
Source1: https://github.com/stha09/chromium-patches/archive/%{patchset_revision}/c...
# The following two source files are copied and modified from the chromium source
@@ -65,15 +64,9 @@ Source15: LICENSE
#Our installation folder
%global chromiumdir %{_libdir}/%{name}
########################################################################################
-#Compiler settings
-# Make sure we don't encounter any bug
-%if %{use_clang}
BuildRequires: clang, clang-tools-extra
BuildRequires: lld
BuildRequires: llvm
-%else
-BuildRequires: gcc-c++
-%endif
# Basic tools and libraries needed for building
BuildRequires: ninja-build, nodejs, bison, gperf, hwdata
BuildRequires: libatomic, flex, perl-Switch
@@ -144,11 +137,7 @@ BuildRequires: libpng-devel
BuildRequires: libvpx-devel
%endif
%if %{system_ffmpeg}
-%if 0%{?fedora} && 0%{?fedora} > 35
-BuildRequires: compat-ffmpeg4-devel
-%else
BuildRequires: ffmpeg-devel
-%endif
BuildRequires: opus-devel
%endif
%if %{system_libwebp}
@@ -183,19 +172,12 @@ Recommends: libva-utils
# This build should be only available to amd64
ExclusiveArch: x86_64 aarch64
-# Debian patches:
-Patch101: signin.patch
-
# Gentoo patches:
Patch201: chromium-98-EnumTable-crash.patch
Patch202: chromium-InkDropHost-crash.patch
-Patch203: chromium-98-system-libdrm.patch
-Patch1204: chromium-glibc-2.34-r1.patch
# Arch Linux patches:
Patch220: webcodecs-stop-using-AudioOpusEncoder.patch
-Patch1226: chromium-93-ffmpeg-4.4.patch
-Patch1227: unbundle-ffmpeg-av_stream_get_first_dts.patch
Patch1228: add-a-TODO-about-a-missing-pnacl-flag.patch
Patch1229: use-ffile-compilation-dir.patch
@@ -208,8 +190,6 @@ Patch300: chromium-py3-bootstrap.patch
Patch301: chromium-gcc11.patch
Patch302: chromium-java-only-allowed-in-android-builds.patch
Patch303: chromium-aarch64-cxxflags-addition.patch
-# Causes build error
-#Patch304: chromium-clang-format.patch
# RPM Fusion patches [free/chromium-freeworld]:
Patch401: chromium-fix-vaapi-on-intel.patch
@@ -219,7 +199,7 @@ Patch404: chromium-md5-based-build-id.patch
Patch405: chromium-names.patch
Patch406: gcc12.patch
Patch407: allow-to-override-clang-through-env-variables.patch
-Patch1406: chromium-rpm-fusion-brand.patch
+Patch408: chromium-rpm-fusion-brand.patch
%description
%{name} is an open-source web browser, powered by WebKit (Blink)
@@ -236,29 +216,20 @@ Patch1406: chromium-rpm-fusion-brand.patch
%{__scm_apply_patch -p1} <%{patchset_root}/%{1}
%patchset_apply chromium-78-protobuf-RepeatedPtrField-export.patch
-%patchset_apply chromium-99-AutofillAssistantModelExecutor-NoDestructor.patch
-
+%patchset_apply chromium-100-GLImplementationParts-constexpr.patch
+%patchset_apply chromium-100-InMilliseconds-constexpr.patch
+%patchset_apply chromium-100-macro-typo.patch
+%patchset_apply chromium-100-SCTHashdanceMetadata-move.patch
# Apply patches up to #1000 from this spec.
%autopatch -M1000 -p1
# Manually apply patches that need an ifdef
-%if 0%{?fedora} >= 35
-%patch1204 -p1
-%endif
-
-%if %{system_ffmpeg}
-%patch1226 -p1
-%patch1227 -p1
-%endif
-
%if 0%{?fedora} < 35
%patch1228 -Rp1
%patch1229 -Rp1
%endif
-%patch1406 -p1
-
./build/linux/unbundle/replace_gn_files.py --system-libraries \
%if %{system_ffmpeg}
ffmpeg \
@@ -332,36 +303,23 @@ ln -s %{_bindir}/ninja third_party/depot_tools/ninja
ln -s %{_bindir}/python3 third_party/depot_tools/python
%build
-%if 0%{?fedora} && 0%{?fedora} > 35
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
-%endif
# Final link uses lots of file descriptors.
ulimit -n 2048
#export compilar variables
-%if %{use_clang}
export CC="clang"
export CXX="clang++"
export AR="llvm-ar"
export NM="llvm-nm"
export READELF="llvm-readelf"
-%else
-export CC="gcc"
-export CXX="g++"
-export AR="ar"
-export NM="nm"
-export READELF="readelf"
-%endif
export RANLIB="ranlib"
export PATH="$PWD/third_party/depot_tools:$PATH"
export CHROMIUM_RPATH="%{_libdir}/%{name}"
-%if %{use_clang}
FLAGS='-Wno-unknown-warning-option'
export CFLAGS="$FLAGS"
export CXXFLAGS="$FLAGS"
-%endif
CHROMIUM_GN_DEFINES=
gn_arg() { CHROMIUM_GN_DEFINES="$CHROMIUM_GN_DEFINES $*"; }
@@ -421,15 +379,11 @@ gn_arg enable_widevine=true
gn_arg rtc_use_pipewire=true
gn_arg rtc_link_pipewire=true
-%if %{use_clang}
gn_arg clang_base_path=\"%{_prefix}\"
gn_arg is_clang=true
gn_arg clang_use_chrome_plugins=false
gn_arg use_lld=true
gn_arg use_thin_lto=true
-%else
-gn_arg is_clang=false
-%endif
gn_arg is_cfi=false
gn_arg use_cfi_icall=false
gn_arg chrome_pgo_phase=0
@@ -447,10 +401,6 @@ tools/gn/bootstrap/bootstrap.py --gn-gen-args="$CHROMIUM_GN_DEFINES" --build-pat
%{target}/gn --script-executable=%{__python3} gen --args="$CHROMIUM_GN_DEFINES" %{target}
%ninja_build -C %{target} chrome chrome_sandbox
-%if !%{use_clang}
-# bug #827861, vk_swiftshader_icd.json not getting properly installed in out/Release
-sed -e 's|${ICD_LIBRARY_PATH}|./libvk_swiftshader.so|g' third_party/swiftshader/src/Vulkan/vk_swiftshader_icd.json.tmpl > %{target}/vk_swiftshader_icd.json
-%endif
######################################Install####################################
%install
mkdir -p %{buildroot}%{_bindir}
@@ -577,6 +527,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Wed Mar 30 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.60-1
+- Update to 100.0.4896.60
+
* Sun Mar 27 2022 Leigh Scott <leigh123linux(a)gmail.com> - 99.0.4844.84-1
- Update to 99.0.4844.84
diff --git a/gcc12.patch b/gcc12.patch
index f1896b3..6e33fad 100644
--- a/gcc12.patch
+++ b/gcc12.patch
@@ -18,13 +18,3 @@
#if defined(__ELF__) // defined by gcc
#if defined(__OpenBSD__)
---- a/v8/src/heap/cppgc/prefinalizer-handler.h
-+++ b/v8/src/heap/cppgc/prefinalizer-handler.h
-@@ -6,6 +6,7 @@
- #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
-
- #include <vector>
-+#include <utility>
-
- #include "include/cppgc/prefinalizer.h"
-
diff --git a/sources b/sources
index c6d9872..1de4a93 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-99.0.4844.84.tar.xz) = 7d8bd7e03fc3c8f546f4b9d49fd0191a9b174f1eea4ea53673e0337dbe985ee56b31de132bf0b228ca741416f9b6aa707ee182021fc65df37b193aab75ab05cc
-SHA512 (chromium-patches-chromium-99-patchset-3.tar.gz) = 8dcd3acb256f32b1af0c0ef3eea61061c1d857f8887f2990ec170bc87a3f49a9a8b15dfe50ac05e3eedabea33e88365f91094550237b5500ffa7f66734523b76
+SHA512 (chromium-100.0.4896.60.tar.xz) = 980c4c05f6cdaeec9eeddce1ef4bf9276a2993d64130998fd87c8b593719c313e3a4df36e5a144d2637d61cbf231f06da5861f86b68ff3591723671bcc4999f0
+SHA512 (chromium-patches-chromium-100-patchset-4.tar.gz) = d7639bcb5d3dd87f2a53bd44566e5f8e6703d1be5c9975cf6b8d05ecffbeb28171d41b70c735b8ff0d13d1bfdb41a8ce24a458e9cc0437a88280cbe59fc7fcdf
2 years, 7 months
[chromium-freeworld/f34] (4 commits) ...fix
by Leigh Scott
Summary of changes:
b73dac2... fix (*)
0cec0b5... Strip debugging (*)
3a15731... Update to 99.0.4844.84 (*)
e663e16... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[intel-media-driver/f36] Rebuild
by Leigh Scott
Summary of changes:
d33fec8... Rebuild (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[intel-media-driver] Rebuild
by Leigh Scott
commit d33fec84b9519c2426fac724a7f25fb92a3489b2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Mar 28 16:13:49 2022 +0100
Rebuild
intel-media-driver.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/intel-media-driver.spec b/intel-media-driver.spec
index c058d5d..9299095 100644
--- a/intel-media-driver.spec
+++ b/intel-media-driver.spec
@@ -2,7 +2,7 @@
Name: intel-media-driver
Version: 22.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: The Intel Media Driver for VAAPI
License: MIT and BSD
URL: https://github.com/intel/media-driver
@@ -94,6 +94,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Mon Mar 28 2022 Leigh Scott <leigh123linux(a)gmail.com> - 22.1.1-3
+- rebuilt
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 22.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 7 months
[chromium-freeworld/f35] (4 commits) ...fix
by Leigh Scott
Summary of changes:
b73dac2... fix (*)
0cec0b5... Strip debugging (*)
3a15731... Update to 99.0.4844.84 (*)
e663e16... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[plasma-wallpapers-dynamic] Retire package
by iucar
commit ca0d9c08a4bcf2242cade8ff55687662252417f2
Author: Iñaki Úcar <iucar(a)fedoraproject.org>
Date: Mon Mar 28 11:42:00 2022 +0200
Retire package
dead.package | 1 +
plasma-wallpapers-dynamic.spec | 124 -----------------------------------------
sources | 1 -
3 files changed, 1 insertion(+), 125 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..c9be778
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream dropped the dependency on libheif and this package was moved to Fedora
2 years, 7 months
[chromium-freeworld/f36] fix
by Leigh Scott
Summary of changes:
e663e16... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[chromium-freeworld] fix
by Leigh Scott
commit e663e16f6a5aee6bea1cc6f82c8caa46572b3fa7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Mar 27 22:23:20 2022 +0100
fix
chromium-freeworld.spec | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 2486a99..de22275 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -1,3 +1,4 @@
+%global debug_package %{nil}
#Global Libraries
%global menu_name Chromium (Freeworld)
%global xdg_subdir chromium
@@ -517,6 +518,17 @@ for i in 24 32 48 64 128 256; do
done
install -m 644 %{SOURCE12} \
%{buildroot}%{_datadir}/icons/hicolor/symbolic/apps/%{name}-symbolic.svg
+
+strip %{buildroot}%{chromiumdir}/%{name}
+strip %{buildroot}%{chromiumdir}/chrome-sandbox
+strip %{buildroot}%{chromiumdir}/chrome_crashpad_handler
+strip %{buildroot}%{chromiumdir}/libEGL.so
+strip %{buildroot}%{chromiumdir}/libGLESv2.so
+strip %{buildroot}%{chromiumdir}/libvk_swiftshader.so
+strip %{buildroot}%{chromiumdir}/libvulkan.so.1
+strip %{buildroot}%{chromiumdir}/swiftshader/libEGL.so
+strip %{buildroot}%{chromiumdir}/swiftshader/libGLESv2.so
+
####################################check##################################################
%check
appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appdata.xml"
@@ -560,8 +572,8 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%dir %{chromiumdir}/swiftshader
%{chromiumdir}/swiftshader/libEGL.so
%{chromiumdir}/swiftshader/libGLESv2.so
-%{chromiumdir}/libvk_swiftshader.so*
-%{chromiumdir}/libvulkan.so*
+%{chromiumdir}/libvk_swiftshader.so
+%{chromiumdir}/libvulkan.so.1
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
2 years, 7 months
[welle-io/f36] gitignore new source file
by Marcus Müller
commit 9c58e9a9053e4fedf813071cdb4e071bcc4d717f
Author: Marcus Müller <marcus(a)hostalia.de>
Date: Sun Mar 27 21:48:31 2022 +0200
gitignore new source file
Signed-off-by: Marcus Müller <marcus(a)hostalia.de>
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index fe8b894..98b1a1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/welle-io-2.2.tar.gz
/welle-io-2.3.tar.gz
+/welle-io-2.4.tar.gz
2 years, 7 months