Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Jan Grulich
26d91c7369 Rebuild (qt6) 2026-02-17 13:38:39 +01:00
Martin Gansser
46d09374c7 Add Canadian French and Lithuanian language subpackage 2025-12-31 14:42:58 +01:00
Martin Gansser
1116a6f28e Update to version 25.12.30
Add sharedframe_mlt32_fix.diff
2025-12-31 13:27:56 +01:00
Martin Gansser
5d5a9c00de Update to version 25.12.30 2025-12-31 12:10:30 +01:00
Martin Gansser
753c93e5f0 Update to version 25.12.2 2025-12-03 16:54:07 +01:00
Martin Gansser
77c1c2a9fd Update to version 25.10.31 2025-11-01 10:37:25 +01:00
Martin Gansser
186570b757 Update to version 25.10.30 2025-10-31 12:45:44 +01:00
Martin Gansser
9acbdc9bf3 Update to version 25.10.29 2025-10-30 09:30:00 +01:00
Martin Gansser
35fd41a588 Update to version 25.10.9 2025-10-10 11:49:25 +02:00
Packit
c2b560e588 Update to 25.08.16 upstream release
- Resolves: rhbz#2389010

Commit authored by Packit automation (https://packit.dev/)
2025-08-16 23:37:22 +00:00
5 changed files with 64 additions and 4 deletions

7
.gitignore vendored
View file

@ -23,3 +23,10 @@
/shotcut-25.07.25.tar.gz
/shotcut-25.07.26.tar.gz
/shotcut-25.07.31.tar.gz
/shotcut-25.08.16.tar.gz
/shotcut-25.10.9.tar.gz
/shotcut-25.10.29.tar.gz
/shotcut-25.10.30.tar.gz
/shotcut-25.10.31.tar.gz
/shotcut-25.12.2.tar.gz
/shotcut-25.12.30.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.3.0.post1.dev4+gb85da743.
The file was generated using packit 1.11.0.

View file

@ -0,0 +1,15 @@
--- src/sharedframe.cpp.orig 2025-12-31 13:03:06.157962326 +0100
+++ src/sharedframe.cpp 2025-12-31 13:04:02.205848995 +0100
@@ -19,6 +19,12 @@
#include <mutex>
+// --- MLT 7.32 Compatibility Patch ---
+#ifndef mlt_image_rgba64
+#define mlt_image_rgba64 mlt_image_rgba
+#endif
+// --- End MLT 7.32 Compatibility Patch ---
+
void destroyFrame(void *p)
{
delete static_cast<Mlt::Frame *>(p);

View file

@ -3,8 +3,8 @@
%global __requires_exclude ^libCuteLogger\\.so
Name: shotcut
Version: 25.07.31
Release: 2%{?dist}
Version: 25.12.30
Release: 3%{?dist}
Summary: A free, open source, cross-platform video editor
# Main code is GPLv3+
License: GPL-3.0-or-later AND LGPL-2.1-only AND Apache-2.0 AND MIT
@ -45,6 +45,7 @@ License: GPL-3.0-or-later AND LGPL-2.1-only AND Apache-2.0 AND MIT
URL: http://www.shotcut.org/
Source0: https://github.com/mltframework/shotcut/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: sharedframe_mlt32_fix.diff
ExcludeArch: %{ix86}
@ -131,6 +132,7 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg et Estonian
%lang_subpkg eu Euskara
%lang_subpkg fi Finnish
%lang_subpkg fr_CA "(Canadian French)"
%lang_subpkg fr French
%lang_subpkg ga "(Irish Gaeilge)"
%lang_subpkg gd "(Scottish Gaelic)"
@ -140,6 +142,7 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg it Italian
%lang_subpkg ja Japanese
%lang_subpkg ko Korean
%lang_subpkg lt Lithuanian
%lang_subpkg nb Norwegian
%lang_subpkg ne Nepali
%lang_subpkg nl Dutch
@ -239,6 +242,41 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{org_name_sh
%doc doc
%changelog
* Tue Feb 17 2026 Jan Grulich <jgrulich@redhat.com> - 25.12.30-3
- Rebuild (qt6)
* Wed Dec 31 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.12.30-2
- Add Canadian French and Lithuanian language subpackage
* Wed Dec 31 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.12.30-1
- Update to version 25.12.30
- Add sharedframe_mlt32_fix.diff
* Wed Dec 03 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.12.2-1
- Update to version 25.12.2
* Sat Nov 01 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.10.31-1
- Update to version 25.10.31
* Fri Oct 31 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.10.30-1
- Update to version 25.10.30
* Thu Oct 30 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.10.29-1
- Update to version 25.10.29
* Thu Oct 30 2025 Jan Grulich <jgrulich@redhat.com> - 25.10.9-2
- Rebuild (qt6)
* Fri Oct 10 2025 Martin Gansser <martinkg@fedoraproject.org> - 25.10.9-1
- Update to version 25.10.9
* Thu Oct 02 2025 Jan Grulich <jgrulich@redhat.com> - 25.07.31-3
- Rebuild (qt6)
* Sat Aug 16 2025 Packit <hello@packit.dev> - 25.08.16-1
- Update to version 25.08.16
- Resolves: rhbz#2389010
* Fri Aug 08 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 25.07.31-2
- Fix flatpak build

View file

@ -1 +1 @@
SHA512 (shotcut-25.07.31.tar.gz) = 11d5014a56ed7317eb2cbc324cdfb3ed4a086a9e40cda1b6dcbe7a957bf18c1128771d898d802eec077177fb59a359cf605090d1252397ab37b2f866d5552c21
SHA512 (shotcut-25.12.30.tar.gz) = a06ea35da31f626f03d31fddc4048193663da2e8ea95b87b92e808ac9a605a5d5bd1cd53a3d3f9fa5d761586181686579ac68921395f63651058c180e3af701c