--- qsampler/trunk/qsampler.spec.in 2005/08/24 17:44:59 753 +++ qsampler/trunk/qsampler.spec.in 2021/02/07 09:39:27 3857 @@ -1,66 +1,180 @@ +# +# spec file for package qsampler +# +# Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved. +# Copyright (C) 2007,2008,2015 Christian Schoenebeck +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %define name @PACKAGE_TARNAME@ %define version @PACKAGE_VERSION@ -%define release 6 -%define prefix /usr/local +%define release 45 + +%define _prefix @ac_prefix@ + +%if %{defined fedora} +%define debug_package %{nil} +%endif -Summary: A LinuxSampler Qt GUI interface. +Summary: A LinuxSampler Qt GUI interface Name: %{name} Version: %{version} Release: %{release} -Prefix: %{prefix} -Copyright: GPL -Group: Sound +License: GPL-2.0+ +Group: Productivity/Multimedia/Sound/Midi Source0: %{name}-%{version}.tar.gz URL: http://qsampler.sourceforge.net/ -BuildRoot: /var/tmp/%{name}-%{version}-buildroot -Requires: liblscp >= 0.3.2, libgig >= 2.0.2 +Packager: rncbc.org + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot + +%if %{defined fedora} +BuildRequires: pkgconfig +BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist +%else +BuildRequires: pkg-config +BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist +%endif +BuildRequires: liblscp-devel >= 0.5.6 +BuildRequires: libgig-devel >= 3.3.0 %description -QSampler is a LinuxSampler GUI front-end application written in C++ around -the Qt3 toolkit using Qt Designer. For the moment it just wraps the client +Qsampler is a LinuxSampler GUI front-end application written in C++ around +the Qt framework using Qt Designer. For the moment it just wraps the client interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org). %prep - %setup -[ -f Makefile.cvs ] && make -f Makefile.cvs +[ -x ./autogen.sh ] && ./autogen.sh %build -export PATH=$QTDIR/bin:$PATH -./configure --prefix=%{prefix} -make +%configure +%__make %{?_smp_mflags} %install -if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi -mkdir -p $RPM_BUILD_ROOT -make prefix=$RPM_BUILD_ROOT%{prefix} install +%__make DESTDIR="%{buildroot}" install %clean -if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi +[ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}" %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README TODO -%{prefix}/bin/qsampler -%{prefix}/share/icons/qsampler.png +#dir %{_datadir}/mime +#dir %{_datadir}/mime/packages +#dir %{_datadir}/applications +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/32x32 +%dir %{_datadir}/icons/hicolor/32x32/apps +%dir %{_datadir}/icons/hicolor/32x32/mimetypes +%dir %{_datadir}/icons/hicolor/scalable +%dir %{_datadir}/icons/hicolor/scalable/apps +%dir %{_datadir}/icons/hicolor/scalable/mimetypes +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/translations +%dir %{_datadir}/metainfo +#dir %{_datadir}/man +#dir %{_datadir}/man/man1 +#dir %{_datadir}/man/fr +#dir %{_datadir}/man/fr/man1 +%{_bindir}/%{name} +%{_datadir}/mime/packages/%{name}.xml +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg +%{_datadir}/%{name}/translations/%{name}_*.qm +%{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/man/man1/%{name}.1.gz +%{_datadir}/man/fr/man1/%{name}.1.gz %changelog -* Tue Aug 24 2005 Rui Nuno Capela +* Sat Feb 7 2021 Rui Nuno Capela 0.9.1 +- Winter'21 release. +* Thu Dec 17 2020 Rui Nuno Capela 0.9.0 +- Winter'20 release. +* Fri Jul 31 2020 Rui Nuno Capela 0.6.3 +- Summer'20 release. +* Tue Mar 24 2020 Rui Nuno Capela 0.6.2 +- Spring'20 release. +* Sun Dec 22 2019 Rui Nuno Capela 0.6.1 +- Winter'19 release. +* Thu Oct 17 2019 Rui Nuno Capela 0.6.0 +- Autumn'19 release. +* Fri Jul 12 2019 Rui Nuno Capela 0.5.6 +- Summer'19 release. +* Thu Apr 11 2019 Rui Nuno Capela 0.5.5 +- Spring-Break'19 release. +* Mon Mar 11 2019 Rui Nuno Capela 0.5.4 +- Pre-LAC2019 release frenzy. +* Thu Dec 06 2018 Rui Nuno Capela 0.5.3 +- An End of Autumn'18 Release. +* Sun Jul 22 2018 Rui Nuno Capela 0.5.2 +- Summer'18 Release. +* Mon May 21 2018 Rui Nuno Capela 0.5.1 +- Pre-LAC2018 release frenzy. +* Tue Dec 12 2017 Rui Nuno Capela 0.5.0 +- An Autumn'17 release. +* Thu Apr 27 2017 Rui Nuno Capela 0.4.3 +- Pre-LAC2017 release frenzy. +* Mon Nov 14 2016 Rui Nuno Capela 0.4.2 +- A Fall'16 release. +* Wed Sep 14 2016 Rui Nuno Capela 0.4.1 +- End of Summer'16 release. +* Tue Apr 5 2016 Rui Nuno Capela 0.4.0 +- Spring'16 release frenzy. +* Sun Jul 19 2015 Rui Nuno Capela 0.3.1 +- Summer'15 release frenzy. +* Wed Mar 25 2015 Rui Nuno Capela 0.3.0 +- Pre-LAC2015 release frenzy. +* Tue Dec 31 2013 Rui Nuno Capela 0.2.3 +- A fifth of a Jubilee release. +* Mon May 17 2010 Rui Nuno Capela +- Standard desktop icon fixing. +* Sat Aug 1 2009 Rui Nuno Capela 0.2.2 +- New 0.2.2 release. +* Thu Dec 6 2007 Rui Nuno Capela +- Qt4 migration complete. +* Mon Jun 25 2007 Rui Nuno Capela +- Application icon is now installed to (prefix)/share/pixmaps. +- Declared fundamental build and run-time requirements. +- Destination install directory prefix is now in spec. +- Spec is now a bit more openSUSE compliant. +* Mon Jan 15 2007 Rui Nuno Capela +- Added sampler channel FX send support at session save code-level. +- Global sampler volume slider/spinbox combo is now featured. +* Sun Dec 17 2006 Rui Nuno Capela +- Added preliminary MIDI instrument mapping support. +* Thu Jun 01 2006 Rui Nuno Capela +- Take a chance for a new 0.1.3 release. +- Changed deprecated copyright attribute to license. +* Wed Aug 24 2005 Rui Nuno Capela - Prepared auto-generation from configure. -* Tue Aug 16 2005 Rui Nuno Capela +* Tue Aug 16 2005 Rui Nuno Capela - Get in sync with latest offerings from liblscp (0.3.1) and specially libgig (2.0.2) which broke previous ABI, somewhat. -* Thu Jun 23 2005 Rui Nuno Capela +* Thu Jun 23 2005 Rui Nuno Capela - Even minor workings needs a rest. -* Mon Jun 13 2005 Rui Nuno Capela +* Mon Jun 13 2005 Rui Nuno Capela - The mantra of bugfixes. -* Mon May 23 2005 Rui Nuno Capela +* Mon May 23 2005 Rui Nuno Capela - Device configuration breakthrough. -* Fri Mar 4 2005 Rui Nuno Capela +* Fri Mar 4 2005 Rui Nuno Capela - Fifth alpha-release. -* Wed Nov 16 2004 Rui Nuno Capela +* Tue Nov 16 2004 Rui Nuno Capela - Prepared for the fourth alpha release. -* Wed Nov 16 2004 Rui Nuno Capela +* Tue Nov 16 2004 Rui Nuno Capela - Prepared for the fourth alpha release. -* Wed Jun 2 2004 Rui Nuno Capela +* Wed Jun 2 2004 Rui Nuno Capela - Created initial qsampler.spec