2024-01-05 17:27:50 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: rosegarden
|
2024-01-05 17:27:50 +01:00
|
|
|
Version: 15.08
|
2024-01-05 17:27:50 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A professional audio and MIDI sequencer, score editor and more
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.rosegardenmusic.com
|
|
|
|
Source: http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{majver}/rosegarden-%{version}.tar.bz2
|
|
|
|
Patch1: %{name}-10.04-desktop_it.patch
|
|
|
|
Patch2: %{name}-gcc4.patch
|
|
|
|
Patch3: %{name}-qcanvasgroupableitem.patch
|
|
|
|
Patch4: %{name}-segmenttool.patch
|
|
|
|
Patch5: %{name}-transport_ui.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libfftw-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: liblo-devel
|
|
|
|
BuildRequires: liblrdf-devel
|
|
|
|
BuildRequires: libqt4-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: lilypond
|
|
|
|
BuildRequires: lirc-devel
|
|
|
|
BuildRequires: perl-XML-Twig
|
|
|
|
BuildRequires: xterm
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: scons
|
|
|
|
BuildRequires: ladspa-devel
|
|
|
|
BuildRequires: dssi-devel
|
|
|
|
BuildRequires: librdf-devel
|
|
|
|
#librasqal-devel >= 0.9.6
|
|
|
|
BuildRequires: libxml2-utils
|
|
|
|
BuildRequires: lirc-devel
|
|
|
|
BuildRequires: libraptor-devel
|
|
|
|
Requires: lilypond
|
|
|
|
Requires: perl-XML-Twig
|
|
|
|
Requires: xterm
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
|
|
|
|
|
%description
|
|
|
|
A professional audio and MIDI sequencer, score editor and general-purpose music composition and editing environment.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
export QTDIR=%{_prefix}
|
|
|
|
%configure
|
|
|
|
#cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
#%{find_lang} %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING README
|
|
|
|
%{_bindir}/rosegarden*
|
|
|
|
%{_datadir}/appdata/rosegarden.appdata.xml
|
|
|
|
%{_datadir}/applications/rosegarden.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/*/rosegarden.*
|
|
|
|
%{_datadir}/icons/hicolor/*/*/audio-x-rosegarden-*.png
|
|
|
|
%{_datadir}/mime/packages/rosegarden.xml
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:27:50 +01:00
|
|
|
* Mon Sep 14 2015 Automatic Build System <autodist@mambasoft.it> 15.08-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:27:50 +01:00
|
|
|
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 14.12-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:27:50 +01:00
|
|
|
* Sun Mar 09 2014 Automatic Build System <autodist@mambasoft.it> 14.02-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 19 2013 Automatic Build System <autodist@mambasoft.it> 13.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 23 2013 Automatic Build System <autodist@mambasoft.it> 13.06-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 10 2013 Automatic Build System <autodist@mambasoft.it> 13.04-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 01 2013 Automatic Build System <autodist@mambasoft.it> 13.02-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 12.12.25-1mamba
|
|
|
|
- update to 12.12.25
|
|
|
|
|
|
|
|
* Mon Aug 08 2011 Automatic Build System <autodist@mambasoft.it> 11.06-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 11.02-1mamba
|
|
|
|
- update to 11.02
|
|
|
|
|
|
|
|
* Sat Apr 24 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 10.04-1mamba
|
|
|
|
- update to 10.04
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 1.7.3-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Feb 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 06 2008 gil <puntogil@libero.it> 1.7.2-1mamba
|
|
|
|
- update to 1.7.2
|
|
|
|
|
|
|
|
* Thu Nov 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 24 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-3mamba
|
|
|
|
- added requirement for xterm, needed for lilypond support
|
|
|
|
|
|
|
|
* Sat Sep 22 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-2mamba
|
|
|
|
- added requirement for perl-XML-Twig
|
|
|
|
|
|
|
|
* Sat Sep 15 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- update to 1.5.1
|
|
|
|
|
|
|
|
* Fri May 26 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1qilnx
|
|
|
|
- update to version 1.2.3 by autospec
|
|
|
|
|
|
|
|
* Wed Nov 09 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.0-2qilnx
|
|
|
|
- added patch for desktop file italian translation and for gcc4
|
|
|
|
|
|
|
|
* Sat Feb 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1qilnx
|
|
|
|
- package created by autospec
|