diff --git a/README.md b/README.md index c0bf3a7..44aa144 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # muse +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. + diff --git a/muse.png b/muse.png new file mode 100644 index 0000000..90443ad Binary files /dev/null and b/muse.png differ diff --git a/muse.spec b/muse.spec new file mode 100644 index 0000000..f2945d8 --- /dev/null +++ b/muse.spec @@ -0,0 +1,139 @@ +### AUTOUPDATE-OFF: 8 +Name: muse +Version: 2.1.2 +Release: 1mamba +Summary: A MIDI/Audio sequencer with recording and editing capabilities +Group: Graphical Desktop/Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +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. + +%prep +%setup -q -n %{name}-%{version} + +%build +%cmake -d build + +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall -C build +mkdir -p %{buildroot}%{_datadir}/pixmaps +install -m 644 packaging/%{name}_icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +mkdir -p %{buildroot}%{_datadir}/applications +cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF +[Desktop Entry] +Encoding=UTF-8 +Name=MusE +Comment=MIDI sequencer +Comment[it]=Sequencer MIDI +Exec=/usr/bin/muse2 +Icon=/usr/share/pixmaps/muse.png +Terminal=false +Type=Application +Categories=Qt;KDE;AudioVideo;Midi; +EOF + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/muse2 +%{_bindir}/grepmidi +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/muse_icon.png +%dir %{_datadir}/muse-* +%{_datadir}/muse-*/* +%dir %{_libdir}/muse-* +%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 +%{_mandir}/man1/grepmidi.1.gz +%{_mandir}/man1/muse2.1.gz +%{_docdir}/muse-* +%{_docdir}/muse-*/* +%doc COPYING +#ChangeLog NEWS README README.CVS README.de README.instruments +#% doc README.ladspaguis README.shortcuts README.softsynth README.translate + +%changelog +* Tue Jun 11 2013 Automatic Build System 2.1.2-1mamba +- update to 2.1.2 + +* Thu Mar 21 2013 Automatic Build System 2.1.1-1mamba +- update to 2.1.1 + +* Sun Oct 07 2012 Automatic Build System 2.0.1-1mamba +- update to 2.0.1 + +* Thu Sep 30 2010 Automatic Build System 1.1-1mamba +- automatic update by autodist + +* Sat May 22 2010 Automatic Build System 1.0.1-1mamba +- automatic update by autodist + +* Fri Aug 01 2008 gil 0.9-1mamba +- update to 0.9 +- added desktop file + +* Thu Oct 26 2006 Silvan Calarco 0.8.1a-1qilnx +- update to version 0.8.1a by autospec + +* Wed Jan 04 2006 Silvan Calarco 0.7.2pre5-1qilnx +- update to version 0.7.2pre5 by autospec + +* Thu Dec 29 2005 Silvan Calarco 0.7.2pre4-1qilnx +- package created by autospec