[shotcut] Add requires qt6-qt5compat
by Leigh Scott
commit b76925884869b1ec423ceedd536090cb8f3f9154
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat May 27 23:06:34 2023 +0100
Add requires qt6-qt5compat
shotcut.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/shotcut.spec b/shotcut.spec
index dc833be..161e115 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,6 +1,6 @@
Name: shotcut
Version: 23.05.14
-Release: 2%{dist}
+Release: 3%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -39,6 +39,7 @@ BuildRequires: fftw-devel
# mlt-freeworld is compellingly necessary otherwise shotcut coredumps
Requires: gstreamer1-plugins-bad-free-extras
Requires: frei0r-plugins
+Requires: qt6-qt5compat
Requires: ladspa
Requires: mlt-freeworld >= 7.6.0
Requires: lame
@@ -182,8 +183,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-3
+- Add requires qt6-qt5compat
+
* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-2
-- remove the manually added qt5 requires
+- Remove the manually added qt5 requires
* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-1
- Update to 23.05.14
1 year, 6 months
[shotcut] fix
by Leigh Scott
commit 94b55216e01381d195fd864830513e883ab6ed99
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat May 27 21:53:07 2023 +0100
fix
shotcut.appdata.xml | 48 ------------------------------------------------
1 file changed, 48 deletions(-)
1 year, 6 months
[shotcut] drop the manually added qt5 requires
by Leigh Scott
commit 9f5792eaaacca460dc2e990dafc7e721a95ab2ab
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat May 27 21:24:07 2023 +0100
drop the manually added qt5 requires
shotcut.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/shotcut.spec b/shotcut.spec
index 57751e6..272c339 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,10 +1,10 @@
Name: shotcut
Version: 23.05.14
-Release: 1%{dist}
+Release: 2%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
-License: GPLv3+ and LGPLv2+
+License: GPL-3.0-or-later AND LGPL-2.1-or-later
URL: http://www.shotcut.org/
Source0: https://github.com/mltframework/shotcut/archive/v%{version}/%{name}-%{ver...
# https://forum.shotcut.org/t/appdata-xml-file-for-gnome-software-center/2742
@@ -184,6 +184,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-2
+- remove the manually added qt5 requires
+
* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-1
- Update to 23.05.14
1 year, 6 months
[xpra-codecs-freeworld] Release 4.4.5
by sagitter
commit 31d3177084858648440d624ca1d835e43a5b441f
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat May 27 20:54:26 2023 +0200
Release 4.4.5
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 417 +--------------------------------------------
3 files changed, 5 insertions(+), 415 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75adaa2..643d4c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@ xpra-0.16.3.tar.xz
/xpra-4.4.2.tar.gz
/xpra-4.4.3.tar.gz
/xpra-4.4.4.tar.gz
+/xpra-4.4.5.tar.gz
diff --git a/sources b/sources
index b2b8e1c..cd7ef36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.4.4.tar.gz) = b2e5928bcf9a483fdb5c3096206e26b5bab690bfa2190b2c17ea43986cf53e4584546b2f5af7d3c63798096b648ec2f843d82a4bfd74719f3cf1f3c8cadaf9b7
+SHA512 (xpra-4.4.5.tar.gz) = 518f52dddd59aa958aaa31bca9e87e1eb55755760307342c6d95693e886c6a4adba1906513f3dcb015f0b2a4b12890760169b8e5afccdbd2007ca75fc227b536
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 9e4c365..bc70b7a 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -36,8 +36,8 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.4.4
-Release: 1%{?dist}
+Version: 4.4.5
+Release: %autorelease
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL: https://www.xpra.org/
@@ -174,415 +174,4 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
-* Tue Mar 21 2023 Sérgio Basto <sergio(a)serjux.com> - 4.4.4-1
-- Update xpra-codecs-freeworld to 4.4.4
-
-* Sun Mar 05 2023 Leigh Scott <leigh123linux(a)gmail.com> - 4.4.3-3
-- Rebuild for new ffmpeg
-
-* Tue Jan 24 2023 Sérgio Basto <sergio(a)serjux.com> - 4.4.3-2
-- Sync Fix epel builds, seems upstream sort out py3cairo hack on el8
-- Sync el8 now also have xorg-x11-drv-dummy
-
-* Tue Jan 03 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 4.4.3-1
-- Release 4.4.3
-- Reverse patch for bug #3693
-
-* Sun Nov 13 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.4.2-1
-- Release 4.4.2
-
-* Mon Oct 24 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.4.1-1
-- Release 4.4.1
-
-* Sat Oct 01 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.4-1
-- Release 4.4
-
-* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.3.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
- 5.1
-
-* Sun Jun 26 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.3.4-1
-- Release 4.3.4
-
-* Sat Jun 25 2022 Robert-André Mauchin <zebob.m(a)gmail.com> - 4.3.2-4
-- Rebuilt for Python 3.11
-- Remove dependency to redhat-lsb-core, not actually used on Fedora and RHEL
- based distribution. /etc/os-release is instead primarly used for distribution
- detection.
-- Sync dependencies with upstream recommended
-
-* Sun Jun 12 2022 Sérgio Basto <sergio(a)serjux.com> - 4.3.2-3
-- Mass rebuild for x264-0.164
-
-* Sun Feb 20 2022 Sérgio Basto <sergio(a)serjux.com> - 4.3.2-2
-- Sync with Fedora counter part and fix epel 8 build
-
-* Thu Feb 17 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.3.2-1
-- Release 4.3.2
-
-* Sat Feb 05 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.3.1-2
-- Rebuild for FFMpeg-5.0
-
-* 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
-
-* Fri Nov 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.3-2
-- Rebuilt for new ffmpeg snapshot
-
-* Wed Oct 06 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.2.3-1
-- Release 4.2.3
-
-* Thu Aug 12 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.2.2-1
-- Release 4.2.2
-
-* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.2.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Sun Jul 11 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.2.1-1
-- Release 4.2.1
-
-* Tue Jun 15 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.2-2
-- Rebuild for python-3.10
-
-* Sat May 22 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.2-1
-- Release 4.2
-
-* Wed Apr 21 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.3-1
-- Release 4.1.3
-
-* Wed Apr 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.1.2-2
-- Rebuild for new x265
-
-* Tue Apr 06 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.2-1
-- Release 4.1.2
-
-* Sun Mar 07 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.1-1
-- Release 4.1.1
-
-* Mon Mar 01 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1-1
-- Release 4.1
-
-* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Thu Dec 31 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.6-1
-- Release 4.0.6
-
-* Fri Nov 27 2020 Sérgio Basto <sergio(a)serjux.com> - 4.0.5-2
-- Mass rebuild for x264-0.161
-
-* Wed Nov 18 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.5-1
-- Release 4.0.5
-
-* Mon Sep 28 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.4-1
-- Release 4.0.4
-
-* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat Aug 08 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.3-1
-- Release 4.0.3
-
-* Tue Jul 07 2020 Sérgio Basto <sergio(a)serjux.com> - 4.0.2-2
-- Mass rebuild for x264
-
-* Fri Jun 05 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.2-1
-- Release 4.0.2
-
-* Sun May 31 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.0.1-3
-- Rebuild for new x265 version
-
-* Sat May 30 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.0.1-2
-- Rebuild for python-3.9
-
-* Sun May 17 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0.1-1
-- Release 4.0.1
-
-* Fri May 15 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0-2
-- Remove uglify-js
-
-* Sun May 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 4.0-1
-- Release 4.0
-
-* Tue Apr 14 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.9-1
-- Release 3.0.9
-
-* Thu Apr 02 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.8-1
-- Release 3.0.8
-
-* Sat Mar 14 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.7-1
-- Release 3.0.7
-
-* Sun Feb 23 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 3.0.6-3
-- Rebuild for x265
-
-* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 3.0.6-2
-- Rebuild for ffmpeg-4.3 git
-
-* Sat Feb 08 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.6-1
-- Release 3.0.6
-
-* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.0.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Jan 10 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.5-1
-- Release 3.0.5
-
-* Tue Dec 17 2019 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.3-2
-- Mass rebuild for x264
-
-* Thu Dec 12 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.3-1
-- Release 3.0.3
-
-* Thu Nov 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.2-2
-- Rebuild for new x265
-
-* Tue Nov 05 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.2-1
-- Release 3.0.2
-- Replace unrecognized compiler option on ARM
-
-* Mon Oct 28 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.1-1
-- Release 3.0.1
-
-* Wed Oct 02 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0-1
-- Release 3.0
-
-* Sat Aug 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 2.5.3-3
-- Rebuild for python-3.8
-
-* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 2.5.3-2
-- Rebuild for new ffmpeg version
-
-* Thu Jul 25 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.3-1
-- Release to 2.5.3
-- Switch to Python3 definitively
-
-* Tue Jul 02 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5.2-2
-- Rebuilt for x265
-
-* Sat Jun 08 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.2-1
-- Release to 2.5.2
-
-* Thu Apr 18 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.1-1
-- Release to 2.5.1
-
-* Wed Mar 20 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.0-1
-- Release to 2.5.0
-- Switch to Python3 on Fedora 29+
-
-* Tue Mar 12 2019 Sérgio Basto <sergio(a)serjux.com> - 2.4.3-4
-- Mass rebuild for x264
-
-* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Thu Feb 28 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.3-2
-- Rebuild for new x265
-
-* Thu Jan 17 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.3-1
-- Update to 2.4.3
-
-* Sat Nov 24 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.2-1
-- Update to 2.4.2
-
-* Sun Nov 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.1-2
-- Rebuild for new x265
-
-* Wed Oct 31 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4.1-1
-- Update to 2.4.1
-- Add Python Cairo library BR
-
-* Mon Oct 15 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.4-1
-- Update to 2.4
-
-* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 2.3.4-2
-- Mass rebuild for x264 and/or x265
-
-* Sun Sep 23 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.4-1
-- Update to 2.3.4
-
-* Sun Aug 19 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.3-1
-- Update to 2.3.3
-
-* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.3.2-3
-- Rebuilt for Fedora 29 Mass Rebuild binutils issue
-
-* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Jun 27 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.2-1
-- Update to 2.3.2
-
-* Sun Jun 24 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.1-2
-- Define build conditions for debugging
-- Switch back to Python2 (see xpra.org/trac/ticket/1885) (bz#1583319)
-
-* Wed May 30 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.1-1
-- Update to 2.3.1
-
-* Thu May 10 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3-1
-- Update to 2.3
-- Switch to Python3
-- Drop obsolete patch
-
-* Tue Apr 03 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.6-1
-- Update to 2.2.6
-
-* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.2.5-2
-- Rebuilt for new ffmpeg snapshot
-
-* Wed Mar 07 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.5-1
-- Update to 2.2.5
-
-* Wed Feb 28 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.4-4
-- Rebuilt for x265
-
-* Fri Feb 23 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-3
-- Use --without-strict option (upstream bug #1772)
-
-* Thu Feb 22 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-2
-- Fix ?_isa macro
-- Add gcc BR
-- Use python2-Cython BR
-- Disable Werror=deprecated-declarations on fedora > 27
-
-* Fri Feb 09 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.4-1
-- Update to 2.2.4
-- Modify patch for ffmpeg-3.5
-
-* Sun Jan 21 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.3-1
-- Update to 2.2.3
-- Patched for ffmpeg-3.5
-
-* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.2.2-2
-- Rebuilt for ffmpeg-3.5 git
-
-* Wed Jan 17 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.2-1
-- Update to 2.2.2
-
--* Sun Dec 31 2017 Sérgio Basto <sergio(a)serjux.com> - 2.2.1-2
-- Mass rebuild for x264 and x265
-
-* Thu Dec 21 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2.1-1
-- Update to 2.2.1
-
-* Tue Dec 12 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.2-1
-- Update to 2.2
-- Drop old ffmpeg-3.1 patch
-
-* Thu Oct 26 2017 Antonio Trande <sagitter(a)fedoraproject.org> - 2.1.3-1
-- Update to 2.1.3
-
-* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.2-2
-- Rebuild for ffmpeg update
-
-* Mon Sep 18 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.1.2-1
-- Update to 2.1.2
-
-* Sat Aug 19 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.1.1-1
-- Update to 2.1.1
-
-* Wed Jul 26 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.1-1
-- Update to 2.1
-
-* Tue Jul 04 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.0.3-1
-- Update to 2.0.3
-
-* Wed May 10 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.0.2-2
-- Patched for building against ffmpeg-3.1 (f25)
-
-* Tue May 09 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.0.2-1
-- Update to 2.0.2
-- webp option deprecated
-- xvid option deprecated
-
-* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.2-2
-- Rebuild for ffmpeg update
-
-* Thu Apr 20 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 1.0.2-1
-- Update to 1.0.2
-- Include x265 and xvid encoders
-
-* Tue Mar 21 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.17.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Sun Sep 11 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.17.5-1
-- Update to 0.17.5
-- Remove xpra-0.17.x-12944.patch
-
-* Sun Jul 31 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.17.4-2
-- Add xpra-0.17.x-12944.patch to fix build failure with latest ffmpeg
-- Fix bogus changelog date in spec file
-
-* Sun Jul 31 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.17.4-1
-- Update to 0.17.4
-
-* Sat Apr 2 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.16.3-2
-- Remove macro definition stripping provides from .so files in
- the python_sitearch directory - no longer needed
-
-* Sat Apr 2 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.16.3-1
-- Update to 0.16.3
-
-* Fri Feb 19 2016 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.16.2-1
-- Update to 0.16.2
-- Change Requires from gstreamer-plugins-ugly to gstreamer1-plugins-ugly
-- Add codecs/libav_common
-
-* Sat Dec 19 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.10-1
-- Update to 0.15.10
-
-* Wed Dec 2 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.9-1
-- Update to 0.15.9
-
-* Tue Nov 24 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.8-1
-- Update to 0.15.8
-
-* Thu Sep 17 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.6-1
-- Update to 0.15.6
-
-* Wed Sep 2 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.5-2
-- Remove --with-webp build option
-
-* Wed Sep 2 2015 Jonathan Underwood <jonathan.underwood(a)gmail.com> - 0.15.5-1
-- Update to 0.15.5
-
-* Wed Aug 5 2015 Jonathan G. Underwood <jonathan.underwood(a)gmail.com> - 0.15.4-2
-- Remove --with-vpx from setup options
-- Remove BuildRequires: libvpx-devel
-- Use %%license tag for COPYING file
-
-* Wed Aug 5 2015 Jonathan G. Underwood <jonathan.underwood(a)gmail.com> - 0.15.4-1
-- Update to 0.15.4
-
-* Tue Mar 24 2015 Jonathan G. Underwood <jonathan.underwood(a)gmail.com> - 0.14.21-2
-- Remove vpx codec - that's now packaged with the main xpra package
-
-* Mon Mar 23 2015 Jonathan G. Underwood <jonathan.underwood(a)gmail.com> - 0.14.21-1
-- Update to 0.14.21
-- Update summary and description
-- Tighten xpra requirement to be same version
-- Remove out of date comment about libvpx
-
-* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth(a)gmail.com> - 0.10.6-1
-- new upstream release 0.10.6
- http://lists.devloop.org.uk/pipermail/shifter-users/2013-October/000726.html
-
-* Tue Oct 08 2013 T.C. Hollingsworth <tchollingsworth(a)gmail.com> - 0.10.4-2
-- ship webp support in Fedora package (it is actually useful there)
-- include explanation from upstream as to why libswscale is required
-- require gstreamer-plugins-ugly (for MP3 audio streams)
-
-* Mon Oct 07 2013 T.C. Hollingsworth <tchollingsworth(a)gmail.com> - 0.10.4-1
-- rebase to 0.10.4
-- loosen dependency on main xpra package
-- add comment explaining libvpx situation
-
-* Thu Mar 28 2013 T.C. Hollingsworth <tchollingsworth(a)gmail.com> - 0.8.8-2
-- split off plugins that can't be in Fedora proper
-
-* Thu Mar 14 2013 T.C. Hollingsworth <tchollingsworth(a)gmail.com> - 0.8.8-1
-- initial package
+%autochangelog
1 year, 6 months
[shotcut] drop the manually added qt5 requires
by Leigh Scott
commit c23f4e2e20de80446cfd9f7844b25e2442f787a2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat May 27 17:17:43 2023 +0100
drop the manually added qt5 requires
shotcut.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/shotcut.spec b/shotcut.spec
index 8185afc..57751e6 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -39,9 +39,6 @@ BuildRequires: webvfx-devel
BuildRequires: fftw-devel
# mlt-freeworld is compellingly necessary otherwise shotcut coredumps
-Requires: qt5-qtquickcontrols
-Requires: qt5-qtgraphicaleffects
-Requires: qt5-qtmultimedia
Requires: gstreamer1-plugins-bad-free-extras
Requires: frei0r-plugins
Requires: ladspa
1 year, 6 months
[shotcut] Update to 23.05.14
by Leigh Scott
commit 1de8b5ec280ae509fe2e8b2019508ccd19f41b0d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat May 27 17:12:51 2023 +0100
Update to 23.05.14
.gitignore | 1 +
shotcut.spec | 39 +++++++++++++++++++++------------------
sources | 2 +-
3 files changed, 23 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29a4261..b74f10d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@
/shotcut-22.10.25.tar.gz
/shotcut-22.11.25.tar.gz
/shotcut-22.12.21.tar.gz
+/shotcut-23.05.14.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 7fc594b..8185afc 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,12 +1,12 @@
Name: shotcut
-Version: 22.12.21
+Version: 23.05.14
Release: 1%{dist}
#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
URL: http://www.shotcut.org/
-Source0: https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{nam...
+Source0: https://github.com/mltframework/shotcut/archive/v%{version}/%{name}-%{ver...
# https://forum.shotcut.org/t/appdata-xml-file-for-gnome-software-center/2742
Source1: %{name}.appdata.xml
# Force X
@@ -18,22 +18,22 @@ BuildRequires: ninja-build
BuildRequires: desktop-file-utils
BuildRequires: doxygen
BuildRequires: libappstream-glib
-BuildRequires: pkgconfig(Qt5Concurrent)
-BuildRequires: pkgconfig(Qt5Core) >= 5.9.1
-BuildRequires: pkgconfig(Qt5Gui)
-BuildRequires: pkgconfig(Qt5Multimedia)
-BuildRequires: pkgconfig(Qt5Network)
-BuildRequires: pkgconfig(Qt5OpenGL)
-BuildRequires: pkgconfig(Qt5PrintSupport)
-BuildRequires: pkgconfig(Qt5Quick)
-BuildRequires: pkgconfig(Qt5WebKitWidgets)
-BuildRequires: pkgconfig(Qt5QuickControls2)
-BuildRequires: pkgconfig(Qt5WebSockets)
-BuildRequires: pkgconfig(Qt5X11Extras)
-BuildRequires: pkgconfig(Qt5Xml)
-BuildRequires: qt5-linguist
+BuildRequires: pkgconfig(Qt6Concurrent)
+BuildRequires: pkgconfig(Qt6Core) >= 6.4.0
+BuildRequires: pkgconfig(Qt6Gui)
+BuildRequires: pkgconfig(Qt6Multimedia)
+BuildRequires: pkgconfig(Qt6Network)
+BuildRequires: pkgconfig(Qt6OpenGL)
+BuildRequires: pkgconfig(Qt6PrintSupport)
+BuildRequires: pkgconfig(Qt6Quick)
+BuildRequires: pkgconfig(Qt6QuickWidgets)
+BuildRequires: pkgconfig(Qt6QuickControls2)
+BuildRequires: pkgconfig(Qt6WebSockets)
+BuildRequires: pkgconfig(Qt6Xml)
+BuildRequires: pkgconfig(Qt6Linguist)
BuildRequires: pkgconfig(mlt++-7) >= 7.6.0
BuildRequires: pkgconfig(mlt-framework-7) >= 7.6.0
+BuildRequires: pkgconfig(xkbcommon)
BuildRequires: x264-devel
BuildRequires: webvfx-devel
BuildRequires: fftw-devel
@@ -151,11 +151,11 @@ basedir=$(basename "$langdir")
pushd $basedir
for ts in *.ts; do
[ -e "$ts" ] || continue
- lupdate-qt5 "$ts" && lrelease-qt5 "$ts"
+ lupdate-qt6 "$ts" && lrelease-qt6 "$ts"
done
for qm in *.qm; do
[ -e "$qm" ] || continue
- if ! grep -wqs "%dir\ $langdir" "$langlist"; then
+ if ! grep -wqs "%dir $langdir" "$langlist"; then
echo "%dir $langdir" >>"$langlist"
fi
install -Dm0644 "$qm" "%{buildroot}/$langdir/$qm"
@@ -187,6 +187,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sat May 27 2023 Leigh Scott <leigh123linux(a)gmail.com> - 23.05.14-1
+- Update to 23.05.14
+
* Thu Dec 22 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 22.12.21-1
- Update to 22.12.21
diff --git a/sources b/sources
index e0dd833..2dcd171 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-22.12.21.tar.gz) = 95ca399657934becedd71c3daa74749bca1b625a0cedf8df4bfd212476602f83f5b807b26ec7c8275ee720e54893102931bf109c95153fc16f348d344e50395b
+SHA512 (shotcut-23.05.14.tar.gz) = e99957decb04c4bd7009efb5cff682b2bf4fdeca2aad5d117ec57c6cabfbea93593e4f3640b046707fdb5957413877f4bc1a5ebec01d9ecca3b1407c9ad67647
1 year, 6 months
[ppsspp/f37] Release 1.15.4
by sagitter
Summary of changes:
e252ab8... Release 1.15.4 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months
[ppsspp/f38] Release 1.15.4
by sagitter
Summary of changes:
e252ab8... Release 1.15.4 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 6 months
[ppsspp] Release 1.15.4
by sagitter
commit e252ab82dc94d3e88b1a5ffd684bfc20c366f318
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat May 27 12:21:46 2023 +0200
Release 1.15.4
.gitignore | 1 +
ppsspp.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50e7dee..6b64218 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
/ppsspp-ffmpeg-1.15.tar.gz
/ppsspp-ffmpeg-1.15.2.tar.gz
/ppsspp-ffmpeg-1.15.3.tar.gz
+/ppsspp-ffmpeg-1.15.4.tar.gz
diff --git a/ppsspp.spec b/ppsspp.spec
index 2149d56..3ed49a0 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -75,7 +75,7 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.15.3
+Version: 1.15.4
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
@@ -85,7 +85,7 @@ URL: https://www.ppsspp.org/
## We need to checkout it, then download relative submodules
## which are not included in the source code:
##
-# git clone -b v1.15.3 --depth 1 --single-branch --progress --recursive https://github.com/hrydgard/ppsspp.git
+# git clone -b v1.15.4 --depth 1 --single-branch --progress --recursive https://github.com/hrydgard/ppsspp.git
# cd ppsspp/ffmpeg
# rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
# cd ..
@@ -199,12 +199,12 @@ PPSSPP with Qt5 frontend wrapper.
%prep
%autosetup -n %{name} -N
-%patch 0 -p1 -b .backup
+%patch -P 0 -p1 -b .backup
%if %{with ffmpeg}
-%patch 2 -p1 -b .backup
-%patch 3 -p1 -b .backup
-%patch 4 -p1 -b .backup
+%patch -P 2 -p1 -b .backup
+%patch -P 3 -p1 -b .backup
+%patch -P 4 -p1 -b .backup
%endif
# Remove bundled libraries
@@ -436,6 +436,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sat May 27 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.15.4-1
+- Release 1.15.4
+
* Sun May 07 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.15.3-1
- Release 1.15.3
diff --git a/sources b/sources
index 9c5a5b9..a7010e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.15.3.tar.gz) = dc541b2997340abb9d18dd5bace9240626f4aa4ca600ff09ac7d14615e0b717a99129b0ca8e814cec12f0d8f354c1b306e09286a27d896f0c4fc5a177b07a418
+SHA512 (ppsspp-ffmpeg-1.15.4.tar.gz) = 888c327631b4480a23b9e6bb9115c85fc8217091551b53adf36806e7890abb9d6419646575dbc554b97d94ca33d36f8ed20133d69d7bc7ed16ff4f8013245798
1 year, 6 months