2024-01-05 22:28:36 +01:00
|
|
|
Name: fmit
|
2024-01-05 22:28:37 +01:00
|
|
|
Version: 1.2.14
|
2024-01-05 22:28:36 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Free Music Instrument Tuner
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:28:37 +01:00
|
|
|
URL: https://github.com/gillesdegottex/fmit
|
|
|
|
Source: https://github.com/gillesdegottex/fmit.git/v%{version}/fmit-%{version}.tar.bz2
|
2024-01-05 22:28:36 +01:00
|
|
|
Source1: fmit-desktop
|
|
|
|
Source2: fmit-icon.png
|
|
|
|
Patch0: %{name}-0.97.7-jack_autoconnect.patch
|
|
|
|
Patch1: %{name}-0.97.7-input_40db.patch
|
|
|
|
Patch2: %{name}-0.98.1-jackd2.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libfftw-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
|
BuildRequires: libGLUT-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: libportaudio-devel
|
|
|
|
BuildRequires: libqt-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A Free Music Instrument Tuner.
|
|
|
|
|
2024-01-05 22:28:37 +01:00
|
|
|
#% debug_package
|
|
|
|
|
2024-01-05 22:28:36 +01:00
|
|
|
%prep
|
2024-01-05 22:28:37 +01:00
|
|
|
%setup -q
|
2024-01-05 22:28:36 +01:00
|
|
|
#%patch0 -p1
|
|
|
|
#%patch1 -p1
|
|
|
|
#%patch2 -p1
|
|
|
|
|
|
|
|
%build
|
2024-01-05 22:28:37 +01:00
|
|
|
%{_qt5_qmake} PREFIX=%{_prefix}
|
2024-01-05 22:28:36 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 22:28:37 +01:00
|
|
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
2024-01-05 22:28:36 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/fmit
|
2024-01-05 22:28:37 +01:00
|
|
|
%dir %{_datadir}/fmit
|
|
|
|
%dir %{_datadir}/fmit/scales
|
|
|
|
%{_datadir}/fmit/scales/*
|
2024-01-05 22:28:36 +01:00
|
|
|
%{_datadir}/appdata/fmit.appdata.xml
|
2024-01-05 22:28:36 +01:00
|
|
|
%{_datadir}/applications/fmit.desktop
|
2024-01-05 22:28:37 +01:00
|
|
|
%{_datadir}/icons/hicolor/128x128/apps/fmit.png
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/fmit-symbolic.svg
|
2024-01-05 22:28:36 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/fmit.svg
|
2024-01-05 22:28:37 +01:00
|
|
|
#%lang(de) %{_datadir}/fmit/tr/fmit_de.qm
|
|
|
|
#%lang(fr) %{_datadir}/fmit/tr/fmit_fr.qm
|
|
|
|
#%lang(pt) %{_datadir}/fmit/tr/fmit_pt.qm
|
|
|
|
%doc COPYING_GPL.txt COPYING_LGPL.txt
|
2024-01-05 22:28:36 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:28:37 +01:00
|
|
|
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.14-1mamba
|
|
|
|
- update to 1.2.14
|
|
|
|
|
2024-01-05 22:28:36 +01:00
|
|
|
* Wed Jun 04 2014 Automatic Build System <autodist@mambasoft.it> 0.99.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:28:36 +01:00
|
|
|
* Sun Mar 06 2011 Automatic Build System <autodist@mambasoft.it> 0.99.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 15 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98.1-1mamba
|
|
|
|
- update to 0.98.1
|
|
|
|
|
|
|
|
* Mon Feb 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97.7-1mamba
|
|
|
|
- update to 0.97.7
|
|
|
|
|
|
|
|
* Fri Oct 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97.6-1mamba
|
|
|
|
- package created by autospec
|