2024-01-06 07:27:41 +01:00
|
|
|
Name: musique
|
|
|
|
Version: 1.10.1
|
2024-01-06 07:27:42 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 07:27:41 +01:00
|
|
|
Summary: A music player built for speed, simplicity and style
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://flavio.tordini.org/musique
|
|
|
|
Source: https://github.com/flaviotordini/musique.git/%{version}/musique-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-06 07:27:42 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 07:27:41 +01:00
|
|
|
BuildRequires: libmpv-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libtag-devel
|
2024-01-06 07:27:42 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
2024-01-06 07:27:41 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 07:27:42 +01:00
|
|
|
BuildRequires: libmpv-devel >= 0:0.35.0-1mamba
|
2024-01-06 07:27:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Musique is a music player built for speed, simplicity and style. It is written in C++ using the Qt framework. Contributing is welcome, especially in the Linux desktop integration area.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%_qt5_qmake \
|
|
|
|
PREFIX=%{_prefix}
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall \
|
|
|
|
INSTALL_ROOT=%{buildroot} \
|
|
|
|
STRIP=/bin/true
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/musique
|
|
|
|
%{_datadir}/applications/musique.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/musique.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/musique.svg
|
|
|
|
%dir %{_datadir}/musique
|
|
|
|
%dir %{_datadir}/musique/locale
|
|
|
|
%{_datadir}/musique/locale/*.qm
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:27:42 +01:00
|
|
|
* Sat Jan 21 2023 Sdk Build System <sdk@mambasoft.it> 1.10.1-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libmpv-devel>=0:0.35.0-1mamba
|
|
|
|
|
2024-01-06 07:27:41 +01:00
|
|
|
* Sun Feb 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.1-1mamba
|
|
|
|
- package created using the webbuild interface
|