forked from pool/fluidsynth
This commit is contained in:
committed by
Git OBS Bridge
parent
148cdcc78c
commit
0306e5c043
10
fluidsynth-1.0.8.diff
Normal file
10
fluidsynth-1.0.8.diff
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 18:22:47 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Avoid libtool namespace clash.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 10:40:37 CET 2007 - tiwai@suse.de
|
||||
|
||||
|
@@ -1,20 +1,20 @@
|
||||
#
|
||||
# spec file for package fluidsynth (Version 1.0.8)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: fluidsynth
|
||||
BuildRequires: alsa-devel jack-devel ladspa-devel readline-devel
|
||||
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
|
||||
Version: 1.0.8
|
||||
Release: 1
|
||||
Release: 37
|
||||
Group: Productivity/Multimedia/Sound/Midi
|
||||
# Obsoletes: iiwusynth
|
||||
# Provides: iiwusynth
|
||||
@@ -22,6 +22,7 @@ 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
|
||||
@@ -39,6 +40,7 @@ Authors:
|
||||
Johnathan Lee
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Development package for the fluidsynth library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfluidsynth1 = %{version} glibc-devel
|
||||
@@ -56,6 +58,7 @@ Authors:
|
||||
Johnathan Lee
|
||||
|
||||
%package -n libfluidsynth1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Library for Fluidsynth
|
||||
Group: System/Libraries
|
||||
|
||||
@@ -72,6 +75,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
||||
%build
|
||||
@@ -114,8 +118,11 @@ 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
|
||||
* 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
|
||||
@@ -130,50 +137,50 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
* 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
|
||||
* 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
|
||||
* 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
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Dec 12 2005 - tiwai@suse.de
|
||||
* Mon Dec 12 2005 tiwai@suse.de
|
||||
- fix the crash with 64bit architectures (#137998)
|
||||
* Wed Oct 12 2005 - tiwai@suse.de
|
||||
* Wed Oct 12 2005 tiwai@suse.de
|
||||
- removed glib* from neededforbuild.
|
||||
* Tue Jun 14 2005 - tiwai@suse.de
|
||||
* 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
|
||||
* Fri Apr 08 2005 tiwai@suse.de
|
||||
- fix for gcc-4.0.
|
||||
* Fri Jan 21 2005 - tiwai@suse.de
|
||||
* Fri Jan 21 2005 tiwai@suse.de
|
||||
- updated to version 1.0.5.
|
||||
* Tue Aug 17 2004 - tiwai@suse.de
|
||||
* Tue Aug 17 2004 tiwai@suse.de
|
||||
- fixed the build of fluidsynth-dssi plugin.
|
||||
* Tue Aug 17 2004 - tiwai@suse.de
|
||||
* 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
|
||||
* Tue Apr 27 2004 ro@suse.de
|
||||
- add -fno-strict-aliasing
|
||||
* Tue Jan 13 2004 - tiwai@suse.de
|
||||
* Tue Jan 13 2004 tiwai@suse.de
|
||||
- added non-root build.
|
||||
- added %%run_ldconfig.
|
||||
- fixed %%defattr.
|
||||
* Tue Nov 18 2003 - tiwai@suse.de
|
||||
* Tue Nov 18 2003 tiwai@suse.de
|
||||
- updated to version 1.0.3.
|
||||
* Thu Aug 28 2003 - tiwai@suse.de
|
||||
* Thu Aug 28 2003 tiwai@suse.de
|
||||
- fixed bugs; retrieved from 1.0.3.
|
||||
* Thu Jul 03 2003 - tiwai@suse.de
|
||||
* Thu Jul 03 2003 tiwai@suse.de
|
||||
- updated to version 1.0.2.
|
||||
* Fri Jun 06 2003 - tiwai@suse.de
|
||||
* Fri Jun 06 2003 tiwai@suse.de
|
||||
- updated to version 1.0.1.
|
||||
* Thu Mar 27 2003 - tiwai@suse.de
|
||||
* Thu Mar 27 2003 tiwai@suse.de
|
||||
- initial version 1.0.0. iiwusynth is obsoleted.
|
||||
|
Reference in New Issue
Block a user