This commit is contained in:
parent
8262477bed
commit
bbd143035c
@ -1,10 +0,0 @@
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -28,6 +28,7 @@ dnl if any interfaces added/removed/chan
|
||||
dnl if any interfaces have been added: LT_AGE++
|
||||
dnl if any interfaces have been removed/changed (compatibility broken): LT_AGE=0
|
||||
|
||||
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
||||
LT_CURRENT=2
|
||||
LT_REVISION=2
|
||||
LT_AGE=1
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:686e0d21f8d65225182c93af9600fef56b6356409157539e4efea842f5ad5fc0
|
||||
size 1052198
|
3
fluidsynth-1.0.9.tar.bz2
Normal file
3
fluidsynth-1.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ec28c9a5054ca8e040de12cc5c74743d7c44bd1414384428677f4254506535d
|
||||
size 833777
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 15:53:19 CEST 2009 - tiwai@suse.de
|
||||
|
||||
- updated to version 1.0.9:
|
||||
see details in
|
||||
http://fluidsynth.resonance.org/trac/wiki/ChangeLog1_0_9
|
||||
- add support of pulseaudio and LASH
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:22:47 CEST 2008 - schwab@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package fluidsynth (Version 1.0.8)
|
||||
# spec file for package fluidsynth (Version 1.0.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,10 +18,11 @@
|
||||
|
||||
|
||||
Name: fluidsynth
|
||||
BuildRequires: alsa-devel jack-devel ladspa-devel readline-devel
|
||||
BuildRequires: alsa-devel ladspa-devel libjack-devel readline-devel
|
||||
BuildRequires: lash-devel pulseaudio-devel
|
||||
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
|
||||
Version: 1.0.8
|
||||
Release: 79
|
||||
Version: 1.0.9
|
||||
Release: 1
|
||||
Group: Productivity/Multimedia/Sound/Midi
|
||||
# Obsoletes: iiwusynth
|
||||
# Provides: iiwusynth
|
||||
@ -29,7 +30,6 @@ AutoReqProv: on
|
||||
License: LGPL v2.1 or later
|
||||
Url: http://www.fluidsynth.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -82,11 +82,9 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
||||
%build
|
||||
autoreconf --force --install
|
||||
# autoreconf --force --install
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||
./configure --prefix=%{_prefix} \
|
||||
--libdir=%{_libdir} \
|
||||
@ -101,11 +99,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# remove unneeded files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
%post -n libfluidsynth1
|
||||
%run_ldconfig
|
||||
%post -n libfluidsynth1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libfluidsynth1
|
||||
%run_ldconfig
|
||||
%postun -n libfluidsynth1 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
[ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
||||
@ -127,67 +123,3 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2008 schwab@suse.de
|
||||
- Avoid libtool namespace clash.
|
||||
* Tue Nov 20 2007 tiwai@suse.de
|
||||
- updated to version 1.0.8:
|
||||
* Improved synthesis interpolation
|
||||
* Dithering on 16 bit converted output
|
||||
* Updated fluidmax plugin with polyphony parameter.
|
||||
* Improved ALSA audio and sequencer drivers.
|
||||
* Fixed some Floating Point Exceptions which were causing
|
||||
excessive CPU usage
|
||||
* Some fixes to Chorus and Reverb parameters
|
||||
* Looping/tuning problem when loop end close to end of sample
|
||||
* FluidSynth crashes with QSynth and audio meters turned on
|
||||
* ALSA sequencer driver no longer prints out false errors
|
||||
* Many memory leaks plugged
|
||||
* Warning message printed if a non option is not a valid
|
||||
SoundFont or MIDI file
|
||||
* Tue Apr 17 2007 tiwai@suse.de
|
||||
- follow library packaging policy
|
||||
* split shared library to libfluidsynth1 sub package
|
||||
* remove static library
|
||||
- fix buildrequires ladspa-devel
|
||||
* Mon May 15 2006 tiwai@suse.de
|
||||
- updated to version 1.0.7a.
|
||||
* cleanup of LADCCA support
|
||||
* fix warnings with JACK backend
|
||||
* fix sequencer buffer overrun bug
|
||||
* new filter routine
|
||||
* crash bugfix
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Dec 12 2005 tiwai@suse.de
|
||||
- fix the crash with 64bit architectures (#137998)
|
||||
* Wed Oct 12 2005 tiwai@suse.de
|
||||
- removed glib* from neededforbuild.
|
||||
* Tue Jun 14 2005 tiwai@suse.de
|
||||
- updated to version 1.0.6.
|
||||
- split fluidsynth-dssi to an individual package (built from
|
||||
own tarball).
|
||||
* Fri Apr 08 2005 tiwai@suse.de
|
||||
- fix for gcc-4.0.
|
||||
* Fri Jan 21 2005 tiwai@suse.de
|
||||
- updated to version 1.0.5.
|
||||
* Tue Aug 17 2004 tiwai@suse.de
|
||||
- fixed the build of fluidsynth-dssi plugin.
|
||||
* Tue Aug 17 2004 tiwai@suse.de
|
||||
- Added the DSSI plugin support.
|
||||
A new subpackage fluidsynth-dssi is created.
|
||||
* Tue Apr 27 2004 ro@suse.de
|
||||
- add -fno-strict-aliasing
|
||||
* Tue Jan 13 2004 tiwai@suse.de
|
||||
- added non-root build.
|
||||
- added %%run_ldconfig.
|
||||
- fixed %%defattr.
|
||||
* Tue Nov 18 2003 tiwai@suse.de
|
||||
- updated to version 1.0.3.
|
||||
* Thu Aug 28 2003 tiwai@suse.de
|
||||
- fixed bugs; retrieved from 1.0.3.
|
||||
* Thu Jul 03 2003 tiwai@suse.de
|
||||
- updated to version 1.0.2.
|
||||
* Fri Jun 06 2003 tiwai@suse.de
|
||||
- updated to version 1.0.1.
|
||||
* Thu Mar 27 2003 tiwai@suse.de
|
||||
- initial version 1.0.0. iiwusynth is obsoleted.
|
||||
|
Loading…
Reference in New Issue
Block a user