Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26d91c7369 | ||
|
|
46d09374c7 | ||
|
|
1116a6f28e | ||
|
|
5d5a9c00de | ||
|
|
753c93e5f0 | ||
|
|
77c1c2a9fd | ||
|
|
186570b757 | ||
|
|
9acbdc9bf3 | ||
|
|
35fd41a588 | ||
|
|
c2b560e588 |
5 changed files with 64 additions and 4 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
15
sharedframe_mlt32_fix.diff
Normal file
15
sharedframe_mlt32_fix.diff
Normal 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);
|
||||
42
shotcut.spec
42
shotcut.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (shotcut-25.07.31.tar.gz) = 11d5014a56ed7317eb2cbc324cdfb3ed4a086a9e40cda1b6dcbe7a957bf18c1128771d898d802eec077177fb59a359cf605090d1252397ab37b2f866d5552c21
|
||||
SHA512 (shotcut-25.12.30.tar.gz) = a06ea35da31f626f03d31fddc4048193663da2e8ea95b87b92e808ac9a605a5d5bd1cd53a3d3f9fa5d761586181686579ac68921395f63651058c180e3af701c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue