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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC