From dcd750cada6fd77ceec03488797cf7b1fbb0938b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Feb 03 2008 14:03:06 +0000 Subject: - Fix an error in unsf's tremolo settings export --- diff --git a/gt-0.4-unsf-tremolo.patch b/gt-0.4-unsf-tremolo.patch new file mode 100644 index 0000000..f7ccedd --- /dev/null +++ b/gt-0.4-unsf-tremolo.patch @@ -0,0 +1,12 @@ +diff -up gt-0.4/utils/unsf.c~ gt-0.4/utils/unsf.c +--- gt-0.4/utils/unsf.c~ 2008-02-03 13:45:08.000000000 +0100 ++++ gt-0.4/utils/unsf.c 2008-02-03 13:45:08.000000000 +0100 +@@ -1462,7 +1462,7 @@ convert_lfo (void) + static void convert_tremolo(void) + { + int level; +- unsigned int freq; ++ int freq; + + sp_tremolo_phase_increment = sp_tremolo_sweep_increment = sp_tremolo_depth = 0; + diff --git a/gt.spec b/gt.spec index 1b2d876..1147f48 100644 --- a/gt.spec +++ b/gt.spec @@ -1,6 +1,6 @@ Name: gt Version: 0.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Modified Timidity which supportes enhanced gus format patches Group: Applications/Multimedia License: GPLv2+ @@ -16,6 +16,7 @@ Patch2: gt-0.4-optflags.patch Patch3: gt-0.4-config-default-velocity-layer.patch Patch4: gt-0.4-ppc-compile-fix.patch Patch5: gt-0.4-unsf-bigendian-fix.patch +Patch6: gt-0.4-unsf-tremolo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel libvorbis-devel Requires: timidity++-patches @@ -42,6 +43,7 @@ disassembler. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 cp -p src/README README.timidity @@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 3 2008 Hans de Goede 0.4-7 +- Fix an error in unsf's tremolo settings export + * Sat Feb 2 2008 Hans de Goede 0.4-6 - Fix hopefully the last endian issue in unsf