Compare commits

..

5 commits

Author SHA1 Message Date
Martin Gansser
5fc3ef6281 Update to version 25.10.31 2025-11-01 10:38:46 +01:00
Martin Gansser
97a99a0648 Update to version 25.10.30 2025-10-31 12:46:53 +01:00
Martin Gansser
48b977a6ad Update to version 25.10.29 2025-10-30 09:30:51 +01:00
Martin Gansser
e0430a59d4 Update to version 25.10.9 2025-10-10 11:50:12 +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 13 additions and 103 deletions

16
.gitignore vendored
View file

@ -23,22 +23,8 @@
/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.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
/shotcut-26.9.6.tar.gz

View file

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

View file

@ -1,15 +0,0 @@
--- 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,7 +3,7 @@
%global __requires_exclude ^libCuteLogger\\.so
Name: shotcut
Version: 26.9.6
Version: 25.10.31
Release: 1%{?dist}
Summary: A free, open source, cross-platform video editor
# Main code is GPLv3+
@ -68,9 +68,8 @@ BuildRequires: pkgconfig(Qt6QuickControls2)
BuildRequires: pkgconfig(Qt6WebSockets)
BuildRequires: pkgconfig(Qt6Xml)
BuildRequires: pkgconfig(Qt6Linguist)
BuildRequires: qt6-qtbase-private-devel
BuildRequires: pkgconfig(mlt++-7) >= 7.36.0
BuildRequires: pkgconfig(mlt-framework-7) >= 7.36.0
BuildRequires: pkgconfig(mlt++-7) >= 7.32.0
BuildRequires: pkgconfig(mlt-framework-7) >= 7.32.0
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: webvfx-devel
BuildRequires: fftw-devel
@ -126,31 +125,29 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg da Danish
%lang_subpkg de German
%lang_subpkg el Greek
%lang_subpkg en_GB %{quote:(Great Britain)}
%lang_subpkg en_GB "(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 %{quote:(Irish Gaeilge)}
%lang_subpkg gd %{quote:(Scottish Gaelic)}
%lang_subpkg ga "(Irish Gaeilge)"
%lang_subpkg gd "(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 %{quote:(Portuguese (Brazil))}
%lang_subpkg pt_PT %{quote:(Portuguese (Portugal))}
%lang_subpkg pt_BR "Portuguese (Brazil)"
%lang_subpkg pt_PT "Portuguese (Portugal)"
%lang_subpkg ro Romanian
%lang_subpkg ru Russian
%lang_subpkg sk Slovakian
@ -159,9 +156,8 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%lang_subpkg th Thai
%lang_subpkg tr Turkish
%lang_subpkg uk Ukrainian
%lang_subpkg zh_CN %{quote:(Chinese (S))}
%lang_subpkg zh_TW %{quote:(Chinese (T))}
%lang_subpkg zh-Hans %{quote:(Chinese (Simplified))}
%lang_subpkg zh_CN "Chinese (S)"
%lang_subpkg zh_TW "Chinese (T)"
%prep
%autosetup -p0
@ -243,63 +239,6 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{org_name_sh
%doc doc
%changelog
* Mon Sep 07 2026 Martin Gansser <martinkg@fedoraproject.org> - 26.9.6-1
- Update to version 26.9.6
- Add Chinese (Simplified) language
* 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

View file

@ -1 +1 @@
SHA512 (shotcut-26.9.6.tar.gz) = c72a6f5988252c9d062406d44febbea23cae832b17546f444a4d085e10fc8afe7925b8eadf7fb88c7db9d5f1239b88b7bc7f36f6813a70bc34a5a5f2b5141a73
SHA512 (shotcut-25.10.31.tar.gz) = 65bf072f933d5bfe8ac2d941eb093a998e6742b13053ab28574890d01bf79f80a4d515e6c58fc80e314a87c0190241f4cf8c733de0e62ceefe9831b034048b13