Upgrade version to 4.12.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-02-29 16:43:11 +08:00
parent 30b2ac0659
commit 148cad5871
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
phonon-4.12.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: phonon
Version: 4.11.1
Version: 4.12.0
Release: 1
License: LGPLv2+
Summary: Multimedia framework api
@ -50,6 +50,7 @@ Requires: %{name}-qt5 = %{version}-%{release}
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DPHONON_BUILD_DECLARATIVE_PLUGIN:BOOL=%{?declarative:ON}%{!?declarative:OFF} \
-DPHONON_BUILD_PHONON4QT5:BOOL=ON \
-DPHONON_BUILD_QT6:BOOL=OFF \
-DPHONON_QT_IMPORTS_INSTALL_DIR=%{_qt5_importdir} \
-DPHONON_QT_MKSPECS_INSTALL_DIR=%{_qt5_archdatadir}/mkspecs/modules \
-DPHONON_QT_PLUGIN_INSTALL_DIR=%{_qt5_plugindir}/designer
@ -77,11 +78,9 @@ test "$(pkg-config --modversion phonon4qt5)" = "%{version}"
# own backends dir
%dir %{_qt5_plugindir}/phonon4qt5_backend/
# designer plugin
%{_qt5_plugindir}/designer/phononwidgets.so
%{_qt5_plugindir}/designer/phonon4qt5widgets.so
%files qt5-devel
%dir %{_datadir}/phonon4qt5
%{_datadir}/phonon4qt5/buildsystem/
%{_libdir}/cmake/phonon4qt5/
%{_includedir}/phonon4qt5/
%{_libdir}/libphonon4qt5.so
@ -90,6 +89,9 @@ test "$(pkg-config --modversion phonon4qt5)" = "%{version}"
%{_qt5_archdatadir}/mkspecs/modules/qt_phonon4qt5.pri
%changelog
* Thu Feb 29 2024 xu_ping <707078654@qq.com> - 4.12.0-1
- update to 4.12.0
* Mon Nov 21 2022 liweiganga <liweiganga@uniontech.com> - 4.11.1-1
- update to 4.11.1