[ffmpeg] rebuild
by Leigh Scott
commit 5cab30233e85b14cbcb42669262708569a5c514d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Mar 24 22:16:36 2023 +0000
rebuild
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index f495803..643bc1e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -111,7 +111,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.0
-Release: 6%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 7%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -528,6 +528,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Fri Mar 24 2023 Leigh Scott <leigh123linux(a)gmail.com> - 6.0-7
+- rebuilt
+
* Wed Mar 22 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 6.0-6
- Rebuilt
1 year, 8 months
[chromium-freeworld] fix build-id issue!!
by Leigh Scott
commit fff4abc7960c26010d9bf84f7d07abfd6f2eae83
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Mar 24 17:32:57 2023 +0000
fix build-id issue!!
chromium-freeworld.spec | 10 +++++-----
chromium-md5-based-build-id.patch | 7 +++++--
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 7471a84..5e95cb8 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -26,7 +26,11 @@
%global system_aom 1
%endif
# Chrome upstream uses custom ffmpeg patches
+%if 0%{?fedora} == 36
+%global system_ffmpeg 0
+%else
%global system_ffmpeg 1
+%endif
%global system_flac 1
%global system_fontconfig 1
# fedora freetype is too old
@@ -208,8 +212,7 @@ Patch1302: chromium-unbundle-zlib.patch
Patch1303: chromium-107-ffmpeg-duration.patch
Patch1304: chromium-107-proprietary-codecs.patch
Patch1305: chromium-108-ffmpeg-first_dts.patch
-Patch1306: chromium-108-ffmpeg-revert-new-channel-layout-api.patch
-Patch1307: chromium-108-system-opus.patch
+Patch1306: chromium-108-system-opus.patch
# RPM Fusion patches [free/chromium-freeworld]:
Patch401: chromium-fix-vaapi-on-intel.patch
@@ -251,11 +254,8 @@ Patch409: moc_name.patch
%patch -P1303 -p1
%patch -P1304 -p1
%patch -P1305 -p1
-%if 0%{?fedora} == 36
%patch -P1306 -p1
%endif
-%patch -P1307 -p1
-%endif
./build/linux/unbundle/replace_gn_files.py --system-libraries \
%if %{system_aom}
diff --git a/chromium-md5-based-build-id.patch b/chromium-md5-based-build-id.patch
index 52b38ac..117f888 100644
--- a/chromium-md5-based-build-id.patch
+++ b/chromium-md5-based-build-id.patch
@@ -3,9 +3,12 @@ https://bugzilla.rpmfusion.org/show_bug.cgi?id=5743
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
-@@ -406,7 +406,7 @@ config("compiler") {
+@@ -393,9 +393,9 @@ config("compiler") {
+ # The sha1 build id has lower risk of collision but is more expensive to
+ # compute, so only use it in the official build to avoid slowing down
# links.
- ldflags += [ "-Wl,--build-id=sha1" ]
+- ldflags += [ "-Wl,--build-id=sha1" ]
++ ldflags += [ "-Wl,--build-id=md5" ]
} else if (current_os != "aix" && current_os != "zos") {
- ldflags += [ "-Wl,--build-id" ]
+ ldflags += [ "-Wl,--build-id=md5" ]
1 year, 8 months
[chromium-freeworld/f36] fix
by Leigh Scott
Summary of changes:
6454b88... fix (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 8 months
[chromium-freeworld] fix
by Leigh Scott
commit 6454b881a3d83ee7b705c9013cf0326f18bfb699
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Mar 24 13:29:02 2023 +0000
fix
chromium-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 0b9850f..7471a84 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -251,7 +251,9 @@ Patch409: moc_name.patch
%patch -P1303 -p1
%patch -P1304 -p1
%patch -P1305 -p1
+%if 0%{?fedora} == 36
%patch -P1306 -p1
+%endif
%patch -P1307 -p1
%endif
1 year, 8 months
[chromium-freeworld/f36] (5 commits) ...Build with system libs
by Leigh Scott
Summary of changes:
4f31bf5... Remove unused file (*)
8a650ea... Don't enable qt5 support for default, users can enable it ( (*)
8f3a2bd... Fix user-agent (*)
ac6d24f... Update to 111.0.5563.110 (*)
2c9bb7e... Build with system libs (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 8 months