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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3907 - (show annotations) (download)
Wed May 19 07:27:06 2021 UTC (2 years, 11 months ago) by capela
File size: 7044 byte(s)
- All builds default to Qt6 (Qt >= 6.1) where available.
- CMake is now the official build system.
1 #
2 # spec file for package qsampler
3 #
4 # Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5 # Copyright (C) 2007,2008,2015 Christian Schoenebeck
6 #
7 # All modifications and additions to the file contributed by third parties
8 # remain the property of their copyright owners, unless otherwise agreed
9 # upon. The license for this file, and modifications and additions to the
10 # file, is the same license as for the pristine package itself (unless the
11 # license for the pristine package is not an Open Source License, in which
12 # case the license is the MIT License). An "Open Source License" is a
13 # license that conforms to the Open Source Definition (Version 1.9)
14 # published by the Open Source Initiative.
15 #
16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
17 #
18
19 %define name @PACKAGE_TARNAME@
20 %define version @PACKAGE_VERSION@
21 %define release 47
22
23 %define _prefix @ac_prefix@
24
25 %if %{defined fedora}
26 %define debug_package %{nil}
27 %endif
28
29 Summary: A LinuxSampler Qt GUI interface
30 Name: %{name}
31 Version: %{version}
32 Release: %{release}
33 License: GPL-2.0+
34 Group: Productivity/Multimedia/Sound/Midi
35 Source0: %{name}-%{version}.tar.gz
36 URL: http://qsampler.sourceforge.net/
37 Packager: rncbc.org
38
39 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
40
41 BuildRequires: coreutils
42 BuildRequires: pkgconfig
43 BuildRequires: glibc-devel
44 BuildRequires: gcc-c++
45 BuildRequires: cmake
46 %if %{defined fedora}
47 BuildRequires: qt5-qtbase-devel >= 5.1, qt5-linguist
48 BuildRequires: qt5-qtsvg-devel, qt5-qtwayland-devel
49 %else
50 BuildRequires: libqt5-qtbase-devel >= 5.1, libqt5-linguist-devel
51 BuildRequires: libqt5-qtsvg-devel, libqt5-qtwayland-devel
52 %endif
53 BuildRequires: liblscp-devel >= 0.5.6
54 BuildRequires: libgig-devel >= 3.3.0
55
56 %description
57 Qsampler is a LinuxSampler GUI front-end application written in C++ around
58 the Qt framework using Qt Designer. For the moment it just wraps the client
59 interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).
60
61 %prep
62 %setup -q
63
64 %build
65 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -B build -S .
66 %__make %{?_smp_mflags} -C build
67
68 %install
69 %__make DESTDIR="%{buildroot}" -C build install
70
71 %clean
72 [ -d "%{buildroot}" -a "%{buildroot}" != "/" ] && %__rm -rf "%{buildroot}"
73
74 %files
75 %defattr(-,root,root)
76 %doc AUTHORS COPYING ChangeLog README TODO
77 #dir %{_datadir}/mime
78 #dir %{_datadir}/mime/packages
79 #dir %{_datadir}/applications
80 %dir %{_datadir}/icons/hicolor
81 %dir %{_datadir}/icons/hicolor/32x32
82 %dir %{_datadir}/icons/hicolor/32x32/apps
83 %dir %{_datadir}/icons/hicolor/32x32/mimetypes
84 %dir %{_datadir}/icons/hicolor/scalable
85 %dir %{_datadir}/icons/hicolor/scalable/apps
86 %dir %{_datadir}/icons/hicolor/scalable/mimetypes
87 %dir %{_datadir}/%{name}
88 %dir %{_datadir}/%{name}/translations
89 %dir %{_datadir}/metainfo
90 #dir %{_datadir}/man
91 #dir %{_datadir}/man/man1
92 #dir %{_datadir}/man/fr
93 #dir %{_datadir}/man/fr/man1
94 %{_bindir}/%{name}
95 %{_datadir}/mime/packages/%{name}.xml
96 %{_datadir}/applications/%{name}.desktop
97 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
98 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}*.png
99 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
100 %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}*.svg
101 %{_datadir}/%{name}/translations/%{name}_*.qm
102 %{_datadir}/metainfo/%{name}.appdata.xml
103 %{_datadir}/man/man1/%{name}.1.gz
104 %{_datadir}/man/fr/man1/%{name}.1.gz
105
106 %changelog
107 * Tue May 11 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.3
108 - Spring'21 release.
109 * Sun Mar 14 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.2
110 - End-of-Winter'21 release.
111 * Sun Feb 7 2021 Rui Nuno Capela <rncbc@rncbc.org> 0.9.1
112 - Winter'21 release.
113 * Thu Dec 17 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.9.0
114 - Winter'20 release.
115 * Fri Jul 31 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.3
116 - Summer'20 release.
117 * Tue Mar 24 2020 Rui Nuno Capela <rncbc@rncbc.org> 0.6.2
118 - Spring'20 release.
119 * Sun Dec 22 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.1
120 - Winter'19 release.
121 * Thu Oct 17 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.6.0
122 - Autumn'19 release.
123 * Fri Jul 12 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.6
124 - Summer'19 release.
125 * Thu Apr 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.5
126 - Spring-Break'19 release.
127 * Mon Mar 11 2019 Rui Nuno Capela <rncbc@rncbc.org> 0.5.4
128 - Pre-LAC2019 release frenzy.
129 * Thu Dec 06 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.3
130 - An End of Autumn'18 Release.
131 * Sun Jul 22 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.2
132 - Summer'18 Release.
133 * Mon May 21 2018 Rui Nuno Capela <rncbc@rncbc.org> 0.5.1
134 - Pre-LAC2018 release frenzy.
135 * Tue Dec 12 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.5.0
136 - An Autumn'17 release.
137 * Thu Apr 27 2017 Rui Nuno Capela <rncbc@rncbc.org> 0.4.3
138 - Pre-LAC2017 release frenzy.
139 * Mon Nov 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.2
140 - A Fall'16 release.
141 * Wed Sep 14 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.1
142 - End of Summer'16 release.
143 * Tue Apr 5 2016 Rui Nuno Capela <rncbc@rncbc.org> 0.4.0
144 - Spring'16 release frenzy.
145 * Sun Jul 19 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.1
146 - Summer'15 release frenzy.
147 * Wed Mar 25 2015 Rui Nuno Capela <rncbc@rncbc.org> 0.3.0
148 - Pre-LAC2015 release frenzy.
149 * Tue Dec 31 2013 Rui Nuno Capela <rncbc@rncbc.org> 0.2.3
150 - A fifth of a Jubilee release.
151 * Mon May 17 2010 Rui Nuno Capela <rncbc@rncbc.org>
152 - Standard desktop icon fixing.
153 * Sat Aug 1 2009 Rui Nuno Capela <rncbc@rncbc.org> 0.2.2
154 - New 0.2.2 release.
155 * Thu Dec 6 2007 Rui Nuno Capela <rncbc@rncbc.org>
156 - Qt4 migration complete.
157 * Mon Jun 25 2007 Rui Nuno Capela <rncbc@rncbc.org>
158 - Application icon is now installed to (prefix)/share/pixmaps.
159 - Declared fundamental build and run-time requirements.
160 - Destination install directory prefix is now in spec.
161 - Spec is now a bit more openSUSE compliant.
162 * Mon Jan 15 2007 Rui Nuno Capela <rncbc@rncbc.org>
163 - Added sampler channel FX send support at session save code-level.
164 - Global sampler volume slider/spinbox combo is now featured.
165 * Sun Dec 17 2006 Rui Nuno Capela <rncbc@rncbc.org>
166 - Added preliminary MIDI instrument mapping support.
167 * Thu Jun 01 2006 Rui Nuno Capela <rncbc@rncbc.org>
168 - Take a chance for a new 0.1.3 release.
169 - Changed deprecated copyright attribute to license.
170 * Wed Aug 24 2005 Rui Nuno Capela <rncbc@rncbc.org>
171 - Prepared auto-generation from configure.
172 * Tue Aug 16 2005 Rui Nuno Capela <rncbc@rncbc.org>
173 - Get in sync with latest offerings from liblscp (0.3.1) and
174 specially libgig (2.0.2) which broke previous ABI, somewhat.
175 * Thu Jun 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
176 - Even minor workings needs a rest.
177 * Mon Jun 13 2005 Rui Nuno Capela <rncbc@rncbc.org>
178 - The mantra of bugfixes.
179 * Mon May 23 2005 Rui Nuno Capela <rncbc@rncbc.org>
180 - Device configuration breakthrough.
181 * Fri Mar 4 2005 Rui Nuno Capela <rncbc@rncbc.org>
182 - Fifth alpha-release.
183 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
184 - Prepared for the fourth alpha release.
185 * Tue Nov 16 2004 Rui Nuno Capela <rncbc@rncbc.org>
186 - Prepared for the fourth alpha release.
187 * Wed Jun 2 2004 Rui Nuno Capela <rncbc@rncbc.org>
188 - Created initial qsampler.spec

  ViewVC Help
Powered by ViewVC