2024-01-06 06:27:20 +01:00
|
|
|
Name: lmms
|
|
|
|
Version: 1.0.3
|
|
|
|
Release: 1mamba
|
|
|
|
Summary: LMMS - Linux MultiMedia Studio
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
2024-01-06 06:27:20 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 06:27:20 +01:00
|
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|
|
|
URL: http://lmms.sourceforge.net/
|
|
|
|
Source: http://downloads.sourceforge.net/project/lmms/lmms/%{version}/lmms-%{version}-src.tar.bz2
|
|
|
|
Patch0: %{name}-0.4.2-plugin_dir.patch
|
|
|
|
Patch1: libfltk-1.1.9-gcc44.patch
|
|
|
|
Patch2: lmms-0.4.13-gcc-4.7.patch
|
|
|
|
Patch3: lmms-1.0.3-gcc-4.9.0.patch
|
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2024-01-06 06:27:20 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: fluidsynth-devel
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libfftw-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libportaudio-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libqt4-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: libSDL-devel
|
|
|
|
BuildRequires: libSDL_sound-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXft-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: swh-plugins
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
BuildRequires: wine-devel
|
|
|
|
%endif
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 06:27:20 +01:00
|
|
|
BuildRequires: libfltk-devel
|
2024-01-06 06:27:20 +01:00
|
|
|
Requires: libSDL
|
|
|
|
Requires: libSDL_sound
|
|
|
|
Requires: libalsa
|
|
|
|
Requires: libogg
|
|
|
|
Requires: libsamplerate
|
|
|
|
Requires: libvorbis
|
|
|
|
Requires: libsndfile
|
|
|
|
Requires: swh-plugins
|
|
|
|
|
|
|
|
%description
|
|
|
|
LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds,arranging samples, playing live with keyboard and much more...
|
|
|
|
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds,arranging samples, playing live with keyboard and much more...
|
|
|
|
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
|
|
|
|
|
|
|
|
This package contains header files needed for development.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch0 -p1
|
|
|
|
#cd plugins/zynaddsubfx/fltk
|
|
|
|
#%patch1 -p1
|
|
|
|
%patch2 -p1
|
2024-01-06 06:27:20 +01:00
|
|
|
%patch3 -p1
|
2024-01-06 06:27:20 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
# FIXME:
|
|
|
|
# * Stk Mallets: not found, please install libstk0-dev (or similiar) ;if you require the Vibed Instrument
|
|
|
|
%cmake \
|
2024-01-06 06:27:20 +01:00
|
|
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
|
|
|
%ifarch 86_64
|
|
|
|
-DWANT_VST_NOWINE:BOOL=ON
|
|
|
|
%endif
|
2024-01-06 06:27:20 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
#cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
|
|
|
#[Desktop Entry]
|
|
|
|
#Encoding=UTF-8
|
|
|
|
#Name=LMMS
|
|
|
|
#GenericName=Linux MultiMedia Studio
|
|
|
|
#Comment=Linux MultiMedia Studio
|
|
|
|
#Exec=lmms
|
|
|
|
#Icon=/usr/share/lmms/themes/default/icon.png
|
|
|
|
#StartupNotify=true
|
|
|
|
#Terminal=false
|
|
|
|
#Type=Application
|
|
|
|
#Categories=Applications;AudioVideo;
|
|
|
|
#MimeType=application/x-lmms-project
|
|
|
|
#EOF
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/lmms
|
|
|
|
%{_libdir}/lmms/*.so
|
|
|
|
%{_libdir}/lmms/ladspa/*.so
|
|
|
|
%ifarch %{ix86}
|
|
|
|
%{_libdir}/lmms/RemoteVstPlugin
|
|
|
|
%endif
|
|
|
|
%{_libdir}/lmms/RemoteZynAddSubFx
|
|
|
|
%{_datadir}/lmms/*
|
|
|
|
%{_datadir}/menu/lmms
|
|
|
|
%{_datadir}/mime/packages/lmms.xml
|
|
|
|
%{_datadir}/applications/lmms.desktop
|
|
|
|
%{_datadir}/pixmaps/lmms.png
|
2024-01-06 06:27:20 +01:00
|
|
|
%{_mandir}/man1/lmms.1*
|
2024-01-06 06:27:20 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/lmms
|
|
|
|
%{_includedir}/lmms/*.h
|
|
|
|
%{_includedir}/lmms/embed.cpp
|
|
|
|
%doc README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:27:20 +01:00
|
|
|
* Tue Sep 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- update to 1.0.3
|
|
|
|
|
|
|
|
* Sun Apr 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- update to 1.0.0
|
|
|
|
|
2024-01-06 06:27:20 +01:00
|
|
|
* Thu Jun 13 2013 Automatic Build System <autodist@mambasoft.it> 0.4.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 02 2013 Automatic Build System <autodist@mambasoft.it> 0.4.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.13-3mamba
|
|
|
|
- added gcc 4.7 build patch
|
|
|
|
|
|
|
|
* Wed Jun 20 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.13-2mamba
|
|
|
|
- rebuilt with wine 1.5.2-3mamba to re-enable VST support
|
|
|
|
|
|
|
|
* Tue Jun 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.13-1mamba
|
|
|
|
- update to 0.4.13
|
|
|
|
- added devel and debug packages
|
|
|
|
- fixed group
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.4.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 23 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.10-2mamba
|
|
|
|
- fix LIB_DIR to remove startup error on libtripleoscillator.so path
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Automatic Build System <autodist@mambasoft.it> 0.4.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 28 2011 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 01 2010 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 09 2010 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 28 2010 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
|
|
- automatic update to 0.4.6 by autodist
|
|
|
|
|
|
|
|
* Wed Aug 19 2009 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- update to 0.4.4
|
|
|
|
|
|
|
|
* Tue Mar 31 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 06 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.3.2-1mamba
|
|
|
|
- package created by autospec
|