2024-01-06 07:27:27 +01:00
|
|
|
### AUTOUPDATE-OFF: 8
|
|
|
|
Name: muse
|
2024-01-06 07:27:27 +01:00
|
|
|
Version: 3.1.1
|
2024-01-06 07:27:27 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A MIDI/Audio sequencer with recording and editing capabilities
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.muse-sequencer.org/
|
|
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lmuse/muse-%{version}.tar.gz
|
|
|
|
Source1: %{name}.png
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: fluidsynth-devel >= 1.0.6
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libjack-devel >= 0.100.0
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: liblash-devel >= 0.5.2
|
|
|
|
BuildRequires: libmng-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libqt3-devel >= 3.3.5
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libsndfile-devel >= 1.0.11
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXcursor-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXft-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: liblcms-devel >= 1.14
|
|
|
|
BuildRequires: libladcca-devel >= 0.4.0
|
|
|
|
BuildRequires: fst-devel >= 1.8
|
|
|
|
BuildRequires: libexpat-devel >= 1.95.8
|
|
|
|
BuildRequires: jadetex >= 3.13
|
|
|
|
BuildRequires: libe2fs-devel >= 1.38
|
|
|
|
BuildRequires: wine-devel >= 1:0.9.23
|
|
|
|
Requires: fst
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
MusE is a MIDI/Audio sequencer with recording and editing capabilities written by Werner Schweer.
|
|
|
|
MusE aims to be a complete multitrack virtual studio for Linux.
|
|
|
|
|
2024-01-06 07:27:27 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 07:27:27 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 07:27:27 +01:00
|
|
|
%{_bindir}/muse3
|
|
|
|
%{_bindir}/muse_plugin_scan
|
2024-01-06 07:27:27 +01:00
|
|
|
%{_bindir}/grepmidi
|
2024-01-06 07:27:27 +01:00
|
|
|
%{_datadir}/applications/org.musesequencer.Muse3.desktop
|
|
|
|
%{_datadir}/icons/hicolor/64x64/apps/org.musesequencer.Muse3.png
|
|
|
|
%{_datadir}/metainfo/org.musesequencer.Muse3.appdata.xml
|
2024-01-06 07:27:27 +01:00
|
|
|
%dir %{_datadir}/muse-*
|
|
|
|
%{_datadir}/muse-*/*
|
|
|
|
%dir %{_libdir}/muse-*
|
2024-01-06 07:27:27 +01:00
|
|
|
%dir %{_libdir}/muse-*/converters
|
|
|
|
%{_libdir}/muse-*/converters/*so
|
2024-01-06 07:27:27 +01:00
|
|
|
%dir %{_libdir}/muse-*/modules
|
|
|
|
%{_libdir}/muse-*/modules/*.so
|
|
|
|
%dir %{_libdir}/muse-*/plugins
|
|
|
|
%{_libdir}/muse-*/plugins/*.so
|
|
|
|
%dir %{_libdir}/muse-*/synthi
|
|
|
|
%{_libdir}/muse-*/synthi/*.so
|
|
|
|
%{_datadir}/mime/packages/muse.xml
|
2024-01-06 07:27:27 +01:00
|
|
|
%{_mandir}/man1/grepmidi.1*
|
|
|
|
%{_mandir}/man1/muse3.1*
|
|
|
|
%dir %{_docdir}/muse-*
|
2024-01-06 07:27:27 +01:00
|
|
|
%{_docdir}/muse-*/*
|
|
|
|
%doc COPYING
|
|
|
|
#ChangeLog NEWS README README.CVS README.de README.instruments
|
|
|
|
#% doc README.ladspaguis README.shortcuts README.softsynth README.translate
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:27:27 +01:00
|
|
|
* Sun Jul 26 2020 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:27:27 +01:00
|
|
|
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
|
|
- update to 2.1.2
|
|
|
|
|
|
|
|
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- update to 2.1.1
|
|
|
|
|
|
|
|
* Sun Oct 07 2012 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- update to 2.0.1
|
|
|
|
|
|
|
|
* Thu Sep 30 2010 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 22 2010 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 01 2008 gil <puntogil@libero.it> 0.9-1mamba
|
|
|
|
- update to 0.9
|
|
|
|
- added desktop file
|
|
|
|
|
|
|
|
* Thu Oct 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1a-1qilnx
|
|
|
|
- update to version 0.8.1a by autospec
|
|
|
|
|
|
|
|
* Wed Jan 04 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2pre5-1qilnx
|
|
|
|
- update to version 0.7.2pre5 by autospec
|
|
|
|
|
|
|
|
* Thu Dec 29 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2pre4-1qilnx
|
|
|
|
- package created by autospec
|