package created using the webbuild interface [release 1.10.1-1mamba;Sun Feb 21 2021]
This commit is contained in:
parent
825e26f801
commit
0a8d09abc5
@ -1,2 +1,4 @@
|
|||||||
# musique
|
# musique
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
60
musique.spec
Normal file
60
musique.spec
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
Name: musique
|
||||||
|
Version: 1.10.1
|
||||||
|
Release: 1mamba
|
||||||
|
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: ldconfig
|
||||||
|
BuildRequires: libGL-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libmpv-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libtag-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Sun Feb 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user