qmmp: update

This commit is contained in:
Raven 2025-02-27 10:27:02 +06:00
parent d185a5793f
commit d6f4e974f7
2 changed files with 18 additions and 6 deletions

View File

@ -1,11 +1,13 @@
%global maj_min 2.2
Name: qmmp-plugin-pack Name: qmmp-plugin-pack
Version: 2.1.1 Version: 2.2.1
Release: 5%{?dist} Release: 1%{?dist}
Summary: A set of extra plugins for Qmmp Summary: A set of extra plugins for Qmmp
License: GPLv2+ License: GPLv2+
URL: http://qmmp.ylsoftware.com/plugins.php URL: http://qmmp.ylsoftware.com/plugins.php
Source0: http://qmmp.ylsoftware.com/files/plugins/%{name}-%{version}.tar.bz2 Source0: https://qmmp.ylsoftware.com/files/qmmp-plugin-pack/%{maj_min}/%{name}-%{version}.tar.bz2
BuildRequires: qmmp-devel >= 2.0.0 BuildRequires: qmmp-devel >= 2.0.0
BuildRequires: cmake BuildRequires: cmake
@ -38,6 +40,7 @@ Plugin pack is a set of extra plugins for Qmmp.
%build %build
%enable_devtoolset14
%cmake \ %cmake \
-D PLUGIN_DIR=%{_lib}/qmmp -D PLUGIN_DIR=%{_lib}/qmmp
%cmake_build %cmake_build
@ -59,6 +62,9 @@ Plugin pack is a set of extra plugins for Qmmp.
%changelog %changelog
* Thu Jan 2 2025 Raven <raven@sysadmins.ws> - 2.2.1-1
- new version 2.2.1
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 2.1.1-5 * Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 2.1.1-5
- Rebuild for qt6 - Rebuild for qt6

View File

@ -1,11 +1,13 @@
%global maj_min 2.2
Name: qmmp Name: qmmp
Version: 2.1.7 Version: 2.2.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Qt-based multimedia player Summary: Qt-based multimedia player
License: GPLv2+ and CC-BY-SAv4+ License: GPLv2+ and CC-BY-SAv4+
URL: http://qmmp.ylsoftware.com/ URL: http://qmmp.ylsoftware.com/
Source: http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2 Source: http://qmmp.ylsoftware.com/files/qmmp/%{maj_min}/%{name}-%{version}.tar.bz2
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: cmake BuildRequires: cmake
@ -104,6 +106,7 @@ QMMP is Qt-based audio player. This package contains its development files.
%build %build
%enable_devtoolset14
%cmake \ %cmake \
-D USE_AAC:BOOL=FALSE \ -D USE_AAC:BOOL=FALSE \
-D USE_MPLAYER:BOOL=FALSE \ -D USE_MPLAYER:BOOL=FALSE \
@ -151,6 +154,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-enqueue.desk
%{_libdir}/libqmmp*.so %{_libdir}/libqmmp*.so
%changelog %changelog
* Thu Jan 2 2025 Raven <raven@sysadmins.ws> - 2.2.2-1
- new version 2.2.2
* Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 2.1.7-3 * Thu Jun 27 2024 Raven <raven@sysadmins.ws> - 2.1.7-3
- Rebuild for qt 6.7.2 - Rebuild for qt 6.7.2