Sync from SUSE:SLFO:Main qt6-multimedia revision 4a75d2fab54772ece31fc01fdcb98c4a
This commit is contained in:
parent
2ffd9acf59
commit
8f10c5a526
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:25:49 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.2:
|
||||
* https://www.qt.io/blog/qt-6.7.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 08:31:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.1:
|
||||
* https://www.qt.io/blog/qt-6.7.1-released
|
||||
- Drop patch, merged upstream:
|
||||
* 0001-Fix-ABI-breakage-wrt-QAudioSink-Source-stateChanged-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 13:14:31 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add upstream change to restore binary compatibility (QTBUG-123997):
|
||||
* 0001-Fix-ABI-breakage-wrt-QAudioSink-Source-stateChanged-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 13:39:46 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0:
|
||||
* https://www.qt.io/blog/qt-6.7-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 12:56:08 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.6.3
|
||||
%define short_version 6.6
|
||||
%define real_version 6.7.2
|
||||
%define short_version 6.7
|
||||
%define short_name qtmultimedia
|
||||
%define tar_name qtmultimedia-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@ -28,12 +28,12 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-multimedia%{?pkg_suffix}
|
||||
Version: 6.6.3
|
||||
Version: 6.7.2
|
||||
Release: 0
|
||||
Summary: Qt 6 Multimedia libraries
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source1: qt6-multimedia-rpmlintrc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
@ -236,6 +236,17 @@ This library does not have any ABI or API guarantees.
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,Targets}*.cmake
|
||||
|
||||
# The GstreamerMediaPlugin library has a limited usage outside of Qt development
|
||||
# (needed to create unit tests for the gstreamer plugin)
|
||||
rm %{buildroot}%{_qt6_cmakedir}/Qt6Multimedia/Qt6QGstreamerMediaPluginAdditionalTargetInfo.cmake
|
||||
rm %{buildroot}%{_qt6_descriptionsdir}/QGstreamerMediaPluginPrivate.json
|
||||
rm %{buildroot}%{_qt6_libdir}/libQt6QGstreamerMediaPlugin.a
|
||||
rm %{buildroot}%{_qt6_libdir}/libQt6QGstreamerMediaPlugin.prl
|
||||
rm %{buildroot}%{_qt6_metatypesdir}/qt6qgstreamermediapluginprivate_*_metatypes.json
|
||||
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_qgstreamermediaplugin_private.pri
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QGstreamerMediaPluginPrivate/
|
||||
rm -r %{buildroot}%{_qt6_includedir}/QtQGstreamerMediaPlugin/
|
||||
|
||||
%ldconfig_scriptlets -n libQt6Multimedia6
|
||||
%ldconfig_scriptlets -n libQt6MultimediaQuick6
|
||||
%ldconfig_scriptlets -n libQt6MultimediaWidgets6
|
||||
|
BIN
qtmultimedia-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
BIN
qtmultimedia-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtmultimedia-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtmultimedia-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user