/[svn]/qsampler/trunk/qsampler.spec.in
ViewVC logotype

Contents of /qsampler/trunk/qsampler.spec.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2862 - (show annotations) (download)
Thu Mar 3 08:37:48 2016 UTC (8 years ago) by capela
File size: 4391 byte(s)
- Set SMP flags to make build (RPM SPEC).
1 %define name @PACKAGE_TARNAME@
2 %define version @PACKAGE_VERSION@
3 %define release 16
4
5 %define _prefix @ac_prefix@
6
7 Summary: A LinuxSampler Qt GUI interface
8 Name: %{name}
9 Version: %{version}
10 Release: %{release}
11 License: GPL-2.0+
12 Group: Productivity/Multimedia/Sound/Midi
13 Source0: %{name}-%{version}.tar.gz
14 URL: http://qsampler.sourceforge.net/
15 #Packager: rncbc.org
16
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18
19 #BuildRequires: libqt4-devel >= 4.4
20 %if %{defined fedora}
21 BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist
22 BuildRequires: qt5-qtx11extras-devel >= 5.1
23 %else
24 BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist
25 BuildRequires: libqt5-qtx11extras-devel >= 5.1
26 %endif
27 BuildRequires: liblscp-devel >= 0.5.6
28 BuildRequires: libgig-devel >= 3.3.0
29
30 %description
31 Qsampler is a LinuxSampler GUI front-end application written in C++ around
32 the Qt framework using Qt Designer. For the moment it just wraps the client
33 interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
34
35 %prep
36 %setup
37 [ -f Makefile.git ] && %__make -f Makefile.git
38
39 %build
40 %configure
41 %__make %{?_smp_mflags}
42
43 %install
44 %__make DESTDIR=%{buildroot} install
45
46 %clean
47 [ -d %{buildroot} -a "%{buildroot}" != "" ] && %__rm -rf %{buildroot}
48
49 %files
50 %defattr(-,root,root)
51 %doc AUTHORS COPYING ChangeLog README TODO
52 #dir %{_datadir}/mime
53 #dir %{_datadir}/mime/packages
54 #dir %{_datadir}/applications
55 %dir %{_datadir}/icons/hicolor
56 %dir %{_datadir}/icons/hicolor/32x32
57 %dir %{_datadir}/icons/hicolor/32x32/apps
58 %dir %{_datadir}/icons/hicolor/32x32/mimetypes
59 %dir %{_datadir}/icons/hicolor/scalable
60 %dir %{_datadir}/icons/hicolor/scalable/apps
61 %dir %{_datadir}/icons/hicolor/scalable/mimetypes
62 %dir %{_datadir}/%{name}
63 %dir %{_datadir}/%{name}/translations
64 %dir %{_datadir}/appdata
65 #dir %{_datadir}/man
66 #dir %{_datadir}/man/man1
67 %{_bindir}/%{name}
68 %{_datadir}/mime/packages/%{name}.xml
69 %{_datadir}/applications/%{name}.desktop
70 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
71 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png
72 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
73 %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
74 %{_datadir}/%{name}/translations/%{name}_*.qm
75 %{_datadir}/appdata/%{name}.appdata.xml
76 %{_datadir}/man/man1/%{name}.1.gz
77
78 %changelog
79 * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
80 - Summer'15 release frenzy.
81 * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
82 - Pre-LAC2015 release frenzy.
83 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
84 - A fifth of a Jubilee release.
85 * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>
86 - Standard desktop icon fixing.
87 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
88 - New 0.2.2 release.
89 * Thu Dec 6 2007 Rui Nuno Capela <rncbc@rncbc.org>
90 - Qt4 migration complete.
91 * Mon Jun 25 2007 Rui Nuno Capela <rncbc@rncbc.org>
92 - Application icon is now installed to (prefix)/share/pixmaps.
93 - Declared fundamental build and run-time requirements.
94 - Destination install directory prefix is now in spec.
95 - Spec is now a bit more openSUSE compliant.
96 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>
97 - Added sampler channel FX send support at session save code-level.
98 - Global sampler volume slider/spinbox combo is now featured.
99 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>
100 - Added preliminary MIDI instrument mapping support.
101 * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>
102 - Take a chance for a new 0.1.3 release.
103 - Changed deprecated copyright attribute to license.
104 * Wed Aug 24 2005 Rui Nuno Capela <rncbc@rncbc.org>
105 - Prepared auto-generation from configure.
106 * Tue Aug 16 2005 Rui Nuno Capela <rncbc@rncbc.org>
107 - Get in sync with latest offerings from liblscp (0.3.1) and
108 specially libgig (2.0.2) which broke previous ABI, somewhat.
109 * Thu Jun 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
110 - Even minor workings needs a rest.
111 * Mon Jun 13 2005 Rui Nuno Capela <rncbc@rncbc.org>
112 - The mantra of bugfixes.
113 * Mon May 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
114 - Device configuration breakthrough.
115 * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>
116 - Fifth alpha-release.
117 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
118 - Prepared for the fourth alpha release.
119 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
120 - Prepared for the fourth alpha release.
121 * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>
122 - Created initial qsampler.spec

  ViewVC Help
Powered by ViewVC