[chromium-freeworld] Update to 100.0.4896.75
by Leigh Scott
commit f1b89e2d5f3d4ecf919fa36dcaf71ac000071076
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 5 18:31:12 2022 +0100
Update to 100.0.4896.75
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index f844dde..b0b0087 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -42,7 +42,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 100.0.4896.60
+Version: 100.0.4896.75
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)
@@ -527,6 +527,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.75-1
+- Update to 100.0.4896.75
+
* Wed Mar 30 2022 Leigh Scott <leigh123linux(a)gmail.com> - 100.0.4896.60-1
- Update to 100.0.4896.60
diff --git a/sources b/sources
index 1de4a93..0577957 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-100.0.4896.60.tar.xz) = 980c4c05f6cdaeec9eeddce1ef4bf9276a2993d64130998fd87c8b593719c313e3a4df36e5a144d2637d61cbf231f06da5861f86b68ff3591723671bcc4999f0
+SHA512 (chromium-100.0.4896.75.tar.xz) = df066ee1a9f8ae324c6ab0d788e01e5d30a9d30148c45f88b270dc00246d34d74a760e7ae6eb8490c4d688ad2d7b8f00d604bb0a260dd3fb7bfc80d3a987958e
SHA512 (chromium-patches-chromium-100-patchset-4.tar.gz) = d7639bcb5d3dd87f2a53bd44566e5f8e6703d1be5c9975cf6b8d05ecffbeb28171d41b70c735b8ff0d13d1bfdb41a8ce24a458e9cc0437a88280cbe59fc7fcdf
2 years, 7 months
[simplescreenrecorder] Update to 0.4.4.
by Vasiliy Glazov
commit 804107cddb714a8dc0fddfa7a5dd672c42301030
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Apr 5 16:37:08 2022 +0300
Update to 0.4.4.
.gitignore | 1 +
0001-Fix-libssr-glinject.so-preload-path.patch | 28 ++++++++++++--------------
simplescreenrecorder.spec | 7 +++++--
sources | 2 +-
4 files changed, 20 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efd7431..86a29a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/simplescreenrecorder-0.4.1.tar.gz
/simplescreenrecorder-0.4.2.tar.gz
/simplescreenrecorder-0.4.3.tar.gz
+/simplescreenrecorder-0.4.4.tar.gz
diff --git a/0001-Fix-libssr-glinject.so-preload-path.patch b/0001-Fix-libssr-glinject.so-preload-path.patch
index bf88959..26d4ecf 100644
--- a/0001-Fix-libssr-glinject.so-preload-path.patch
+++ b/0001-Fix-libssr-glinject.so-preload-path.patch
@@ -1,21 +1,19 @@
-diff --git a/scripts/ssr-glinject b/scripts/ssr-glinject
-index 48be48d..b3f8b04 100755
---- a/scripts/ssr-glinject
-+++ b/scripts/ssr-glinject
-@@ -59,6 +59,6 @@ do
+diff -uNdr ssr-0.4.4_old/scripts/ssr-glinject ssr-0.4.4_new/scripts/ssr-glinject
+--- ssr-0.4.4_old/scripts/ssr-glinject 2021-05-24 21:56:32.000000000 +0300
++++ ssr-0.4.4_new/scripts/ssr-glinject 2022-04-05 16:31:10.892708483 +0300
+@@ -59,6 +59,6 @@
fi
done
--echo "ssr-glinject: LD_PRELOAD = $LD_PRELOAD:libssr-glinject.so"
-+echo "ssr-glinject: LD_PRELOAD = $LD_PRELOAD:/usr/\$LIB/simplescreenrecorder/libssr-glinject.so"
- echo "ssr-glinject: command = $@"
--LD_PRELOAD="$LD_PRELOAD:libssr-glinject.so" "$@"
-+LD_PRELOAD="$LD_PRELOAD:/usr/\$LIB/simplescreenrecorder/libssr-glinject.so" "$@"
-diff --git a/src/AV/Input/GLInjectInput.cpp b/src/AV/Input/GLInjectInput.cpp
-index fd1cbda..2530c5f 100644
---- a/src/AV/Input/GLInjectInput.cpp
-+++ b/src/AV/Input/GLInjectInput.cpp
-@@ -97,7 +97,7 @@ void GLInjectInput::SetCapturing(bool capturing) {
+-echo "ssr-glinject: LD_PRELOAD = $LD_PRELOAD:libssr-glinject.so" >& 2 || true
++echo "ssr-glinject: LD_PRELOAD = $LD_PRELOAD:/usr/\$LIB/simplescreenrecorder/libssr-glinject.so" >& 2 || true
+ echo "ssr-glinject: command = $@" >& 2 || true
+-LD_PRELOAD="$LD_PRELOAD:libssr-glinject.so" exec "$@"
++LD_PRELOAD="$LD_PRELOAD:/usr/\$LIB/simplescreenrecorder/libssr-glinject.so" exec "$@"
+diff -uNdr ssr-0.4.4_old/src/AV/Input/GLInjectInput.cpp ssr-0.4.4_new/src/AV/Input/GLInjectInput.cpp
+--- ssr-0.4.4_old/src/AV/Input/GLInjectInput.cpp 2021-05-24 21:56:32.000000000 +0300
++++ ssr-0.4.4_new/src/AV/Input/GLInjectInput.cpp 2022-04-05 16:32:09.524635452 +0300
+@@ -207,7 +207,7 @@
bool GLInjectInput::LaunchApplication(const QString& channel, bool relax_permissions, const QString& command, const QString& working_directory) {
// prepare command
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 59e7232..d43277f 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -3,8 +3,8 @@
%undefine __cmake_in_source_build
Name: simplescreenrecorder
-Version: 0.4.3
-Release: 5%{?dist}
+Version: 0.4.4
+Release: 1%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -85,6 +85,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
%{_datadir}/metainfo/%{name}.metainfo.xml
%changelog
+* Tue Apr 05 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.4.4-1
+- Update to 0.4.4
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.4.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Add ffmpeg-5 patch
diff --git a/sources b/sources
index e2f32cc..772df6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (simplescreenrecorder-0.4.3.tar.gz) = c930045d6763bdb026cee80fe82aa0e973de7a1bd92bce9650c5cae627f5d8f8d913f260024410a41170081c8eda61c1aea346bc2d9740b8dc169a3952b3bfd0
+SHA512 (simplescreenrecorder-0.4.4.tar.gz) = a90549a2709490482d70559073e505e669417a93abf16124b98c021e6d2bf08b91b53eb68e006df4f80fcee9fe4da2624bf8de979618953adb3f37eb1d471525
2 years, 7 months
[ffmpeg/el9] (9 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
a248a8d... Drop patch for chrome (*)
4e10f51... Rebuild (*)
c2dc6bf... Enable AMF support (*)
f72f5a7... Update changelog (*)
a731eeb... Rebuilt (*)
700c6d6... Update to 5.0.1 release (*)
5732e69... Add more el9 deps (*)
f6e8c94... Add conflicts (*)
f89a492... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[qtav/f36] Rebuild for new QT5
by Leigh Scott
Summary of changes:
6f7533f... Rebuild for new QT5 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[qtav] Rebuild for new QT5
by Leigh Scott
commit 6f7533fd7c46179bb051c723181e7d7ea5166c94
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 5 14:23:32 2022 +0100
Rebuild for new QT5
qtav.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/qtav.spec b/qtav.spec
index 8f94077..11589f1 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -3,7 +3,7 @@
Name: qtav
Version: 1.13.0
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
URL: http://www.qtav.org/
@@ -206,6 +206,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.13.0-14
+- Rebuild for new QT5
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.13.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 7 months
[ffmpeg] Update changelog
by Leigh Scott
commit f89a49234de0f0ed766f25d19b8c1062af37568e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 5 13:30:51 2022 +0100
Update changelog
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5361ce6..5cd6668 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -135,7 +135,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.0.1
-Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -512,6 +512,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.1-2
+- Add conflicts
+
* Tue Apr 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0.1-1
- Update to 5.0.1 release
2 years, 7 months