Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1ec18a966 | ||
|
|
40e20a5468 | ||
|
|
f0e54d9195 | ||
|
|
4977678dc3 | ||
|
|
2cfb75ce60 | ||
|
|
4bb75abf2b | ||
|
|
8eee374bdc | ||
|
|
266193901d | ||
|
|
3f32b38d68 | ||
|
|
d380ad8083 | ||
|
|
60c03245fa | ||
|
|
34a8eb7d77 | ||
|
|
0d812f6866 | ||
|
|
9bf97fe26d | ||
|
|
5cf63a217b | ||
|
|
40027a872e | ||
|
|
49c02a7e95 | ||
|
|
6088fcba46 | ||
|
|
ed07dc9850 | ||
|
|
c11d2f5355 | ||
|
|
a39cf532fd | ||
|
|
9eba24578e | ||
|
|
c2b560e588 |
5 changed files with 124 additions and 13 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -23,3 +23,21 @@
|
|||
/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
|
||||
/shotcut-26.1.30.tar.gz
|
||||
/shotcut-26.2.16.tar.gz
|
||||
/shotcut-26.2.26.tar.gz
|
||||
/shotcut-26.4.6.tar.gz
|
||||
/shotcut-26.4.29.tar.gz
|
||||
/shotcut-26.4.30.tar.gz
|
||||
/shotcut-26.6.1.tar.gz
|
||||
/shotcut-26.6.25.tar.gz
|
||||
/shotcut-26.7.15.tar.gz
|
||||
/shotcut-26.7.16.tar.gz
|
||||
/shotcut-26.8.1.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);
|
||||
100
shotcut.spec
100
shotcut.spec
|
|
@ -3,8 +3,8 @@
|
|||
%global __requires_exclude ^libCuteLogger\\.so
|
||||
|
||||
Name: shotcut
|
||||
Version: 25.07.31
|
||||
Release: 2%{?dist}
|
||||
Version: 26.8.1
|
||||
Release: 1%{?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
|
||||
|
|
@ -68,8 +68,9 @@ BuildRequires: pkgconfig(Qt6QuickControls2)
|
|||
BuildRequires: pkgconfig(Qt6WebSockets)
|
||||
BuildRequires: pkgconfig(Qt6Xml)
|
||||
BuildRequires: pkgconfig(Qt6Linguist)
|
||||
BuildRequires: pkgconfig(mlt++-7) >= 7.32.0
|
||||
BuildRequires: pkgconfig(mlt-framework-7) >= 7.32.0
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: pkgconfig(mlt++-7) >= 7.36.0
|
||||
BuildRequires: pkgconfig(mlt-framework-7) >= 7.36.0
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: webvfx-devel
|
||||
BuildRequires: fftw-devel
|
||||
|
|
@ -125,29 +126,31 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
|
|||
%lang_subpkg da Danish
|
||||
%lang_subpkg de German
|
||||
%lang_subpkg el Greek
|
||||
%lang_subpkg en_GB "(Great Britain)"
|
||||
%lang_subpkg en_GB %{quote:(Great Britain)}
|
||||
%lang_subpkg en English
|
||||
%lang_subpkg es Spanish
|
||||
%lang_subpkg et Estonian
|
||||
%lang_subpkg eu Euskara
|
||||
%lang_subpkg fi Finnish
|
||||
%lang_subpkg fr_CA %{quote:(Canadian French)}
|
||||
%lang_subpkg fr French
|
||||
%lang_subpkg ga "(Irish Gaeilge)"
|
||||
%lang_subpkg gd "(Scottish Gaelic)"
|
||||
%lang_subpkg ga %{quote:(Irish Gaeilge)}
|
||||
%lang_subpkg gd %{quote:(Scottish Gaelic)}
|
||||
%lang_subpkg gl Galician
|
||||
%lang_subpkg he_IL Hebrew
|
||||
%lang_subpkg hu Hungarian
|
||||
%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
|
||||
%lang_subpkg nn Norwegian
|
||||
%lang_subpkg oc Occitan
|
||||
%lang_subpkg pl Polish
|
||||
%lang_subpkg pt_BR "Portuguese (Brazil)"
|
||||
%lang_subpkg pt_PT "Portuguese (Portugal)"
|
||||
%lang_subpkg pt_BR %{quote:(Portuguese (Brazil))}
|
||||
%lang_subpkg pt_PT %{quote:(Portuguese (Portugal))}
|
||||
%lang_subpkg ro Romanian
|
||||
%lang_subpkg ru Russian
|
||||
%lang_subpkg sk Slovakian
|
||||
|
|
@ -156,8 +159,8 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
|
|||
%lang_subpkg th Thai
|
||||
%lang_subpkg tr Turkish
|
||||
%lang_subpkg uk Ukrainian
|
||||
%lang_subpkg zh_CN "Chinese (S)"
|
||||
%lang_subpkg zh_TW "Chinese (T)"
|
||||
%lang_subpkg zh_CN %{quote:(Chinese (S))}
|
||||
%lang_subpkg zh_TW %{quote:(Chinese (T))}
|
||||
|
||||
%prep
|
||||
%autosetup -p0
|
||||
|
|
@ -239,6 +242,81 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{org_name_sh
|
|||
%doc doc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 03 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.8.1-1
|
||||
- Update to version 26.8.1
|
||||
|
||||
* Fri Jul 17 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.7.16-1
|
||||
- Update to version 26.7.16
|
||||
|
||||
* Thu Jul 16 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.7.15-1
|
||||
- Update to version 26.7.15
|
||||
|
||||
* Fri Jul 03 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.6.25-1
|
||||
- Update to version 26.6.25
|
||||
|
||||
* Tue Jun 02 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.6.1-1
|
||||
- Update to version 26.6.1
|
||||
- Add qt6-qtbase-private-devel
|
||||
|
||||
* Thu May 14 2026 Jan Grulich <jgrulich@redhat.com> - 26.4.30-3
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Tue May 12 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.4.30-2
|
||||
- Use %%{quote:(Great Britain)} in langpack macros to handle whitespace correctly
|
||||
|
||||
* Fri May 01 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.4.30-1
|
||||
- Update to version 26.4.30
|
||||
|
||||
* Thu Apr 30 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.4.29-1
|
||||
- Update to version 26.4.29
|
||||
|
||||
* Fri Apr 17 2026 Jan Grulich <jgrulich@redhat.com> - 26.4.6-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Tue Apr 07 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.4.6-1
|
||||
- Update to version 26.4.6
|
||||
|
||||
* Fri Feb 27 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.2.26-1
|
||||
- Update to version 26.2.26
|
||||
|
||||
* Tue Feb 10 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.1.30-1
|
||||
- Update to version 26.1.30
|
||||
|
||||
* Thu Jan 29 2026 Martin Gansser <martinkg@fedoraproject.org> - 25.12.30-3
|
||||
- Rebuild for rawhide
|
||||
|
||||
* 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-26.8.1.tar.gz) = 54ff201aeb4afa600bd5d4046db1694f443088c1e41ee70487ebef43b8dbf9262d7e3f48b74434d65965678e015d0ac6de7ef3e9e95699eb4394c51da77617c8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue