update to 2.1.2 [release 2.1.2-1mamba;Tue Jun 11 2013]
This commit is contained in:
parent
04a5c832c2
commit
e23eb7ad2f
@ -1,2 +1,5 @@
|
|||||||
# muse
|
# 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.
|
||||||
|
|
||||||
|
139
muse.spec
Normal file
139
muse.spec
Normal file
@ -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 <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.
|
||||||
|
|
||||||
|
%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 <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
|
Loading…
Reference in New Issue
Block a user