From 148cdcc78cce732f40b2559f73098d04160972449b480738fb41272c6bf989fb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 20 Nov 2007 10:40:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=3 --- fluidsynth-1.0.7a.tar.bz2 | 3 --- fluidsynth-1.0.8.tar.bz2 | 3 +++ fluidsynth-64bit-fix.diff | 11 ----------- fluidsynth.changes | 18 ++++++++++++++++++ fluidsynth.spec | 33 ++++++++++++++++++++++----------- 5 files changed, 43 insertions(+), 25 deletions(-) delete mode 100644 fluidsynth-1.0.7a.tar.bz2 create mode 100644 fluidsynth-1.0.8.tar.bz2 delete mode 100644 fluidsynth-64bit-fix.diff diff --git a/fluidsynth-1.0.7a.tar.bz2 b/fluidsynth-1.0.7a.tar.bz2 deleted file mode 100644 index f683d16..0000000 --- a/fluidsynth-1.0.7a.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c26c9f2e3a98614a9d59a710c673ba4526e04b62c6baab2f292a8a2baedf03d -size 876383 diff --git a/fluidsynth-1.0.8.tar.bz2 b/fluidsynth-1.0.8.tar.bz2 new file mode 100644 index 0000000..ef0bfae --- /dev/null +++ b/fluidsynth-1.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686e0d21f8d65225182c93af9600fef56b6356409157539e4efea842f5ad5fc0 +size 1052198 diff --git a/fluidsynth-64bit-fix.diff b/fluidsynth-64bit-fix.diff deleted file mode 100644 index 78db67e..0000000 --- a/fluidsynth-64bit-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fluidsynth_priv.h-dist 2006-05-15 15:36:31.000000000 +0200 -+++ src/fluidsynth_priv.h 2006-05-15 15:36:49.000000000 +0200 -@@ -287,7 +287,7 @@ typedef FILE* fluid_file; - */ - #ifdef ENABLE_SSE - /* FIXME - This is broken on AMD 64 - only used if SSE enabled */ --#define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL)) -+#define FLUID_ALIGN16BYTE(ptr)(((long)(ptr)+15) & (~0xFL)) - #else - #define FLUID_ALIGN16BYTE(ptr) ptr - #endif diff --git a/fluidsynth.changes b/fluidsynth.changes index d37396d..ea418df 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 20 10:40:37 CET 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 16:41:38 CEST 2007 - tiwai@suse.de diff --git a/fluidsynth.spec b/fluidsynth.spec index eedf687..8f1ea83 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,5 +1,5 @@ # -# spec file for package fluidsynth (Version 1.0.7a) +# spec file for package fluidsynth (Version 1.0.8) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,16 +13,15 @@ Name: fluidsynth BuildRequires: alsa-devel jack-devel ladspa-devel readline-devel Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) -Version: 1.0.7a -Release: 49 +Version: 1.0.8 +Release: 1 Group: Productivity/Multimedia/Sound/Midi # Obsoletes: iiwusynth # Provides: iiwusynth -Autoreqprov: on -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) -URL: http://www.fluidsynth.org/ +AutoReqProv: on +License: LGPL v2.1 or later +Url: http://www.fluidsynth.org/ Source: %{name}-%{version}.tar.bz2 -Patch: fluidsynth-64bit-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,9 +71,7 @@ Authors: Johnathan Lee %prep -# %setup -%setup -n %{name}-1.0.7 -%patch +%setup -q %{?suse_update_config:%{suse_update_config -f}} %build @@ -117,8 +114,22 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %files -n libfluidsynth1 %defattr(-,root,root) %{_libdir}/lib*.so.* - %changelog +* 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