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

Diff of /linuxsampler/trunk/linuxsampler.spec.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3536 by schoenebeck, Sat Nov 25 17:29:29 2017 UTC revision 3537 by schoenebeck, Sat Jul 27 11:18:17 2019 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 15  %define release 16
5  %define prefix  @prefix@  %define prefix  @prefix@
6    
7  Summary:        LinuxSampler - modular, streaming capable, realtime audio sampler  Summary:        LinuxSampler - modular, streaming capable, realtime audio sampler
# Line 12  Prefix:        %{prefix} Line 12  Prefix:        %{prefix}
12  License:        GPL  License:        GPL
13  Group:          Sound  Group:          Sound
14  Source0:        %{name}-%{version}.tar.bz2  Source0:        %{name}-%{version}.tar.bz2
15  URL:            http://www.linuxsampler.org/  URL:            https://www.linuxsampler.org/
16  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot
17  Requires:       libgig >= 4.1.0  Requires:       libgig >= 4.2.0
18    
19  %description  %description
20  LinuxSampler is a free software audio sampler with professional grade  LinuxSampler is a free software audio sampler with professional grade
# Line 22  features. It offers disk streaming capab Line 22  features. It offers disk streaming capab
22  scripts, and supports the following three sampler formats:  scripts, and supports the following three sampler formats:
23    
24   - GigaStudio 4, previously known as Gigasampler (.gig)   - GigaStudio 4, previously known as Gigasampler (.gig)
  - SoundFont 2 (.sf2)  
25   - SFZ2 (.sfz)   - SFZ2 (.sfz)
26     - SoundFont 2 (.sf2)
27    
28  This package provides the backend of LinuxSampler, that is the  This package provides the backend of LinuxSampler, that is the
29  sampler engine together with audio and MIDI drivers. LinuxSampler  sampler engine together with audio and MIDI drivers. LinuxSampler
# Line 31  can be controlled via network interface Line 31  can be controlled via network interface
31  protocol called LSCP. You might consider to install a GUI frontend  protocol called LSCP. You might consider to install a GUI frontend
32  for LinuxSampler as well.  for LinuxSampler as well.
33    
34  For more informations please visit http://www.linuxsampler.org  For more information please visit https://www.linuxsampler.org
35    
36  %package devel  %package devel
37  Summary:        Linuxsampler development files  Summary:        Linuxsampler development files
# Line 88  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 88  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
88  %{prefix}/include/*  %{prefix}/include/*
89    
90  %changelog  %changelog
91    * Sat Jul 27 2019 Christian Schoenebeck <cuse@users.sourceforge.net>
92    - Going for linuxsampler 2.1.1 bugfix release.
93  * Wed Nov 25 2017 Christian Schoenebeck <cuse@users.sourceforge.net>  * Wed Nov 25 2017 Christian Schoenebeck <cuse@users.sourceforge.net>
94  - Going for linuxsampler 2.1.0 release.  - Going for linuxsampler 2.1.0 release.
95  * Wed Jul 15 2015 Christian Schoenebeck <cuse@users.sourceforge.net>  * Wed Jul 15 2015 Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.3536  
changed lines
  Added in v.3537

  ViewVC Help
Powered by ViewVC