/[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 1956 by schoenebeck, Fri Jul 31 07:45:47 2009 UTC revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC
# Line 1  Line 1 
1    
2  %define name    @PACKAGE@  %define name    @PACKAGE@
3  %define version @VERSION@  %define version @VERSION@
4  %define release 13  %define release 14
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 14  Group:         Sound Line 14  Group:         Sound
14  Source0:        %{name}-%{version}.tar.bz2  Source0:        %{name}-%{version}.tar.bz2
15  URL:            http://www.linuxsampler.org/  URL:            http://www.linuxsampler.org/
16  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-buildroot
17  Requires:       libgig >= 3.3.0  Requires:       libgig >= 4.0.0
18    
19  %description  %description
20  LinuxSampler is a work in progress. It's goal is to produce a free  LinuxSampler is a free software audio sampler with professional grade
21  software audio sampler with professional grade features.  features. It offers disk streaming capability, real-time instrument
22    scripts, and supports the following three sampler formats:
23  It offers disk streaming capability and supports the Gigasampler  
24  format which is currently considered to be the best sampler format   - GigaStudio 4, previously known as Gigasampler (.gig)
25  in regards of possibilities and sound quality.   - SoundFont 2 (.sf2)
26     - SFZ2 (.sfz)
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 70  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $ Line 71  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $
71  %defattr(-,root,root)  %defattr(-,root,root)
72  %doc AUTHORS COPYING ChangeLog README  %doc AUTHORS COPYING ChangeLog README
73  %{prefix}/bin/linuxsampler  %{prefix}/bin/linuxsampler
74    %{prefix}/bin/lscp
75  %{prefix}/lib/linuxsampler/liblinuxsampler.so*  %{prefix}/lib/linuxsampler/liblinuxsampler.so*
76  %{prefix}/share/man/man1/linuxsampler.*  %{prefix}/share/man/man1/linuxsampler.*
77    %{prefix}/share/man/man1/lscp.*
78  %{prefix}/lib/dssi/*  %{prefix}/lib/dssi/*
79  %{prefix}/lib/lv2/linuxsampler*  %{prefix}/lib/lv2/linuxsampler*
80  /var/lib/linuxsampler/instruments.db  /var/lib/linuxsampler/instruments.db
# Line 85  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    * Wed Jul 15 2015 Christian Schoenebeck <cuse@users.sourceforge.net>
92    - Going for linuxsampler 2.0.0 release.
93    - Added "lscp" shell binary (and its man page) to package.
94  * Fri Jul 31 2009 Christian Schoenebeck <cuse@users.sourceforge.net>  * Fri Jul 31 2009 Christian Schoenebeck <cuse@users.sourceforge.net>
95  - Going for linuxsampler 1.0.0 release.  - Going for linuxsampler 1.0.0 release.
96  * Fri Mar 27 2009 Christian Schoenebeck <cuse@users.sourceforge.net>  * Fri Mar 27 2009 Christian Schoenebeck <cuse@users.sourceforge.net>

Legend:
Removed from v.1956  
changed lines
  Added in v.2787

  ViewVC Help
Powered by ViewVC