Compare commits

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

31 commits

Author SHA1 Message Date
Martin Gansser
7379a26eb6 Update to version 26.8.1 2026-08-03 12:09:58 +02:00
Martin Gansser
bb54b5060f Update to version 26.7.16 2026-07-17 09:21:25 +02:00
Martin Gansser
43fbd6e6d6 Update to version 26.7.15 2026-07-16 09:10:42 +02:00
Martin Gansser
f086d88c49 Update to version 26.7.15 2026-07-16 09:09:15 +02:00
Martin Gansser
2922ad2af7 Update to version 26.6.25 2026-07-03 15:44:06 +00:00
Martin Gansser
bfd15b678f Update to version 26.6.1
Add qt6-qtbase-private-devel
2026-06-02 08:55:16 +02:00
Jan Grulich
dee23aad11 Rebuild (qt6) 2026-05-14 09:10:35 +02:00
Martin Gansser
00a1497948 Use %{quote:(Great Britain)} in langpack macros to handle whitespace correctly 2026-05-12 09:00:54 +02:00
Martin Gansser
3ada156821 Update to version 26.4.30 2026-05-01 17:07:10 +00:00
Martin Gansser
3bfcfba859 Update to version 26.4.29 2026-04-30 07:19:21 +00:00
Jan Grulich
01deeb14a9 Rebuild (qt6) 2026-04-17 19:48:25 +02:00
Martin Gansser
253b27d4c9 Update to version 26.4.6 2026-04-07 08:29:16 +00:00
Martin Gansser
fccd29c1d0 Update to version 26.2.26 2026-02-27 08:50:25 +01:00
Martin Gansser
7d655d8b38 Update to version 26.1.30 2026-02-19 11:08:48 +01:00
Martin Gansser
daaee213d5 Update to version 26.1.30 2026-02-10 16:31:14 +01:00
Martin Gansser
1e85074cc3 Rebuild for rawhide 2026-01-29 13:34:53 +01:00
Martin Gansser
ca4d91d8c8 Add Canadian French and Lithuanian language subpackage 2026-01-29 12:46:43 +01:00
Martin Gansser
42af6af5eb Add Canadian French and Lithuanian language subpackage 2026-01-29 12:45:03 +01:00
Packit
43f5883c02 Update to 26.1.16 upstream release
- Resolves: rhbz#2426565

Commit authored by Packit automation (https://packit.dev/)
2026-01-17 03:57:41 +00:00
Martin Gansser
d6d276d7e3 Add Canadian French and Lithuanian language subpackage 2025-12-31 14:40:14 +01:00
Martin Gansser
6b867158da Add Canadian French and Lithuanian language subpackage 2025-12-31 14:28:43 +01:00
Martin Gansser
3a4cd5afa8 Update to version 25.12.30
Add sharedframe_mlt32_fix.diff
2025-12-31 13:22:35 +01:00
Martin Gansser
fffe789401 Update to version 25.12.30 2025-12-31 12:07:56 +01:00
Martin Gansser
baacea8d90 Update to version 25.12.2 2025-12-03 16:51:26 +01:00
Martin Gansser
a5a282a4ef Update to version 25.10.31 2025-11-01 10:34:48 +01:00
Martin Gansser
4d1056f878 Update to version 25.10.30 2025-10-31 12:43:59 +01:00
Martin Gansser
d32bd9f648 Update to version 25.10.29 2025-10-30 09:26:51 +01:00
Martin Gansser
3447bd829f Update to version 25.10.29 2025-10-30 09:24:25 +01:00
Jan Grulich
32e08860d9 Rebuild (qt6) 2025-10-30 09:15:54 +01:00
Martin Gansser
45c6ac3767 Update to version 25.10.9 2025-10-10 10:52:20 +02:00
Jan Grulich
c54109ce1e Rebuild (qt6) 2025-10-02 08:00:39 +02:00
5 changed files with 124 additions and 13 deletions

18
.gitignore vendored
View file

@ -23,3 +23,21 @@
/shotcut-25.07.25.tar.gz
/shotcut-25.07.26.tar.gz
/shotcut-25.07.31.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.16.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

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.14.0.post1.dev2+g6506c7467.

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: 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

View file

@ -1 +1 @@
SHA512 (shotcut-25.07.31.tar.gz) = 11d5014a56ed7317eb2cbc324cdfb3ed4a086a9e40cda1b6dcbe7a957bf18c1128771d898d802eec077177fb59a359cf605090d1252397ab37b2f866d5552c21
SHA512 (shotcut-26.8.1.tar.gz) = 54ff201aeb4afa600bd5d4046db1694f443088c1e41ee70487ebef43b8dbf9262d7e3f48b74434d65965678e015d0ac6de7ef3e9e95699eb4394c51da77617c8