[xorg-x11-drv-nvidia] Add recommend cuda-libs to main, it's required for nvdec and ray tracing.
by Leigh Scott
commit 13e4c7c269de7b04d9b2fe35a82a4617012c1beb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jan 8 08:44:01 2022 +0000
Add recommend cuda-libs to main, it's required for nvdec and ray tracing.
xorg-x11-drv-nvidia.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index c7d9197..d7f570e 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -66,6 +66,7 @@ Suggests: nvidia-xconfig%{?_isa} = %{?epoch}:%{version}
Suggests: acpica-tools
Suggests: vulkan-tools
%ifarch x86_64
+Recommends: %{name}-cuda-libs%{?_isa} = %{?epoch}:%{version}-%{release}
Suggests: %{name}-power%{?_isa} = %{?epoch}:%{version}-%{release}
%endif
%else
2 years, 10 months
[chromium-freeworld] package up more swiftshader/angle stuff
by Leigh Scott
commit 97ef6117fc2f53fef5bd2843c1287b24f3f617a8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 6 16:02:18 2022 +0000
package up more swiftshader/angle stuff
chromium-freeworld.spec | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index e17bd47..b5b80d2 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -691,6 +691,9 @@ install -m 644 %{target}/locales/*.pak %{buildroot}%{chromiumdir}/locales/
install -m 644 %{target}/xdg* %{buildroot}%{chromiumdir}/
install -m 644 %{target}/MEIPreload/* %{buildroot}%{chromiumdir}/MEIPreload/
install -m 755 %{target}/swiftshader/*.so %{buildroot}%{chromiumdir}/swiftshader/
+install -m 755 %{target}/libvk_swiftshader.so %{buildroot}%{chromiumdir}/
+install -m 755 %{target}/libvulkan.so.1 %{buildroot}%{chromiumdir}/
+install -m 644 %{target}/vk_swiftshader_icd.json %{buildroot}%{chromiumdir}/
# Icons
for i in 16 32; do
@@ -749,6 +752,9 @@ 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}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
* Wed Jan 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 97.0.4692.71-1
2 years, 10 months
[moc] Bugfix for building against ffmpeg 5+
by sagitter
commit 83c828edf8339fec935cf588dcd51907d26fc837
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Thu Jan 6 14:59:17 2022 +0100
Bugfix for building against ffmpeg 5+
moc-bugfix-ffmpeg45.patch | 10 ++++++++++
moc.spec | 7 ++++++-
2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/moc-bugfix-ffmpeg45.patch b/moc-bugfix-ffmpeg45.patch
new file mode 100644
index 0000000..4765485
--- /dev/null
+++ b/moc-bugfix-ffmpeg45.patch
@@ -0,0 +1,10 @@
+--- a/decoder_plugins/ffmpeg/ffmpeg.orig.c 2020-02-19 22:47:44.000000000 +0100
++++ b/decoder_plugins/ffmpeg/ffmpeg.c 2022-01-05 22:14:24.095941842 +0100
+@@ -39,6 +39,7 @@
+ #else
+ # include <libavutil/audioconvert.h>
+ #endif
++#include <libavcodec/avcodec.h>
+
+ /* FFmpeg also likes common names, without that, our common.h and log.h
+ * would not be included. */
diff --git a/moc.spec b/moc.spec
index 8ef0c58..34c6f6c 100644
--- a/moc.spec
+++ b/moc.spec
@@ -14,7 +14,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.43.svn%{checkout}%{?dist}
+Release: 0.44.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -28,6 +28,8 @@ Patch0: %{name}-r2961+lt_init-1.patch
# RHBZ #1963427
Patch1: %{name}-change_private_libdir.patch
+Patch2: %{name}-bugfix-ffmpeg45.patch
+
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(jack)
@@ -111,6 +113,9 @@ patchelf --set-rpath %{_libdir}/mocp/decoder_plugins %{buildroot}%{_bindir}/*
%{_libdir}/mocp/decoder_plugins/*.so
%changelog
+* Wed Jan 05 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 2.6-0.44.svn3005
+- Bugfix for building against ffmpeg 5+
+
* Fri Nov 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.6-0.43.svn3005
- Rebuilt for new ffmpeg snapshot
2 years, 10 months
[chromium-freeworld] Update to 97.0.4692.71
by Leigh Scott
commit 7f6f0caa458afed506a76fed39d542010dcd5623
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jan 5 08:36:35 2022 +0000
Update to 97.0.4692.71
chromium-94-ffmpeg-roll.patch | 49 -------
chromium-InkDropHost-crash.patch | 24 ++++
chromium-freeworld.spec | 182 ++------------------------
chromium-hw-accel-mjpeg.patch | 63 ---------
chromium-md5-based-build-id.patch | 4 +-
remove-llvm13-warning-flags.patch | 21 ---
sources | 4 +-
unbundle-ffmpeg-av_stream_get_first_dts.patch | 12 ++
8 files changed, 49 insertions(+), 310 deletions(-)
---
diff --git a/chromium-InkDropHost-crash.patch b/chromium-InkDropHost-crash.patch
new file mode 100644
index 0000000..b5e2794
--- /dev/null
+++ b/chromium-InkDropHost-crash.patch
@@ -0,0 +1,24 @@
+diff -up chromium-94.0.4606.71/ui/views/animation/ink_drop_host_view.h.InkDropHost-crash chromium-94.0.4606.71/ui/views/animation/ink_drop_host_view.h
+--- chromium-94.0.4606.71/ui/views/animation/ink_drop_host_view.h.InkDropHost-crash 2021-10-05 16:04:46.313586509 -0400
++++ chromium-94.0.4606.71/ui/views/animation/ink_drop_host_view.h 2021-10-05 16:05:12.213732558 -0400
+@@ -228,6 +228,11 @@ class VIEWS_EXPORT InkDropHost {
+ // Used to observe View and inform the InkDrop of host-transform changes.
+ ViewLayerTransformObserver host_view_transform_observer_;
+
++ // Declared before |ink_drop_|, because InkDropImpl may call
++ // RemoveInkDropLayer on partly destructed InkDropHost. In
++ // that case |ink_drop_mask_| must be still valid.
++ std::unique_ptr<views::InkDropMask> ink_drop_mask_;
++
+ // Should not be accessed directly. Use GetInkDrop() instead.
+ std::unique_ptr<InkDrop> ink_drop_;
+
+@@ -249,8 +254,6 @@ class VIEWS_EXPORT InkDropHost {
+ int ink_drop_small_corner_radius_ = 2;
+ int ink_drop_large_corner_radius_ = 4;
+
+- std::unique_ptr<views::InkDropMask> ink_drop_mask_;
+-
+ base::RepeatingCallback<std::unique_ptr<InkDrop>()> create_ink_drop_callback_;
+ base::RepeatingCallback<std::unique_ptr<InkDropRipple>()>
+ create_ink_drop_ripple_callback_;
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index c566015..e17bd47 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -36,7 +36,7 @@
%global system_re2 1
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 96.0.4664.110
+Version: 97.0.4692.71
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)
@@ -61,7 +61,7 @@ Source0: chromium-%{version}-clean.tar.xz
%endif
# Patchset composed by Stephan Hartmann.
-%global patchset_revision chromium-96-patchset-4
+%global patchset_revision chromium-97-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
@@ -169,15 +169,15 @@ ExclusiveArch: x86_64 aarch64
# Gentoo patches:
Patch201: chromium-96-EnumTable-crash.patch
+Patch202: chromium-InkDropHost-crash.patch
# Arch Linux patches:
Patch226: chromium-93-ffmpeg-4.4.patch
-Patch1227: chromium-94-ffmpeg-roll.patch
+Patch227: unbundle-ffmpeg-av_stream_get_first_dts.patch
Patch1228: add-a-TODO-about-a-missing-pnacl-flag.patch
Patch1229: use-ffile-compilation-dir.patch
# Suse patches:
-Patch231: remove-llvm13-warning-flags.patch
Patch232: chromium-91-sql-standard-layout-type.patch
Patch233: chromium-clang-nomerge.patch
@@ -190,7 +190,6 @@ Patch304: chromium-clang-format.patch
Patch1303: chromium-rawhide-gcc-std-max-fix.patch
# RPM Fusion patches [free/chromium-freeworld]:
-Patch400: chromium-hw-accel-mjpeg.patch
Patch401: chromium-fix-vaapi-on-intel.patch
Patch402: chromium-enable-widevine.patch
Patch403: chromium-manpage.patch
@@ -214,10 +213,8 @@ Patch1406: chromium-rpm-fusion-brand.patch
%patchset_apply chromium-78-protobuf-RepeatedPtrField-export.patch
%patchset_apply chromium-95-libyuv-aarch64.patch
-%patchset_apply chromium-96-CommandLine-include.patch
-%patchset_apply chromium-96-CouponDB-include.patch
-%patchset_apply chromium-96-DrmRenderNodePathFinder-include.patch
-%patchset_apply chromium-96-RestrictedCookieManager-tuple.patch
+%patchset_apply chromium-97-Point-constexpr.patch
+%patchset_apply chromium-97-ScrollView-reference.patch
# Apply patches up to #1000 from this spec.
@@ -225,8 +222,6 @@ Patch1406: chromium-rpm-fusion-brand.patch
# Manually apply patches that need an ifdef
-%patch1227 -Rp1
-
%if 0%{?fedora} < 35
%patch1228 -Rp1
%patch1229 -Rp1
@@ -756,6 +751,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Wed Jan 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 97.0.4692.71-1
+- Update to 97.0.4692.71
+
* Tue Dec 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 96.0.4664.110-1
- Update to 96.0.4664.110
@@ -795,165 +793,3 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
* Wed Sep 01 2021 Leigh Scott <leigh123linux(a)gmail.com> - 93.0.4577.63-1
- Update to 93.0.4577.63
-* Tue Aug 31 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.166-1
-- Update to 92.0.4515.166
-
-* Thu Aug 26 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-5
-- Enable expired vaapi support
-
-* Wed Aug 25 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-4
-- Disable eu-strip
-
-* Sun Aug 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-3
-- Fix sandbox crash
-
-* Sun Aug 22 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-2
-- Add missing file and add crashpad_handler consent patch
-
-* Sat Aug 21 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-1
-- Update to 92.0.4515.159
-
-* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 90.0.4430.85-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Thu Apr 22 2021 qvint <dotqvint(a)gmail.com> - 90.0.4430.85-1
-- Update to 90.0.4430.85
-
-* Sat Apr 17 2021 Leigh Scott <leigh123linux(a)gmail.com> - 89.0.4389.114-2
-- Rebuild for F33 to include missed patches (rfbz#5973)
-
-* Sun Apr 04 2021 qvint <dotqvint(a)gmail.com> - 89.0.4389.114-1
-- Update to 89.0.4389.114
-
-* Thu Feb 04 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.150-1
-- Update to 88.0.4324.150
-
-* Wed Jan 20 2021 qvint <dotqvint(a)gmail.com> - 88.0.4324.96-1
-- Update to 88.0.4324.96
-- Comply with new Google API key rules for derivatives
-- Fix Icon key in chrome-apps.directory (rfbz#5895)
-- Fix PulseAudio application name and icon
-- Don't depend on CHROME_DESKTOP env var
-- Sync shell wrapper with Fedora Chromium (rfbz#5859, rhbz#1902983)
-
-* Tue Dec 08 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.88-1
-- Update to 87.0.4280.88
-
-* Fri Nov 27 2020 qvint <dotqvint(a)gmail.com> - 87.0.4280.66-1
-- Update to 87.0.4280.66
-
-* Tue Oct 27 2020 qvint <dotqvint(a)gmail.com> - 86.0.4240.111-2
-- Fix invalid "end" iterator usage in CookieMonster
-- Only fall back to the i965 driver if we're on iHD
-- Check for enable-accelerated-video-decode
-- Fix mouse movements near window edges
-- Fix crash in UserInputMonitorLinuxCore (rfbz#5807)
-
-* Wed Oct 21 2020 qvint <dotqvint(a)gmail.com> - 86.0.4240.111-1
-- Update to 86.0.4240.111
-
-* Wed Sep 23 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.121-1
-- Update to 85.0.4183.121
-- Enable Hangout services extension (rfbz#5758)
-- Use MD5-based BuildID (rfbz#5743)
-- Use %%ninja_build macro
-- Remove debug_pkg toggle
-- Replace bconds with ordinary macros
-- Use system re2
-- Use system libicu (f33+)
-
-* Thu Sep 10 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.102-1
-- Update to 85.0.4183.102
-- Remove bundlepylibs and clang toggles
-
-* Mon Aug 31 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.83-2
-- Ship ANGLE libEGL.so and libGLESv2.so (rfbz#5738)
-
-* Wed Aug 26 2020 qvint <dotqvint(a)gmail.com> - 85.0.4183.83-1
-- Update to 85.0.4183.83
-- Use xcb-proto bundled in Chromium tarball
-- Drop Fedora 30 support
-- Fix XDG paths in manpage
-- Update AppStream metadata
-- Fix name in .desktop file (rfbz#5717)
-- Fix name in GNOME default-apps XML
-- Add symbolic app icon
-
-* Tue Aug 11 2020 qvint <dotqvint(a)gmail.com> - 84.0.4147.125-1
-- Update to 84.0.4147.125
-- Stop using gold
-- Add 'ulimit -n 2048'
-
-* Sat Jul 18 2020 qvint <dotqvint(a)gmail.com> - 84.0.4147.89-1
-- Update to 84.0.4147.89
-- Use patchset composed by Stephan Hartmann <stha09(a)googlemail.com>
-- Bundle xcb-proto
-
-* Thu Jun 25 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.116-1
-- Update to 83.0.4103.116
-
-* Wed Jun 17 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.106-1
-- Update to 83.0.4103.106
-- Disable python byte compiling
-
-* Mon Jun 08 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.97-2
-- Fix crash in ServiceWorker (rfbz#5671)
-
-* Fri Jun 05 2020 qvint <dotqvint(a)gmail.com> - 83.0.4103.97-1
-- Update to 83.0.4103.97
-
-* Wed May 06 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.138-1
-- Update to 81.0.4044.138
-- Fix touchpad scrolling under XWayland (rfbz#5621)
-
-* Thu Apr 30 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.129-1
-- Update to 81.0.4044.129
-
-* Thu Apr 09 2020 qvint <dotqvint(a)gmail.com> - 81.0.4044.92-1
-- Update to 81.0.4044.92
-
-* Sun Apr 05 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.163-1
-- Update to 80.0.3987.163
-
-* Thu Apr 02 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.162-1
-- Update to 80.0.3987.162
-
-* Wed Mar 18 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.149-1
-- Update to 80.0.3987.149
-- Fix rpmlint warnings and errors
-
-* Wed Mar 04 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.132-1
-- Update to 80.0.3987.132
-
-* Sun Mar 01 2020 qvint <dotqvint(a)gmail.com> - 80.0.3987.122-1
-- Update to 80.0.3987.122
-
-* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 79.0.3945.130-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Jan 17 2020 Vasiliy Glazov <vascom2(a)gmail.com> - 79.0.3945.130-1
-- Update to 79.0.3945.130
-
-* Tue Jan 14 2020 Vasiliy Glazov <vascom2(a)gmail.com> - 79.0.3945.117-1
-- Update to 79.0.3945.117
-
-* Sat Dec 21 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 79.0.3945.88-1
-- Update to 79.0.3945.88
-
-* Fri Dec 13 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 79.0.3945.79-1
-- Update to 79.0.3945.79
-
-* Fri Dec 06 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 78.0.3904.108-2
-- Disable fedora's build flags to reduce binary size
-
-* Thu Nov 21 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 78.0.3904.108-1
-- Update to 78.0.3904.108
-
-* Tue Nov 12 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 78.0.3904.97-1
-- Update to 78.0.3904.97
-
-* Sat Nov 02 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 78.0.3904.87-1
-- Update to 78.0.3904.87
-
-* Thu Oct 31 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 78.0.3904.70-1
-- IMPORT: rename package; add back Fedora build flags
diff --git a/chromium-md5-based-build-id.patch b/chromium-md5-based-build-id.patch
index 3f55448..52b38ac 100644
--- a/chromium-md5-based-build-id.patch
+++ b/chromium-md5-based-build-id.patch
@@ -3,10 +3,10 @@ https://bugzilla.rpmfusion.org/show_bug.cgi?id=5743
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
-@@ -368,7 +368,7 @@ config("compiler") {
+@@ -406,7 +406,7 @@ config("compiler") {
# links.
ldflags += [ "-Wl,--build-id=sha1" ]
- } else if (current_os != "aix") {
+ } else if (current_os != "aix" && current_os != "zos") {
- ldflags += [ "-Wl,--build-id" ]
+ ldflags += [ "-Wl,--build-id=md5" ]
}
diff --git a/sources b/sources
index 8f4d49e..e6d43c0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (chromium-96.0.4664.110.tar.xz) = 7db962dc7016f531c33e915408303f06f429b53d1c5a69b281e64f6204d4bdb413fd281c3d891bb696d846f80f6182289c10f4b19b3b4c2c8b7fd72070de3f02
-SHA512 (chromium-patches-chromium-96-patchset-4.tar.gz) = f3b25447b8f78d9c9d3bacf0f54bf29da1053d4524597744100d9d20fea750b1dca70e5504f92885320a5408180b435f79510f58e52bae5dd4786d9fb31892cf
+SHA512 (chromium-97.0.4692.71.tar.xz) = 4087950d5353b6fa824de5aeb43a578b0b2361d5a2f32977814f13c75ff0c5ab5f9bd5f70f6331c1e16654733ac2c1d0b5023d856171ea658658336ff3424af4
+SHA512 (chromium-patches-chromium-97-patchset-4.tar.gz) = d5e5e4ed005c12ca973f01d8d6d657d67a36b6b20ab4d0b5bef005a5094012ea41a436a49439954ffe70fd01bbd9abad21c83d1894bbd6b3f80c5737e494ec7d
diff --git a/unbundle-ffmpeg-av_stream_get_first_dts.patch b/unbundle-ffmpeg-av_stream_get_first_dts.patch
new file mode 100644
index 0000000..dae1add
--- /dev/null
+++ b/unbundle-ffmpeg-av_stream_get_first_dts.patch
@@ -0,0 +1,12 @@
+diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn
+index 16e20744706..6a079b32221 100644
+--- a/build/linux/unbundle/ffmpeg.gn
++++ b/build/linux/unbundle/ffmpeg.gn
+@@ -12,6 +12,7 @@ pkg_config("system_ffmpeg") {
+ "libavformat",
+ "libavutil",
+ ]
++ defines = [ "av_stream_get_first_dts(stream)=stream->first_dts" ]
+ }
+
+ buildflag_header("ffmpeg_features") {
2 years, 10 months
[xpra-codecs-freeworld] Release 4.3.1
by sagitter
commit 8cc26899b6510614b4a9b19f9bdae7d6dc3e1a60
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue Jan 4 19:10:45 2022 +0100
Release 4.3.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64b8c37..8b3caef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@ xpra-0.16.3.tar.xz
/xpra-4.2.2.tar.gz
/xpra-4.2.3.tar.gz
/xpra-4.3.tar.gz
+/xpra-4.3.1.tar.gz
diff --git a/sources b/sources
index b832420..e12ff07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.3.tar.gz) = 94a4e9c6d2a4b1c56cb2ebf0588e9f4d1e5a1a2ad290c132e24c45d9391a76947676c0afef8e261fb092b74903b5bc29bc7b589430fb202e21c12796fae485a6
+SHA512 (xpra-4.3.1.tar.gz) = f39b1cdec2afaf32fb6deb3580608a0115e1174193e64c23ffe3aeeba566f98801c891b05576176dee33d6e02897a1005809ebb3c8849b7cd7409722710c06e2
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 0cf2b35..84479ad 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -30,7 +30,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.3
+Version: 4.3.1
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -133,6 +133,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Jan 04 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.3.1-1
+- Release 4.3.1
+
* Fri Dec 17 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.3.0-1
- Release 4.3
2 years, 10 months
[xroar/f34] new version
by Andrea Musuruane
Summary of changes:
c19bc3d... new version (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[xroar/f35] new version
by Andrea Musuruane
Summary of changes:
c19bc3d... new version (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 10 months
[xroar] new version
by Andrea Musuruane
commit c19bc3db8d09b346bad58559f9d91488c38547b5
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Tue Jan 4 16:13:24 2022 +0100
new version
.gitignore | 1 +
sources | 2 +-
xroar.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 899207e..1fcfa4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ dragon.rom
/xroar-1.0.4.tar.gz
/xroar-1.0.5.tar.gz
/xroar-1.0.6.tar.gz
+/xroar-1.0.7.tar.gz
diff --git a/sources b/sources
index 68b3068..7dbfba4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (dragon.rom) = bbe3dc286a828acd745155ad8b2f8f1dc7d674c10deae619758662a4f45feefd1d1aea6b8b09f4c4db8b40cbaf475ab540d88d8286e1e4f8478692ad08979285
-SHA512 (xroar-1.0.6.tar.gz) = aa9e8a74820f024596706cd1c4b0e476aee392f37a54fe0dc9e710ecc29fef4a3e0d04955d1969a0195b3210e1203a7a442c5c3b81d5689f71e1371865bbf827
+SHA512 (xroar-1.0.7.tar.gz) = 656e4deb2bb4eb4a933d6ac187f02b917785f39f9168c7ed42492383dcafb1d87f75d435191c83651c6386d61b1a4d825ea5a4a0f83b90ea08147c8cf89f6954
diff --git a/xroar.spec b/xroar.spec
index e1acbe5..2db32b0 100644
--- a/xroar.spec
+++ b/xroar.spec
@@ -1,5 +1,5 @@
Name: xroar
-Version: 1.0.6
+Version: 1.0.7
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
License: GPLv3+
@@ -98,6 +98,9 @@ rm -f %{buildroot}%{_infodir}/dir
%changelog
+* Tue Jan 04 2022 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.7-1
+- new version
+
* Sat Jan 01 2022 Andrea Musuruane <musuruan(a)gmail.com> - 1.0.6-1
- new version
2 years, 10 months
[ffmpeg] Update to 5.0-0.1.20220104git311ea9c
by Leigh Scott
commit 83603c43a12e804525eb6ba06d646ea90d58d605
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Jan 4 12:45:55 2022 +0000
Update to 5.0-0.1.20220104git311ea9c
.gitignore | 1 +
ffmpeg-snapshot.sh | 6 +++---
ffmpeg.spec | 11 +++++++----
sources | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcac6bb..86d9c3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ ffmpeg-*.rpm
/ffmpeg-20210323.tar.bz2
/ffmpeg-20210408.tar.bz2
/ffmpeg-20211108.tar.bz2
+/ffmpeg-20220104.tar.bz2
diff --git a/ffmpeg-snapshot.sh b/ffmpeg-snapshot.sh
index fcca980..0c9cc4e 100755
--- a/ffmpeg-snapshot.sh
+++ b/ffmpeg-snapshot.sh
@@ -17,7 +17,7 @@ date=$(date +%Y%m%d)
pushd "$tmp"
git clone git://git.ffmpeg.org/ffmpeg.git
cd ffmpeg
-#git checkout release/4.4
-#git rev-parse HEAD
-git archive --prefix="ffmpeg-${date}/" --format=tar master | bzip2 > "$pwd"/ffmpeg-${date}.tar.bz2
+git checkout release/5.0
+git rev-parse HEAD
+git archive --prefix="ffmpeg-${date}/" --format=tar release/5.0 | bzip2 > "$pwd"/ffmpeg-${date}.tar.bz2
popd
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c629b03..592060d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,8 +1,8 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20211108
-%global commit 45dc668aea0edac34969b5a1ff76cf9ad3a09be1
+%global date 20220104
+%global commit 311ea9c529117fb8e38abd6ca7e81782b6b21257
%global rel %(c=%{commit}; echo ${c:0:7})
%ifarch %{ix86}
@@ -118,8 +118,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.5
-Release: 0.3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Version: 5.0
+Release: 0.1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -486,6 +486,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Tue Jan 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 5.0-0.1.20220104git311ea9c
+- Update to 5.0-0.1.20220104git311ea9c
+
* Sun Dec 19 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.5-0.3.20211108git45dc668
- rebuilt
diff --git a/sources b/sources
index 7cea84a..756d8ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20211108.tar.bz2) = 69bffe02fbbb9c51dd60d8fb67a1863ce7c689c025d745f35911eff961534620382e44c88d7a2e7ed2380ef35af55fe1be89ea95f0e0f9be40c3735a55c36c66
+SHA512 (ffmpeg-20220104.tar.bz2) = 8d721e6f66824e6b54421e7f823bba81f03d593fcbe2f132f45fac85b5466bb5b2eca51d78b1a1b9b745dd256ecd703eebb8a2f6da69b1dc5ffc953a1f0dcc0c
2 years, 10 months