/[svn]/linuxsampler/branches/release2_1_1/linuxsampler.spec.in
ViewVC logotype

Diff of /linuxsampler/branches/release2_1_1/linuxsampler.spec.in

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

revision 1426 by schoenebeck, Sun Oct 14 22:06:28 2007 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 10  %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 >= 3.1.0  Requires:       libgig >= 4.2.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.   - 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 30  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 55  make docs Line 56  make docs
56  %install  %install
57  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi  if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
58  mkdir -p $RPM_BUILD_ROOT  mkdir -p $RPM_BUILD_ROOT
59  make prefix=$RPM_BUILD_ROOT%{prefix} install  make DESTDIR=%{buildroot} install
60    
61  %post  %post
62  /sbin/ldconfig  /sbin/ldconfig
# 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/*
79    %{prefix}/lib/lv2/linuxsampler*
80    /var/lib/linuxsampler/instruments.db
81    
82  %files devel  %files devel
83  %defattr(-,root,root)  %defattr(-,root,root)
84  %doc doc/html/*  %doc doc/html/*
 %{prefix}/lib/linuxsampler/include/config.h  
85  %{prefix}/lib/linuxsampler/liblinuxsampler.a  %{prefix}/lib/linuxsampler/liblinuxsampler.a
86  %{prefix}/lib/linuxsampler/liblinuxsampler.la  %{prefix}/lib/linuxsampler/liblinuxsampler.la
87  %{prefix}/lib/pkgconfig/linuxsampler.pc  %{prefix}/lib/pkgconfig/linuxsampler.pc
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>
94    - Going for linuxsampler 2.1.0 release.
95    * Wed Jul 15 2015 Christian Schoenebeck <cuse@users.sourceforge.net>
96    - Going for linuxsampler 2.0.0 release.
97    - Added "lscp" shell binary (and its man page) to package.
98    * Fri Jul 31 2009 Christian Schoenebeck <cuse@users.sourceforge.net>
99    - Going for linuxsampler 1.0.0 release.
100    * Fri Mar 27 2009 Christian Schoenebeck <cuse@users.sourceforge.net>
101    - included DSSI and LV2 binaries into linuxsampler package
102    * Wed Dec 03 2008 Christian Schoenebeck <cuse@users.sourceforge.net>
103    - fixed rpmbuild: config.h is no longer exported
104      (fixes #87, patch by Devin Anderson)
105    * Thu Dec 06 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
106    - Going for linuxsampler 0.5.1 release.
107  * Mon Oct 15 2007 Christian Schoenebeck <cuse@users.sourceforge.net>  * Mon Oct 15 2007 Christian Schoenebeck <cuse@users.sourceforge.net>
108  - Going for linuxsampler 0.5.0 release.  - Going for linuxsampler 0.5.0 release.
109  * Fri Nov 24 2006 Christian Schoenebeck <cuse@users.sourceforge.net>  * Fri Nov 24 2006 Christian Schoenebeck <cuse@users.sourceforge.net>

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

  ViewVC Help
Powered by ViewVC